Re: [Nouveau] Add pause/unpause methods for PFIFO PGRAPH. Use them to get stable clock changes

2010-10-07 Thread Martin Peres
Le 07/10/2010 03:33, Martin Peres a écrit : Hi, Here is an updated version, all in one patch. When we agree on the code, I'll split it into 3 patches. Sorry, I forgot to attach it. Here it is. From 86e7dd89810b37a12ae189633de41aacf07355cb Mon Sep 17 00:00:00 2001 From: Martin Peres

Re: [Nouveau] Add pause/unpause methods for PFIFO PGRAPH. Use them to get stable clock changes

2010-10-07 Thread Martin Peres
Le 07/10/2010 03:33, Martin Peres a écrit : Hi, Here is an updated version, all in one patch. When we agree on the code, I'll split it into 3 patches. Sorry, I forgot to attach it. Here it is. From 86e7dd89810b37a12ae189633de41aacf07355cb Mon Sep 17 00:00:00 2001 From: Martin Peres

[Nouveau] updating the source tree

2010-10-07 Thread Grzesiek Sójka
Hi there, I downloaded the nouveau/linux-2.6 using the following: git clone --depth 1 git://anongit.freedesktop.org/nouveau/linux-2.6 Is there an easy way to update it to the current version (reversing all the changes I made) without downloading all the files again?? Thanks for your help in

Re: [Nouveau] GeForce FX5200 dual DVI Samsung 204b

2010-10-07 Thread Grzesiek Sójka
On 10/05/10 14:55, Francisco Jerez wrote: Grzesiek Sójkap...@pfu.pl writes: On 10/02/10 15:31, Francisco Jerez wrote: Ah, I think you're hitting the bandwidth limitation of the nv34 integrated TMDS transmitter. The attached patch should help with the console modesetting problem, but you'll

Re: [Nouveau] updating the source tree

2010-10-07 Thread Pekka Paalanen
On Thu, 07 Oct 2010 20:07:37 +0200 Grzesiek Sójka p...@pfu.pl wrote: On 10/07/10 19:51, Pekka Paalanen wrote: On Thu, 07 Oct 2010 19:34:35 +0200 Grzesiek Sójkap...@pfu.pl wrote: I downloaded the nouveau/linux-2.6 using the following: git clone --depth 1

Re: [Nouveau] GeForce FX5200 dual DVI Samsung 204b

2010-10-07 Thread Grzesiek Sójka
On 10/07/10 04:53, Francisco Jerez wrote: Grzesiek Sójkap...@pfu.pl writes: On 10/05/10 14:55, Francisco Jerez wrote: PS. I'm afraid that my system is not very stable when the AGP support is turned on both using the nouveau kernel source tree and the PLD patched 2.6.35-5 version with an

[Nouveau] OT: compilation

2010-10-07 Thread Grzesiek Sójka
I have two problems with the kernel compilation. 1. I have a small rootfs. It is too small to put all the modules there without gzipping it first. So installing it requires lots of sweating. That is why I was wondering if there is a (more/less easy) way to make the make modules_install

Re: [Nouveau] OT: compilation

2010-10-07 Thread Pekka Paalanen
On Thu, 07 Oct 2010 22:14:19 +0200 Grzesiek Sójka p...@pfu.pl wrote: I have two problems with the kernel compilation. 1. I have a small rootfs. It is too small to put all the modules there without gzipping it first. So installing it requires lots of sweating. That is why I was wondering if

Re: [Nouveau] OT: compilation

2010-10-07 Thread Grzesiek Sójka
On 10/07/10 22:34, Pekka Paalanen wrote: On Thu, 07 Oct 2010 22:14:19 +0200 Grzesiek Sójkap...@pfu.pl wrote: I have two problems with the kernel compilation. 1. I have a small rootfs. It is too small to put all the modules there without gzipping it first. So installing it requires lots of

Re: [Nouveau] OT: compilation

2010-10-07 Thread Grzesiek Sójka
On 10/07/10 22:34, Pekka Paalanen wrote: Yes, it is CONFIG_LOCALVERSION_AUTO as far as I recall, disable that. Where is it?? Which file?? ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] OT: compilation

2010-10-07 Thread Xavier Chantry
2010/10/7 Grzesiek Sójka p...@pfu.pl: I have two problems with the kernel compilation. 1. I have a small rootfs. It is too small to put all the modules there without gzipping it first. So installing it requires lots of sweating. That is why I was wondering if there is a (more/less easy) way

Re: [Nouveau] OT: compilation

2010-10-07 Thread Grzesiek Sójka
On 10/07/10 22:50, Xavier Chantry wrote: 2010/10/7 Grzesiek Sójkap...@pfu.pl: I have two problems with the kernel compilation. 1. I have a small rootfs. It is too small to put all the modules there without gzipping it first. So installing it requires lots of sweating. That is why I was

Re: [Nouveau] OT: compilation

2010-10-07 Thread walt
On 10/07/2010 01:46 PM, Grzesiek Sójka wrote: On 10/07/10 22:34, Pekka Paalanen wrote: Yes, it is CONFIG_LOCALVERSION_AUTO as far as I recall, disable that. Where is it?? Which file?? It is part of your kernel configuration. Go to the directory containing the source code of your kernel,