You are not logged in.
Xentac: then you should try mplayer's xvidix too .
Offline
Any chance the process of installing ATI drivers will be improved on Arch for newbies soon? I miss the NVIDIA ease of installation :cry:. I was thinking maybe if I did a fresh reinstall to clean out the NVIDA stuff completely, but I don't know if thats even the case.
JSkier
--
JSkier
Offline
Hi,
I had then same probs. The solution is to build a new kernel without any ati-things, as Xentac and zen_guerrilla mentioned.
It is pretty easy with AL. JUST DO IT
I've full 3d support on AL, so you see it works...
arch 0.6 -- kernel-2.6.X -- KDE 3.2 @ P4-2,5 -- Geforce 5900XT
Offline
Well I recently got a laptop with a Radeon Mobile 7xxx something or another... Did a fresh install of Arch and tried the instuctions posted here... Same outcome, had to extract files manually where they needed to go, then I get a bunch of tainted module errors when I do the modprobe. I'm probably missing something, but I'll keep plugging at it on both machines
JSkier
--
JSkier
Offline
the tainted kernel errors are normal
if you read the whole message you get, it tells you that the module uses non-gpl code
Nkawtg...n!
Offline
Tainted module errors just mean that the drivers aren't officially in the linux kernel (sort of like Microsoft's error message when you try to load device drivers that aren't signed by Microsoft). It's just saying, "You're running code in the kernel that we haven't checked, so it could break stuff."
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Okay... So when I do lsmod the modules aren't loaded. Not sure what else it could be, I get the tainted module error when I modprobe, thats way I thought it was preventing it from loading. :?
--
JSkier
Offline
Alright back again... I gave up on this for a bit due to time constraints, however, I got some time to poke around and made it fairly far-
Issues I can't seem to figure out for the life of me-
ATI-DRIVERS package doesn't install (at least pacman won't see it), had to move everything in the pkg folder to their respective locations (not sure if this is the right thing to do).
AGPGART module can't be found, how do I fix it?
Get the following error when INSMOD or modprobe is executed-
[root@intel2500 jjohnson]# modprobe fglrx
Warning: loading /lib/modules/2.4.23/kernel/drivers/char/drm/fglrx.o will taint the kernel: non-GPL license - Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
/lib/modules/2.4.23/kernel/drivers/char/drm/fglrx.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.23/kernel/drivers/char/drm/fglrx.o: insmod /lib/modules/2.4.23/kernel/drivers/char/drm/fglrx.o failed
/lib/modules/2.4.23/kernel/drivers/char/drm/fglrx.o: insmod fglrx failed
Also, radeon module isn't used, nor does it support the Radeon 9600.
Thanks for all the help so far and in advance, someday this should work :?
JSkier
--
JSkier
Offline
cd /usr/lib/modules/fglrx/
cd build_mod
./make.sh
cd ..
./make_install.sh
and if that still gives errors, lets see some dmesg
Nkawtg...n!
Offline
The error I got was from doing the ./make_install.sh.. Only there is no /usr/modules directory, its under /lib/modules/fglrx/. As for dmesg, heres the part I think your asking for, let me know if you need any other details as it was pretty lengthy... I noticed [drm] at the begining of booting linux... I have no idea how to disable this or make a custom kernel as posted as to not include this. Any ideas would be greatly appreciated.
Thanks again,
JSkier
[fglrx] Maximum main memory to use for locked dma buffers: 925 MBytes.
[fglrx:firegl_stub_register] *ERROR* Fire GL kernel module has to be loaded prior to any other DRM kernel module!
--
JSkier
Offline