Post
Topic
Board Project Development
Re: LinuxCoin A lightweight Debian based OS with everything ready to go.
by
spiccioli
on 02/07/2011, 11:25:48 UTC
I'm getting the below error in the new version, I didn't get it with any of the earlier versions. I'm not running headless
or through SSH, So I shouldn't have to export my display. I know X is running, because my desktops loaded. Am I just
missing a step or something I need to do in the latest version?

"ERROR - X needs to be running to perform ATI Overdrive(TM) commands"

Sounds like you might have a problem with fglrx ? can you post the output of

Code:
cat /etc/X11/xorg.conf
cat /var/log/Xorg.0.log

drgr33n,

I'm testing it, it seems to me that /etc/X11/xorg.conf gets wiped at every reboot, so I need to issue a

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

at every reboot, to recreate it, otherwise I can't use aticonfig commands.

spiccioli