Monday, November 30, 2009

Minimal xorg.conf

This minimal xorg.conf file may come in handy if you need to configure something in X, but you don't have a minimal xorg.conf base file you can start with.

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection