Re: New ATI fglrx drivers work with AMD64

2005-03-13 Thread Max
Manuel, These MTRR errors are the reason why direct rendering does not work. I've just faced a similar problem. Hopefully, in my Tyan Tiger K8W S2875 BIOS setup there is an option MTRR Mapping which can be either Continuous or Discrete. The former explicitly describes the PCI hole as

Re: New ATI fglrx drivers work with AMD64

2005-03-13 Thread Max
Jan, I did the same things except that I copied fglrx32 libraries from the actual debian-i386 installation and used 'apt-get install' within chroot for the rest required packages (e.g., xlibs etc.). I also mounted tmpfs from within chroot (not from outside like you did) with the command 'mount

Re: New ATI fglrx drivers work with AMD64

2005-01-19 Thread Lorenzo Milesi
(WW) fglrx(0): *** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Lorenzo Milesi
Hi, I'd just like to give the list a heads up that the new ATI fglrx drivers actually work with amd64. They're only available (as usual) in rpm's but I hacked together Flavio's debian packages and with a bit of manual copying around it works. Can you tell me how did you do it? I tried just

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Manuel Capinha
I got it to install and I can now boot X using ATI's proprietary drivers, but I got no OpenGL support. Running glxgears gives me around 60 fps, so I know that's being done in software! Looking in /var/log/XFree86.0.log I found this: (II) fglrx(0): Kernel Module Version Information: (II)

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Manuel Capinha
Small add-on: My problem is somewhere in the kernel module, it seems: (from dmesg) [fglrx] module loaded - fglrx 8.8.25 [Jan 14 2005] on minor 0 Fire GL built-in AGP-support Based on agpgart interface v0.99 (c) Jeff Hartmann agpgart: Maximum main memory to use for agp memory: 941M agpgart:

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Cyril Chaboisseau
Hi, I succeded in building all the fglrx packages with apt-get -b source fglrx-installer and by replacing the original fglrx-4.3.0-3.14.6.i386.rpm with fglrx_4_3_0-8.8.25-1.i386.rpm + adding amd64 to the Architecture - debian/rules binary then I installed fglrx-4.3.0-control-qt3

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Lennart Sorensen
On Tue, Jan 18, 2005 at 08:05:47PM +0100, Cyril Chaboisseau wrote: Hi, I succeded in building all the fglrx packages with apt-get -b source fglrx-installer and by replacing the original fglrx-4.3.0-3.14.6.i386.rpm with fglrx_4_3_0-8.8.25-1.i386.rpm + adding amd64 to the Architecture -

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Lorenzo Milesi
use the --force-overwrite switch of dpkg. OK it worked. Now I tried building kernel module. All fine. ERROR when insmod: undefined symbol pci_find_class in module so I edited agpgart_be.c replacing pci_find_class with pci_get_class (from /usr/src/linux/Documentation/pci.txt) and the module

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread zeeman
Hi! use the --force-overwrite switch of dpkg. OK it worked. Now I tried building kernel module. All fine. ERROR when insmod: undefined symbol pci_find_class in module so I edited agpgart_be.c replacing pci_find_class with pci_get_class (from /usr/src/linux/Documentation/pci.txt) and the module