Ticket #9272: opengl freeze xorg.conf

File opengl freeze xorg.conf, 924 bytes (added by davehw, 14 years ago)

xorg.conf

Line 
1Section "ServerLayout"
2        Identifier     "aticonfig Layout"
3        Screen      0  "aticonfig-Screen[0]-0" 0 0
4EndSection
5
6Section "Module"
7EndSection
8
9Section "Monitor"
10        Identifier   "aticonfig-Monitor[0]-0"
11        Option      "VendorName" "ATI Proprietary Driver"
12        Option      "ModelName" "Generic Autodetecting Monitor"
13        Option      "DPMS" "true"
14EndSection
15
16Section "Device"
17        Identifier  "aticonfig-Device[0]-0"
18        Driver      "fglrx"
19        Option      "VideoOverlay" "off"
20        Option      "TexturedVideo" "on"
21        Option      "OpenGLOverlay" "off"
22        Option      "TexturedVideoSync" "on"
23        Option      "Capabilities" "0x00000800"
24        Option      "UseFastTLS" "on"
25        Option      "OverlayOnCRTC2" "0"
26        BusID       "PCI:1:0:0"
27EndSection
28
29Section "Screen"
30        Identifier "aticonfig-Screen[0]-0"
31        Device     "aticonfig-Device[0]-0"
32        Monitor    "aticonfig-Monitor[0]-0"
33        DefaultDepth     24
34        SubSection "Display"
35                Viewport   0 0
36                Depth     24
37        EndSubSection
38EndSection
39