Linux - Hardware This 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.
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. |
|
 |
03-01-2009, 05:21 AM
|
#1
|
|
Member
Registered: Oct 2004
Location: Belgium / Antwerp
Distribution: Debian,Ubuntu,Finnix,LFS
Posts: 246
Rep:
|
MSI R4350 driver problem on Ubuntu 8.10 and 9.04 (Alpha 5)
I tried to install the driver for my MSI R4350 graphics card. So I downloaded the linux driver from their website ( http://support.amd.com/us/gpudownload/Pages/index.aspx) . I downloaded the ati_.bla_bla_bla.run file.
Then I changed the permissions for that file to 777 So I could run it and started the file.
All went surprisingly well until the moment I rebooted. Then I get a message that I'm running in a very low graphical mode.
What can I check/do about this?
I'm using Ubuntu 8.10 and 9.04 Alpha 5 but no difference between them.
Thx
Wannes
Last edited by bucovaina78; 03-01-2009 at 05:46 AM.
|
|
|
|
03-01-2009, 06:58 AM
|
#2
|
|
Senior Member
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 3,104
Rep: 
|
Quote:
Originally Posted by wannessmet
I tried to install the driver for my MSI R4350 graphics card. So I downloaded the linux driver from their website ( http://support.amd.com/us/gpudownload/Pages/index.aspx) . I downloaded the ati_.bla_bla_bla.run file.
Then I changed the permissions for that file to 777 So I could run it and started the file.
All went surprisingly well until the moment I rebooted. Then I get a message that I'm running in a very low graphical mode.
What can I check/do about this?
I'm using Ubuntu 8.10 and 9.04 Alpha 5 but no difference between them.
Thx
Wannes
|
If you're talking about the ati-driver-installer.....run file you have to run this with sudo or as root (at least I do on my debian box). If I try running that as an ordinary user it always fails with error messages. So, have you tried running it as root? I don't think changing permissions on the run file makes any difference. I download it normally so I am the owner of the file and I can execute it as me but, as I said, it will always fail if I don't do it as root/sudo.
Cheers,
jdk
|
|
|
|
03-01-2009, 08:01 AM
|
#3
|
|
Member
Registered: Oct 2004
Location: Belgium / Antwerp
Distribution: Debian,Ubuntu,Finnix,LFS
Posts: 246
Original Poster
Rep:
|
Running as root is no problem, it's the fact that the driver is not working.
I'm running on low resolution right now and no hardware accel.
I added the line in fstab that enables POSIX (whatever that may be  ) and read in the release notes that I needed these packages:
- XFree86-Mesa-libGL
- libstdc++
- libgcc
- XFree86-libs
- fontconfig
- freetype
- zlib
- gcc
Some I can find with apt-get but the first two, not found
|
|
|
|
03-01-2009, 09:05 AM
|
#4
|
|
Senior Member
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 3,104
Rep: 
|
Is the fglrx module built and loaded? Try and see if the module has been loaded.
If not then try
Code:
sudo modprobe -v fglrx
and then stop and restart your X server.
cheers,
jdk
|
|
|
|
03-01-2009, 10:03 AM
|
#5
|
|
Member
Registered: Oct 2004
Location: Belgium / Antwerp
Distribution: Debian,Ubuntu,Finnix,LFS
Posts: 246
Original Poster
Rep:
|
Code:
wannes@Quad:~$ lsmod | grep fglrx
fglrx 2234744 0
wannes@Quad:~$ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Segmentatiefout (core dumped)
That's what I get. If I run glxinfo I get a crash report?
|
|
|
|
03-22-2009, 11:23 AM
|
#6
|
|
Member
Registered: Oct 2004
Location: Belgium / Antwerp
Distribution: Debian,Ubuntu,Finnix,LFS
Posts: 246
Original Poster
Rep:
|
BUMP, problem not solved yet 
|
|
|
|
04-01-2009, 04:24 AM
|
#7
|
|
Member
Registered: Oct 2004
Location: Belgium / Antwerp
Distribution: Debian,Ubuntu,Finnix,LFS
Posts: 246
Original Poster
Rep:
|
BUMP, problem not solved yet 
|
|
|
|
04-01-2009, 06:07 AM
|
#8
|
|
Senior Member
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 3,104
Rep: 
|
Quote:
Originally Posted by wannessmet
Running as root is no problem, it's the fact that the driver is not working.
I'm running on low resolution right now and no hardware accel.
I added the line in fstab that enables POSIX (whatever that may be  ) and read in the release notes that I needed these packages:
- XFree86-Mesa-libGL
- libstdc++
- libgcc
- XFree86-libs
- fontconfig
- freetype
- zlib
- gcc
Some I can find with apt-get but the first two, not found
|
If glxinfo is segfaulting then the driver is not installed properly which is to be expected because as you stated, you are missing packages necessary for building the driver.
You'll need libstdc++6 and possibly the dev package, libstdc++6-4.3-dev (your version may be different on your system). You can find the available packages on your own system by typing this on a terminal
Code:
aptitude search libstdc++
You will probably need these packages too:
Code:
libgl1-mesa-dev
libgl1-mesa-dri
libgl1-mesa-glx
Install those packages and try building the driver again. Take careful note of any error messages that come during the building process.
Cheers,
jdk
|
|
|
|
04-07-2009, 12:14 AM
|
#9
|
|
Member
Registered: Oct 2004
Location: Belgium / Antwerp
Distribution: Debian,Ubuntu,Finnix,LFS
Posts: 246
Original Poster
Rep:
|
Thanks for your reply jdkaye. I installed the packages you told me to and downloaded the 64-bit driver again. Now I get this error when I run the .run file as root:
Code:
Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.28-11-generic; make sure that the version is being
correctly set by --iscurrentdistro
Removing temporary directory: fglrx-install.vvaCYy
Well I searched it on google saying something like architecture so I tried to download the 32-bit driver version. That doesn't work on the ATI-site, in any case it download the x86_64 file,
uname -a:
Code:
Linux Quad 2.6.28-11-generic #37-Ubuntu SMP Mon Mar 23 16:40:23 UTC 2009 i686 GNU/Linux
I'm right if I'm running the 32-bit version on my box? i can't see x86_64 anywhere?
Well I'm downloading the 64-bit Ubuntu again I'l reinstall it and hope it works this time.
I'll let you know
|
|
|
|
04-07-2009, 11:23 PM
|
#10
|
|
Senior Member
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 3,104
Rep: 
|
Yes. If you're running the 32bit kernel why would you download the 64bit driver? Installing the 64bit version is a good idea but from your uname -a results you hadn't installed it in the first place. So it seems you're installing it rather than reintalling it, right?
jdk
|
|
|
|
| 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 10:23 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
|
|