## This is the xorg.conf file for a Dell Inspiron 630m running ## Xorg v6.9. ## ## Mashed together by Harry Sheppard ## For a full howto, see ## http://www.disgruntledgoat.com/content/useful/gentoo_on_inspiron630m.php Section "Module" Load "dbe" # Double buffer extension Load "type1" Load "freetype" Load "glx" Load "dri" Load "synaptics" SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Files" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/TTF" RgbPath "/usr/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "PalmMinWidth" "70" Option "PalmMinZ" "200" Option "SHMConfig" "on" EndSection #Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "IMPS/2" # Option "Device" "/dev/input/mouse1" # Option "ZAxisMapping" "4 5" #EndSection Section "Monitor" Identifier "FlatPanel" HorizSync 30.0 - 112.0 VertRefresh 50-120 Modeline "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync EndSection #Section "Device" # Identifier "Generic VGA" # Driver "vga" #EndSection Section "Device" Identifier "Intel i915GM" Driver "i810" BusID "PCI:0:2:0" VideoRam 131072 Option "DPMS" # Option "MonitorLayout" "LFP,CRT" # Option "Clone" "true" EndSection Section "Screen" Identifier "LocalFlatPanel" Device "Intel i915GM" Monitor "FlatPanel" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x800 1024x768" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "defaultLayout" Screen "LocalFlatPanel" InputDevice "Mouse1" "CorePointer" # InputDevice "Mouse2" "SendCoreEvents" InputDevice "TouchPad" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection