### X.org configuration file ## Server settings Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection ## Font settings Section "Files" ModulePath "/usr/lib/xorg/modules" 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" EndSection ## Input devices # Keyboard Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection # Trackpad mouse Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttos" "true" Option "MaxTapTime" "0" EndSection # USB mouse Section "InputDevice" Identifier "Mouse1" Driver "synaptics" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttos" "true" Option "MaxTapTime" "0" EndSection ## Monitor settings # Built-in LCD display Section "Monitor" Identifier "Monitor0" VendorName "Sony" ModelName "Vaio SR X-black LED" EndSection # VGA output Section "Monitor" Identifier "Monitor1" VendorName "VGA" ModelName "VGA-output" EndSection ## Graphics card driver Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "vesa" #Driver "intel" VendorName "Intel Corporation" BoardName "Cantiga Integrated Graphics Controller (Q45)" BusID "PCI:0:2:0" EndSection ## Display settings Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection