
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Adjusting screen resolution in Debian2
Botond:
Anyway, check /etc/X11/XF86Config-4 (since sarge doesn't have xorg)
and make sure you have something like this in there.
Joe:
Okay. Below is what I have in my XF86Config-4 file, but remember that I am the one who added the 1280x1024 mode. It still does not appear as an option, so I did something wrong:
----
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "RDT1712V"
DefaultDepth 4
SubSection "Display"
Depth 1
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "640x480"
EndSubSection
EndSection
---------------
Joe
Home |
Main Index |
Thread Index