# Configuration file for Samsung Q45 with Nvidia hardware Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen" 0 0 InputDevice "Keyboard" InputDevice "Touchpad" InputDevice "USB Mouse" EndSection Section "Files" EndSection Section "Module" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "USB mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "true" Option "SHMConfig" "on" # Sensitivity Option "FingerLow" "30" Option "FingerHigh" "60" # Speed Option "MinSpeed" "0.20" Option "MaxSpeed" "0.80" Option "AccelFactor" "0.10" # Scrolling (0=disabled) Option "HorizScrollDelta" "0" Option "VertScrollDelta" "100" # Tapping (0=disabled) Option "MaxTapTime" "180" Option "MaxTapMove" "220" EndSection Section "Device" Identifier "Videocard" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8400M G" Option "OnDemandVBlankInterrupts" "True" Option "Coolbits" "1" EndSection Section "Screen" Identifier "Screen" Device "Videocard" DefaultDepth 24 Option "TwinView" "1" Option "TwinViewXineramaInfoOrder" "DFP-0" #Position of Notebook display compared to external monitor #May be Below, Above, RightOf, LeftOf or Clone Option "TwinViewOrientation" "RightOf" EndSection