Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" # InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Touchpad" "SendCoreEvents" EndSection Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "GLcore" Load "dbe" Load "extmod" Load "glx" Load "dri" Load "xtrap" #Load "record" Load "freetype" Load "synaptics" EndSection #Section "InputDevice" #Identifier "Keyboard0" #Driver "kbd" # Option "XkbLayout" "en" # Option "XkbVariant" "intl" #EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "SendCoreEvents" Option "Protocol" "event" Option "Device" "/dev/input/event8" Option "SHMConfig" "on" # --- Speed and Acceleration --- Option "MinSpeed" "0.60" Option "MaxSpeed" "1.10" Option "AccelFactor" "0.025" # --- TouchPad Size --- Option "LeftEdge" "40" Option "RightEdge" "900" Option "TopEdge" "40" Option "BottomEdge" "640" # --- TouchPad Edge Button Emulation --- Option "LTCornerButton" "0" Option "LBCornerButton" "0" Option "RTCornerButton" "0" Option "RBCornerButton" "2" # --- Scrolling --- Option "VertEdgeScroll" "1" Option "VertScrollDelta" "20" # --- Tapping --- Option "MaxTapTime" "180" Option "MaxTapMove" "110" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" DisplaySize 260 160 # mm #DisplaySize 306 229 Identifier "Monitor0" VendorName "SEC" ModelName "4241" EndSection 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" "800" #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" Option "AccelMethod" "EXA" Option "MigrationHeuristic" "greedy" Option "ExaNoComposite" "false" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 #Virtual 2460 800 Depth 24 EndSubSection EndSection