Re: xrandr: needs changes for dualhead + panning

2009-01-01 Thread Eeri Kask
Maarten Maathuis wrote: On 12/23/2008 12:14 PM, Eeri Kask wrote: Maarten Maathuis: On 12/19/2008 08:42 PM, Carl Karsten wrote: The placement logic is output driven, and doesn't take panning into account. So you end up with strange overlap. If dual head + panning was a goal you might

Re: Multihead Displays

2009-01-01 Thread Matthieu Herrb
Jason Gauthier wrote: All, I apologize if this is a misdirected request for assistance. I’ll gladly send it to the appropriate place. I’m attempting to multihead an Intel video card and a USB VGA adapter. You don't specify which version of the X server you're using. This may be

Re: [news] TWM -- Revised Edition

2009-01-01 Thread Daniel Stone
On Tue, Sep 30, 2008 at 07:20:25PM +0200, Eeri Kask wrote: Having tweaked the TWM since last year to turn it into something contemporary in look and handy in function, today as a landmark of approaching zero items in my own kept TWM bugs-, todo- and wish-list may I use the moment to

Re: xserver: Branch 'master'

2009-01-01 Thread Matthieu Herrb
Paulo Cesar Pereira de Andrade wrote: hw/xfree86/loader/Makefile.am |6 -- hw/xfree86/loader/sdksyms.sh | 13 + 2 files changed, 17 insertions(+), 2 deletions(-) New commits: commit 86dc660588a615baefb1799d78a501c95a931d77 Author: Paulo Cesar Pereira de Andrade

Re: xserver: Branch 'master'

2009-01-01 Thread Paulo César Pereira de Andrade
Matthieu Herrb wrote: Paulo Cesar Pereira de Andrade wrote: hw/xfree86/loader/Makefile.am |6 -- hw/xfree86/loader/sdksyms.sh | 13 + 2 files changed, 17 insertions(+), 2 deletions(-) New commits: commit 86dc660588a615baefb1799d78a501c95a931d77 Author: Paulo Cesar

Problem building the whole X stack, results in no i915.ko

2009-01-01 Thread Lucas Charles
Hello everyone, As I own a new laptop powered by a intel chipset (GM45 or something like that :p, comes with a centrino 2), I decided to build the whole X stack when I found this tutorial. http://www.x.org/wiki/Development/git But when I wanted to do the different insmod as described in the

Re: Problem building the whole X stack, results in no i915.ko

2009-01-01 Thread Joel Feiner
Post the output from the Building DRM section. If you forgot to do that, you won't have a i915.ko. Also, make sure it can find your kernel. You might have to pass LINUXDIR=/usr/src/linux-blah-blah-blah when you invoke make. Lucas Charles wrote: Hello everyone, As I own a new laptop powered

Re: Problem building the whole X stack, results in no i915.ko

2009-01-01 Thread Lucas Charles
Thank you for taking the time to answer, Eric Anholt a écrit : On Thu, 2009-01-01 at 18:57 +0100, Lucas Charles wrote: Hello everyone, As I own a new laptop powered by a intel chipset (GM45 or something like that :p, comes with a centrino 2), I decided to build the whole X stack when I

Re: Accounts and membership?

2009-01-01 Thread Marc Balmer
When will http://bugs.freedesktop.org/show_bug.cgi?id=17271 be taken care of? This is seriously getting ridicoulous. X.Org looks like a shit show run by amateurs to me. If I as a member of X.Org can not get a freedesktop account, well that is one thing. But if I don't even get *an answer* to

Re: Accounts and membership?

2009-01-01 Thread Colin Guthrie
'Twas brillig, and Marc Balmer at 01/01/09 22:19 did gyre and gimble: When will http://bugs.freedesktop.org/show_bug.cgi?id=17271 be taken care of? This is seriously getting ridicoulous. X.Org looks like a shit show run by amateurs to me. If I as a member of X.Org can not get a

i945gma 2048x2048 limit, how to use DRI XRandR?

2009-01-01 Thread Ondrej Balaz
Hello, is there possibility that this issue with limited virtual screen size (framebuffer size) will be solved soon? I just bought new monitor (1680x1050) as extension to my ultraportables (IBM X60s/1024x768) screen which is good for ssh, web but not for Eclipse and so on. I'm not able to use

Re: compiling 32bit libraries on x86-64 system

2009-01-01 Thread tom fogal
Dirk Hohndel hohn...@infradead.org writes: I must be missing some 'configure' magic here... For some modules (like the X server) it's rather straight forward to build 32bit on a 64bit system. Something like LDFLAGS=-L/opt/X11R7-32/lib ./configure --prefix=/opt/X11R7-32 --enable-32-bit