| 1 | Section "ServerLayout"
|
|---|
| 2 | Identifier "aticonfig Layout"
|
|---|
| 3 | Screen 0 "aticonfig-Screen[0]-0" 0 0
|
|---|
| 4 | EndSection
|
|---|
| 5 |
|
|---|
| 6 | Section "Files"
|
|---|
| 7 | EndSection
|
|---|
| 8 |
|
|---|
| 9 | Section "Module"
|
|---|
| 10 | Load "GLcore"
|
|---|
| 11 | Load "glx"
|
|---|
| 12 | Load "dri"
|
|---|
| 13 | EndSection
|
|---|
| 14 |
|
|---|
| 15 | Section "ServerFlags"
|
|---|
| 16 | Option "Xinerama" "off"
|
|---|
| 17 | EndSection
|
|---|
| 18 |
|
|---|
| 19 | Section "InputDevice"
|
|---|
| 20 | Identifier "Generic Keyboard"
|
|---|
| 21 | Driver "kbd"
|
|---|
| 22 | Option "XkbRules" "xorg"
|
|---|
| 23 | Option "XkbModel" "pc105"
|
|---|
| 24 | Option "XkbLayout" "de"
|
|---|
| 25 | Option "XkbVariant" "nodeadkeys"
|
|---|
| 26 | EndSection
|
|---|
| 27 |
|
|---|
| 28 | Section "InputDevice"
|
|---|
| 29 | Identifier "Configured Mouse"
|
|---|
| 30 | Driver "mouse"
|
|---|
| 31 | EndSection
|
|---|
| 32 |
|
|---|
| 33 | Section "Monitor"
|
|---|
| 34 | Identifier "Configured Monitor"
|
|---|
| 35 | EndSection
|
|---|
| 36 |
|
|---|
| 37 | Section "Monitor"
|
|---|
| 38 | Identifier "aticonfig-Monitor[0]-0"
|
|---|
| 39 | Option "VendorName" "ATI Proprietary Driver"
|
|---|
| 40 | Option "ModelName" "Generic Autodetecting Monitor"
|
|---|
| 41 | Option "DPMS" "true"
|
|---|
| 42 | EndSection
|
|---|
| 43 |
|
|---|
| 44 | Section "Monitor"
|
|---|
| 45 | Identifier "0-DFP5"
|
|---|
| 46 | Option "VendorName" "ATI Proprietary Driver"
|
|---|
| 47 | Option "ModelName" "Generic Autodetecting Monitor"
|
|---|
| 48 | Option "DPMS" "true"
|
|---|
| 49 | Option "PreferredMode" "1920x1080"
|
|---|
| 50 | Option "TargetRefresh" "60"
|
|---|
| 51 | Option "Position" "0 0"
|
|---|
| 52 | Option "Rotate" "normal"
|
|---|
| 53 | Option "Disable" "false"
|
|---|
| 54 | EndSection
|
|---|
| 55 |
|
|---|
| 56 | Section "Device"
|
|---|
| 57 | Identifier "Configured Video Device"
|
|---|
| 58 | EndSection
|
|---|
| 59 |
|
|---|
| 60 | Section "Device"
|
|---|
| 61 | Identifier "aticonfig-Device[0]-0"
|
|---|
| 62 | Driver "fglrx"
|
|---|
| 63 | Option "BusType" "PCIE"
|
|---|
| 64 | Option "no_accel" "no" # XAA Beschleunigung on(no)/off(yes)
|
|---|
| 65 | Option "AccelMethod" "EXA" # 2D-Hardware-Acceleration XAA, EXA
|
|---|
| 66 | Option "Monitor-DFP5" "0-DFP5"
|
|---|
| 67 | Option "no_dri" "no"
|
|---|
| 68 | Option "AllowGLXWithComposite" "true"
|
|---|
| 69 | Option "TexturedVideo" "on"
|
|---|
| 70 | Option "VideoOverlay" "on"
|
|---|
| 71 | Option "UseInternalAGPGART" "no"
|
|---|
| 72 | Option "TexturedVideoSync" "on"
|
|---|
| 73 | Option "Capabilities" "0x00000800"
|
|---|
| 74 | Option "OpenGLOverlay" "off" #This is for workstations and certain commercial graphics applications for them. Nothing as Linux user that we do needs this so disabled.
|
|---|
| 75 | Option "UseFastTLS" "1"
|
|---|
| 76 | Option "OverlayOnCRTC2" "0" #For some reason when only using one monitor it should see this and use overlay on it correctly and does not. This I believe is what caused some of the MyThTV issues. This needs to be set to 0 for a single monitor application and in a multiple monitor to the one MythTV is displayed on.
|
|---|
| 77 | BusID "PCI:2:0:0"
|
|---|
| 78 | EndSection
|
|---|
| 79 |
|
|---|
| 80 | Section "Screen"
|
|---|
| 81 | Identifier "Default Screen"
|
|---|
| 82 | Monitor "Configured Monitor"
|
|---|
| 83 | EndSection
|
|---|
| 84 |
|
|---|
| 85 | Section "Screen"
|
|---|
| 86 | Identifier "aticonfig-Screen[0]-0"
|
|---|
| 87 | Device "aticonfig-Device[0]-0"
|
|---|
| 88 | Monitor "aticonfig-Monitor[0]-0"
|
|---|
| 89 | DefaultDepth 24
|
|---|
| 90 | Option "XvmcUsesTextures" "true"
|
|---|
| 91 | SubSection "Display"
|
|---|
| 92 | Viewport 0 0
|
|---|
| 93 | Depth 24
|
|---|
| 94 | EndSubSection
|
|---|
| 95 | EndSection
|
|---|
| 96 |
|
|---|