# Modification of the default Slackware xorg.conf file to be used on a # Sony Vaio TZ21MN. Created 21-08-2008. # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "glx" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/OTF/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/cyrillic/" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard" Driver "kbd" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/psaux" Option "SHMConfig" "true" Option "MaxSpeed" "1" Option "MinSpeed" "0.6" Option "AccelFactor" "0.05" Option "LeftEdge" "100" Option "RightEdge" "900" Option "TopEdge" "76" Option "BottomEdge" "680" Option "MaxTapTime" "180" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "ZAaxisMapping" "4 5" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "LCD" HorizSync 28-68 VertRefresh 43-60 Option "DPMS" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Intel 945GM" Driver "intel" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Notebook screen" Device "Intel 945GM" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1366x768" "1024x768" "800x600" "640x480" EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Layout" Screen "Notebook screen" InputDevice "Touchpad" "CorePointer" InputDevice "Mouse" InputDevice "Keyboard" "CoreKeyboard" EndSection