### X.org configuration file
## Server settings
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "AlwaysCore"
InputDevice "USBMouse" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
## Font settings
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
## Module settings
Section "Module"
Load "xtrap"
Load "glx"
Load "dbe"
Load "extmod"
Load "dri"
Load "vbe"
EndSection
## Input devices
# Keyboard
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Name" "Sony Vaio Keys"
Option "CoreKeyboard"
EndSection
# Trackpad mouse
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "HorizSrollDelta" "0"
Option "SHMConfig" "true"
EndSection
# USB mouse
Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
## Monitor settings
# Built-in LCD display
Section "Monitor"
Identifier "LVDS"
VendorName "Sony"
ModelName "Vaio SR X-black LED"
Option "DPMS"
Modeline "1280x800_76.00" 108.77 1280 1360 1496 1712 800 801 804 836 -HSync +Vsync
HorizSync 62-63
VertRefresh 76-77
Option "Monitor-LVDS" "LVDS monitor"
EndSection
# VGA output
Section "Monitor"
Identifier "VGA"
VendorName "VGA"
ModelName "VGA-output"
Option "Monitor-VGA" "VGA monitor"
EndSection
## Graphics card driver
Section "Device"
Identifier "Card0"
Driver "vesa"
#Driver "intel"
VendorName "Intel Corporation"
BoardName "Cantiga Integrated Graphics Controller (Q45)"
Option "MonitorLayout" "LVDS"
BusID "PCI:0:2:0"
EndSection
## Display settings
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LVDS"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Bookmarks