Post
Topic
Board Mining support
Re: Setting fan speed in Ubuntu 12.04
by
walruscode
on 13/03/2013, 05:19:45 UTC
Did you do a proper reconfigure of xorg.conf?

Code:
sudo aticonfig --adapter=all -f --initial

Did you export your display variable after xorg is started before mining?

Code:
export DISPLAY=:0
I could have sworn I did the first command, but I went ahead and did it again and rebooted. I was forgetting to export the display variable; after doing so, everything (except for AMDOverdriveCtrl) is working wonderfully! Thank you!