Advertisement
Guest User

my xorg.conf without xinerama

a guest
May 8th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2.  
  3. # removed xorg.conf.d/10-monitor.conf
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  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.  
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/input/mice"
  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 "Idek Iiyama AS4314UT"
  38. HorizSync 24.0 - 83.0
  39. VertRefresh 55.0 - 75.0
  40. Option "DPMS"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. BoardName "GeForce GTS 450"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "Device0"
  53. Monitor "Monitor0"
  54. DefaultDepth 24
  55. Option "TwinView" "1"
  56. Option "TwinViewXineramaInfoOrder" "CRT-0"
  57. Option "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: 1280x1024 +1280+0"
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement