How do i upfate ATI display/graphics driver

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
africanlion

How do i upfate ATI display/graphics driver

Post by africanlion »

I have an ATI RV370. How do i update this. I tried through Synaptic and get this message
Error.odt
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
lahirdenganselamat
Level 4
Level 4
Posts: 420
Joined: Mon Oct 17, 2011 10:30 pm
Location: Yogyakarta

Re: How do i upfate ATI display/graphics driver

Post by lahirdenganselamat »

Make sure you have reload the package list (using reload button on synaptic) before install or upgrade.
You can also provide us with more detail about your system, try post here the result of running this command on terminal:

Code: Select all

inxi -Frx
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How do i upfate ATI display/graphics driver

Post by catweazel »

africanlion wrote:I have an ATI RV370. How do i update this. I tried through Synaptic...
You will need the legacy drivers for that card.

Code: Select all

$ sudo add-apt-repository ppa:makson96/fglrx
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install fglrx-legacy
$ sudo reboot
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

catweazel wrote:
africanlion wrote:I have an ATI RV370. How do i update this. I tried through Synaptic...
You will need the legacy drivers for that card.

Code: Select all

$ sudo add-apt-repository ppa:makson96/fglrx
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install fglrx-legacy
$ sudo reboot
Do i copy and paste all the above in one go into terminal or do it line by line?
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

lahirdenganselamat wrote:Make sure you have reload the package list (using reload button on synaptic) before install or upgrade.
You can also provide us with more detail about your system, try post here the result of running this command on terminal:

Code: Select all

inxi -Frx

How do i reload the package list

Code: Select all

System:    Host: africamlion-Dimension-5000 Kernel: 3.2.0-23-generic i686 (32 bit, gcc: 4.6.3) 
           Desktop: Gnome Distro: Linux Mint 13 Maya
Machine:   System: Dell product: Dimension 5000
           Mobo: Dell model: 0W5363 Bios: Dell version: A07 date: 11/08/2005
CPU:       Single core Intel Pentium 4 CPU (-HT-) cache: 1024 KB flags: (sse sse2 sse3) bmips: 5985.09 
           Clock Speeds: 1: 2992.547 MHz 2: 2992.547 MHz
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RV370 5B60 [Radeon X300 (PCIE)] bus-ID: 01:00.0 
           X.Org: 1.11.3 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz 
           GLX Renderer: Gallium 0.4 on ATI RV370 GLX Version: 2.1 Mesa 8.0.4 Direct Rendering: Yes
Audio:     Card: Creative Labs SB Audigy driver: snd_emu10k1 port: c8c0 bus-ID: 04:00.0 Sound: ALSA ver: 1.0.24
Network:   Card: Broadcom BCM4401 100Base-T driver: b44 ver: 2.0 bus-ID: 04:03.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: 00:11:43:15:cc:c2
Drives:    HDD Total Size: 82.0GB (28.0% used) 1: /dev/sda Maxtor_6Y080M0 82.0GB 
Partition: ID: / size: 76G used: 22G (30%) fs: ext4 ID: swap-1 size: 0.53GB used: 0.00GB (0%) fs: swap 
Sensors:   Error: You do not have the sensors app installed.
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://packages.linuxmint.com/ maya main upstream import romeo backport
           deb-src http://packages.linuxmint.com/ maya main upstream import romeo backport #Added by software-properties
           deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
           deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
           deb http://archive.canonical.com/ubuntu/ precise partner
           deb http://packages.medibuntu.org/ precise free non-free
           deb http://mirrors.dotsrc.org/removed/ubuntu precise-removed apps
           deb-src http://mirrors.dotsrc.org/removed/ubuntu precise-removed apps
           Active apt sources in file: /etc/apt/sources.list.d/damnvid-ppa-precise.list
           deb http://ppa.launchpad.net/damnvid/ppa/ubuntu precise main
           deb-src http://ppa.launchpad.net/damnvid/ppa/ubuntu precise main
           Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
           deb http://dl.google.com/linux/chrome/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/google-talkplugin.list
           deb http://dl.google.com/linux/talkplugin/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/local-repository.list
           deb file:///usr/share/local-repository binary/
           Active apt sources in file: /etc/apt/sources.list.d/upubuntu-com-office-precise.list
           deb http://ppa.launchpad.net/upubuntu-com/office/ubuntu precise main
           deb-src http://ppa.launchpad.net/upubuntu-com/office/ubuntu precise main
Info:      Processes: 132 Uptime: 26 min Memory: 391.3/1505.8MB Runlevel: 2 Gcc sys: 4.6.3 Client: Shell inxi: 1.7.33 
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

catweazel wrote:
africanlion wrote:I have an ATI RV370. How do i update this. I tried through Synaptic...
You will need the legacy drivers for that card.

Code: Select all

$ sudo add-apt-repository ppa:makson96/fglrx
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install fglrx-legacy
$ sudo reboot
8) 8)
I did the above and rebooted. Does that mean its now updated/upgraded?
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How do i upfate ATI display/graphics driver

Post by catweazel »

africanlion wrote:I did the above and rebooted. Does that mean its now updated/upgraded?
The answer to that question depends on the output of this command:

Code: Select all

$ glxinfo | grep version
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

catweazel wrote:
africanlion wrote:I did the above and rebooted. Does that mean its now updated/upgraded?
The answer to that question depends on the output of this command:

Code: Select all

$ glxinfo | grep version

Code: Select all

africamlion@africamlion-Dimension-5000 ~ $ glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL version string: 2.1 Mesa 8.0.4
OpenGL shading language version string: 1.20
africamlion@africamlion-Dimension-5000 ~ $ 


User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How do i upfate ATI display/graphics driver

Post by catweazel »

Hm. Something is missing, could be because the driver is relatively old. Post the output of inxi -Gx.

Code: Select all

$ inxi -Gx
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

Code: Select all

africamlion@africamlion-Dimension-5000 ~ $ inxi -Gx
Graphics:  Card: Advanced Micro Devices [AMD] nee ATI RV370 5B60 [Radeon X300 (PCIE)] bus-ID: 01:00.0 
           X.Org: 1.11.3 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz 
           GLX Renderer: Gallium 0.4 on ATI RV370 GLX Version: 2.1 Mesa 8.0.4 Direct Rendering: Yes
africamlion@africamlion-Dimension-5000 ~ $ 
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How do i upfate ATI display/graphics driver

Post by catweazel »

Bugger. According to that, you're still using the old driver.

My apologies, but I don't believe I can help you beyond that. The rest I'm not sure of; for example, I think you might need xorg 1.12 but I'm uncertain. It's best I admit my limits than help you brick your Mint by trying to hide from a lack of knowledge. Hopefully someone will come along who knows more about the legacy driver.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
eanfrid

Re: How do i upfate ATI display/graphics driver

Post by eanfrid »

For such an old device I think you should stick to the open-source driver if no software has to use fglrx. Performances would not be amazingly higher or better with fglrx on this kind of hardware. From my own experience, up to the Radeon HD2xxx series, there is now not much performance differences between open-source and AMD/ATI proprietary driver.
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

Catweazel thanks for trying anyway

@Eanfrid, i am happy to use an open source driver. How do o install one please
eanfrid

Re: How do i upfate ATI display/graphics driver

Post by eanfrid »

You already do use them :)

Code: Select all

           X.Org: 1.11.3 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: Gallium 0.4 on ATI RV370 GLX Version: 2.1 Mesa 8.0.4 Direct Rendering: Yes
It would be even better with the 3.5.x (3.5.0-27 ATM) kernel that you can install from your package manager.
africanlion

Re: How do i upfate ATI display/graphics driver

Post by africanlion »

eanfrid wrote:You already do use them :)

Code: Select all

           X.Org: 1.11.3 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1280x1024@60.0hz
           GLX Renderer: Gallium 0.4 on ATI RV370 GLX Version: 2.1 Mesa 8.0.4 Direct Rendering: Yes
It would be even better with the 3.5.x (3.5.0-27 ATM) kernel that you can install from your package manager.

I typed in 3.5.0-27 ATM in Synaptic and it didnt show anything. What should i type so install it please
eanfrid

Re: How do i upfate ATI display/graphics driver

Post by eanfrid »

ATM means "at the moment" :) Look for "linux-image-3.5.0-27-generic" (and the corresponding linux-headers if you ever have to compile some other modules).
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How do i upfate ATI display/graphics driver

Post by catweazel »

eanfrid wrote:...
Thanks for catching my pass.

Cheers.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Hardware Support”