Advertisement
Guest User

2 Screen xorg.coonf

a guest
Aug 6th, 2011
405
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         "Screen0"
  4.     Screen         "Screen1" Relative "Screen0" 4294967019 4294966216
  5.     InputDevice    "Mouse0" "CorePointer"
  6.     InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "ServerFlags"
  10.         Option          "RandR" "false"
  11. EndSection
  12.  
  13.  
  14. Section "Files"
  15.     ModulePath   "/usr/lib/xorg/modules"
  16.     FontPath     "/usr/share/fonts/misc"
  17.     FontPath     "/usr/share/fonts/100dpi:unscaled"
  18.     FontPath     "/usr/share/fonts/75dpi:unscaled"
  19.     FontPath     "/usr/share/fonts/TTF"
  20.     FontPath     "/usr/share/fonts/Type1"
  21. EndSection
  22.  
  23. Section "Module"
  24.     Load  "record"
  25.     Load  "glx"
  26.     Load  "dbe"
  27.     Load  "extmod"
  28.     Load  "dri"
  29.     Load  "dri2"
  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. Section "Monitor"
  46.     #DisplaySize      510   290 # mm
  47.     Identifier   "LVDS"
  48.     VendorName   "AUO"
  49.     ModelName    "22ec"
  50.     Option      "DPMS"
  51. EndSection
  52.  
  53. Section "Monitor"
  54.         #DisplaySize      700   390     # mm
  55.         Identifier   "VGA-0"
  56.         VendorName   "Samsung"
  57.         ModelName    "B2430"
  58. EndSection
  59.  
  60. Section "Device"
  61.         Option      "ZaphodHeads"       "LVDS"
  62.     Identifier  "Card0"
  63.     Driver      "radeon"
  64.     VendorName  "ATI Technologies Inc"
  65.     BoardName   "RV710"
  66.     BusID       "PCI:1:0:0"
  67.         Screen      0
  68. EndSection
  69.  
  70. Section "Device"
  71.         Option      "ZaphodHeads"       "VGA-0"
  72.         Identifier  "Card1"
  73.         Driver      "radeon"
  74.         VendorName  "ATI Technologies Inc"
  75.         BoardName   "RV770 [Radeon HD 4870]"
  76.         BusID       "PCI:1:0:0"
  77.         Screen      1
  78. EndSection
  79.  
  80.  
  81. Section "Screen"
  82.     Identifier "Screen0"
  83.     Device     "Card0"
  84.     Monitor    "LVDS"
  85.     SubSection "Display"
  86.         Depth      24
  87.         Modes      "1366x768"
  88.     EndSubSection
  89. EndSection
  90.  
  91. Section "Screen"
  92.     Identifier "Screen1"
  93.     Device     "Card1"
  94.     Monitor    "VGA-0"
  95.     DefaultDepth    24
  96.     Subsection "Display"
  97.         Depth     24
  98.         Modes     "1920x1080"
  99.     EndSubSection
  100. EndSection
  101.  
  102. Section "DRI"
  103.     Mode    0666
  104. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement