# Evan McNabb's XF86Config-4 for a Sony Vaio PCG-V505BX Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/corefonts/" EndSection Section "Module" Load "GLcore" Load "dbe" # Double Buffer Extension Load "ddc" Load "dri" Load "glx" Load "type1" Load "freetype" Load "speedo" # What do these modules do?!?! ############################## Load "record" Load "extmod" Load "fbdevhw" ############################## EndSection Section "ServerFlags" Option "BlankTime" "10" # 10 minutes Option "StandbyTime" "20" Option "SuspendTime" "30" Option "OffTime" "40" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 40" # Switch capslock and ctrl keys Option "XkbOptions" "ctrl:swapcaps" EndSection # Touchpad Section "InputDevice" Identifier "Mouse1" Driver "mouse" #Option "Protocol" "auto-dev" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection # USB Mouse Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" # Enable Wheel Mouse Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "Generic Monitor" #HorizSync 31-50 #VertRefresh 43-75 HorizSync 31.5 - 48.5 VertRefresh 40.0 - 70.0 Option "DPMS" EndSection Section "Device" Identifier "Generic Video Card" Driver "radeon" EndSection Section "Screen" Identifier "Vaio Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Main Layout" Screen "Vaio Screen" "" "" "" "Vaio Screen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "USB Mouse" "AlwaysCore" #InputDevice "USB Mouse" "SendCoreEvents" EndSection Section "dri" # allow access to DRI to all users Mode 0666 EndSection