LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 12-20-2005, 06:01 PM   #1
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Rep: Reputation: 30
ATI drivers for old ATI Rage LT Pro card?


Ive got an old Compaq desktop that Im trying to set up to be a network share and server. Ive got Ubuntu on here. Im trying to find the driver for the video card to get rid of the Mesa acceleration because it sucks. So, Ive tried all of the drivers from the ATI site, but none of them work, they all say illegal instruction after inputing the mouse information, which probably means they arent the right driver. A little research pointed me towards the DRI project here:
http://dri.freedesktop.org/wiki/Building
So, Ive decided that I need to compile X.org and a bunch of other of stuff. The key is, whenever I enter the CVS commands in the terminal, it tells me that the command for cvs isnt found? A little help please?
 
Old 12-21-2005, 01:35 PM   #2
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
Quote:
Originally Posted by Kramer
Ive got an old Compaq desktop that Im trying to set up to be a network share and server. Ive got Ubuntu on here. Im trying to find the driver for the video card to get rid of the Mesa acceleration because it sucks. So, Ive tried all of the drivers from the ATI site, but none of them work, they all say illegal instruction after inputing the mouse information, which probably means they arent the right driver. A little research pointed me towards the DRI project here:
http://dri.freedesktop.org/wiki/Building
So, Ive decided that I need to compile X.org and a bunch of other of stuff. The key is, whenever I enter the CVS commands in the terminal, it tells me that the command for cvs isnt found? A little help please?
install cvs, altough you probably already have a version of x.org all you have to do is get the right config file set up. It should be /etc/X11/xorg.conf.
 
Old 12-21-2005, 11:09 PM   #3
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by bobbens
install cvs, altough you probably already have a version of x.org all you have to do is get the right config file set up. It should be /etc/X11/xorg.conf.
Yep, I know that, but I dont have the ATI drivers, because I cant get any of them to install. The link I provided is talking about rebuilding X from cvs, and I can do anything with CVS from the console. I cant just change my xorg.conf if I dont have the driver for the card.
 
Old 12-22-2005, 12:22 AM   #4
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
Quote:
Originally Posted by Kramer
Yep, I know that, but I dont have the ATI drivers, because I cant get any of them to install. The link I provided is talking about rebuilding X from cvs, and I can do anything with CVS from the console. I cant just change my xorg.conf if I dont have the driver for the card.
wierd, in debian you have all those dri drivers and just have to edit the xorg.conf and change it from vesa to the right module or run a little wizard that does the xorg.conf based on some parameters you input. If it says CVS command it means you must not have it installed, just install it and it should work. You could also try to find a snapshot as a tarball or gzip and use that.
 
Old 12-22-2005, 08:46 AM   #5
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by bobbens
wierd, in debian you have all those dri drivers and just have to edit the xorg.conf and change it from vesa to the right module or run a little wizard that does the xorg.conf based on some parameters you input. If it says CVS command it means you must not have it installed, just install it and it should work. You could also try to find a snapshot as a tarball or gzip and use that.
Ok, Im new to this Ubuntu thing (or Debian, because thats what its based on), so how do I go about finding which driver it uses, or running the wizard? How do I install the CVS too? Im fairly used to Mandrake, so this is definitely a learning experience. I feel like a n00b again
 
Old 12-22-2005, 09:21 AM   #6
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
Quote:
Originally Posted by Kramer
Ok, Im new to this Ubuntu thing (or Debian, because thats what its based on), so how do I go about finding which driver it uses, or running the wizard? How do I install the CVS too? Im fairly used to Mandrake, so this is definitely a learning experience. I feel like a n00b again
Code:
apt-get install cvs
should install cvs for you. You might want to read up on some apt guides and such to familiarize yourself with apt, since debian and most debian based distributions abuse it alot. THe best way to get X working is to run
Code:
dpkg-reconfigure xserver-xorg
(or xserver-xfree86 depending on what ubuntu provides). Altough you can manually edit it with any editor you enjoy at /etc/X11/xorg.conf or /etc/X11/XF86Config-4 again depending on version.
 
Old 12-22-2005, 09:42 AM   #7
Kramer
Member
 
Registered: Aug 2003
Location: Somewhere south of sanity...
Distribution: Mandrake 9.1
Posts: 550

Original Poster
Rep: Reputation: 30
Ok, Ill start googling some guides on apt. X is already running, I just want to get the acceleration enabled so everything isnt so choppy. Do I still need to do the x-server-xorg reconfigure? Im not really sure what driver this uses, but from what Ive read, its the Mach64 driver. This card is ancient.
 
Old 12-22-2005, 09:55 AM   #8
bobbens
Member
 
Registered: Sep 2004
Location: Barcelona
Distribution: Debian, FreeBSD, Gentoo
Posts: 586

Rep: Reputation: 30
Quote:
Originally Posted by Kramer
Ok, Ill start googling some guides on apt. X is already running, I just want to get the acceleration enabled so everything isnt so choppy. Do I still need to do the x-server-xorg reconfigure? Im not really sure what driver this uses, but from what Ive read, its the Mach64 driver. This card is ancient.
i havent worked much in x, but try googling www.google.com/linux for some string like "debian xserver config xorg.conf" alot of guides.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
drm drivers for ati rage 128 pro maq Linux - Hardware 2 05-11-2005 12:14 PM
ATI Rage pro 3D graphic card in MDK9.2. akihandyman Mandriva 1 03-10-2005 08:09 AM
drivers for ati rage lt pro 3d? svideo out anyone? frieza Linux - Laptop and Netbook 2 06-01-2003 11:24 PM
ATI 3D Rage Pro Video Card kystandardbred Linux - Hardware 4 02-14-2003 04:22 PM
Setting up ATI Rage LT Pro card under XFree86 Oooska Linux - Newbie 1 02-27-2002 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration