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.
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.
|
 |
|
04-20-2016, 12:10 PM
|
#1
|
Member
Registered: Apr 2016
Posts: 35
Rep: 
|
Unable to install suitable graphics card drivers Mint 17.3 Cinnamon
After following much posted advice from the Net and still failing, it seems there's something beyond my kin of Linux prowess involved in the installation of legacy-grade drivers for the array of both agp and pci graphics cards I've tried to make function on an old HP a210e tower with AM37 MOBO.
. . . Don't know why I keep after this; guess it's the challenge. I have other computers that run Ubuntu 14.04 swimmingly with excellent screen res and no issues.
But with this old HP box I'd like to have a gpu with more ram than the older legacy cards offer (32Mb), that will allow full, max screen res. Mint 17.3 Driver Manager is unable to install ANY clientary drivers; the Driver Manager window is not coded active and the message at the bottom of the list of drivers is: "Keep using current driver" (or similar). The generic-grade, open source driver it selects causes Mint to crash upon reboot, running in the supplementary graphics mode with washed-out display and little in the way of a gui.
Starting out with an Nvidia FX5200 128MB non-generic (big fail) and going through a gamut of successive cards ranging from 512MB back down to 128MB. . . and with the Nvidia Control Center installed, still, no soap.
Does anybody have a clue as to what might work for me in this 32-bit Mint system other than the default 32Mb of (failed) INTEGRATED graphics?
Please toss be a bone, and thanks.
|
|
|
04-20-2016, 12:22 PM
|
#2
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Hi Mike...
Welcome to the forum
What is the 512 MB card exactly?
Regards...
|
|
|
04-20-2016, 01:10 PM
|
#3
|
Member
Registered: Apr 2016
Posts: 35
Original Poster
Rep: 
|
Reply To ardvark71 As To 512MB Graphics Card
Hi, ardvark71; thanks for your interest in my dilemma.
In answer to your question it's an ATI Radeon Sapphire X1650 PRO AGP with 512MB of RAM -- and is supposedly capable of emulating 4x.
According to published stats the AM37 MOBO's AGP and PCI slots will accept 4x and 8x cards; at least that is what I recall from checking some years back when I was running Windows XP on the old box using the Nvidia FX5200. . . and it worked like a charm. Even featured a terrific gui driver suite that offered every tweek.
. . . No dice in Mint, however. Matter of fact the FX5200 has proven a washout in every Linux build it's been tried with.
She's a no-go, now on the scrap heap but maybe in a future Linux release. . .??
So after the FX5200 floperoo I began buying older cards from ebay -- pci and agp types ranging from 128MB to 256 MB, but no cigar.
The Radeon Sapphire. . . my, er, latest acquisition in 512MB was a sort of pipe dream that failed to manifest. But getting it to function in this 2-bit I mean 32-bit HP machine would be a real joy.
I downloaded all the drivers for my cards from their respective manufacturers (all Nvidia, it seems except for the ATI Sapphire) and presented them to the Linux Software Manager one-by-one after installing the respective cards, ticking the box under Properties for each driver pkg allowing the file to run as a program. (That isn't the issue.)
Then I tried running the install from Terminal, changing the name of the .tar-gz package to n.run, as advised, and still no Christmas turkey.
I closed MDM and entered my user name/login password, then ran the installer.
. . . Came back with a notice every time, something like: Warning -- this driver will disregard the gpu. Continue with installation? Y/n
Busted flat in Baton Rouge, waiting for a train. And I don't even live in Baton Rouge.
Thanks
|
|
|
04-20-2016, 06:54 PM
|
#4
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by mike3644
In answer to your question it's an ATI Radeon Sapphire X1650 PRO AGP with 512MB of RAM -- and is supposedly capable of emulating 4x.
|
Hi...
Your welcome. In terms of the specs, this one is probably your best option. What happened when you tried to run Mint with this card? From what I see here under RV530/RV560, the open source Radeon driver supports it. I doubt the fglrx driver will support this card on newer kernels/releases of Linux. EDIT: The fglrx driver for this card will not work on your version of Mint. From what I see here, Mint 8 is the latest version you could run with the (latest) fglrx driver for your card. So the open source driver is your only option with this card, unless you wanted to use version 8 of Mint, which probably wouldn't work well for you, either. However, if you want to try to get it working using the open source driver, please reinstall the card in your system and then open a terminal and post the entire results of this command...
Code:
lspci -nnk | grep VGA -A 12
Quote:
Originally Posted by mike3644
. . . No dice in Mint, however. Matter of fact the FX5200 has proven a washout in every Linux build it's been tried with.
She's a no-go, now on the scrap heap but maybe in a future Linux release. . .??
|
I know version 173 of the Nvidia driver supports this card. There should have been an option in the Device Manager to install it.
Quote:
Originally Posted by mike3644
I downloaded all the drivers for my cards from their respective manufacturers (all Nvidia, it seems except for the ATI Sapphire) and presented them to the Linux Software Manager one-by-one after installing the respective cards, ticking the box under Properties for each driver pkg allowing the file to run as a program. (That isn't the issue.)
|
For either card, it shouldn't have been necessary for you to have to install the drivers from the website. The ATI card is supported by the open source Radeon driver by default and the Nvidia card should have been supported by the open source Nouveau driver with an option to install the proprietary Nvidia driver in the Device Manager.
Regards...
Last edited by ardvark71; 04-20-2016 at 07:08 PM.
Reason: Changed wording/Corrections.
|
|
|
04-21-2016, 12:27 AM
|
#5
|
Member
Registered: Apr 2016
Posts: 35
Original Poster
Rep: 
|
The input code U offer
Much oblige, arvark71. Got a few things going right now but will get on this ASAP and post results here, if possible.
I say 'if' because the old HP box has no active printer connection and hand copying gives me migraine.
With the gui DOA and Firefox crashing frequently there's no way to use the Net.
Maybe I can use T-bird or something.
We'll see.
M.
|
|
|
04-21-2016, 12:50 AM
|
#6
|
Member
Registered: Apr 2016
Posts: 35
Original Poster
Rep: 
|
Quote:
Originally Posted by mike3644
Much oblige, arvark71. Got a few things going right now but will get on this ASAP and post results here, if possible.
I say 'if' because the old HP box has no active printer connection and hand copying gives me migraine.
With the gui DOA and Firefox crashing frequently there's no way to use the Net.
Maybe I can use T-bird or something.
We'll see.
M.
|
I know version 173 of the Nvidia driver supports this card. There should have been an option in the Device Manager to install it.
Nope. V173 was my last-best hope for installing the FX5200 and another flopperoo.
There is no suitable open source driver in Mint 32-bit that works.
In answer to your question, "What happened when you tried to run Mint with this card?" -- It was the same identical thing that has happened in each successive attempt at upgrading the GPU: Cinnamon crashed upon boot and reverted to the alternate mode (barely) remaining in Level 5; very limited options considering the old box only offers 32MB of integrated graphics.
Last edited by mike3644; 04-21-2016 at 12:54 AM.
Reason: typo; syntax, ommission
|
|
|
04-21-2016, 01:20 AM
|
#7
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by mike3644
We'll see.
|
No problem.
Regards...
|
|
|
04-21-2016, 01:48 AM
|
#8
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by mike3644
In answer to your question, "What happened when you tried to run Mint with this card?" -- It was the same identical thing that has happened in each successive attempt at upgrading the GPU: Cinnamon crashed upon boot and reverted to the alternate mode (barely) remaining in Level 5; very limited options considering the old box only offers 32MB of integrated graphics.
|
Hi
How much memory does your system have? If you only have 256 MB's as mentioned here, that's not nearly enough to run most modern distributions of Linux and could explain at least some of your problems.
Regards...
|
|
|
04-21-2016, 08:33 AM
|
#9
|
LQ Veteran
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Rep: 
|
256? Puppy.
17.3 Rosa
- 2GB RAM
- 9GB of disk space (20GB recommended).
- Graphics card capable of 800×600 resolution (1024×768 recommended).
- DVD drive or USB port.
Last edited by Habitual; 04-21-2016 at 08:37 AM.
|
|
|
04-21-2016, 02:34 PM
|
#10
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by Habitual
17.3 Rosa
- 2GB RAM
- 9GB of disk space (20GB recommended).
- Graphics card capable of 800×600 resolution (1024×768 recommended).
- DVD drive or USB port.
|
Hi...
Look like your link above is broken. Did you mean this page? Look like the minimum memory requirement there says 512 Mb's, what page (or version of Mint) did you see 2 GB's?
Regards...
|
|
|
04-21-2016, 11:22 PM
|
#11
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,700
|
the nvidia gforce5 card that needs the 173 driver MUST use a old version of Xorg that is 1.15 or 1.14
downgrade Xorg to 1.15
install gcc and the development tools for debian and the kernel headers
then install the 173.run
i have a even OLDER Gforce2 running on ScientificLinux 6.7 ( downgraded Xorg to 1.13 )
Last edited by John VV; 04-21-2016 at 11:23 PM.
|
|
|
04-22-2016, 06:32 AM
|
#12
|
Member
Registered: Dec 2014
Distribution: siduction
Posts: 264
Rep:
|
Or get another 512MB stick (or two) cheaply. The system appears to take PC2100 DDR-266 (184 pin) and can max out at 1GB.
Quote:
Originally Posted by John VV
the nvidia gforce5 card that needs the 173 driver MUST use a old version of Xorg that is 1.15 or 1.14
downgrade Xorg to 1.15
|
I'd highly recommend against users, especially less advanced ones, trying to downgrade Xorg. If the OP wants to go this route, I'd suggest installing Xubuntu 14.04 .1 It must be 14.04.1 version because newer versions (>= 14.04.2) will have an Xserver that's too new for the nvidia 173 driver. Once 14.04.1 is installed, the nvidia driver can be installed through Ubuntu's driver utility, or if GUI is giving issues, drop to terminal and:
Code:
sudo apt-get install nvidia-173
In regards to using Ubuntu/Unity with the FX5200, it should run okay once the nvidia 173 driver is installed. It will probably run slowly on open-source nouveau, because nouveau only reports OpenGL 1.4 on FX5000 cards from what I've seen while the 173 driver reports full OpenGL 2.1. All of that depends on you first getting more RAM, though.
In regards to using Cinnamon on the FX5200 (or any other cards of that vintage), I'd avoid it. Cinnamon can be pretty picky with older GPU's and is best run on cards with OpenGL 3.x
|
|
|
04-22-2016, 03:11 PM
|
#13
|
LQ Veteran
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
|
Quote:
Originally Posted by seasons
I'd highly recommend against users, especially less advanced ones, trying to downgrade Xorg. If the OP wants to go this route, I'd suggest installing Xubuntu 14.04.1 It must be 14.04.1 version because newer versions (>= 14.04.2) will have an Xserver that's too new for the nvidia 173 driver.
|
Thank you for this information, I just learned something new.
Regards...
|
|
|
04-25-2016, 01:05 AM
|
#14
|
Member
Registered: Apr 2016
Posts: 35
Original Poster
Rep: 
|
TO: ardvark71
Finally able to get back with the information you requested, ardvark71.
. . . This will be a paste:
suz@suz-D7219K-ABA-A210E ~/Desktop $ sudo ispci -nnk | grep VGA -A 12
sudo: ispci: command not found
suz@suz-D7219K-ABA-A210E ~/Desktop $ sudo lspci -nnk | grep VGA -A 12
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV535 [Radeon X1650 PRO] [1002:71c7] (rev 9e)
Subsystem: PC Partner Limited / Sapphire Technology Device [174b:0850]
01:00.1 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] RV535 [Radeon X1650 PRO] (Secondary) [1002:71e7] (rev 9e)
Subsystem: PC Partner Limited / Sapphire Technology Device [174b:0851]
suz@suz-D7219K-ABA-A210E ~/Desktop $
-------------------------------
Looks pretty desultory to me.
Come back. . .
|
|
|
04-25-2016, 01:56 AM
|
#15
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,700
|
Quote:
suz@suz-D7219K-ABA-A210E ~/Desktop $ sudo lspci -nnk | grep VGA -A 12
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV535 [Radeon X1650 PRO] [1002:71c7] (rev 9e)
Subsystem: PC Partner Limited / Sapphire Technology Device [174b:0850]
01:00.1 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] RV535 [Radeon X1650 PRO] (Secondary) [1002:71e7] (rev 9e)
Subsystem: PC Partner Limited / Sapphire Technology Device [174b:0851]
|
no wonder the Nouveau or nvidia driver is not working
those are ATI cards
|
|
|
All times are GMT -5. The time now is 07:26 PM.
|
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
|
|