RE: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread Gwendolyn van der Linden
> Maybe i did something wrong when copying the kernel modules
> to the xfree
> modules dir and vice versa as someone in the chat told me.

I don't recall doing that for my radeon based (7500) laptop.  I set
radeon as a use flag, compiled the kernel without any special DRI
stuff, and emerged xfree-drm.  No need to copy any files.  I even
think that the kernel modules only work with old XFree versions, not
4.3.

Have you tried it this way?

Gwendolyn.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread MAL
Gwendolyn van der Linden wrote:
Maybe i did something wrong when copying the kernel modules
to the xfree
modules dir and vice versa as someone in the chat told me.


I don't recall doing that for my radeon based (7500) laptop.  I set
radeon as a use flag, compiled the kernel without any special DRI
stuff, and emerged xfree-drm.  No need to copy any files.  I even
think that the kernel modules only work with old XFree versions, not
4.3.
xfree-drm for the radeon, works with XFree86 4.3.0

MAL

--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread Gwendolyn van der Linden
> xfree-drm for the radeon, works with XFree86 4.3.0

Right.  But the DRI modules in the kernel don't.

Gwendolyn.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread Norbert Kamenicky
Florian Konnertz wrote:

I need some explanation about modules regarding a xfree problem. I 
already posted two weeks ago (09/10) and got some help, but the 
problem is hidden on a deeper level, i couldnt solve it yet.


... sorry, I didn't read what you wrote here before,  but radeon 7500 
worx for me excellent ...
the only thing I have to do after recompiling and installing new kernel 
is to replace
radeon.o kernel module by new one made from newer sources downloaded 
from X11 web
like this:

tar xvfz linux-drm-4.3.0-kernelsource.tar.gz 
cd drm
make -f Makefile.linux
cp radeon.o /lib/modules/new-kernel/kernel/drivers/char/drm

noro

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread MAL
Gwendolyn van der Linden wrote:
xfree-drm for the radeon, works with XFree86 4.3.0
Right.  But the DRI modules in the kernel don't.
You weren't clear as to which kernel modules weren't compatible, is all.

Florian.. after emerging xfree-drm, you may want to run:

opengl-update xfree

Cheers,
MAL


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread MAL
Norbert Kamenicky wrote:
the only thing I have to do after recompiling and installing new kernel 
is to replace
radeon.o kernel module by new one made from newer sources downloaded 
from X11 web
like this:

tar xvfz linux-drm-4.3.0-kernelsource.tar.gz cd drm
make -f Makefile.linux
cp radeon.o /lib/modules/new-kernel/kernel/drivers/char/drm
or just:

USE="-* radeon" emerge xfree-drm

This compiles just the DRM part of the XFree86 sources for you, and 
selects the chosen driver, (as specified by your USE flags).

MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread Norbert Kamenicky
MAL wrote:

USE="-* radeon" emerge xfree-drm

Thanx MAL, I didn't know the package is in ebuild tree ...
it's an consequence of really *very* poor ebuild's description.
noro



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread MAL
Norbert Kamenicky wrote:
MAL wrote:

USE="-* radeon" emerge xfree-drm

Thanx MAL, I didn't know the package is in ebuild tree ...
it's an consequence of really *very* poor ebuild's description.
I totally agree... I only came accross it by chance!

There is also ati-drivers, which is the equivalent offering from ATI.

If you emerge that, you can switch between it and the xfree drivers with:

opengl-update ati
or
opengl-update xfree
HTH,
MAL


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread Mark Knecht
On Fri, 2003-09-19 at 01:25, Florian Konnertz wrote:

> Just briefly the error again:
>  From XFree86.log
> (EE) LoadModule: Module radeon does not have a radeonModuleData data object.
> (II) UnloadModule: "radeon"
> (II) Unloading /usr/X11R6/lib/modules/drivers/radeon.o
> (EE) Failed to load module "radeon" (invalid module, 0)
> 
> 
> Maybe i did something wrong when copying the kernel modules to the xfree 
> modules dir and vice versa as someone in the chat told me. I did a tar 
> -x  of the xfree source and copied the modules somewhere.
> So my question is: I reemerged xfree (with my CFLAGS), is the xfree 
> radeon.o module different to the one to that: (this is just the entarred 
> source in a tmp dir):

In my case using the radeon 7500 on a machine at my office there are NO
by hand copies needed of anythign to get 3D acceleration working. I
think this sounds (to me) like the root of your problem.

> 
> groovesurfer drivers # ls -la 
> /root/tmp/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon.o
> -rw-r--r--1 root root   140572 Aug  4 22:44 
> /root/tmp/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/radeon.o

I need to look at my box when I get to the office, but is the date on
this radeon file correct? You started your first thread earlier this
month. If you rebuilt the kernel at that time (9/0 or so) then why would
you be using a radeon module from 8/4? I think this is an old module.

Are you using a non-standard location to store and build kernel source
or something? Why is this under /root?

> 
> 
> Could it be a bug in the radeon driver??

Like I say, I run a 7500 in one machine jsut fine. I do not think it is
a radeon bug, unless it has something to do with some other hardware in
your system, or your specific radeon card. Have you used this card under
Windows and seen it work? Or is that not an option with this machine?

> 
> Can this be solved manually or do i have to reinstall gentoo? I really 
> want to repair this! I already compiled all software i need.
> 
> I hope you got an idea what i meant and have some ideas.

I will send you the complete setup I used to get this card working later
today.

- Mark



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-19 Thread Mark Knecht
On Fri, 2003-09-19 at 05:37, Mark Knecht wrote:
> On Fri, 2003-09-19 at 01:25, Florian Konnertz wrote:
> 
> > Just briefly the error again:
> >  From XFree86.log
> > (EE) LoadModule: Module radeon does not have a radeonModuleData data object.
> > (II) UnloadModule: "radeon"
> > (II) Unloading /usr/X11R6/lib/modules/drivers/radeon.o
> > (EE) Failed to load module "radeon" (invalid module, 0)
> > 

> I will send you the complete setup I used to get this card working later
> today.
> 
> - Mark

Today I built the gentoo-gaming kernel as a completely new kernel on my
machine (ATTN: Fred Clausen) ;-) and then proceeded to bring up 3D
acceleration on a Radeon 7500. I documented this and sent it to Florian
off list as it is quite long and possibly not of interest for most
people here. However, if people on the list want me to forward that here
I'd be happy to do so. Just let me know.

I have not heard yet from Florian as to whether it worked, so possibly
it would be best to make sure I didn't have too many documentation
mistakes before it gets distributed. (If it gets distributed!) ;-)

Cheers,
Mark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfree86: Failed to load module "radeon"

2003-09-26 Thread MAL
Gwendolyn van der Linden wrote:
xfree-drm for the radeon, works with XFree86 4.3.0
Right.  But the DRI modules in the kernel don't.
You weren't clear as to which kernel modules weren't compatible, is all.

Florian.. after emerging xfree-drm, you may want to run:

opengl-update xfree

Cheers,
MAL
--
[EMAIL PROTECTED] mailing list