Screen Resolution


 
Thread Tools Search this Thread
Operating Systems Solaris Screen Resolution
# 1  
Old 06-18-2011
Screen Resolution

Hi all. I have a very peculiar problem in Solaris 10. The output of the m64config -prconf command with regards the Card Adapter is the following.

Card possible resolutions: 720x400x85, 640x480x60, 640x480x72, 640x480x75
800x600x56, 800x600x60, 800x600x72, 800x600x75, 1024x768x60
1024x768x70, 1024x768x75, 1280x1024x75, 1024x768x85, 800x600x85
640x480x85, 1280x1024x60, 1152x900x66, 1152x900x76, 1280x1024x67
1600x1280x76, 1920x1080x72, 1280x800x76, 1440x900x76
1600x1000x66, 1600x1000x76, 1920x1200x70, 1280x1024x85
1280x1024x76, 1152x864x75, 1600x1200x75, 1600x1200x60
1024x768x85, 800x600x75, 640x480x85, 1920x1200x60, 1920x1080x60
1400x1050x60, vga, svga, vga, svga, sxga+, 1152, 1280, 800x600
1024x768, 1280x1024, 1152x900, 1400x1050, 1600x1280, 1920x1080
1600x1000, 1920x1200, 1600x1200

My LCD currently supports 1440x900 at 60Hz. However as you can see the resolution i have marked with bold, that is supported by the adapter is the 1440x900x76. So when i try this resolution the monitor switches off with the message input is not supported. So i'd like to ask you if it is possible to configure as a supported adapter video mode the 1440x900x60? Is there a way to set it to this mode even is not indicated as a supported video code by the adapter? Thank you.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

How to change screen Resolution?

Dear all I install Cent OS 5.5 ( Linux OS), with bshell and also Windows OS on the my laptop (ASUA) maximum screen resolution in Windows OS is 1024*760 but in Cent OS 5.5 is 800 *600, I have a program that is necessary to install on Cent OS and I have problem with other Linux distributions... (2 Replies)
Discussion started by: mkhorami76
2 Replies

2. UNIX for Dummies Questions & Answers

Changing the screen resolution

I have installed several flavors of Linux and FreeBSD onto my machine. Now when I want to change my screen resolution, it only has one option which is 800x600. Is there a way to change that to a bigger resolution? And if there is, what file do I have to edit and what text editor do I have to use?... (2 Replies)
Discussion started by: figaro
2 Replies

3. Red Hat

Screen resolution before and after login

system: Fedora14 on vmware the login screen resolution is 1024*768, but after login the resolution is 800*600. I want to set the login screen resolution as 800*600 too. How to do this? thanks! (2 Replies)
Discussion started by: vistastar
2 Replies

4. UNIX for Dummies Questions & Answers

How to get current X screen resolution

Hi, I need to get the current X*Y resolution of X in a shell script. xrandr -q gives me a line like this: Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 3080 x 1600 How can I extract the X and Y current resolution values? sed, awk, cut or any other console solution is welcomed.... (2 Replies)
Discussion started by: tcfx44
2 Replies

5. Solaris

screen resolution

how to change screen resolution in CDE prompt (2 Replies)
Discussion started by: tirupathi
2 Replies

6. Solaris

Screen Saver Resolution

I am using sun solaris machine i have given the specs of that machine given below Name of athe Platform : SUNW,Ultra-5_10 Machiene hardware :sun4u Processor Type :sparc Operating system : solaris 10 Monitory TYpe : SAMSUNG Sync Master... (2 Replies)
Discussion started by: ambavaram
2 Replies

7. Solaris

Someone's got to know... Screen resolution question.

Hi all, Someone please help, I have a machine running Sun Solaris 5.8. X used to run fine, not it can't start. (possible user intervention) It looks to be trying to run at 1280x1024. I don't think the hardware will support it, it seems high. Anyways, how from the commandline, via ssh, can I... (4 Replies)
Discussion started by: komputersman
4 Replies

8. UNIX for Dummies Questions & Answers

solaris10 and freebsd screen resolution

am new to unix.. :) i managed to install solaris 10 and freebsd on vmware. i am having trouble configuring the screen resolution .now both o.s are stuck at 640x480. how do i change it to higher settings? i tried kdmconfig for solaris 10 but an error message shows up . sorry current window size... (1 Reply)
Discussion started by: freejade
1 Replies

9. UNIX for Dummies Questions & Answers

Changing my Screen Resolution (Not in X)

I have no graphical environment, no X, just a shell... but its WAY bigger than my monitor... what do I do? (3 Replies)
Discussion started by: jjinno
3 Replies

10. Solaris

Changing Screen Resolution

I have installed Solaris 10 over vmware onto my machine. Now when I want to change my screen resolution it only has one option which is 800x600. Is there a way to change that to a bigger resollution? And if there is, what file do I have to edit and what text editor do I have to use? (1 Reply)
Discussion started by: Aco
1 Replies
Login or Register to Ask a Question
csx_Parse_CISTPL_DATE(9F)				   Kernel Functions for Drivers 				 csx_Parse_CISTPL_DATE(9F)

NAME
csx_Parse_CISTPL_DATE - parse the Card Initialization Date tuple SYNOPSIS
#include <sys/pccard.h> int32_t csx_Parse_CISTPL_DATE(client_handle_t ch, tuple_t *tu, cistpl_date_t *cd); INTERFACE LEVEL
Solaris DDI Specific (Solaris DDI) PARAMETERS
ch Client handle returned from csx_RegisterClient(9F). tu Pointer to a tuple_t structure (see tuple(9S)) returned by a call to csx_GetFirstTuple(9F) or csx_GetNextTuple(9F). cd Pointer to a cistpl_date_t structure which contains the parsed CISTPL_DATE tuple information upon return from this function. DESCRIPTION
This function parses the Card Initialization Date tuple, CISTPL_DATE, into a form usable by PC Card drivers. The CISTPL_DATE tuple is an optional tuple. It indicates the date and time at which the card was formatted. Only one CISTPL_DATE tuple is allowed per PC Card. STRUCTURE MEMBERS
The structure members of cistpl_date_t are: uint32_t time; uint32_t day The fields are defined as follows: time This field indicates the time at which the PC Card was initialized. day This field indicates the date the PC Card was initialized. RETURN VALUES
CS_SUCCESS Successful operation. CS_BAD_HANDLE Client handle is invalid. CS_UNKNOWN_TUPLE Parser does not know how to parse tuple. CS_NO_CARD No PC Card in socket. CS_NO_CIS No Card Information Structure (CIS) on PC Card. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed. CONTEXT
This function may be called from user or kernel context. SEE ALSO
csx_GetFirstTuple(9F), csx_GetTupleData(9F), csx_RegisterClient(9F), csx_ValidateCIS(9F), tuple(9S) PC Card 95 Standard, PCMCIA/JEIDA SunOS 5.10 20 Dec 1996 csx_Parse_CISTPL_DATE(9F)