Xorg.conf
Uit DeVliegendeWiki
Ubuntu 10.04 heeft standaard geen bestand etc/X11/xorg/conf, omdat het probeert de instellingen automatisch te achterhalen. Indien dat niet bevalt, kun je alsnog een xorg.conf-bestand aanmaken.
Een aardig xorg.conf-bestand lijk je te kunnen maken middels:
X -configure
Dat gaat echter alleen indien geen X Server actief is. Zie X Server stoppen voor details.
In het resulterende x.org-conf bestand moest ik (eind mei 2010, Ubuntu 10.04) alsnog handmatig resoluties invoegen. Het probleem was namelijk dat gdm op een hogere resolutie startte dan het scherm aankon. Resoluties specificeren vindt plaats in de sectie Screen. Hier zie je het resultaat:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
