Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 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. BusID "PCI:1:0:0"
  80. Option "NoLogo" "True"
  81. Option "UseEvents" "True"
  82. Option "TripleBuffer" "False"
  83. Option "AddARGBGLXVisuals" "True"
  84. Option "TwinView" "0"
  85. Option "DynamicTwinView" "0"
  86. Option "OnDemandVBlankinterrupts" "on"
  87. Option "FlatPanelProperties" "Scaling = Native"
  88. EndSection
  89.  
  90.  
  91.  
  92.  
  93.  
  94. Section "Screen"
  95.  
  96. Identifier "Screen0"
  97. Device "Device0"
  98. Monitor "Monitor0"
  99. DefaultDepth 24
  100. SubSection "Display"
  101. Depth 24
  102.  
  103. Modes "1920x1080_50" "1920x1080" "1920x1080_24"
  104.  
  105. EndSubSection
  106.  
  107.  
  108. Option "ConnectedMonitor" "DFP-1"
  109. Option "UseDisplayDevice" "DFP-1"
  110.  
  111.  
  112.  
  113. Option "MetaModes" "DFP-1: 1920x1080_50 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
  114.  
  115. Option "MetaModes" "DFP-1: 1920x1080 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
  116. Option "MetaModes" "DFP-1: 1920x1080_24 { ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0 }"
  117. EndSection
  118.  
  119.  
  120.  
  121.  
  122.  
  123. Section "Extensions"
  124.  
  125. Option "Composite" "Disable"
  126.  
  127.  
  128.  
  129. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement