Rafal,
What do you get when you run: dmesg | grep drm
Have you checked out the DRI troubleshooting page at http://dri.freedesktop.org/wiki/DriTroubleshooting
-Alain.
-----Original Message----- From: Rafal Zawadzki [mailto:bluszcz@jabberpl.org] Sent: Wednesday, October 05, 2005 5:36 AM To: suse-xfree86@suse.com Subject: [suse-xfree86] suse 9.2 + mach64 = no 3d acceleration
Hi. I am rather happy user of the SuSe 9.2. Unfortunately, i cannot turn on 3d acceleration on my ati mach64 3d graphic adapter.
ok, let's start.
I built mach64 drm driver with km_drm+kernelsource package using this script:
kojiro:~ # cat /tmp/go.sh #!/bin/sh
pushd /usr/src/linux; rm -f .config; make cloneconfig; make prepare-all; popd pushd /usr/src/kernel-modules/drm KERNEL_SOURCE=/usr/src/linux make modules KERNEL_SOURCE=/usr/src/linux make install popd kojiro:~ #
After modprobe mach64 I got:
mach64: no version for "struct_module" found: kernel tainted. mach64: module not supported by Novell, setting U taint flag. ACPI: PCI interrupt 0000:00:14.0[A] -> GSI 9 (level, low) -> IRQ 9 [drm] Initialized mach64 1.0.0 20020904 on minor 0:
After restart xorg and glxinfo|grep render I got ,,no'' acceleration.
Why?
You can find my xorg.conf and log here:
http://bluszcz.jabberpl.org/download/mach64drm/
Cheers,
Dnia środa 05 październik 2005 18:34, Black, Alain napisał:
Rafal,
What do you get when you run: dmesg | grep drm
kojiro:~ # dmesg |grep drm [drm] Initialized mach64 1.0.0 20020904 on minor 0: kojiro:~ #
Have you checked out the DRI troubleshooting page at http://dri.freedesktop.org/wiki/DriTroubleshooting
I am reading it now.
Thanks for interests,