diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-18 12:24:59 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-18 12:24:59 +0000 |
commit | dbf317849f638ac11e1623479c6fbeeb3b358d45 (patch) | |
tree | ce91ca023d6e67dffb6d95b360def316f6b7ec61 /tools | |
parent | 51bdfa7af27ff3d93cd37fdf5f54e948bf0f5d0a (diff) |
change path of aticonfig - credit: anonym1te
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34834 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/XBMCLive/live.d/01-configureXorg.sh | 2 |
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 |