Advertisement
dioioib

xorg with dual head monitors wacom and trackball

Apr 5th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 331.49 (buildmeister@swio-display-x86-rhel47-10) Wed Feb 12 21:00:07 PST 2014
  3.  
  4. Section "ServerLayout"
  5. Identifier "aticonfig Layout"
  6. Screen 0 "aticonfig-Screen[0]-0" 0 0
  7. Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
  8. Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-1"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "glx"
  15. EndSection
  16.  
  17. Section "ServerFlags"
  18. Option "Xinerama" "on"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Keyboard0"
  24. Driver "keyboard"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. # generated from default
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/psaux"
  33. Option "Emulate3Buttons" "no"
  34. Option "ZAxisMapping" "4 5"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "aticonfig-Monitor[0]-0"
  39. Option "VendorName" "ATI Proprietary Driver"
  40. Option "ModelName" "Generic Autodetecting Monitor"
  41. Option "DPMS" "true"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "aticonfig-Monitor[0]-1"
  46. Option "VendorName" "ATI Proprietary Driver"
  47. Option "ModelName" "Generic Autodetecting Monitor"
  48. Option "DPMS" "true"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "aticonfig-Monitor[1]-0"
  53. Option "VendorName" "ATI Proprietary Driver"
  54. Option "ModelName" "Generic Autodetecting Monitor"
  55. Option "DPMS" "true"
  56. EndSection
  57.  
  58. Section "Device"
  59. Identifier "aticonfig-Device[0]-0"
  60. Driver "nvidia"
  61. BusID "PCI:1:0:0"
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "aticonfig-Device[0]-1"
  66. Driver "nvidia"
  67. BusID "PCI:1:0:0"
  68. Screen 1
  69. EndSection
  70.  
  71. Section "Device"
  72. Identifier "aticonfig-Device[1]-0"
  73. Driver "nvidia"
  74. BusID "PCI:4:0:0"
  75. EndSection
  76.  
  77. Section "Screen"
  78. Identifier "aticonfig-Screen[0]-0"
  79. Device "aticonfig-Device[0]-0"
  80. Monitor "aticonfig-Monitor[0]-0"
  81. DefaultDepth 24
  82. Option "DesktopSetup" "horizontal"
  83. Option "OverlayOnCRTC2" "0"
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 24
  87. EndSubSection
  88. EndSection
  89.  
  90. Section "Screen"
  91. Identifier "aticonfig-Screen[0]-1"
  92. Device "aticonfig-Device[0]-1"
  93. Monitor "aticonfig-Monitor[0]-1"
  94. DefaultDepth 24
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 24
  98. EndSubSection
  99. EndSection
  100.  
  101. Section "Screen"
  102. Identifier "aticonfig-Screen[1]-0"
  103. Device "aticonfig-Device[1]-0"
  104. Monitor "aticonfig-Monitor[1]-0"
  105. DefaultDepth 24
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 24
  109. EndSubSection
  110. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement