Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello everybody,
having browsed the forum, I found some advice on how to try getting ATI's Radeon IGP 320M to work.
The problem is this:
using Ubuntu, X can't be started and the screen simply freezes (should we call it a 'Black Screen of Death' ? ;-) ).
I tried to remove the ATI driver in xconfig file and have it taking the Vesa driver instead, but still the log tells me, the system tries the (removed) ATI drivers.
Is there perhaps a simple command line that could possibly help me with this?
Thanks for your ideas in advance,
Greetings,
Limbonic
If you're trying the ATI proprietary driver, forget it. It doesn't support the 320M. My laptop has the same card and running Slackware 11. I tried two versions of fglrx and neither worked. Using the radeon driver supplied with Xorg works (better than nothing anyway).
Thanks for your answer!
I just need 2D, so I don't care about the sophisticated stuff, I just want some output on my screen.
Do I have to delete anything when editing xconfig, or is it enough to just select the Radeon driver there?
Thank you again,
Greetings,
Limbonic
Hopefully this gets you going. You may not need all of the Option lines. The Identifier can be whatever you want, but in your Screen section make sure the Device specified is EXACTLY the same as the Identifier specified in the Graphics Device section. Same goes for the Monitor. Finally, further down in the ServerLayout section make sure the Screen name matches the one from the Screen section.
And at the bottom, to enable DRI for users add these lines
Code:
Section "DRI"
Mode 0666
EndSection
If you still have trouble post the contents of your config file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.