Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-05-2011, 04:18 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2006
Posts: 5
Rep:
|
ATI Radeon Mobility HD5870/Asus G73JH & fglrx issues
Hello all, coming back to linux after a few years away and I'm trying to get it set up on my Asus G73JH laptop. Problem is the closed-source drivers aren't playing nice. I can get it to start with the "radeon" driver but when I try to use fglrx, either through a manual xorg.conf change or aticonfig, I get a black screen (or a couple times a white blob moving across the screen) and then the system hangs. The biggest problem with this is I can't access the output from the X server and nothing is being written to the log files (probably because I have to hard-reboot). I've googled and read just about everything I can and I'm pretty much lost for ideas now. I'm not too good with troubleshooting Linux since it's been a while but there are a couple things that would be really helpful to me: a way to save whatever X puts out before the system hangs and a comparison from someone who plays decently graphics-intensive games between fglrx and the open source driver because I don't mind using the open source drivers as long as performance is comparable. Any extra information I can post I will as requested but I think being able to review the X output is a good place to start! Any help is greatly appreciated!
Aaron
|
|
|
|
05-05-2011, 04:30 AM
|
#2
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
Does this laptop have switchable graphics?
Adam
|
|
|
|
05-05-2011, 06:59 AM
|
#3
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
Hello grubber33,
as you expected we'll need more information. Which distribution are you using? How did you install the fglrx-driver and which version? Please post the output of "uname -a".
Note that after the installation of the fglrx-driver you'll have to do two things, first run "aticonfig --initial" as root, second reboot the system.
Markus
|
|
|
|
05-05-2011, 11:43 AM
|
#4
|
|
LQ Newbie
Registered: Mar 2006
Posts: 5
Original Poster
Rep:
|
Adam - According to a few sources via google, yes, and I've tried a kernel with the option for support both enabled and disabled. I'll attach my current configuration file.
Markus - I'm using gentoo. Drivers were installed via emerge ati-drivers. I've tried both stable and unstable/latest with the same result. Stable is 11.3, latest is 11.4.
uname -a output: Linux blackwaterpark 2.6.37-gentoo-r4 #10 SMP Thu May 5 04:28:04 EDT 2011 x86_64 Intel(R) Core(TM) i7 CPU Q 740 @ 1.73GHz GenuineIntel GNU/Linux
I've run aticonfig --initial and rebooted several times to no avail. I will attach my dmesg output with the xorg.conf file that aticonfig --initial generates, as well as my kernel config file.
Just FYI, I've tried several guides from different sites with multiple kernel configurations, etc. which never worked, I'll link to them so you can get a better idea of what hasn't worked. Hopefully it's helpful.
http://www.gentoo.org/doc/en/xorg-config.xml + http://www.gentoo.org/doc/en/ati-faq.xml
http://wiki.cchtml.com/index.php/Gen...allation_Guide
http://en.gentoo-wiki.com/wiki/Fglrx
None of the troubleshooting info helped either.
Also, there's been an interesting post in my identical thread over on the gentoo forums. Here's a link: http://forums.gentoo.org/viewtopic-t-876645.html . The part about the ucode is of particular interest because it's been set up the way the first guide I linked describes, whereas the poster in that forum claims I need to remove all of it. I will go and give his post a whirl and post results/new info here!
Thanks in advance!
Aaron
|
|
|
|
05-05-2011, 11:47 AM
|
#5
|
|
Senior Member
Registered: May 2006
Posts: 3,032
|
Quote:
Originally Posted by grubber33
Adam - According to a few sources via google, yes, and I've tried a kernel with the option for support both enabled and disabled. I'll attach my current configuration file.
|
Well according to everything I've seen, fglrx won't work with switchable graphics if you can't disable the onboard (usually Intel) GPU via the computers BIOS.
Adam
|
|
|
|
05-05-2011, 02:23 PM
|
#6
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
Well, I have a HD-5470 in my Samsung-laptop. In the first time, when the Laptop as well as the graphicsadapter was new I had many problems. My xserver crashed often due to problems with the fglrx-driver. I had less problems with the newer drivers.
There are two things you can do. First unmerge the atidriver and download the latest driver from the ATI-site. Build it on your system and don't forget to run aticonfig --initial and reboot. Note that the ATI-installer will blacklist the radeon-kernelmodule (did you check that it is blacklisted now, maybe there is one reason for your problems).
If this doesn't help, I'd recommend to uninstall the fglrx-driver, unblacklist the radeon-kernelmodule and try this one. Note that I'm using the radeon-module yet without any problems, only thing I changed was to change from OpenGL to XRender.
Markus
|
|
|
|
05-05-2011, 02:44 PM
|
#7
|
|
LQ Newbie
Registered: Mar 2006
Posts: 5
Original Poster
Rep:
|
The suggestion over at the Gentoo forums worked perfectly but thank you guys for your suggestions!
Aaron
|
|
|
|
05-05-2011, 03:01 PM
|
#8
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
This is an interesting solution. Maybe you'll describe it in short here and mark the thread as "SOLVED".
Markus
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:38 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|