Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
EnzoMatrix
on 02/08/2011, 00:56:36 UTC
You may also want to consider adding the command "xhost +"

I know to launch my SmartCoin on the Prefinal from ssh I have to run the following
Code:
DISPLAY=:0 xhost +
DISPLAY=:0 sudo smartcoin

Otherwise SmartCoin will error

here's a safer way lol it was already on the wiki Wink

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

will all of those commands need to be run after each reboot or will the chmod and xauth part stick around?  I am using persistence on this setup