Friday, February 22, 2008

Resolution in the KDM

The KDM greeter was showing a bad resolution I just commented the line
and added the red line in /etc/X11/xorg.conf

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV18 [GeForce4 MX 4000]"
Monitor "PHILIPS 107E"
Defaultdepth 24
SubSection "Display"
Depth 24
# Virtual 1400 1050
# 1280x1024 is the maximum resolution of the screen, according to the marketing info I found
# in the internet
Virtual 1280 1024
Modes "1024x768@60" "1024x768@43" "1024x768@70" "1152x864@75" "1024x768@75" "1280x960@60" "1024x768@85" "1280x1024@60" "832x624@75" "1400x1050@60" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection

No comments: