--- xorg.conf.new.orig Wed Feb 23 12:24:15 2005 +++ xorg.conf.new Wed Feb 23 15:27:08 2005 @@ -14,6 +14,9 @@ FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" + FontPath "/usr/X11R6/lib/X11/fonts/local/" + FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" + FontPath "/usr/X11R6/lib/X11/fonts/TrueType/" EndSection Section "Module" @@ -30,6 +33,7 @@ Section "InputDevice" Identifier "Keyboard0" Driver "kbd" + Option "AutoRepeat" "250 35" EndSection Section "InputDevice" @@ -37,12 +41,15 @@ Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" + Option "ZaxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" + HorizSync 30-96 + VertRefresh 50-160 EndSection Section "Device" @@ -95,6 +102,7 @@ Identifier "Screen0" Device "Card0" Monitor "Monitor0" + DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 @@ -118,6 +126,8 @@ SubSection "Display" Viewport 0 0 Depth 24 + Modes "1280x1024" "1024x768" "800x600" "640x480" + Virtual 0 0 EndSubSection EndSection