Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-03-05 Thread aik
Another try. Reconfigured DRM and xf86-video-nouveau modules with ./autogen.sh CFLAGS=-m64, recompiled, copied, run: (II) Loading /usr/lib/xorg/modules/drivers//nouveau_drv.so dlopen: /usr/lib/xorg/modules/drivers//nouveau_drv.so: wrong ELF class: ELFCLASS64 (EE) Failed to load

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-03-02 Thread aik
Another try. Reconfigured DRM and xf86-video-nouveau modules with ./autogen.sh CFLAGS=-m64, recompiled, copied, run: (II) Loading /usr/lib/xorg/modules/drivers//nouveau_drv.so dlopen: /usr/lib/xorg/modules/drivers//nouveau_drv.so: wrong ELF class: ELFCLASS64 (EE) Failed to load

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-24 Thread aik
Have made a next try. The nouveau_drv.so compiles for PPC32 while I need PPC64. Is it able to be compiled for PPC64? The autogen.sh output is below. When I've been trying to rebuild the kernel, sizeof(void*) was 8, but for nouveau_drv.so it is 4 bytes As my PCI BARs are behind 4GB, it is the

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-17 Thread aik
So, with the help of the community, I've got all the binaries compiled and ready-to-run. But it crashes in the very beginning. So the question is - what does nouveau expect from the system BIOS to get started (if it does)? I'm asking because I know for sure that the BIOS I have does support

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-16 Thread aik
Thank you all for the help, I got a bit further in my way :-) First of all, X.org understands domains but something is wrong. I managed to change the video card's domain to #1. X.org failed with: (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so (II) NOUVEAU(0): Loaded DRI module

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-16 Thread Younes Manton
On Mon, Feb 16, 2009 at 8:32 AM, aik aik.r...@gmail.com wrote: Then, I made a try to move the card to domain #0. Having the BIOS source code, it was easy. But it keeps failing with the same error - (EE) NOUVEAU(0): wrong DRM version (EE) NOUVEAU(0): 1365: What does it mean? I'm also a

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-16 Thread aik
Younes Manton wrote: On Mon, Feb 16, 2009 at 8:32 AM, aik aik.r...@gmail.com wrote: Then, I made a try to move the card to domain #0. Having the BIOS source code, it was easy. But it keeps failing with the same error - (EE) NOUVEAU(0): wrong DRM version (EE) NOUVEAU(0): 1365: What does it

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-16 Thread aik
aik wrote: Younes Manton wrote: On Mon, Feb 16, 2009 at 8:32 AM, aik aik.r...@gmail.com wrote: Then, I made a try to move the card to domain #0. Having the BIOS source code, it was easy. But it keeps failing with the same error - (EE) NOUVEAU(0): wrong DRM version (EE) NOUVEAU(0): 1365:

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-15 Thread Stephane Marchesin
On Sun, Feb 15, 2009 at 06:18, Dave Airlie airl...@gmail.com wrote: On Sat, Feb 14, 2009 at 8:32 PM, Stephane Marchesin marche...@icps.u-strasbg.fr wrote: On Sat, Feb 14, 2009 at 10:12, aik aik.r...@gmail.com wrote: Stephane Marchesin wrote: How many PCI domains does that machine have ?

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-14 Thread aik
Stephane Marchesin wrote: How many PCI domains does that machine have ? Current libpciaccess is broken, in that PCI cards only work in the first domain. So the solution is to put the card in a slot from the first domain if possible. You are screwed otherwise (well, you could replace the

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-14 Thread Stephane Marchesin
On Sat, Feb 14, 2009 at 10:12, aik aik.r...@gmail.com wrote: Stephane Marchesin wrote: How many PCI domains does that machine have ? Current libpciaccess is broken, in that PCI cards only work in the first domain. So the solution is to put the card in a slot from the first domain if

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-14 Thread Dave Airlie
On Sat, Feb 14, 2009 at 8:32 PM, Stephane Marchesin marche...@icps.u-strasbg.fr wrote: On Sat, Feb 14, 2009 at 10:12, aik aik.r...@gmail.com wrote: Stephane Marchesin wrote: How many PCI domains does that machine have ? Current libpciaccess is broken, in that PCI cards only work in the first

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-13 Thread Pekka Paalanen
On Fri, 13 Feb 2009 18:36:06 +0300 Alexey Kardashevsky aik.r...@gmail.com wrote: I am newbie in this topic and I have problems trying to bring x.org up on the hardware I have: IBM QS22 BladeServer (PowerPC64 architecture) with PCI-Express connected nVidia 6200 video card. Since this is a

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-13 Thread aik
Thanks for the prompt reply. My comments are below. Pekka Paalanen wrote: 0005:01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 LE] (rev a1) (prog-if 00 [VGA controller]) Hmm, note the bus id. I actually did, but I have no idea how to interpret this. x86

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-13 Thread Pekka Paalanen
On Fri, 13 Feb 2009 22:49:59 +0300 aik aik.r...@gmail.com wrote: Pekka Paalanen wrote: 0005:01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 LE] (rev a1) (prog-if 00 [VGA controller]) Hmm, note the bus id. I actually did, but I have no idea how to interpret

Re: [Nouveau] running x.org on powerpc64 with nvidia6200

2009-02-13 Thread Stephane Marchesin
2009/2/13 Alexey Kardashevsky aik.r...@gmail.com: I am newbie in this topic and I have problems trying to bring x.org up on the hardware I have: IBM QS22 BladeServer (PowerPC64 architecture) with PCI-Express connected nVidia 6200 video card. OS: Fedora 10-ppc: Linux localhost.localdomain