Created
December 9, 2016 10:11
-
-
Save bacher09/487df74173d5ad14f7e097595632bfc6 to your computer and use it in GitHub Desktop.
amazon g2 xorg.conf
This file contains 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 "X.org Configured" | |
Screen 0 "Screen0" 0 0 | |
InputDevice "Mouse0" "CorePointer" | |
InputDevice "Keyboard0" "CoreKeyboard" | |
EndSection | |
Section "Files" | |
ModulePath "/usr/lib/xorg/modules" | |
FontPath "/usr/share/fonts/X11/misc" | |
FontPath "/usr/share/fonts/X11/cyrillic" | |
FontPath "/usr/share/fonts/X11/100dpi/:unscaled" | |
FontPath "/usr/share/fonts/X11/75dpi/:unscaled" | |
FontPath "/usr/share/fonts/X11/Type1" | |
FontPath "/usr/share/fonts/X11/100dpi" | |
FontPath "/usr/share/fonts/X11/75dpi" | |
FontPath "built-ins" | |
EndSection | |
Section "Module" | |
Load "dbe" | |
Load "extmod" | |
Load "type1" | |
Load "freetype" | |
Load "glx" | |
EndSection | |
Section "InputDevice" | |
Identifier "Keyboard0" | |
Driver "kbd" | |
EndSection | |
Section "InputDevice" | |
Identifier "Mouse0" | |
Driver "mouse" | |
Option "Protocol" "auto" | |
Option "Device" "/dev/input/mice" | |
Option "ZAxisMapping" "4 5 6 7" | |
EndSection | |
Section "Device" | |
Identifier "Device0" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GRID K520" | |
BusID "0:3:0" | |
EndSection | |
Section "Monitor" | |
Identifier "Monitor0" | |
VendorName "Monitor Vendor" | |
ModelName "Monitor Model" | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Device0" | |
Monitor "Monitor0" | |
DefaultColorDepth 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