| 1 | Section "ServerLayout"
|
|---|
| 2 | Identifier "Layout1"
|
|---|
| 3 | # Screen "Screen1" 0 0
|
|---|
| 4 | Screen 0 "Screen1" 0 0
|
|---|
| 5 | # Screen "Screen2" RightOf "Screen1"
|
|---|
| 6 | InputDevice "Mouse1"
|
|---|
| 7 | InputDevice "Keyboard1"
|
|---|
| 8 | EndSection
|
|---|
| 9 |
|
|---|
| 10 | Section "Files"
|
|---|
| 11 | FontPath "/usr/share/fonts/X11/misc"
|
|---|
| 12 | FontPath "/usr/share/fonts/X11/75dpi"
|
|---|
| 13 | EndSection
|
|---|
| 14 |
|
|---|
| 15 | Section "Module"
|
|---|
| 16 | Load "glx"
|
|---|
| 17 | Load "dbe"
|
|---|
| 18 | Load "dri"
|
|---|
| 19 |
|
|---|
| 20 | SubSection "extmod"
|
|---|
| 21 | Option "omit xfree86-dga"
|
|---|
| 22 | EndSubSection
|
|---|
| 23 | EndSection
|
|---|
| 24 |
|
|---|
| 25 | Section "ServerFlags"
|
|---|
| 26 | Option "Xinerama" "off"
|
|---|
| 27 | EndSection
|
|---|
| 28 |
|
|---|
| 29 | Section "InputDevice"
|
|---|
| 30 | Identifier "Keyboard1"
|
|---|
| 31 | Driver "kbd"
|
|---|
| 32 | Option "CoreKeyboard"
|
|---|
| 33 | Option "XkbRules" "xorg"
|
|---|
| 34 | Option "XkbModel" "pc105"
|
|---|
| 35 | Option "XkbLayout" "us"
|
|---|
| 36 | EndSection
|
|---|
| 37 |
|
|---|
| 38 | Section "InputDevice"
|
|---|
| 39 | Identifier "Mouse1"
|
|---|
| 40 | Driver "mouse"
|
|---|
| 41 | Option "CorePointer"
|
|---|
| 42 | Option "Name" "Razer DeathAdder"
|
|---|
| 43 | Option "Device" "/dev/input/mice"
|
|---|
| 44 | EndSection
|
|---|
| 45 |
|
|---|
| 46 | Section "Monitor"
|
|---|
| 47 | Identifier "Monitor1"
|
|---|
| 48 | Option "VendorName" "1PLUS"
|
|---|
| 49 | Option "ModelName" "LM240HA"
|
|---|
| 50 | EndSection
|
|---|
| 51 |
|
|---|
| 52 | Section "Monitor"
|
|---|
| 53 | Identifier "Monitor2"
|
|---|
| 54 | Option "VendorName" "LG"
|
|---|
| 55 | Option "ModelName" "L204WT"
|
|---|
| 56 | EndSection
|
|---|
| 57 |
|
|---|
| 58 | Section "Device"
|
|---|
| 59 | Identifier "Device1"
|
|---|
| 60 | Driver "fglrx"
|
|---|
| 61 | BusID "PCI:2:0:0"
|
|---|
| 62 |
|
|---|
| 63 | Option "DPMS" "off"
|
|---|
| 64 | Option "VideoOverlay" "off"
|
|---|
| 65 | Option "OpenGLOverlay" "on"
|
|---|
| 66 | # Option "DesktopSetup" "horizontal"
|
|---|
| 67 | Option "OverlayOnCRTC2" "on"
|
|---|
| 68 | Option "UseInternalAGPGART" "no"
|
|---|
| 69 | EndSection
|
|---|
| 70 |
|
|---|
| 71 | Section "Device"
|
|---|
| 72 | Identifier "Device2"
|
|---|
| 73 | Driver "fglrx"
|
|---|
| 74 | BusID "PCI:2:0:0"
|
|---|
| 75 | Screen 1
|
|---|
| 76 |
|
|---|
| 77 | Option "DPMS" "off"
|
|---|
| 78 | EndSection
|
|---|
| 79 |
|
|---|
| 80 | Section "Screen"
|
|---|
| 81 | Identifier "Screen1"
|
|---|
| 82 | Device "Device1"
|
|---|
| 83 | Monitor "Monitor1"
|
|---|
| 84 | DefaultDepth 24
|
|---|
| 85 |
|
|---|
| 86 | SubSection "Display"
|
|---|
| 87 | Viewport 0 0
|
|---|
| 88 | Depth 24
|
|---|
| 89 | # Virtual 3600 1200
|
|---|
| 90 | EndSubSection
|
|---|
| 91 | EndSection
|
|---|
| 92 |
|
|---|
| 93 | Section "Screen"
|
|---|
| 94 | Identifier "Screen2"
|
|---|
| 95 | Device "Device2"
|
|---|
| 96 | Monitor "Monitor2"
|
|---|
| 97 | DefaultDepth 24
|
|---|
| 98 |
|
|---|
| 99 | SubSection "Display"
|
|---|
| 100 | Viewport 0 0
|
|---|
| 101 | Depth 24
|
|---|
| 102 | EndSubSection
|
|---|
| 103 | EndSection
|
|---|
| 104 |
|
|---|
| 105 | Section "DRI"
|
|---|
| 106 | Group "video"
|
|---|
| 107 | Mode 0660
|
|---|
| 108 | EndSection
|
|---|
| 109 |
|
|---|
| 110 | Section "Extensions"
|
|---|
| 111 | Option "Composite" "on"
|
|---|
| 112 | EndSection
|
|---|