Posts: 24
Threads: 7
Joined: Feb 2011
Hi :
im verry noob in linux, but im see the best speed for my HD5970 is whit linux, so im install last ubuntu 10.10 and install ati catalyst 10.12
but cant install ATI_Stream_SDK 2.3
some body can help me ?
Br
Posts: 5,185
Threads: 230
Joined: Apr 2010
you just need to unpack the SDK and execute the following command (replace path with your installation path):
32bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86"
64bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86_64"
note this is not permanent. you need to add it either to some logon script or execute it each time you logon
Posts: 24
Threads: 7
Joined: Feb 2011
(02-04-2011, 11:05 AM)atom Wrote: you just need to unpack the SDK and execute the following command (replace path with your installation path):
32bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86"
64bit:
export LD_LIBRARY_PATH="/root/ati-stream-sdk-v2.3-lnx64/lib/x86_64"
note this is not permanent. you need to add it either to some logon script or execute it each time you logon
Im try but not succes, some more clear info can u geve me ? im need loged as "root" for ejecuted this commands ?
Br
Posts: 5,185
Threads: 230
Joined: Apr 2010