Bitcoin Forum
May 26, 2024, 02:30:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Run in root? Server X??  (Read 2085 times)
bboques (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0



View Profile
August 16, 2011, 06:44:37 PM
 #1

What does this mean??

bit@Bit:~$ aticonfig --odgc --adapter=all
aticonfig: This program must be run as root when no X server is active


I just bought a new computer, had a computer shop make it, and went through all the steps but I can't tell what number my GPUs are.  I am mining successfully on my CPU so it works, but why won't my cards show up?
pixilated8
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
August 18, 2011, 02:20:37 AM
 #2

What does this mean??

bit@Bit:~$ aticonfig --odgc --adapter=all
aticonfig: This program must be run as root when no X server is active


I just bought a new computer, had a computer shop make it, and went through all the steps but I can't tell what number my GPUs are.  I am mining successfully on my CPU so it works, but why won't my cards show up?
Try using sudo:
Code:
bit@Bit:~$ sudo aticonfig --odgc --adapter=all
teukon
Legendary
*
Offline Offline

Activity: 1246
Merit: 1004



View Profile
August 19, 2011, 05:30:21 PM
 #3

What does this mean??

bit@Bit:~$ aticonfig --odgc --adapter=all
aticonfig: This program must be run as root when no X server is active


I just bought a new computer, had a computer shop make it, and went through all the steps but I can't tell what number my GPUs are.  I am mining successfully on my CPU so it works, but why won't my cards show up?

Hmm...  I'm going to assume you really do have an instance of X running.  What's the value of $DISPLAY returned by the terminal window in which you are trying to run aticonfig

Code:
echo $DISPLAY

You should get something like
Code:
:0.0

I've found no way of managing the cards without an instance of X running.  At the very least I need a simple xorg.conf which points out my two cards and to run xinit in the background.  When I ssh into my miner I need to run
Code:
DISPLAY=:0
before aticonfig is fully functional.  sudo will help to an extent but there are still some things you will not be able to do.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!