Bitcoin Forum
April 16, 2024, 05:41:11 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Run in root? Server X??  (Read 2081 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?
1713289271
Hero Member
*
Offline Offline

Posts: 1713289271

View Profile Personal Message (Offline)

Ignore
1713289271
Reply with quote  #2

1713289271
Report to moderator
1713289271
Hero Member
*
Offline Offline

Posts: 1713289271

View Profile Personal Message (Offline)

Ignore
1713289271
Reply with quote  #2

1713289271
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713289271
Hero Member
*
Offline Offline

Posts: 1713289271

View Profile Personal Message (Offline)

Ignore
1713289271
Reply with quote  #2

1713289271
Report to moderator
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: 1002



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!