Bitcoin Forum

Bitcoin => Mining => Topic started by: andrufala on May 22, 2012, 01:01:06 AM



Title: My video cards + Linux
Post by: andrufala on May 22, 2012, 01:01:06 AM
Hello !

I need help installing my video drivers

I have two AMD ATI Radeon 7770 HD First time I use the default additional drivers then i reebot and give me a black screen

then I use this guide https://help.ubuntu.com/community/BinaryDriverHowto/ATI and happen the same thing

and heard that the 7000 series not supported yet ( but that was on Feb 2012 ) and i found this :
http://support.amd.com/us/kbarticles/Pa ... pport.aspx ( so i use it on the guide that i show before )

what can i do ? please

Linux mind 12
Dual core
4 gb ram


Title: Re: My video cards + Linux
Post by: lueo on May 22, 2012, 05:33:46 AM
You might want to try Xubuntu. At least mine went smoothly.

I've wrote a guide of it. Hope that can help you.

http://goo.gl/vP3G9

Hello !

I need help installing my video drivers

I have two AMD ATI Radeon 7770 HD First time I use the default additional drivers then i reebot and give me a black screen

then I use this guide https://help.ubuntu.com/community/BinaryDriverHowto/ATI and happen the same thing

and heard that the 7000 series not supported yet ( but that was on Feb 2012 ) and i found this :
http://support.amd.com/us/kbarticles/Pa ... pport.aspx ( so i use it on the guide that i show before )

what can i do ? please

Linux mind 12
Dual core
4 gb ram


Title: Re: My video cards + Linux
Post by: andrufala on May 22, 2012, 06:23:14 PM
SWEET ,THANK YOU !!1 (L) I will give it a try !


Title: Re: My video cards + Linux
Post by: andrufala on May 23, 2012, 05:10:31 AM
Hello !

I test it , and its works but not very well but its better.

1 Question , what i need to do in the xorg.conf on :

IV.Config AMD Driver

Check if all your cards can be detected and then write configuration to /etc/X11/xorg.conf.

And

On terminal last step :

sudo aticonfig --adapter=all --odgt

I get :

ERROR - Get temperature failed for adapter 0 - AMD Radeon HD 7700 series
ERROR - Get temperature failed for adapter 1 - AMD Radeon HD 7700 series

I Have Two cards ( 7770 )

And every time I move the mouse I get a blink line on the screen ( its annoying )

If you can tell me something or someone else ! Thanks @lueo


Title: Re: My video cards + Linux
Post by: lueo on May 23, 2012, 05:40:10 AM
I'm not sure what happened...

Have you installed Catalyst 12.4?

7xxx need Catalyst > 11.12 to be recognized.

Hello !

I test it , and its works but not very well but its better.

1 Question , what i need to do in the xorg.conf on :

IV.Config AMD Driver

Check if all your cards can be detected and then write configuration to /etc/X11/xorg.conf.

And

On terminal last step :

sudo aticonfig --adapter=all --odgt

I get :

ERROR - Get temperature failed for adapter 0 - AMD Radeon HD 7700 series
ERROR - Get temperature failed for adapter 1 - AMD Radeon HD 7700 series

I Have Two cards ( 7770 )

And every time I move the mouse I get a line on the screen ( its annoying )

If you can tell me something or someone else ! Thanks @lueo


Title: Re: My video cards + Linux
Post by: andrufala on May 23, 2012, 05:43:47 AM
On Settings > AMD Catalyst Control Center > Information > Software :

Driver Packaging version : 8.96.7
2D Driver version : 8.96.4
Catalyst Control center Version : 2.14
RandR Version: 1.3



Title: Re: My video cards + Linux
Post by: lueo on May 23, 2012, 05:49:18 AM
Try the following commands before aticonfig:

Code:
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1

sudo aticonfig --adapter=all --odgt

On Settings > AMD Catalyst Control Center > Information > Software :

Driver Packaging version : 8.96.7
2D Driver version : 8.96.4
Catalyst Control center Version : 2.14
RandR Version: 1.3




Title: Re: My video cards + Linux
Post by: andrufala on May 23, 2012, 07:04:41 AM
Same:

ERROR - Get temperature failed for adapter 0 - AMD Radeon HD 7700 series
ERROR - Get temperature failed for adapter 1 - AMD Radeon HD 7700 series


Title: Re: My video cards + Linux
Post by: lueo on May 23, 2012, 07:20:18 AM
...
Nothing I can do more...

How about skip this step and try cgminer detection directly? If cgminer shows your cores correctly, then you're ready to do.

Code:
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1

./cgminer -n

Same:

ERROR - Get temperature failed for adapter 0 - AMD Radeon HD 7700 series
ERROR - Get temperature failed for adapter 1 - AMD Radeon HD 7700 series


Title: Re: My video cards + Linux
Post by: andrufala on May 23, 2012, 04:20:01 PM
Yes , im going to install the miner , but the blink line and lot of crash reports are annoying :P

I write when I  make it


Title: Re: My video cards + Linux
Post by: check_status on May 24, 2012, 07:20:16 AM
I get :

ERROR - Get temperature failed for adapter 0 - AMD Radeon HD 7700 series
ERROR - Get temperature failed for adapter 1 - AMD Radeon HD 7700 series

Did you do:

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

Sometimes the error appears because the xorg.conf isn't built right or not at all.
'-f' is force, if you omit it, sometimes xorg.conf won't be built properly.

Also, did you reboot after you --initial -f the aticonfig step? Reboots are a requirement for many steps.
For instance, after you install the CCC driver, reboot, then install SDK, reboot, set aticonfig, reboot, then check --odgt. ;)
These reboots are required because changes are being made to the kernel and kernel code won't be running without a reboot.


Title: Re: My video cards + Linux
Post by: andrufala on May 30, 2012, 10:46:50 PM
Thanks for your Help & Answers but I give up , cant solve this :P , I'm back to windows until next drivers updates for my 7000 series

Thanks guys !


Title: Re: My video cards + Linux
Post by: lueo on June 19, 2012, 03:59:05 AM
I met the same problem while reinstalling xubuntu.

The problem is solved after I upgrade the system by:

Code:
sudo apt-get update; sudo apt-get upgrade

Hope that helps!

Thanks for your Help & Answers but I give up , cant solve this :P , I'm back to windows until next drivers updates for my 7000 series

Thanks guys !