Last active
February 1, 2018 08:02
-
-
Save imamdigmi/0e1a2579efe4971aad06a2c90c0499dd to your computer and use it in GitHub Desktop.
My Xorg configuration with NVIDIA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Section "ServerLayout" | |
| Identifier "layout" | |
| Screen 0 "nvidia" | |
| Inactive "intel" | |
| EndSection | |
| Section "Device" | |
| Identifier "intel" | |
| Driver "modesetting" | |
| BusID "PCI:0:2:0" | |
| Option "AccelMethod" "None" | |
| EndSection | |
| Section "Screen" | |
| Identifier "intel" | |
| Device "intel" | |
| EndSection | |
| Section "Device" | |
| Identifier "nvidia" | |
| Driver "nvidia" | |
| BusID "PCI:2:0:0" | |
| Option "ConstrainCursor" "off" | |
| EndSection | |
| Section "Screen" | |
| Identifier "nvidia" | |
| Device "nvidia" | |
| Option "AllowEmptyInitialConfiguration" "on" | |
| Option "IgnoreDisplayDevices" "CRT" | |
| 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 "Quadro K1100M" | |
| EndSection | |
| Section "Screen" | |
| Identifier "Screen0" | |
| Device "Device0" | |
| Monitor "Monitor0" | |
| DefaultDepth 24 | |
| SubSection "Display" | |
| Depth 24 | |
| EndSubSection | |
| EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # nvidia-settings: X configuration file generated by nvidia-settings | |
| # nvidia-settings: version 384.81 (root@eris-ub16-build003) Sat Sep 2 02:49:28 PDT 2017 | |
| Section "ServerLayout" | |
| Identifier "layout" | |
| Screen 0 "Screen0" 0 0 | |
| Inactive "intel" | |
| InputDevice "Keyboard0" "CoreKeyboard" | |
| InputDevice "Mouse0" "CorePointer" | |
| Option "Xinerama" "0" | |
| EndSection | |
| Section "InputDevice" | |
| # generated from default | |
| Identifier "Keyboard0" | |
| Driver "keyboard" | |
| 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 "Monitor" | |
| Identifier "Monitor0" | |
| VendorName "Unknown" | |
| ModelName "Unknown" | |
| HorizSync 28.0 - 33.0 | |
| VertRefresh 43.0 - 72.0 | |
| Option "DPMS" | |
| EndSection | |
| Section "Device" | |
| Identifier "intel" | |
| Driver "modesetting" | |
| Option "AccelMethod" "None" | |
| BusID "PCI:0@0:2:0" | |
| EndSection | |
| Section "Device" | |
| Identifier "nvidia" | |
| Driver "nvidia" | |
| Option "ConstrainCursor" "off" | |
| BusID "PCI:2@0:0:0" | |
| EndSection | |
| Section "Device" | |
| Identifier "Device0" | |
| Driver "nvidia" | |
| VendorName "NVIDIA Corporation" | |
| BoardName "Quadro K1100M" | |
| EndSection | |
| Section "Screen" | |
| Identifier "intel" | |
| Device "intel" | |
| Monitor "Monitor0" | |
| EndSection | |
| Section "Screen" | |
| Identifier "nvidia" | |
| Device "nvidia" | |
| Monitor "Monitor0" | |
| Option "AllowEmptyInitialConfiguration" "on" | |
| Option "IgnoreDisplayDevices" "CRT" | |
| EndSection | |
| Section "Screen" | |
| Identifier "Screen0" | |
| Device "Device0" | |
| DefaultDepth 24 | |
| Option "UseDisplayDevice" "none" | |
| SubSection "Display" | |
| Virtual 1920 1080 | |
| Depth 24 | |
| EndSubSection | |
| EndSection | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment