Ticket #9272: xorg.conf

File xorg.conf, 2.6 KB (added by mythtv@…, 15 years ago)

almost forgotten

Line 
1Section "ServerLayout"
2 Identifier "aticonfig Layout"
3 Screen 0 "aticonfig-Screen[0]-0" 0 0
4EndSection
5
6Section "Files"
7EndSection
8
9Section "Module"
10 Load "GLcore"
11 Load "glx"
12 Load "dri"
13EndSection
14
15Section "ServerFlags"
16 Option "Xinerama" "off"
17EndSection
18
19Section "InputDevice"
20 Identifier "Generic Keyboard"
21 Driver "kbd"
22 Option "XkbRules" "xorg"
23 Option "XkbModel" "pc105"
24 Option "XkbLayout" "de"
25 Option "XkbVariant" "nodeadkeys"
26EndSection
27
28Section "InputDevice"
29 Identifier "Configured Mouse"
30 Driver "mouse"
31EndSection
32
33Section "Monitor"
34 Identifier "Configured Monitor"
35EndSection
36
37Section "Monitor"
38 Identifier "aticonfig-Monitor[0]-0"
39 Option "VendorName" "ATI Proprietary Driver"
40 Option "ModelName" "Generic Autodetecting Monitor"
41 Option "DPMS" "true"
42EndSection
43
44Section "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"
54EndSection
55
56Section "Device"
57 Identifier "Configured Video Device"
58EndSection
59
60Section "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"
78EndSection
79
80Section "Screen"
81 Identifier "Default Screen"
82 Monitor "Configured Monitor"
83EndSection
84
85Section "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
95EndSection
96