Advertisement
kijato

Xorg.conf - ATI Radeon Multihead

Jan 10th, 2020
3,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18.     FontPath    "/usr/share/fonts/X11/misc"
  19.     FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
  20.     FontPath    "/usr/share/fonts/X11/Type1"
  21.     FontPath    "/usr/share/fonts/X11/100dpi"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load    "bitmap"
  26.     Load    "ddc"
  27.     Load    "dri"
  28.     Load    "extmod"
  29.     Load    "freetype"
  30.     Load    "glx"
  31.     Load    "int10"
  32.     Load    "vbe"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.     Identifier  "Generic Keyboard"
  37.     Driver      "kbd"
  38.     Option      "CoreKeyboard"
  39.     Option      "XkbRules"  "xorg"
  40.     Option      "XkbModel"  "pc105"
  41.     Option      "XkbLayout" "hu"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45.     Identifier  "Configured Mouse"
  46.     Driver      "mouse"
  47.     Option      "CorePointer"
  48.     Option      "Device"        "/dev/input/mice"
  49.     Option      "Protocol"      "ImPS/2"
  50. EndSection
  51.  
  52. Section "Device"
  53.     Identifier  "Intel 82865G"
  54.     Driver  "intel"
  55.     BusID   "PCI:0:2:0"
  56. EndSection
  57.  
  58. Section "Device"
  59.     Identifier  "S3 Trio"
  60.     Driver  "s3"
  61.     BusID   "PCI:1:0:0"
  62. EndSection
  63.  
  64. Section "Device"
  65.     Identifier  "ATI Radeon"
  66.     Driver  "radeon"
  67.     BusID   "PCI:1:0:0"
  68.     Option  "MergedFB" "true"
  69.     Option  "MonitorLayout" "CRT, CRT"
  70.     Option  "CRT2Position" "LeftOf"
  71.     #Option "CRT2HSync" "30-71"
  72.     #Option "CRT2VRefresh" "50-160"
  73.     #Option      "Monitor-DVI-I-1" "Samsung SyncMaster 793s"
  74.     #Option      "Monitor-DVI-I-2" "LG Studioworks 575E"
  75.     #Option      "Monitor-DVI-I" "Samsung SyncMaster 793s"
  76.     #Option      "Monitor-VGA" "LG Studioworks 575E"
  77. EndSection
  78.  
  79. Section "Device"
  80.     Identifier  "ATI Radeon 2nd Head"
  81.     Driver  "radeon"
  82.     #BusID  "PCI:1:0:0"
  83.     Option  "MergedFB" "true"
  84.     Option  "MonitorLayout" "CRT"
  85. EndSection
  86.  
  87. Section "Monitor"
  88.     Identifier  "Samsung SyncMaster 793s"
  89.     HorizSync   30-71
  90.     VertRefresh 50-160
  91.     Option  "DPMS"
  92.     Option      "PreferredMode" "1280x1024_75.00"
  93. EndSection
  94.  
  95. Section "Monitor"
  96.     Identifier  "LG Studioworks 575E"
  97.     HorizSync   30-71
  98.     VertRefresh 50-160
  99.     Option  "DPMS"
  100.     Option      "PreferredMode" "1024x768_75.00"
  101. EndSection
  102.  
  103. Section "Monitor"
  104.     Identifier   "Samsung 1100p"
  105.     VendorName   "SAMSUNG"
  106.     ModelName    "SYNCMASTER 1100P PLUS"
  107.     HorizSync    27-115
  108.     VertRefresh  50-160
  109.     Option       "DPMS"
  110.     #Option       "CalcAlgorithm" "CheckDesktopGeometry"
  111.     #Option      "PreferredMode" "1024x768_75.00"
  112. EndSection
  113.  
  114. Section "Screen"
  115.     Identifier  "Default Screen"
  116.     #Device     "Intel 82865G"
  117.     Device      "ATI Radeon"
  118.     Monitor     "Samsung SyncMaster 793s"
  119.     Option      "RandRRotation" "on"
  120.    
  121.     DefaultDepth    24
  122.     SubSection "Display"
  123.         Depth       8
  124.         Modes       "1400x1050" "1280x1024" "1152x864" "1024x768"
  125.     EndSubSection
  126.     SubSection "Display"
  127.         Depth       16
  128.         Modes       "1280x1024" "1152x864" "1024x768"
  129.     EndSubSection
  130.     SubSection "Display"
  131.         Depth       24
  132.         Modes       "1152x864" "1024x768"
  133.     EndSubSection
  134. EndSection
  135.  
  136. Section "Screen"
  137.     Identifier  "Right Screen"
  138.     Device      "ATI Radeon 2nd Head"
  139.     Monitor     "LG Studioworks 575E"
  140.     DefaultDepth    16
  141.     SubSection "Display"
  142.         Depth       8
  143.         Modes       "1280x1024" "1152x864" "1024x768"
  144.     EndSubSection
  145.     SubSection "Display"
  146.         Depth       16
  147.         Modes       "1152x864" "1024x768"
  148.     EndSubSection
  149.     SubSection "Display"
  150.         Depth       24
  151.         Modes       "1024x768"
  152.     EndSubSection
  153. EndSection
  154.  
  155. Section "ServerLayout"
  156.     Identifier  "Default Layout"
  157.     Screen 0    "Default Screen" 0 0
  158.     #Screen 1   "Right Screen" RightOf "Default Screen"
  159.     #Screen 1   "Right Screen" Relative "Default Screen" 1024 0
  160.     InputDevice "Generic Keyboard"
  161.     InputDevice "Configured Mouse"
  162.     Option       "Clone" "off"
  163.     Option       "Xinerama" "on"
  164. EndSection
  165.  
  166. Section "ServerFlags"
  167.     AllowMouseOpenFail
  168.     Option  "Xinerama" "true"
  169. EndSection
  170.  
  171. Section "Extensions"
  172.     Option  "Composite" "enable"
  173.     Option  "RANDR" "enable"
  174. EndSection
  175.  
  176. Section "DRI"
  177.     Mode    0666
  178.     Group   "video"
  179. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement