Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 375.66 (buildmeister@swio-display-x86-rhel47-06) Mon May 1 15:45:32 PDT 2017
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. Screen 1 “FakeScreen1”
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/psaux"
  23. Option "Emulate3Buttons" "no"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.  
  29. # generated from default
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. VendorName "Unknown"
  37. ModelName "Unknown"
  38. HorizSync 28.0 - 33.0
  39. VertRefresh 43.0 - 72.0
  40. Option "DPMS"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. Option "Coolbits" "31"
  48. BusID "PCI:1:0:0"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Device0"
  54. Monitor "Monitor0"
  55. DefaultDepth 24
  56. Option "Coolbits" "31"
  57. SubSection "Display"
  58. Depth 24
  59. EndSubSection
  60. EndSection
  61.  
  62. # I added the lines belows
  63.  
  64. Section "Monitor"
  65. Identifier “FakeMonitor1”
  66. VendorName “Dummy”
  67. ModelName “Dummy”
  68. EndSection
  69.  
  70. Section "Device"
  71. Identifier "Device1”
  72. Driver "nvidia"
  73. VendorName "NVIDIA Corporation"
  74. Option "Coolbits" "31"
  75. BusID "PCI:2:0:0"
  76. EndSection
  77.  
  78. Section "Screen"
  79. Identifier “FakeScreen1”
  80. Device "Device1”
  81. Monitor “FakeMonitor1”
  82. DefaultDepth 24
  83. Option "Coolbits" "31"
  84. SubSection "Display"
  85. Depth 24
  86. EndSubSection
  87. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement