Advertisement
Powderking

xorg.conf to connect TV via composite video to Nvidia card

Jul 18th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. Option "Xinerama" "0"
  7. EndSection
  8.  
  9. Section "Files"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13. Identifier "Mouse0"
  14. Driver "mouse"
  15. Option "Protocol" "auto"
  16. Option "Device" "/dev/psaux"
  17. Option "Emulate3Buttons" "no"
  18. Option "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. Identifier "Keyboard0"
  23. Driver "kbd"
  24. EndSection
  25.  
  26. Section "Monitor"
  27. Identifier "Monitor0"
  28. VendorName "Unknown"
  29. ModelName "BenQ T90X"
  30. HorizSync 31.0 - 83.0
  31. VertRefresh 56.0 - 76.0
  32. Option "DPMS"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor1"
  37. VendorName "Unknown"
  38. ModelName "TV-0"
  39. HorizSync 28.0 - 55.0
  40. VertRefresh 43.0 - 72.0
  41. Option "DPMS"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "Device0"
  46. Driver "nvidia"
  47. VendorName "NVIDIA Corporation"
  48. BoardName "GeForce 7600 GT"
  49. EndSection
  50.  
  51. Section "Screen"
  52. Identifier "Screen0"
  53. Device "Device0"
  54. Monitor "Monitor0"
  55. DefaultDepth 24
  56. SubSection "Display"
  57. Depth 24
  58. EndSubSection
  59. Option "UseDisplayDevice" "DFP-1"
  60. EndSection
  61.  
  62. Section "Screen"
  63. Identifier "Screen1"
  64. Device "Device0"
  65. Monitor "Monitor1"
  66. DefaultDepth 24
  67. SubSection "Display"
  68. Depth 24
  69. EndSubSection
  70. Option "UseDisplayDevice" "TV-0"
  71. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement