Re: Simulating a lower resolution on the OLPC XO Laptop

2008-11-26 Thread Mathieu Comandon
On Wed, Nov 26, 2008 at 1:04 AM, Mathieu Comandon [EMAIL PROTECTED]wrote: Jordan Crouse a écrit : Bert Freudenberg wrote: On 25.11.2008, at 17:37, Jordan Crouse wrote: Bert Freudenberg wrote: On 25.11.2008, at 11:57, Strider wrote: Hi, I have a XO Laptop which is a nice machine

Re: EXA and migration

2008-11-26 Thread Michel Dänzer
On Tue, 2008-11-25 at 22:00 +0100, Juliusz Chroboczek wrote: Apparently, the current incarnation of EXA is built on the assumption that everything should be accelerated, and that when it isn't, it's a bug. Hence, it pays no attention whatsoever to the performance of software rendering.

Switch 4 displays

2008-11-26 Thread scorbo
Hi,   I have a Nvidia Quadro NVS440 graphic cards with 4 screens and I would like to switch display like I want (display :0.0 becomes :0.1 so :0.1 becomes :0.0). I've tried with xrandr but the Nvidia Property driver indicates only one screen and not 4. Therefore I've installed Nouveau but it

Re: X server 1.6_beta1 pending pixman

2008-11-26 Thread Arkadiusz Miskiewicz
On Tuesday 25 of November 2008, Keith Packard wrote: Søren asked me to move the render matrix operations into pixman, which makes perfect sense. However, that means that X server 1.6 will depend on a pixman with those functions, so I can't release beta1 until pixman is ready to ship with that

Re: EXA and migration [was: shrink xrender featureset]

2008-11-26 Thread Michel Dänzer
On Wed, 2008-11-26 at 06:48 +1000, Dave Airlie wrote: Yeah I'm with this, EXA really needs optimisations that know you have composite, and just to render the stuff with the CPU and composite it on. Generally it does stupid things like fill on the GPU, then render with CPU then composite.

Re: EXA and migration [was: shrink xrender featureset]

2008-11-26 Thread Michel Dänzer
On Tue, 2008-11-25 at 20:38 +0100, Clemens Eisserer wrote: That's not 'strong vocabulary' but simply baseless flamebait. Would it make sence to implement some fallback-optimizations like: - Copy pictures without drawables (gradients) to a temporary surface, if the driver supports

Re: EXA and migration [was: shrink xrender featureset]

2008-11-26 Thread Stephane Marchesin
On Wed, Nov 26, 2008 at 10:09, Michel Dänzer [EMAIL PROTECTED] wrote: On Wed, 2008-11-26 at 06:48 +1000, Dave Airlie wrote: Yeah I'm with this, EXA really needs optimisations that know you have composite, and just to render the stuff with the CPU and composite it on. Generally it does

SDVO TV out support on Intel driver

2008-11-26 Thread Jacques, Hugo
Hi, Is the TV out through SDVO supported yet by the Intel driver? I have looked at recent [ANNOUNCE] messages and it does not seem so, but I wanted to double-check with the maintainers. Are there any plans to support it soon? Thanks Hugo Jacques, ing.

Current tinderbox regression (xserver)

2008-11-26 Thread Chris Ball
http://tinderbox.x.org/builds/2008-11-26-0010/ http://tinderbox.x.org/builds/2008-11-26-0010/logs/xserver/#build rrcrtc.c: In function 'ProcRRSetCrtcTransform': rrcrtc.c:1083: error: 'xRRSetCrtcTransformReq' undeclared rrcrtc.c:1083: error: 'stuff' undeclared (first use in this function)

Re: Current tinderbox regression (xserver)

2008-11-26 Thread Alan Hourihane
On Wed, 2008-11-26 at 09:27 -0500, Chris Ball wrote: http://tinderbox.x.org/builds/2008-11-26-0010/ http://tinderbox.x.org/builds/2008-11-26-0010/logs/xserver/#build rrcrtc.c: In function 'ProcRRSetCrtcTransform': rrcrtc.c:1083: error: 'xRRSetCrtcTransformReq' undeclared rrcrtc.c:1083:

Re: X server 1.6_beta1 pending pixman

2008-11-26 Thread John Tapsell
2008/11/25 Soeren Sandmann [EMAIL PROTECTED]: Keith Packard [EMAIL PROTECTED] writes: So, we'll see if we can't get a bit of pixman review and perhaps a pixman release done tomorrow so that the X server beta can head out. Here are some comments on the matrix code. I didn't review all the

disable copy/paste feature in X Window

2008-11-26 Thread Catalin
Hello! Is there any way to disable copy/paste feature for X Window? Thanks! Catalin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Dinamically switch between Xinerama and Multiseat

2008-11-26 Thread Tobias Kaminsky
On Tuesday 25 November 2008 09:52:27 K�rlis Repsons wrote: On Monday 24 November 2008 16:29:12 Tobias Kaminsky wrote: Hello, I have 2 TFTs with each 1280x1024. Normally I work alone on the pc - Xinerama. But sometimes my girlfriend wants to work on the pc, too. But I do not want to

LibXft : xftglyphcore woes

2008-11-26 Thread Charles Lindsey
Summary: XftGlyphCore can waste a lot of time if asked to write glyphs outside of its drawable. There is one major application (Opera/QT) that hits this problem in Spades. I propose a patch to fix it. XftGlyphCore: - These remarks relate to the version of xftcore.c

Re: RandR 1.3 transform protocol numbers

2008-11-26 Thread Keith Packard
On Wed, 2008-11-26 at 19:14 +0100, Matthias Hopf wrote: randrproto/randr.h: #define X_RRGetScreenResourcesCurrent 25 #define X_RRSetCrtcTransform26 #define X_RRGetCrtcTransform27 xserver/rrdispatch.c: ProcRRSetCrtcTransform, /* 25 */ ProcRRGetCrtcTransform,

Re: Switch 4 displays

2008-11-26 Thread Hal V. Engel
On Wednesday 26 November 2008 00:36:13 scorbo wrote: Hi,   I have a Nvidia Quadro NVS440 graphic cards with 4 screens and I would like to switch display like I want (display :0.0 becomes :0.1 so :0.1 becomes :0.0). I've tried with xrandr but the Nvidia Property driver indicates only one

Re: multiseat login problems: MDM?

2008-11-26 Thread Paulo Zanoni
On Sun, Nov 23, 2008 at 4:37 PM, Kārlis Repsons [EMAIL PROTECTED] wrote: What should I do to get multiseat work in a case when * some user logs out * some seat doesn't receive login timely (and its X server gets terminated..) ? Are you using mdm? When a user logs out mdm should show the

Re: multiseat login problems: MDM?

2008-11-26 Thread Kārlis Repsons
On Wednesday 26 November 2008 19:49:12 you wrote: On Sun, Nov 23, 2008 at 4:37 PM, Kārlis Repsons [EMAIL PROTECTED] wrote: What should I do to get multiseat work in a case when * some user logs out * some seat doesn't receive login timely (and its X server gets terminated..) ? Are you

Broken X11 After Mandriva Upgrade

2008-11-26 Thread gw1500se
I recently upgraded to Mandriva to 2007 Free. In the process, something happened that broke X11. I have tried everything I can thing of but no joy. It has been very difficult to get any diagnostics because when I try to startx, the console goes black and neither keyboard nor mouse can do

Re: Broken X11 After Mandriva Upgrade

2008-11-26 Thread Paulo César Pereira de Andrade
Hi, I recently upgraded to Mandriva to 2007 Free. In the process, something happened that broke X11. I have tried everything I can thing of but no joy. It has been very difficult to get any diagnostics because when I try to startx, the console goes black and neither keyboard nor mouse

Re: [PATCH] xf86-video-geode: change cursor size to match cimarron

2008-11-26 Thread Daniel Stone
On Wed, Nov 26, 2008 at 05:56:14PM -0500, Andres Salomon wrote: This begs the question of what size cursor we *actually* want. http://begthequestion.info (No, I haven't reviewed the actual patch, I'm just being really pithy.) Cheers, Daniel signature.asc Description: Digital signature

Possible patch to enable hidden symbols by default

2008-11-26 Thread Paulo César Pereira de Andrade
Hi, Attached is a possible patch to enable compiling the XServer and modules with hidden symbols by default. Please comment :-) The patch allows using the --disable-visibility option, and variants to disable compilation with hidden symbols (or one could go wild and change the