1
Linux Specific Issues / Re: Problems with Screen Resolution
« on: October 28, 2007, 08:41:14 pm »
I don't think it's a fault of my X configuration, because all other games I tried (Penguin Racer, Doom III, Quake 4, ...) perfectly worked in fullscreen mode with all resolutions.
Ok, here are my system specs:
Relevant sections of my xorg.conf:
Section "Module"
Load "glx"
Load "v4l"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "xinerama"
EndSection
Section "Monitor"
Identifier "MD"
Vendorname "Generic CRT Display"
Modelname "Monitor 1280x1024"
Horizsync 30-98
Vertrefresh 50-160
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
Option "dpms"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "MD"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024@75" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
EndSection
Ok, here are my system specs:
- Ubuntu Linux 7.10 (Gutsy Gibbon)
- Kernel 2.6.22-14 x86_64
- AMD Athlon 64 Processor 3700+
- 2GB Ram
- nVIDIA GeForce 6200 256MB
- Generic CRT Display (from Medion): H 30-98, V 50-160, max 1280x1024
Relevant sections of my xorg.conf:
Section "Module"
Load "glx"
Load "v4l"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "xinerama"
EndSection
Section "Monitor"
Identifier "MD"
Vendorname "Generic CRT Display"
Modelname "Monitor 1280x1024"
Horizsync 30-98
Vertrefresh 50-160
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
Gamma 1.0
Option "dpms"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44A [GeForce 6200]"
Monitor "MD"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024@75" "1024x768@75" "800x600@75" "640x480@75"
EndSubSection
EndSection
