Advertisement
Guest User

Xorg conf for Separate X Screen

a guest
Sep 10th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Wed Jul 27 17:18:55 PDT 2011
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. Screen 1 "Screen0 (2nd)" RightOf "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Unknown"
  34. ModelName "Unknown"
  35. HorizSync 28.0 - 33.0
  36. VertRefresh 43.0 - 72.0
  37. Option "DPMS"
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "Device0"
  42. Driver "nvidia"
  43. VendorName "NVIDIA Corporation"
  44. BoardName "GeForce GT 540M"
  45. BusID "PCI:1:0:0"
  46. Screen 0
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Device0 (2nd)"
  51. Driver "nvidia"
  52. VendorName "NVIDIA Corporation"
  53. BoardName "GeForce GT 540M"
  54. BusID "PCI:1:0:0"
  55. Screen 1
  56. EndSection
  57.  
  58. Section "Screen"
  59. Identifier "Screen0"
  60. Device "Device0"
  61. Monitor "Monitor0"
  62. DefaultDepth 24
  63. SubSection "Display"
  64. Depth 24
  65. EndSubSection
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0 (2nd)"
  70. Device "Device0 (2nd)"
  71. Monitor "Monitor0"
  72. DefaultDepth 24
  73. SubSection "Display"
  74. Depth 24
  75. EndSubSection
  76. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement