Advertisement
Guest User

Radeon dualhead kms

a guest
Apr 6th, 2017
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6.         Option         "Xinerama" "0"
  7.         Option         "DontZap" "false"
  8. EndSection
  9.  
  10. Section "Files"
  11.         ModulePath   "/usr/lib/xorg/modules"
  12.         FontPath     "/usr/share/fonts/X11/misc"
  13.         FontPath     "/usr/share/fonts/X11/cyrillic"
  14.         FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  15.         FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  16.         FontPath     "/usr/share/fonts/X11/Type1"
  17.         FontPath     "/usr/share/fonts/X11/100dpi"
  18.         FontPath     "/usr/share/fonts/X11/75dpi"
  19.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  20.         FontPath     "built-ins"
  21. EndSection
  22.  
  23. Section "Module"
  24.         Load  "extmod"
  25.         Load  "record"
  26.         Load  "dri"
  27.         Load  "dri2"
  28.         Load  "glx"
  29.         Load  "dbe"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.         Identifier  "Keyboard0"
  34.         Driver      "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.         Identifier  "Mouse0"
  39.         Driver      "mouse"
  40.         Option      "Protocol" "auto"
  41.         Option      "Device" "/dev/input/mice"
  42.         Option      "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. # VGA0
  46. Section "Monitor"
  47.         Identifier   "Monitor0"
  48.         Option       "RightOf" "Monitor0"
  49.         VendorName   "Eizo"
  50.         ModelName    "Flexscan M1700"
  51. EndSection
  52.  
  53. # DVI0
  54. Section "Monitor"
  55.         Identifier   "Monitor1"
  56.         Option       "Primary" "true"
  57.         VendorName   "Eizo"
  58.         ModelName    "Flexscan L568"
  59. EndSection
  60.  
  61. Section "Device"
  62.         Identifier  "Card0"
  63.         Driver      "radeon"
  64.         BusID       "PCI:1:0:0"
  65. EndSection
  66.  
  67. Section "Screen"
  68.         Identifier "Screen0"
  69.         Device     "Card0"
  70.         Monitor    "Monitor0"
  71.         SubSection "Display"
  72.                 Modes "1280x1024" "1280x1024"
  73.                 Virtual  2560 1024
  74.                 Viewport   0 0
  75.                 Depth     24
  76.         EndSubSection
  77. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement