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-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 non-cacheab

Re: New ATI fglrx drivers work with AMD64

2005-01-19 Thread Frederik Schueler
Hi, On Tue, Jan 18, 2005 at 02:04:56PM +, Jean-Luc Coulon (f5ibh) wrote: > quick and drity :just build the package with alien then install the > .deb with --force-overwrite... Looking into the .rpm, this procedure WILL break your system. the /usr/lib/libGL.so.1.2 will be replaced by a 32bi

Re: New ATI fglrx drivers work with AMD64

2005-01-19 Thread Jan Kreuzer
Hi here is a qucik description how i got the new fglrx working in 64-bit and 32-bit chroot: 1)Installed a chroot as stated in https://alioth.debian.org/docman/vi...o.html#id274243 2) used alien to convert the driver to a tgz and upacked them to a temp directory 3) copied the contents of (driverd

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 a

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Nick Hemsley
That fixed it. Thanks alot. Took me a while to get progs loading the right libGL.so though.. rm this.. rm that :p cheers Peter Nelson wrote: Nick Hemsley wrote: OK scrap that, I was using gcc3.3 instead of 3.4. changing the symlink worked for me, although I think you can do it in the make.sh. T

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Peter Nelson
Nick Hemsley wrote: OK scrap that, I was using gcc3.3 instead of 3.4. changing the symlink worked for me, although I think you can do it in the make.sh. The module now starts, starting XFree86 however freezes the system (not sure if I can ssh), and /var/log/mesages shows: Jan 19 14:00:02 localho

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Nick Hemsley
OK scrap that, I was using gcc3.3 instead of 3.4. changing the symlink worked for me, although I think you can do it in the make.sh. The module now starts, starting XFree86 however freezes the system (not sure if I can ssh), and /var/log/mesages shows: Jan 19 14:00:02 localhost kernel: fglrx: m

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Andrei Mikhailovsky
Many thanks, that solved the issue )) On Tue, 2005-01-18 at 21:20 -0500, Peter Nelson wrote: > I had similar issues on i386 when using both the fglrx drivers and the > radeonfb console frame buffer. Try disabling your console frame buffer > (or maybe loading vesafb instead of radeonfb?) and it

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Nick Hemsley
Thanks for the heads up, I loooked about 3 days ago I first tried via flavios site (wierd probs with debhelper) and with the alien+ati way. I also tried the patch here: (as per flavio's page) http://www.rage3d.org/board/showthread.php?t=33798874. This is with the ATI+alien method: After buil

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Peter Nelson
I had similar issues on i386 when using both the fglrx drivers and the radeonfb console frame buffer. Try disabling your console frame buffer (or maybe loading vesafb instead of radeonfb?) and it should be fine. Obviously a sub-optimal solution, but I think accelerated X11 is far more importa

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Andrei Mikhailovsky
I've managed to get the 64bit drivers running fine, games and screensavers are now very fast )) However, i am experiencing screen corruption when I switch to the console. Does anyone have similar issues? Thanks On Mon, 2005-01-17 at 23:08 -0500, Peter Nelson wrote: > Hi, I'd just like to give t

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 lo

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 lo

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 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 fglrx-4.3.0-dri

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Javier Kohen
Lorenzo Milesi wrote: 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

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Filippo Carone
* Manuel Capinha ([EMAIL PROTECTED]) ha scritto: > 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! > > (EE) fglrx(0): [agp] unable to acquire AGP, error "xf8

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: Detect

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) fglrx(0):

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Filippo Carone
* Lorenzo Milesi ([EMAIL PROTECTED]) ha scritto: > > 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

Re: New ATI fglrx drivers work with AMD64

2005-01-18 Thread Jean-Luc Coulon (f5ibh)
Le 18.01.2005 14:57:45, Lorenzo Milesi a écrit : 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 yo

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 j

New ATI fglrx drivers work with AMD64

2005-01-17 Thread Peter Nelson
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. Hopefully someone with a bit more knowledge of how