Skip to content

Instantly share code, notes, and snippets.

@thomelane
Created September 14, 2018 07:10
Show Gist options
  • Save thomelane/41b62934910d4c277b72a81f68302dac to your computer and use it in GitHub Desktop.
Save thomelane/41b62934910d4c277b72a81f68302dac to your computer and use it in GitHub Desktop.
P3 xorg
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Tesla V100-SXM2-16GB"
BusID "PCI:0:30:0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment