You are not logged in.

#1 2007-01-14 21:07:12

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Radeon 9200 + kernel 2.6.19

I have problemms with my old, radeon 9200 card. I've installed beyond kernel with fglrx-utils and ati-fglrx-beyond. Then put fglrx into modules and reboot. X works but no DR. So I've removed beyond kernel, ati-fglrx-beyond and compile my own. Now I can't even run X hmm

Here's some logs:
X log : http://wklej.org/id/9dbb66de71
ati-fglrx PKGBUILD: http://wklej.org/id/47bf2e6700
xorg.conf : http://wklej.org/id/4fd130239a

Offline

#2 2007-01-15 00:02:29

vredfreak
Member
Registered: 2004-11-20
Posts: 66

Re: Radeon 9200 + kernel 2.6.19

The last I heard (and its been awhile, so someone correct me if I'm wrong), the proprietary fglrx module no longer supported the 9200.  I have a 9200 as well, and dri works just fine with the xorg driver.  xf86-video-ati, I believe is the package.


Hi.  I'm a sig.  What are you?

Offline

#3 2007-01-23 15:47:08

wu.soldier
Member
From: Poland
Registered: 2006-12-19
Posts: 22

Re: Radeon 9200 + kernel 2.6.19

New ati drivers doesn't support radeon 9200 and some other older cards. I tried ver. 8.24.8 of their drivers (on kernel 2.6.16), but it was quite unstable (perhaps i should change some params in xorg.conf?). I think that 8.24.8 is the last version that supports radeon 9200.
Now I'm using stock x.org driver "radeon" and everything seems to be ok (even AIGLX works fine)

Offline

#4 2007-01-23 18:14:00

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: Radeon 9200 + kernel 2.6.19

I've just gave up  sad
Can't install it, maybe some day I'll try once more...

Offline

#5 2007-01-24 16:18:02

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Radeon 9200 + kernel 2.6.19

Husio wrote:

I've just gave up  sad
Can't install it, maybe some day I'll try once more...

Gave up with fglrx?  You don't want ati-fglrx for your card, it won't work.

As previous people have said, you want the xf86-video-ati and libgl-dri packages, then in xorg.conf use the 'radeon' video driver, not 'fglrx'

Offline

#6 2007-01-24 21:43:05

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: Radeon 9200 + kernel 2.6.19

Ok, so I've installed xf86-video-ati and libgl-dri, changed fglrx to radeon in xorg.conf. X works but still no DR. Probably I'm soing something wrong. Does kernel26beyond support those drivers (I'm also using my own, but no idea if it's good)

ET is running but can't play with such textures hmm

Offline

#7 2007-01-25 06:11:34

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Radeon 9200 + kernel 2.6.19

Did you remove the fglrx kernel module? 

rmmod fglrx

- if that kernel module's still loaded it may cause some problems.

Offline

#8 2007-01-25 07:07:05

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: Radeon 9200 + kernel 2.6.19

Yes, and I'm loading radeon.

Offline

#9 2007-01-31 14:52:08

Valheru
Member
Registered: 2005-02-06
Posts: 49

Re: Radeon 9200 + kernel 2.6.19

By "no DR" I assume you mean no DRI? That's possible, since the kernel DRM drivers aren't the most current. I wrote a few packagebuilds for my sisters laptop, you could try those.
Be sure to compile your kernel without DRI enabled first though.

http://aur.archlinux.org/packages.php?d … hans=&SeB=

http://aur.archlinux.org/packages.php?d … hans=&SeB=

http://aur.archlinux.org/packages.php?d … hans=&SeB=

Last edited by Valheru (2007-01-31 14:53:08)

Offline

#10 2007-01-31 17:17:57

Blind
Member
From: Desert mountain
Registered: 2005-02-06
Posts: 386

Re: Radeon 9200 + kernel 2.6.19

Valheru,
do you mean compile kernel without DRM enabled? And are there any noticeable advantages in compiling things from git (like performance, just wondering...)?
If not, Husio might be better off using the stock open source drivers.

I have a radeon mobility 9700 and things work nice with the xf86-video-ati and libgl-dri packages. It seems to me that this problem is a configuration problem in the xorg.conf file.
Maybe you should post it, Husio. Here is the relevant section of my config:

Section "Device"
        Identifier  "Videocard0"
        Driver      "ati"
        Option      "NoAccel" "off"
        Option      "AccelMethod" "xaa"         # could be "xaa" or "exa"
        Option      "AccelDFS" "off"            # for exa: on
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "AGPMode" "8"
        Option      "AGPFastWrite" "off"
        Option      "GARTSize" "64"           #this is the maximum size, change if your RAM is small
        Option      "EnablePageFlip" "on"
        Option      "ColorTiling" "1"
        Option      "backingstore" "on"
        Option      "MonitorLayout" "LVDS"      # could be "LVDS,CRT"
        BusID       "PCI:1:5:0"
        Screen      0
EndSection

For people wondering: driver 'ati' automatically selects the correct driver.

Of course, don't forget

Section "Module"
    ....
# This loads the GLX module
    Load        "dri"   # libdri.a
    Load        "glx"   # libglx.a
   ....
EndSection

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
    Mode 0666
EndSection

Cheers,
Blind

Last edited by Blind (2007-01-31 17:21:00)

Offline

#11 2007-01-31 20:06:18

Valheru
Member
Registered: 2005-02-06
Posts: 49

Re: Radeon 9200 + kernel 2.6.19

Well, the DRI/DRM code in the kernel tends to lag quite a bit behind, so compiling it from GIT can help a lot in certain cases. Itś a bit of a hit and miss affair, but at least on my sisters laptop and on my girlfriends laptop (VIA unichrome) it got the cards working when the in-kernel driver failed to initialize DRI. YMMV wink

Offline

#12 2007-02-01 20:42:26

Blind
Member
From: Desert mountain
Registered: 2005-02-06
Posts: 386

Re: Radeon 9200 + kernel 2.6.19

Oh well - thanks for the PKGBUILDs
smile
I guess I would like to have one for xf86-video-ati-git
Might try that later when I have the time.
Cheers
PS: BTW, you only need to compile the kernel DRM things as modules - and after installing run a depmod -a, right?

Last edited by Blind (2007-02-01 20:43:47)

Offline

Board footer

Powered by FluxBB