Advertisement
quasi

xorg.conf

Feb 5th, 2012
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Files"
  2.  
  3. # The location of the RGB database.  Note, this is the name of the
  4. # # file minus the extension (like ".txt" or ".db").  There is normally
  5. # # no need to change the default.
  6. #
  7. # #    RgbPath    "/usr/share/X11/rgb"
  8. #
  9. # # Multiple FontPath entries are allowed (which are concatenated together),
  10. # # as well as specifying multiple comma-separated entries in one FontPath
  11. # # command (or a combination of both methods)
  12. #
  13.      FontPath    "/usr/share/fonts/TTF/"
  14.  
  15.      # Nvidia Additions
  16.      ModulePath "/usr/lib64/xorg/modules"
  17.      ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
  18. EndSection
  19.  
  20. Section "ServerLayout"
  21.     Identifier     "Layout0"
  22.     Screen      0  "TwinView-Vertical" 0 0
  23. #    InputDevice    "LogitechMX5500"    "CoreKeyboard"
  24. EndSection
  25.  
  26. Section "Screen"
  27.     Identifier     "SingleView"
  28.     Device         "nVidia GeForce"
  29.     Monitor        "BenQ V2210 Eco"
  30.     DefaultDepth    24
  31.     SubSection     "Display"
  32.         Depth       24
  33.     EndSubSection
  34. EndSection
  35.  
  36. Section "Screen"
  37.     Identifier     "TwinView-Vertical"
  38.     Device         "nVidia GeForce"
  39.     Monitor        "BenQ V2210 Eco"
  40.     DefaultDepth    24
  41.     Option         "TwinView" "1"
  42.     Option         "TwinViewXineramaInfoOrder" "DFP-0, DFP-1"
  43.     Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +0+1080"
  44.     SubSection     "Display"
  45.         Depth       24
  46.     EndSubSection
  47. EndSection
  48.  
  49. Section "Screen"
  50.     Identifier     "TwinView-Horizontal"
  51.     Device         "nVidia GeForce"
  52.     Monitor        "BenQ V2210 Eco"
  53.     DefaultDepth    24
  54.     Option         "TwinView" "1"
  55.     Option         "TwinViewXineramaInfoOrder" "DFP-0, DFP-1"
  56.     Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
  57.     SubSection     "Display"
  58.         Depth       24
  59.     EndSubSection
  60. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement