Advertisement
Guest User

xorg.conf.yavdr by heiko322

a guest
Apr 25th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. #################################################################################
  2. # #
  3. # The following configuration file is generated automatically by the yaVDR #
  4. # system. Don't change this file as every update of yaVDR will overwrite #
  5. # the local changes. Instead put your required customizations #
  6. # into /etc/yavdr/templates_custom/ based on the original templates #
  7. # under /usr/share/yavdr/templates. #
  8. # #
  9. # http://www.yavdr.org/developer-zone/template-overview/ #
  10. # #
  11. # #
  12. #################################################################################
  13. #
  14. # based on
  15. #
  16. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  17. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Oct 20 21:00:15 PDT 2009
  18. #
  19.  
  20.  
  21. Section "ServerLayout"
  22. Identifier "Layout0"
  23. Screen 0 "Screen0"
  24.  
  25. InputDevice "Keyboard0" "CoreKeyboard"
  26. InputDevice "Mouse0" "CorePointer"
  27. EndSection
  28.  
  29.  
  30. Section "Files"
  31.  
  32. EndSection
  33.  
  34.  
  35. Section "InputDevice"
  36.  
  37. # generated from default
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/psaux"
  42. Option "Emulate3Buttons" "no"
  43. Option "ZAxisMapping" "4 5"
  44.  
  45. EndSection
  46.  
  47.  
  48. Section "InputDevice"
  49.  
  50. # generated from default
  51. Identifier "Keyboard0"
  52. Driver "kbd"
  53.  
  54. EndSection
  55.  
  56.  
  57. Section "Monitor"
  58.  
  59. Identifier "Monitor0"
  60. VendorName "Unknown"
  61. ModelName "Unknown"
  62.  
  63. Option "DPMS"
  64. Option "ExactModeTimingsDVI" "True"
  65.  
  66. EndSection
  67.  
  68.  
  69.  
  70.  
  71.  
  72. Section "Device"
  73.  
  74. Identifier "Device0"
  75. Driver "nvidia"
  76. VendorName "NVIDIA Corporation"
  77. Screen 0
  78. Option "DPI" "100x100"
  79.  
  80. BusID "PCI:1:0:0"
  81. Option "NoLogo" "True"
  82. Option "UseEvents" "True"
  83. Option "TripleBuffer" "False"
  84. Option "AddARGBGLXVisuals" "True"
  85. Option "TwinView" "0"
  86. Option "DynamicTwinView" "0"
  87. Option "OnDemandVBlankinterrupts" "on"
  88. Option "FlatPanelProperties" "Scaling = Native"
  89. EndSection
  90.  
  91.  
  92.  
  93.  
  94.  
  95. Section "Screen"
  96.  
  97. Identifier "Screen0"
  98. Device "Device0"
  99. Monitor "Monitor0"
  100. DefaultDepth 24
  101. SubSection "Display"
  102. Depth 24
  103.  
  104.  
  105. Modes "1920x1080_50i" "1920x1080"
  106.  
  107. EndSubSection
  108.  
  109.  
  110. Option "ConnectedMonitor" "DFP-1"
  111. Option "UseDisplayDevice" "DFP-1"
  112.  
  113.  
  114. Option "CustomEDID" "DFP-1:/etc/X11/edid.0.yavdr"
  115.  
  116.  
  117. Option "MetaModes" "DFP-1: 1920x1080_50i { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
  118.  
  119. Option "MetaModes" "DFP-1: 1920x1080 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
  120. EndSection
  121.  
  122.  
  123.  
  124.  
  125.  
  126. Section "Extensions"
  127.  
  128. Option "Composite" "Disable"
  129.  
  130.  
  131.  
  132. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement