[Fusion] fixed xorg-fglrx.conf to get GPU-temp

This commit is contained in:
Henning Dickten 2011-10-06 23:49:24 +02:00
parent 8f719d8b0f
commit 77ee536ab9

View File

@ -1,7 +1,11 @@
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "screen" 0 0
EndSection
Section "Device"
Identifier "fglrx"
Driver "fglrx"
Option "HWCursor" "false"
EndSection
@ -14,7 +18,7 @@ Section "Screen"
Device "fglrx"
DefaultDepth 24
SubSection "Display"
Depth 24
Depth 24
EndSubSection
EndSection