Section "Files"
RGBPath "/etc/lib/X11/rgb"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout"
EndSection
Section "Module"
Load "r128"
Load "drm"
Load "uninorth_agp"
Load "agpgart"
Disable "glx"
Disable "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbModel" "us"
EndSection
Section "InputDevice"
Identifier "USB Mice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "CorePointer"
EndSection
Section "Device"
Identifier "ATI Rage 128"
Driver "r128"
BusID "PCI:0:16:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 58-62
VertRefresh 37-117
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "ATI Rage 128"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
Visual "TrueColor"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "DefaultServerLayout"
Screen "Default Screen"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "USB Mice" "CorePointer"
EndSection