Probe #b586c78d26 of Dell Precision M4800
Log: xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 535.146.02
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1"
Option "Xinerama" "0"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "/usr/local/share/fonts/hack-font/"
FontPath "catalogue:/usr/local/etc/X11/fontpath.d"
FontPath "/usr/local/share/fonts/urwfonts"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "DontZap" "off" # option to enable x11 server abort with shortcut
Option "AutoAddDevices" "off" # mustr be unset to enable keyboard config below
EndSection
Section "InputDevice"
# Option "CoreKeyboard" # Option deprecated
Identifier "Keyboard0"
Driver "kbd"
Option "Floating" "off"
Option "XkbRules" "base"
Option "XkbModel" "precision_m"
Option "XkbLayout" "fr"
Option "XkbVariant" ",azerty"
Option "XkbOptions" "terminate:ctrl_alt_bksp,ctrl:nocaps"
EndSection
Section "InputDevice"
# Option "CorePointer" # Option deprecated
Identifier "Mouse0"
Driver "mouse"
Option "Floating" "off"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
# Option "Device" "/dev/psm0"
Option "AccelerationProfile" "5"
Option "ZAxisMapping" "4 5 6 7"
Option "Sensitivity" "2.0"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Floating" "off"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "8"
Option "Emulate3Buttons" "off"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "4"
Option "EmulateWheelInertia" "20"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputClass"
Identifier "KeyboardCatch"
Driver "libinput"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
EndSection
Section "InputClass"
Identifier "MouseCatch"
Driver "libinput"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Sharp"
HorizSync 111.1 - 111.1
VertRefresh 60.0
Option "RightOf" "Monitor1"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "LeftOf" "Monitor0"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
Option "DPMS" # add it to save power
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro K2100M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-4"
# Option "metamodes" "nvidia-auto-select +0+0 {viewportin=2560x1440}; nvidia-auto-select +0+0 {viewportin=1920x1080}"
Option "metamodes" "nvidia-auto-select +0+0 {viewportin=3200x1800}; nvidia-auto-select +0+0 {viewportin=1920x1080}"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor1"
EndSection