--- XF86Config.orig 2003-07-10 02:14:01.000000000 -0400 +++ /etc/X11/XF86Config 2003-07-10 12:50:48.000000000 -0400 @@ -2,6 +2,7 @@ Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" + InputDevice "Mouse1" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection @@ -37,12 +38,22 @@ Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" + Option "ZAxisMapping" "4 5" +EndSection + +Section "InputDevice" + Identifier "Mouse1" + Driver "mouse" + Option "Protocol" "imps/2" + Option "Device" "/dev/input/mice" + Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" + Option "dpms" EndSection Section "Device" @@ -57,13 +68,13 @@ #Option "ForcePCIMode" # [] #Option "CPPIOMode" # [] #Option "CPusecTimeout" # - #Option "AGPMode" # - #Option "AGPFastWrite" # [] + Option "AGPMode" "4" + Option "AGPFastWrite" "true" #Option "AGPSize" # #Option "RingSize" # #Option "BufferSize" # - #Option "EnableDepthMoves" # [] - #Option "EnablePageFlip" # [] + Option "EnableDepthMoves" "true" + Option "EnablePageFlip" "true" #Option "NoBackBuffer" # [] #Option "DRIReinit" # [] #Option "PanelOff" # [] @@ -87,7 +98,7 @@ Identifier "Screen0" Device "Card0" Monitor "Monitor0" - DefaultDepth 24 + DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection @@ -105,7 +116,9 @@ EndSubSection SubSection "Display" Depth 24 - Modes "1400x1250" EndSubSection EndSection +Section "DRI" + Mode 0666 +EndSection