Advertisement
Guest User

Untitled

a guest
Aug 28th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 430.40
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0" 0 0
  7. Screen 1 "Screen1" RightOf "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. # generated from default
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "auto"
  21. Option "Device" "/dev/psaux"
  22. Option "Emulate3Buttons" "no"
  23. Option "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. # generated from default
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "Unknown"
  36. Option "DPMS"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor1"
  41. VendorName "Unknown"
  42. ModelName "Unknown"
  43. Option "DPMS"
  44. EndSection
  45.  
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. BusID "PCI:1:0:0"
  51. Screen 0
  52. # Option "UseDispalyDevice" "VGA-0"
  53. # Option "UseDispalyDevice" "HDMI-0"
  54. #Option "DynamicTwinView" "FALSE"
  55. VendorName "NVIDIA Corporation"
  56. # Option "Coolbits" "1"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "Device1"
  61. Driver "radeon"
  62. BusID "PCI:0:1:0"
  63. VendorName "Advanced Micro Devices"
  64. # Screen 1
  65. #Option "UseDispalyDevice" "VGA-0"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0"
  70. Device "Device0"
  71. Monitor "Monitor0"
  72. DefaultDepth 24
  73. # Option "Stereo" "0"
  74. # Option "nvidiaXineramaInfoOrder" "HDMI-0"
  75. #Option "nvidiaXineramaInfoOrder" "false"
  76. #Option "metamodes" "HDMI-0: nvidia-auto-select +1920+0"
  77. #Option "SLI" "Off"
  78. #Option "MultiGPU" "Off"
  79. # Option "BaseMosaic" "off"
  80. SubSection "Display"
  81. Depth 24
  82. EndSubSection
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen1"
  87. Device "Device1"
  88. Monitor "Monitor1"
  89. DefaultDepth 24
  90. SubSection "Display"
  91. Modes "1280x1024" "1024x768" "800x600"
  92. Depth 24
  93. EndSubSection
  94. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement