LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-27-2002, 09:53 PM   #1
Mydchip
LQ Newbie
 
Registered: Dec 2002
Location: New Zealand
Distribution: RedHat 7.3
Posts: 8

Rep: Reputation: 0
(Powered By) ATI Radeon 7500 AGP


I have a Gigabyte AR64S-H Radeon 7500 Pro with 64mb sdram onboard, Installed in my system.
I can't get it to work with linux. I've tried Red hat 6.2, 7.3, 8.0 and Mandrake 9.0. but with no luck.
The best I've been able to achieve is 256 color on Red hat 8.0(using the Unsupported generic VGA driver) but that is absolutely useless as the viewing area is to large and the panel takes up a third of the screen by itself so I am unable to navigate my way around the system.
Is anyone out there using this card or similar on linux or can anyone help me get this card working please??
 
Old 12-27-2002, 09:59 PM   #2
yngwin
Member
 
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359

Rep: Reputation: 33
ATI has linux drivers, try at their website.
 
Old 12-27-2002, 11:01 PM   #3
Mydchip
LQ Newbie
 
Registered: Dec 2002
Location: New Zealand
Distribution: RedHat 7.3
Posts: 8

Original Poster
Rep: Reputation: 0
The driver refers to the 8500 or higher.
Apparently the 7500 isn't supported.
Unless you are seeing something I'm not.
 
Old 12-28-2002, 12:15 AM   #4
chrismiceli
Member
 
Registered: Aug 2002
Posts: 349

Rep: Reputation: 31
try the gatoo drivers, i think they are called, they come w/ redhat called radeon i think.
 
Old 12-28-2002, 05:50 AM   #5
Mydchip
LQ Newbie
 
Registered: Dec 2002
Location: New Zealand
Distribution: RedHat 7.3
Posts: 8

Original Poster
Rep: Reputation: 0
Do you know which disk they are on (for RedHat 8.0) as I have only downloaded the first two ISO's which were required to install the OS.
There are about five or six all up but I don't want to download them all.
 
Old 01-27-2003, 02:49 PM   #6
nikolad
LQ Newbie
 
Registered: Jan 2003
Location: Novi Sad, Yugoslavia
Distribution: mandrake 9.0
Posts: 3

Rep: Reputation: 0
I have the same problem. I am using mandrake 9.0 and i have the same graphic adapter (ar64s-h). When i select 'radeon' from the list, after testing, my screen turn off. I selected 'VESA' from the list, and it works fine. But I can't set refresh rate, so it is 60Hz which is bad. Any ideas?

Bye
 
Old 02-06-2003, 07:37 AM   #7
djnet
LQ Newbie
 
Registered: Feb 2003
Distribution: debian 3.0 + mandrake
Posts: 1

Rep: Reputation: 0
I have a radeon 7000 and i dont't yet work with the radeon and ati xfree drivers.

I managed to use the vesa driver (very better then vga one)
I cannot switch resolution while x server is running, but i get a usable screen.

next step is to get the radeon driver working ...

good luck
 
Old 02-08-2003, 04:21 AM   #8
nightfly80
LQ Newbie
 
Registered: Feb 2003
Distribution: mandrake + redhat + debian
Posts: 1

Rep: Reputation: 0
1) Make sure the agpgart & radeon module is already loaded or compiled statically into the kernel:

Quote:
[root@boone pete]# lsmod | head
Module Size Used by Not tainted
sr_mod 15096 0 (autoclean) (unused)
binfmt_misc 5696 1
radeon 82872 0 (unused)
agpgart 31840 1
-------- SNIPPED! -----------
2) In XFree Config under "Module" set these values:

Quote:
Section "Module"
Load "dri"
Load "GLcore"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Subsection "extmod"
Option "omit xfree86-dga"
EndSubsection
EndSection
3) In XFree Config under "Device" set these values:

Quote:
Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Option "noaccel"
Option "AGPMode" "true"
EndSection
This should let you use the Radeon 7500 in 2D with the standard driver.

How to get the card use hardware acceleration I don't know yet.
I'll keep you updated.
 
Old 02-10-2003, 08:02 PM   #9
nikolad
LQ Newbie
 
Registered: Jan 2003
Location: Novi Sad, Yugoslavia
Distribution: mandrake 9.0
Posts: 3

Rep: Reputation: 0
Can you write more details about this, because I am beginner with linux and I don't know where to find those config files and where to enter those values mentioned.

Thanks

Nikola
 
Old 02-10-2003, 09:07 PM   #10
pyropenguin
Member
 
Registered: Sep 2002
Location: Iowa
Distribution: Redhat 9.0
Posts: 52

Rep: Reputation: 15
i have a radeon 7500 and i run redhat 8 and it automatically detected mine and i never had to download anything, is it possible the problem isnt the graphics card? i also am almost sure that ati dosent offer linux drivers becauce i recently looked for them, hoping i could play UT2003 in redhat so i didnt have to boot to windows

Last edited by pyropenguin; 02-10-2003 at 09:09 PM.
 
Old 02-10-2003, 09:52 PM   #11
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
you shoud find a file called XF86Config or XF86Config-4 if you have if you have both thats fine too because xf86 will check XF86Config-4 first if you have this it is not going to check the other but redhat has just XF86Config file they are found in /etc/X1/ folder you can open them in any txt editor xedit gedit etc etc
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
ati radeon 7500 help!! dave22 Linux - Hardware 0 01-29-2005 11:15 AM
ATI RADEON 7500 for a laptop Devilish Linux - Hardware 9 02-22-2004 05:56 PM
ATI Radeon 7500 Quickdraw Linux - Software 0 12-26-2003 05:50 PM
redhat 8 and ATI Radeon agp 320m (aka Radeon Mobility U1) nelsonnery Linux - Hardware 11 11-06-2003 06:24 AM
Radeon 7500 AGP OpenGL abxbx Linux - Hardware 1 07-31-2003 01:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:36 PM.

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