Advertisement
Guest User

Untitled

a guest
Jul 6th, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. Section "ServerLayout"
  21.     Identifier     "Layout0"
  22.     Screen      0  "Screen0"
  23.    
  24.     InputDevice    "Keyboard0" "CoreKeyboard"
  25.     InputDevice    "Mouse0" "CorePointer"
  26. EndSection
  27.  
  28.  
  29. Section "Files"
  30.  
  31. EndSection
  32.  
  33.  
  34. Section "InputDevice"
  35.  
  36.     # generated from default
  37.     Identifier     "Mouse0"
  38.     Driver         "mouse"
  39.     Option         "Protocol" "auto"
  40.     Option         "Device" "/dev/psaux"
  41.     Option         "Emulate3Buttons" "no"
  42.     Option         "ZAxisMapping" "4 5"
  43.  
  44. EndSection
  45.  
  46.  
  47. Section "InputDevice"
  48.  
  49.     # generated from default
  50.     Identifier     "Keyboard0"
  51.     Driver         "kbd"
  52.  
  53. EndSection
  54.  
  55.  
  56. Section "Monitor"
  57.  
  58.     Identifier     "Monitor0"
  59.     VendorName     "Unknown"
  60.     ModelName      "Unknown"
  61.  
  62.     Option         "DPMS"
  63.     Option         "ExactModeTimingsDVI" "True"
  64.  
  65. EndSection
  66.  
  67.  
  68.  
  69.  
  70.  
  71. Section "Device"
  72.  
  73.     Identifier     "Device0"
  74.     Driver         "nvidia"
  75.     VendorName     "NVIDIA Corporation"
  76.     Screen          0
  77.     Option         "DPI" "100x100"
  78.     BusID          "PCI:2:0:0"
  79.     Option         "NoLogo" "True"
  80.     Option         "UseEvents" "True"
  81.     Option         "TripleBuffer" "False"
  82.     Option         "AddARGBGLXVisuals" "True"
  83.     Option         "TwinView" "0"
  84.     Option         "DynamicTwinView" "0"
  85.     Option         "OnDemandVBlankinterrupts" "on"
  86.     Option         "FlatPanelProperties" "Scaling = Native"
  87. EndSection
  88.  
  89.  
  90.  
  91.  
  92.  
  93. Section "Screen"
  94.  
  95.     Identifier     "Screen0"
  96.     Device         "Device0"
  97.     Monitor        "Monitor0"
  98.     DefaultDepth    24
  99.     SubSection     "Display"
  100.         Depth       24
  101.         Modes      "1680x1050"
  102.     EndSubSection
  103.  
  104.  
  105.     Option         "ConnectedMonitor" "DFP-0"
  106.     Option         "UseDisplayDevice" "DFP-0"
  107.  
  108.  
  109.     Option         "CustomEDID" "DFP-0:/etc/X11/edid.0.yavdr"
  110.  
  111. EndSection
  112.  
  113.  
  114.  
  115.  
  116.  
  117. Section "Extensions"
  118.  
  119.     Option         "Composite" "on"
  120.  
  121.  
  122.  
  123. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement