Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Ubuntu Help
Reload this Page Ubuntu Hardy Heron (8.04) with ATI Rage 128?
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Ubuntu Help Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Reply
 
Thread Tools Display Modes
Old 04-28-2008   #1 (permalink)
Themer
Linux Newbie
 
Themer's Avatar
 
Join Date: Feb 2008
Posts: 124
Ubuntu Hardy Heron (8.04) with ATI Rage 128?

This is somewhat a continuation of an old post I had that died, but I enough new questions that I think it needs a new topic. More specifically, the card in question is a ATI Rage 128 Pro Ultra TF using the "ATI" driver. I am rather sure it is PCI, but I could be wrong. The system is currently running Feisty (7.04) fine, with the exception of doing anyhting. More specifically, moving a window, scroling a page, etc etc is very slow. Obviously video acceleration is not enabled as it should be, and the desktop effects (compiz - the old one) "cannot be enabled". Does anyone know of a way to make this card work at all in Ubuntu? Specifically Hardy Heron, as I am planning to upgrade the person for obvious reasons, but any ideas?
__________________
I can count the number of good software packages I've used throughout my entire life on one hand, and am very disappointed in the world for making this so. At least this community it fighting to correct this
Themer is offline   Reply With Quote
Old 04-29-2008   #2 (permalink)
coopstah13
Linux Enthusiast
 
coopstah13's Avatar
 
Join Date: Nov 2007
Location: MA, USA
Posts: 596
in order to use desktop effects you would need to have proper hardware acceleration, i doubt that the ati driver that comes with xorg will provide that, you would have to install a driver from ati site, upon inspection, your card appears to be a legacy product and has no linux driver
coopstah13 is offline   Reply With Quote
Old 04-29-2008   #3 (permalink)
Themer
Linux Newbie
 
Themer's Avatar
 
Join Date: Feb 2008
Posts: 124
Yes that is correct - It is apparently using a "ATI" driver, but there is no real acceleration. The site also does not provide one as this card is rather old (5+ years)*.

I am wondering if there is perhaps an open-source driver? The computer's not mine, and it will never have to play games or anything like that - just somehting that will be enough to make everyhting work properly - ex. not having moving a window be an intensive task

*Although, I do haev a card from Diamond that was popular around the time a 200Mhz Pentium with 128Mb of memory was top-of the line :P
__________________
I can count the number of good software packages I've used throughout my entire life on one hand, and am very disappointed in the world for making this so. At least this community it fighting to correct this
Themer is offline   Reply With Quote
Old 04-30-2008   #4 (permalink)
coopstah13
Linux Enthusiast
 
coopstah13's Avatar
 
Join Date: Nov 2007
Location: MA, USA
Posts: 596
afaik the ati driver provided by xorg is the open source one
coopstah13 is offline   Reply With Quote
Old 05-04-2008   #5 (permalink)
Themer
Linux Newbie
 
Themer's Avatar
 
Join Date: Feb 2008
Posts: 124
interesting... its just that with the more modern cards, the nvidia 7600 specifically, that I seem to remember it having no driver installed by default, and there being a choise between the open open-source driver, or the fast proprietary driver.

So there is really no way to make this card work? There's no secret webpage with an archive of old drivers or something?
__________________
I can count the number of good software packages I've used throughout my entire life on one hand, and am very disappointed in the world for making this so. At least this community it fighting to correct this
Themer is offline   Reply With Quote
Old 05-05-2008   #6 (permalink)
coopstah13
Linux Enthusiast
 
coopstah13's Avatar
 
Join Date: Nov 2007
Location: MA, USA
Posts: 596
nope, you have to use the "ati" driver provided by xorg, ati only recently started making proprietary linux drivers, so its no wonder that the very old cards are not supported
coopstah13 is offline   Reply With Quote
Old 05-05-2008   #7 (permalink)
Themer
Linux Newbie
 
Themer's Avatar
 
Join Date: Feb 2008
Posts: 124
That's too bad... you would just think that the open source one would be at least useful - from what I've seen, it is no better than having no acceleration

Also, if you want to claim that the ati driver really is no acceleration, then I have no plroblem with that but explain how the opensource nvidia 7600 driver was slow, but still very much accelerating to my system?
__________________
I can count the number of good software packages I've used throughout my entire life on one hand, and am very disappointed in the world for making this so. At least this community it fighting to correct this
Themer is offline   Reply With Quote
Old 05-06-2008   #8 (permalink)
coopstah13
Linux Enthusiast
 
coopstah13's Avatar
 
Join Date: Nov 2007
Location: MA, USA
Posts: 596
open source nvidia driver doesn't supply any hardware acceleration, you have to install the proprietary driver for that, the system with the 7600 was probably just a much faster system
coopstah13 is offline   Reply With Quote
Old 06-28-2008   #9 (permalink)
nonspecifico
Just Joined!
 
Join Date: Jun 2008
Posts: 1
Exclamation Ubuntu detects the driver incorrectly

The correct driver is "r128" not "ATI".

The X11 system detects this incorrectly.

I noticed that Windows also detected some of these cards incorrectly as well. This leadi to crashes and errors in windows if you didn't manually specify the correct driver for your card, or download the "detonator" driver pack from ATI (which detects the correct card and installs it in windows automatically).

You have to manually edit /etc/X11/xorg.conf. (you need root/su privileges)

Change the "Device" Section as follows: (This is mine, change yours to suit. My comments are in { } )

Section "Device"
Identifier "Configured Video Device"
Boardname "ATI Rage 128" {Change this to your card name}
Busid "PCI:1:5:0" {This was detected before. Don't change yours}
Driver "r128"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection


Anyway, Google earth and some 3D screen savers still make my machine hang, and the 3D is really choppy when it does work. I know this is an old card, but I got better performance out of it on window 2000 and XP, so there must still be configuration issues.
nonspecifico is offline   Reply With Quote
Old 07-02-2008   #10 (permalink)
Themer
Linux Newbie
 
Themer's Avatar
 
Join Date: Feb 2008
Posts: 124
Ah, yes, I think your finally on to something here! I will be visiting the machine within the next month and will attempt to make the recommended modifictaions then, along with anything else that can be brought to my attention between now and August. I can also remote in, but prefer not to for important htings such as this, as if something goes teribly wrong I like to be there to fix it (if a reinstall, etc. is required).
__________________
I can count the number of good software packages I've used throughout my entire life on one hand, and am very disappointed in the world for making this so. At least this community it fighting to correct this
Themer is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 01:41 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0