Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
deti
on 23/08/2011, 07:51:41 UTC
Has anyone been able to get atitweak working on final over ssh? It locks up unless I follow this:

Code:
sudo su
chmod uog+rw /dev/ati/card*
xauth merge /home/user/.Xauthority
export DISPLAY=:0

I got it working. I logged in over ssh as "root" (you must have set a root password before you can log in) then I did:

Code:
ssh -X user@
password: live
sudo su
chmod uog+rw /dev/ati/card*
xauth merge /home/user/.Xauthority
export DISPLAY=:0
aticonfig --odgc --adapter=all

From then on it workes for me as "root" and also as "user"