diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-18 12:29:32 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-18 12:29:32 +0000 |
commit | 5a7c8bb7a4970ea23fd6ef2ef1824495e7a0cb98 (patch) | |
tree | aed2a6c0e98f6b79cabf753f8e7b580f2f3f5a42 | |
parent | 2b7739cd747823e807be8b6be3699259b28f24a3 (diff) |
backport: r34834
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34835 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-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 |