Elmo Mäntynen wrote:
Tobias Krais wrote:Hi together, I'm new here because I needed to reinstall my xserver-xorg. Before reinstalling 3D-acceleration workt, but now it works no more: -----%<----- OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.2.1) -----%<----- The module fglrx (8.19) is loaded correctly (kernel 2.6.13 and .14). for kernel config see: http://www.design-to-use.de/linux/amilo_a1630/radeon9700.php Here my xorg.conf, that already worked once: http://www.design-to-use.de/linux/amilo_a1630/xorg.conf I'm using amd64 and hope the important link is set correctly: -----%<----- tobias at tuxbox:~$ ls -al /usr/X11R6/ | grep lib drwxr-xr-x 5 root root 4096 2005-11-20 12:13 lib drwxr-xr-x 3 root root 4096 2005-11-15 13:19 lib32 lrwxrwxrwx 1 root root 3 2005-11-20 12:05 lib64 -> lib -----%<----- And then my Xorg.log at the end of this mail. I hope someone can help me... -----%<---- X Window System Version 6.8.2 (Debian 6.8.2.dfsg.1-10 Release Date: 9 February 2005 X Protocol Version 11, Revision 0, Release 6.8.2 Build Operating System: Linux 2.6.12-1-amd64-k8 x86_64 [ELF] Current Operating System: Linux tuxbox 2.6.14 #4 PREEMPT Sun Nov 20 11:40:07 CET 2005 x86_64 Build Date: 01 November 2005 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.6.14 (root at tuxbox) (gcc version 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)) #4 PREEMPT Sun Nov 20 11:40:07 CET 2005 T (==) Using config file: "/etc/X11/xorg.conf" (WW) Open APM failed (/dev/apm_bios) (No such file or directory) (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1039,0755 card 1039,0755 rev 01 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1039,0002 card 0000,0
...
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc. (II) fglrx(0): VESA VBE OEM Product: P11 (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Reloading /usr/X11R6/lib/modules/linux/libdrm.a drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmGetBusid returned '' (--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM (II) fglrx(0): AGP card detected (WW) fglrx(0): board is an unknown third party board, chipset is supported (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/X11R6/lib/modules/libddc.a (II) fglrx(0): Connected Display1: LCD o
...
drmOpenByBusid: drmOpenMinor returns -1023 drmOpenDevice: node name is /dev/dri/card10 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenByBusid: drmOpenMinor returns -1023
...
(II) Loading extension FGLRXEXTENSION (II) Loading extension ATITVOUT (==) RandR enabled... (removed most of the propably unrelated parts) Using ubuntu breesy AMD64, and my X.log looks about the same on the drmOpen* stuff part. glxinfo gives "libGL error: drmMap of sarea failed", and so no 3d acc.. Wasn't the drmMap stuff supposed to be fixed with the newest version. That's part of why installed it to replace the native ubuntu version. Installed the debian amd64 driver package and compiled the kernel module without errors. So what's with this then?
At the Ubuntu Document Storage Facility(doc.gwos.org) are instructions to bypass this incombatibility between the native dri code and fglrx with amd64(http://doc.gwos.org/index.php/Install_ATI_driver). It gives an older version of dri.a for downgrading wich worked for me. You might want to put that somewhere on you page.