# # A typical Xorg file except for some hacks: # # -> the 915resolution hack to get native 1400x1050 # resolution with buggy Dell bios. # Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" 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/cyrillic/" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "Xleds" "1 2 3" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection # to get things quickly going: #Section "InputDevice" # Identifier "Mouse 1" # Driver "mouse" # Option "Protocol" "PS/2" # Option "Device" "/dev/mouse" # Option "Emulate3Buttons" #EndSection # # or compile and use the synaptics driver: # Section "InputDevice" Driver "synaptics" Identifier "Mouse 1" Option "Device" "/dev/mouse" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "3800" Option "BottomEdge" "1800" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "0" Option "MaxTapMove" "0" Option "VertScrollDelta" "100" Option "MinSpeed" "0.8" Option "MaxSpeed" "2.0" Option "AccelFactor" "0.1000" Option "UpDownScrolling" "TRUE" Option "ZAxisMapping" "4 5" Option "SHMConfig" "TRUE" EndSection #Section "InputDevice" # Identifier "Mouse 2" # Driver "synaptics" # Option "CorePointer" # Option "Device" "/dev/mouse" # Option "Protocol" "auto-dev" # Option "LeftEdge" "1900" # Option "RightEdge" "5400" # Option "TopEdge" "3800" # Option "BottomEdge" "1800" # Option "FingerLow" "25" # Option "FingerHigh" "30" # Option "MaxTapTime" "0" # Option "MaxTapMove" "0" # Option "VertScrollDelta" "100" # Option "MinSpeed" "0.20" # Option "MaxSpeed" "0.30" # Option "AccelFactor" "0.0010" # Option "UpDownScrolling" "TRUE" # Option "ZAxisMapping" "4 5" # Option "SHMConfig" "TRUE" #EndSection Section "Monitor" Identifier "Monitor 1" HorizSync 31.5 - 90 VertRefresh 59.0 - 75.0 EndSection # # The 915G hack: # # -> use the latest i810_drv.o # -> use the 915resolution hack to work around # the buggy Dell BIOS. Every boot run this # command: # # 915resolution 3c 1400 1050 # Section "Device" Identifier "Intel Graphics Media Accelerator 900" Driver "i810" EndSection Section "Screen" Identifier "Screen 1" Device "Intel Graphics Media Accelerator 900" Monitor "Monitor 1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse 1" "CorePointer" InputDevice "Keyboard 1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection