Section "ServerLayout" Identifier "DefaultLayout" Screen 0 "DefaultScreen" InputDevice "OnboardKeyboard" "CoreKeyboard" #InputDevice "Logitech" "CorePointer" InputDevice "Touchpad" "SendCoreEvents" EndSection Section "ServerFlags" Option "AutoAddDevices" "True" # Option "IgnoreABI" "True" EndSection #Section "Files" # RgbPath "/usr/lib/X11/rgb" # FontPath "/usr/local/share/fonts" #EndSection Section "Module" Load "glx" Load "synaptics" EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.15" Option "MaxSpeed" "0.95" Option "AccelFactor" "0.0100" Option "CornerCoasting" "true" Option "CoastingSpeed" "0.30" Option "SHMConfig" "on" Option "VertEdgeScroll" "true" Option "TapButton1" "1" EndSection Section "InputDevice" Identifier "OnboardKeyboard" Driver "evdev" Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd" Option "XkbModel" "evdev" Option "XkbLayout" "pt" Option "XkbRules" "xorg" Option "evBits" "+1" Option "keyBits" "~1-255 ~352-511" Option "Pass" "3" Option "1 2 3" Option "AutoRepeat" "250 30" EndSection Section "Monitor" Identifier "OnboardScreen" VendorName "Toshiba" ModelName "A200" HorizSync 31.5 - 64.3 VertRefresh 50 - 70 Option "DPMS" "True" EndSection Section "Device" Identifier "NvidiaGo" Driver "nvidia" Option "NoLogo" Option "BackingStore" "True" Option "OnDemandVBlankInterrupts" "True" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "DefaultScreen" Device "NvidiaGo" Monitor "OnboardScreen" #DefaultDepth 24 #SubSection "Display" # Depth 24 #EndSubSection EndSection