You are not logged in.
I followed the instructions at http://wiki.archlinux.org/index.php/ATI and tried searching the forums, but didn't find a solution so I decided to post here.
Uploaded these to pastebin because of the character limit.
/etc/X11/xorg.conf http://pastebin.archlinux.org/24974
/var/log/Xorg.0.log http://pastebin.archlinux.org/24976
/usr/bin/glxinfo http://pastebin.archlinux.org/24977
Thanks in advance.
Offline
There has never been DRI support for Mach64 in Arch, as long as I've been here. It probably won't make much sense anyway, I mean those cards have at most 8 MB and almost no 3d capabilities to speak of.
I hate sigs. This one only exists to remind myself to get an avatar.
Offline
There has never been DRI support for Mach64 in Arch
This is true, but you can always add it, as I do. Check out the code from git here, build and install, and that gives you the kernel module for mach64 DRM. Then rebuild xf86-video-ati with mach64 support - our xorg maintainer removed it from the stock package a while back.
Offline
This is true, but you can always add it, as I do. Check out the code from git here, build and install, and that gives you the kernel module for mach64 DRM. Then rebuild xf86-video-ati with mach64 support - our xorg maintainer removed it from the stock package a while back.
Thanks for the advice.
I managed to build the DRM, and the Xorg log indicates that it works.
Homewer, loading the mach64 driver fails:
(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/mach64_dri.so failed (/usr/lib/xorg/modules/dri/mach64_dri.so: undefined symbol: __dlopen)
(EE) AIGLX: reverting to software renderingAny ideas on how I could succesfully build it?
Offline
I took DRM drivers from freedesktop.org git and xorg driver I made with ABS by editing xf86-video-ati PKGBUILD (ver 6.8.0). It seems to work for now...
Last edited by Obi-Lan (2008-03-08 00:13:07)
Offline
I took DRM drivers from freedesktop.org git and xorg driver I made with ABS by editing xf86-video-ati PKGBUILD (ver 6.8.0). It seems to work for now...
Hi,
would you mind sharing that PKGBUILD?
bandan
Offline