LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Radeon Vid. Card (https://www.linuxquestions.org/questions/linux-general-1/radeon-vid-card-3857/)

chadvw 06-30-2001 04:08 PM

Radeon Vid. Card
 
Does anyone know of anyproblems with the 64meg version of the ATI Radeon card? Some freinds of mine have been saying that the lunix kernal doesn't know how to support anything over 32 megs.


Thanks for your help

Chad

CragStar 07-02-2001 06:28 PM

I don't know if it is the kernel or the latest version of XFree86 which would be the main consideration. Although you could use a lower aceleration of the card, I don't know if you will get the best out of the card unless it is the same chipset used by other rad cards, just more mem.

chadvw 07-02-2001 07:57 PM

Under Mandrake's x program I only find one version of the Radeon card, which does not work, and I've also tried installing RedHat and had the same problem.....is there a default driver to use? I not real concered about performance, I just want to mess around with Lunix and learn it......

CragStar 07-03-2001 05:51 PM

Have you tried a generic SVGA or VGA card entry?

chadvw 07-03-2001 09:11 PM

I tried the "FBDev" driver...I couldn't find anyother driver for it on the terms of a generic driver....I wish I found one. Could it possibly be my monitor? What happens is that I loose the video signal after the Xfree86 or freex876 program....it was the same in both RedHat 7.1 and Mandrake 8.0.....

CragStar 07-04-2001 05:49 PM

Try booting up Linux, without graphical support, and then use the program xf86config to try to config your Card. Use a generic setting if possible.

BTW - doesn't Mandrake or RedHat find the card automatically? Or select one?

chadvw 07-04-2001 06:37 PM

both mandrake and redhat find a driver to use...but when using that driver I loose the video signal

ThePlague 07-06-2001 06:50 AM

i have the same problem
 
I looses the signal right before im about to enter X, tried it with both mandrake 8.0 and Redhat 7.1
i have a ATI radeon 64mb

isajera 07-06-2001 04:24 PM

i was just checking out the ati radeon site; it doesn't look like they have much driver support for linux. they're more than happy to supply all the specs and technical data you would need to write a driver, but they have no interest in doing it for you.

you might want to see if there's another ati driver that might work.

http://www.xfree86.org/4.1.0/Status6.html#6 states that ati radeon accelerated hardware is supported. what version of X are you using?

chadvw 07-06-2001 08:42 PM

I did try the other ati drivers and I'm not even close enough to be smart to make a driver....I'm using the default version that comes with the installations of both of those distributions.....

When tring some of the ati drivers I get an error and it restarts the computer....

isajera 07-10-2001 12:02 AM

:) if you could write drivers then i'd have a few questions for you...

anyway, azriel's having some problems with the ati radeon also, and i found a page that seems to explain the configuration pretty thoroughly.

http://dri.sourceforge.net/doc/DRIuserguide.html

hope this helps.

solartear 09-30-2001 01:29 PM

File system problem
 
I have a 64 MB DDR ATI RADEON video card. I have not had problems with it running in Mandrake 8.0.

When installing a fresh copy of Mandrake 8.1b4, with all options, I chose to try the ext3 file system(jfs). During install, the testing of the video card worked fine, but then XWindows crashed everytime I tried to login.

Reinstalled using ext2 and now it works fine.

isajera 09-30-2001 04:10 PM

could you post the driver section of you /etc/XF86Config file? i'm sure all our ati users who have had trouble with the card would like to take a look at it.

solartear 09-30-2001 04:45 PM

My driver section
 
I don't have a /etc/XF86Config, but do have /etc/X11/XF86Config and /etc/X11/XF86Config-4

/etc/X11/XF86Config-4

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection

Section "Device"
Identifier "ATI Radeon"
VendorName "Unknown"
BoardName "Unknown"
Driver "radeon"
# VideoRam 65536
# Clock lines


# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"

Option "DPMS"
EndSection

/etc/X11/XF86Config
# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
Identifier "Generic VGA"
Chipset "generic"
EndSection

Section "Device"
Identifier "ATI Radeon"
VendorName "Unknown"
BoardName "Unknown"
# Chipset "ati"
# VideoRam 65536
# Clock lines


# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"

Option "power_saver"
EndSection


Do you want the "Screen Sections" too?

AzrielMacKay 10-02-2001 10:35 AM

if you guys are still having problems with this have a look at dri.sourceforge.net. direct rendering must be enabled in your kernel, and it must be specified in your XF86Config file. The name of the correct driver to name in that file is "ati". also the support for a radeon card in the kernel must be compiled as a module (radeon.o). if you still have problems email me, and ill help you fix it.

Azriel


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