aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCLive/live.d/01-configureXorg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/XBMCLive/live.d/01-configureXorg.sh')
-rwxr-xr-xtools/XBMCLive/live.d/01-configureXorg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/XBMCLive/live.d/01-configureXorg.sh b/tools/XBMCLive/live.d/01-configureXorg.sh
index 7a908ef38e..d9dcabaeb2 100755
--- a/tools/XBMCLive/live.d/01-configureXorg.sh
+++ b/tools/XBMCLive/live.d/01-configureXorg.sh
@@ -68,7 +68,7 @@ fi
if [ "$GPUTYPE" = "AMD" ]; then
# run aticonfig
- /usr/bin/aticonfig --initial --sync-vsync=on -f
+ /usr/lib/fglrx/bin/aticonfig --initial --sync-vsync=on -f
ATICONFIG_RETURN_CODE=$?
if [ $ATICONFIG_RETURN_CODE -eq 255 ]; then