xbmc: add fglrx-legacy support to gputemp script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-03-06 10:23:15 +01:00
parent 28db923d0c
commit 2dff1483d6

View File

@ -29,6 +29,8 @@ fi
if lspci -n | grep 0300 | grep -q 1002; then
if [ -f /storage/.config/xorg.conf ]; then
XORG="/storage/.config/xorg.conf"
elif [ -f /etc/X11/xorg-fglrx-legacy.conf ]; then
XORG="/etc/X11/xorg-fglrx-legacy.conf"
else
XORG="/etc/X11/xorg-fglrx.conf"
fi