From 77ee536ab9a230eb40d7ed1b85f4e8fd7afb5191 Mon Sep 17 00:00:00 2001 From: Henning Dickten Date: Thu, 6 Oct 2011 23:49:24 +0200 Subject: [PATCH] [Fusion] fixed xorg-fglrx.conf to get GPU-temp --- .../x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf b/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf index 60f6205784..1ce2e85a0b 100644 --- a/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf +++ b/packages/x11/driver/xf86-video-fglrx/config/xorg-fglrx.conf @@ -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