Advertisement
TheAtomicAss

Psuedo Multi-seat - xorg.conf

Oct 12th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 340.32 (buildmeister@swio-display-x64-rhel04-01) Tue Aug 5 21:15:22 PDT 2014
  3.  
  4. Section "ServerFlags"
  5. Option "AllowMouseOpenFail" "true"
  6. EndSection
  7.  
  8. Section "ServerLayout"
  9. Identifier "Layout0"
  10. Screen 0 "Screen0" 0 0
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. Option "Xinerama" "0"
  14. EndSection
  15.  
  16. Section "Files"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20. # generated from default
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/psaux"
  25. Option "Emulate3Buttons" "no"
  26. Option "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. # generated from default
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. # HorizSync source: edid, VertRefresh source: edid
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "Ancor Communications Inc ASUS VS229"
  40. HorizSync 24.0 - 83.0
  41. VertRefresh 50.0 - 75.0
  42. Option "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "Nvidia"
  47. Driver "nvidia"
  48. VendorName "NVIDIA Corporation"
  49. BoardName "GeForce GTX 750 Ti"
  50. BusId "PCI:1:0:0"
  51. EndSection
  52.  
  53. Section "Device"
  54. Identifier "Intel"
  55. Driver "intel"
  56. BusId "PCI:0:2:0"
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Screen0"
  61. Device "Nvidia"
  62. Monitor "Monitor0"
  63. DefaultDepth 24
  64. Option "Stereo" "0"
  65. Option "nvidiaXineramaInfoOrder" "DFP-2"
  66. Option "metamodes" "HDMI-0: 1920x1080_60 +0+0, DVI-I-0: 1280x1024_60 +1920+0"
  67. Option "SLI" "Off"
  68. Option "MultiGPU" "Off"
  69. Option "BaseMosaic" "off"
  70. SubSection "Display"
  71. Depth 24
  72. EndSubSection
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "Screen1"
  77. Device "Intel"
  78. Monitor "Monitor1"
  79. EndSection
  80.  
  81. Section "ServerLayout"
  82. Identifier "main"
  83. Screen "screen0" 0 0
  84. EndSection
  85.  
  86. Section "ServerLayout"
  87. Identifier "secondary"
  88. Screen "screen1" 0 0
  89. Option "AutoAddDevices" "off"
  90. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement