Advertisement
Guest User

xorg.conf.yavdr

a guest
Jan 19th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ...
  2. # based on
  3. #
  4. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  5. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Oct 20 21:00:15 PDT 2009
  6. #
  7.  
  8.  
  9. Section "ServerLayout"
  10. Identifier "Layout0"
  11. Screen 0 "Screen0"
  12.  
  13. InputDevice "Keyboard0" "CoreKeyboard"
  14. InputDevice "Mouse0" "CorePointer"
  15. EndSection
  16.  
  17.  
  18. Section "Files"
  19.  
  20. EndSection
  21.  
  22.  
  23. Section "InputDevice"
  24.  
  25. # generated from default
  26. Identifier "Mouse0"
  27. Driver "mouse"
  28. Option "Protocol" "auto"
  29. Option "Device" "/dev/psaux"
  30. Option "Emulate3Buttons" "no"
  31. Option "ZAxisMapping" "4 5"
  32.  
  33. EndSection
  34.  
  35.  
  36. Section "InputDevice"
  37.  
  38. # generated from default
  39. Identifier "Keyboard0"
  40. Driver "kbd"
  41.  
  42. EndSection
  43.  
  44.  
  45. Section "Monitor"
  46.  
  47. Identifier "Monitor0"
  48. VendorName "Unknown"
  49. ModelName "Unknown"
  50.  
  51. Option "DPMS"
  52. Option "ExactModeTimingsDVI" "True"
  53.  
  54. EndSection
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Section "Device"
  61.  
  62. Identifier "Device0"
  63. Driver "nvidia"
  64. VendorName "NVIDIA Corporation"
  65. Screen 0
  66. Option "DPI" "100x100"
  67. BusID "PCI:3:0:0"
  68. Option "NoLogo" "True"
  69. Option "UseEvents" "True"
  70. Option "TripleBuffer" "False"
  71. Option "AddARGBGLXVisuals" "True"
  72. Option "TwinView" "0"
  73. Option "DynamicTwinView" "0"
  74. Option "OnDemandVBlankinterrupts" "on"
  75. Option "FlatPanelProperties" "Scaling = Native"
  76. EndSection
  77.  
  78.  
  79.  
  80.  
  81.  
  82. Section "Screen"
  83.  
  84. Identifier "Screen0"
  85. Device "Device0"
  86. Monitor "Monitor0"
  87. DefaultDepth 24
  88. SubSection "Display"
  89. Depth 24
  90.  
  91. Modes "nvidia-auto-select"
  92.  
  93. EndSubSection
  94.  
  95.  
  96. Option "ConnectedMonitor" "DFP-1"
  97. Option "UseDisplayDevice" "DFP-1"
  98.  
  99.  
  100.  
  101. Option "MetaModes" "DFP-1: nvidia-auto-select { ViewPortIn=x, ViewPortOut=x++ }"
  102.  
  103. EndSection
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Section "Extensions"
  110.  
  111. Option "Composite" "Disable"
  112.  
  113.  
  114.  
  115. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement