PDA

View Full Version : Full Screen Problem



RhettButler
04-12-2008, 08:46 AM
If I use the resolution of 800x600 and change to full screen, one of my LCD monitor gives up a message box "The input is not suported", my another LCD monitor becomes total black, but if I use the resolution of 640x480 or 1024x768, the result is correct.
And the images in my game is designed as the resolution of 800x600, so I can't use the resolution of 640x480 or 1024x768.
My operating system is Linux FC6, my video card is GForce 7600, my ClanLib edition is 0.8.0

Seth
04-12-2008, 10:08 AM
Very strange... under windows display settings, does 800X600 show up ok? 16, 32 bit modes are both ok?

Try 32 bit if you haven't.

RhettButler
04-13-2008, 04:09 PM
Very strange... under windows display settings, does 800X600 show up ok? 16, 32 bit modes are both ok?

Try 32 bit if you haven't.


The resolution of 800x600 shows up ok, and I use 32 bit. Is it the missmatch between X11 configure file and the LCD monitor. I have used a very old CRT monitor, the everything is ok!

Seth
04-13-2008, 10:29 PM
Oops, I missed the linux part in your original post.

Hrm, maybe it's trying to use a refresh rate the monitor doesn't like. This can be set while opening the ClanLib window, might try 60hz or something.

RhettButler
04-14-2008, 07:10 AM
Oops, I missed the linux part in your original post.

Hrm, maybe it's trying to use a refresh rate the monitor doesn't like. This can be set while opening the ClanLib window, might try 60hz or something.

I get it. It's the problem of the video card's driver. I tried to set a resolution of 800x600, then log out, then the information of "The input is not surported" gives up.
But it's another big problem to me.
My video card is GForce 7600. The driver is downloaded from the authority web of nvidia.
:mad::mad:

sphair
04-14-2008, 10:12 AM
You could use

http://clanlib.org/docs/clanlib-0.8.0/Reference/html/CL_DisplayMode__get_display_modes.html

to get a list over supported resolution and pick on of them when you create the DisplayWindow.

newhand
04-15-2008, 03:22 AM
You could use

http://clanlib.org/docs/clanlib-0.8.0/Reference/html/CL_DisplayMode__get_display_modes.html

to get a list over supported resolution and pick on of them when you create the DisplayWindow.

I have tried, and it's no use. I think it's the missmatch between video card's driver and the LCD monitor. When I set the screen resolution to 800x600 in the operating system( there is no other program is running ), my LCD monitor gives out a error information, but if I use a CRT monitor this time, the display becomes normal.