Advertisement
Guest User

xorg.conf

a guest
Feb 20th, 2017
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2.  
  3. Section "ServerLayout"
  4. Identifier "Layout0"
  5. Screen 0 "Screen0"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. InputDevice "Mouse0" "CorePointer"
  8. Option "Xinerama" "0"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. # generated from default
  13. Identifier "Mouse0"
  14. Driver "mouse"
  15. Option "Protocol" "auto"
  16. Option "Device" "/dev/psaux"
  17. Option "Emulate3Buttons" "no"
  18. Option "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "dbe"
  29. Load "extmod"
  30. Load "type1"
  31. Load "freetype"
  32. Load "glx"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.  
  37. Option "DPMS"
  38. Identifier "Monitor0"
  39. VendorName "Unknown"
  40. ModeLine "1920x1080_60" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  41. ModeLine "1920x1080_602" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  42. ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  43. ModeLine "1920x1080_60i" 74.250 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync Interlace
  44. ModeLine "1920x1080_59.94" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  45. ModeLine "1920x1080_29.97" 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  46. ModeLine "1920x1080_30" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  47. ModeLine "1280x720_60" 74.25 1280 1320 1376 1650 720 722 728 750
  48. ModeLine "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  49.  
  50. Option "ExactModeTimingsDVI" "True"
  51. Option "UseEDIDDpi" "False"
  52. Option "ModeValidation" "NoEdidModes"
  53. Option "UseHotplugEvents" "False"
  54. EndSection
  55.  
  56. Section "Device"
  57. Identifier "Device0"
  58. Driver "nvidia"
  59. VendorName "NVIDIA Corporation"
  60. EndSection
  61.  
  62. Section "Screen"
  63.  
  64. Identifier "Screen0"
  65. Device "Device0"
  66. Monitor "Monitor0"
  67. DefaultDepth 24
  68. Option "NoPM" "True"
  69. Option "DPI" "100 x 100"
  70. Option "NoLogo" "True"
  71. Option "ColorSpace" "YCbCr444"
  72. Option "ColorRange" "Limited"
  73. Option "UseEvents" "False"
  74. SubSection "Display"
  75. Depth 24
  76. Modes "1920x1080_60" "1920x1080_602" "1920x1080_23.976" "1920x1080_29.97" "1920x1080_30" "1920x1080_59.94" "1920x1080_60i" "1920x1080_24" "1280x720_60"
  77. EndSubSection
  78. EndSection
  79.  
  80. Section "Extensions"
  81. Option "Composite" "Disable"
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement