Re: Switch 4 displays

2008-11-28 Thread scorbo
I know how to have 4 independent displays with the Nvidia property driver, but like you said it doesn't support XRandr 1.2. My problem is to switch dynamically two displays with this driver (or another one). I'vre tried Nouveau but it doesn't support this graphic card. In fact my question is :

Re: xinput test crashes server when touchpad clicked

2008-11-28 Thread Magnus Kessler
On Thursday 27 November 2008, Peter Hutterer wrote: On Thu, Nov 27, 2008 at 11:49:58AM +, Magnus Kessler wrote: Tested-by: Magnus Kessler [EMAIL PROTECTED] That patch works fine for me. Thanks for fixing this. However, I see that the same unchecked access to p-key-xkbInfo exists

Re: Questions !

2008-11-28 Thread My Own Linux
Thanks ! One more question : How does Xlib handle the drawing of points, lines, rectangle ? Does it use any library like GD Graphics Library or it does it on its own ? ___ xorg mailing list xorg@lists.freedesktop.org

Re: Questions !

2008-11-28 Thread John Tapsell
2008/11/28 My Own Linux [EMAIL PROTECTED]: Thanks ! One more question : How does Xlib handle the drawing of points, lines, rectangle ? Does it use any library like GD Graphics Library or it does it on its own ? The video driver for your video card is given an opportunity to draw it. It the

Re: Questions !

2008-11-28 Thread John Tapsell
2008/11/28 John Tapsell [EMAIL PROTECTED]: 2008/11/28 My Own Linux [EMAIL PROTECTED]: Thanks ! One more question : How does Xlib handle the drawing of points, lines, rectangle ? Does it use any library like GD Graphics Library or it does it on its own ? The video driver for your video

Re: Weird wm behavior with xeyes

2008-11-28 Thread Jeremy Huddleston
I traced the problem to wrong coordinates in a XShapeCombineShape... code refactoring missed one obscure corner case... sigh... All better now... On Nov 27, 2008, at 23:06, Jeremy Huddleston wrote: On Nov 27, 2008, at 21:57, George Peter Staplin wrote: That sounds odd. I ran into a bug

bounty or freelance work, Intel D945G on Intel Atom running QNX

2008-11-28 Thread Kaleb Keithley
Anyone interested? Drop me a line and I'll hook you up. -- Kaleb Original Message Subject:have you ever done x video drivers? Date: Tue, 25 Nov 2008 12:15:09 -0500 To: 'Kaleb Keithley' [EMAIL PROTECTED] Kaleb, Have you, or do you know someone that has done

[PATCH] If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.

2008-11-28 Thread Timo Aaltonen
--- hw/xfree86/common/xf86Config.c |5 +++-- hw/xfree86/doc/man/xorg.conf.man.pre |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index a6290a7..b05b283 100644 --- a/hw/xfree86/common/xf86Config.c

Re: Switch 4 displays

2008-11-28 Thread Éric Piel
scorbo schreef: I know how to have 4 independent displays with the Nvidia property driver, but like you said it doesn't support XRandr 1.2. My problem is to switch dynamically two displays with this driver (or another one). I'vre tried Nouveau but it doesn't support this graphic card. In

Re: proto/randrproto: Branch 'master' - 8 commits

2008-11-28 Thread Julien Cristau
On Thu, Nov 27, 2008 at 15:24:41 +0100, Julien Cristau wrote: Hi Keith, it seems like the length field in the RRGetCrtcTransform reply should be 24+(pn+pnp)/4+(cn+cnp)/4+pf+cf, not 16+... Obviously I'm confused. I shouldn't try to read patches while sick. Sorry for the noise. Cheers,

[PATCH v2] randr: add swapped dispatch for RR[GS]etCrtcTransform

2008-11-28 Thread Julien Cristau
On Thu, Nov 27, 2008 at 10:02:53 -0800, Keith Packard wrote: On Wed, 2008-11-26 at 22:14 +0100, Julien Cristau wrote: +SwapLongs((CARD32 *)stuff-transform, (sizeof xRenderTransform) 2); +swaps(stuff-nbytesFilter); Please try compiling patches before submitting them. Testing

Re: Broken X11 After Mandriva Upgrade

2008-11-28 Thread gw1500se
I seemingly successfully upgraded to Mandriva Free 2008.0. The upgrade went relatively uneventfully but still no luck with X11. This version did do a better job of recognizing my hardware but to no avail. Here is the output from 'startx' now: xauth: creating new authority file

Re: [PATCH 12/12] xkb: don't attempt to filter events for devices without key classes.

2008-11-28 Thread Keith Packard
On Fri, 2008-11-28 at 17:03 +1000, Peter Hutterer wrote: (a huge pile of patches) These all look good to me; can you push them to a branch off of 1.6 so I can merge them in? Oh, the one question I had was about XGE -- I don't see any reason to remove this extension as it seems stable and will

[PATCH 06/13] libXrandr: Bump to 1.3.0

2008-11-28 Thread Matthias Hopf
--- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 299eff8..d32e449 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ dnl try to keep these the same. Note that the library has an extra dnl digit in the

[PATCH 10/13] xserver: randr: Protocol bits for panning support

2008-11-28 Thread Matthias Hopf
--- randr/randrstr.h | 19 ++ randr/rrcrtc.c | 167 randr/rrdispatch.c |2 + 3 files changed, 188 insertions(+), 0 deletions(-) diff --git a/randr/randrstr.h b/randr/randrstr.h index 64206e8..f6aa5c7 100644 ---

[PATCH 05/13] libXrandr: Panning support

2008-11-28 Thread Matthias Hopf
--- include/X11/extensions/Xrandr.h | 28 +++ src/XrrCrtc.c | 97 +++ 2 files changed, 125 insertions(+), 0 deletions(-) diff --git a/include/X11/extensions/Xrandr.h b/include/X11/extensions/Xrandr.h index 77a7d04..e9fa94e 100644

[PATCH 01/13] randrproto: Panning protocol extension

2008-11-28 Thread Matthias Hopf
--- randr.h |4 ++- randrproto.h | 66 ++ 2 files changed, 69 insertions(+), 1 deletions(-) diff --git a/randr.h b/randr.h index 87cd4a8..92f2fb6 100644 --- a/randr.h +++ b/randr.h @@ -44,7 +44,7 @@ typedef unsigned long

[PATCH 03/13] randrproto: Panning protocol bits description

2008-11-28 Thread Matthias Hopf
--- randrproto.txt | 55 +++ 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/randrproto.txt b/randrproto.txt index 458c5f9..1bc0416 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -1960,6 +1960,61 @@ A.2.2 Protocol Requests

[PATCH 11/12] xrandr: Add panning support.

2008-11-28 Thread Matthias Hopf
--- xrandr.c | 114 +- 1 files changed, 113 insertions(+), 1 deletions(-) diff --git a/xrandr.c b/xrandr.c index b1e133e..9dcd72a 100644 --- a/xrandr.c +++ b/xrandr.c @@ -131,6 +131,7 @@ usage(void) fprintf(stderr, --set

[PATCH 13/13] xf86-video-radeonhd: RandR 1.3 Panning support

2008-11-28 Thread Matthias Hopf
--- src/rhd_randr.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/rhd_randr.c b/src/rhd_randr.c index 62b5e74..fc0439f 100644 --- a/src/rhd_randr.c +++ b/src/rhd_randr.c @@ -499,6 +499,14 @@ rhdRRCrtcModeFixupDUMMY(xf86CrtcPtrcrtc, return TRUE;

[PATCH 12/12] xrandr: Bump version to 1.3.0, RandR requirements to 1.3.0.

2008-11-28 Thread Matthias Hopf
--- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 126a51b..9be14c0 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57])

[PATCH 02/13] randrproto: Panning protocol description

2008-11-28 Thread Matthias Hopf
--- randrproto.txt | 110 1 files changed, 110 insertions(+), 0 deletions(-) diff --git a/randrproto.txt b/randrproto.txt index 58c9e40..458c5f9 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -508,6 +508,13 @@ dynamic changes in the

[PATCH 00/13] RandR 1.3 Panning support

2008-11-28 Thread Matthias Hopf
This set of patches adds panning support to RandR. Maybe it needs some tweaking when Keith's transformation patches are applied. The patches include version bumps to 1.3.0, dunno whether that should be delayed until being actually final, please comment. After applying the patches panning can be

Re: [PATCH 02/13] randrproto: Panning protocol description

2008-11-28 Thread Keith Packard
On Fri, 2008-11-28 at 18:29 +0100, Matthias Hopf wrote: This looks good to me, I only have a few minor comments about the style, nothing substantial below. Thanks for getting this together. + Note that changes to the screen size might invalidate panning + parameters. In these cases

Re: [PATCH 09/13] xserver: randr: Panning support

2008-11-28 Thread Keith Packard
On Fri, 2008-11-28 at 17:49 +0100, Matthias Hopf wrote: +if (crtc-funcs-pan + memcmp (mode, saved_mode, sizeof(saved_mode)) == 0 + saved_rotation == rotation) { + crtc-funcs-pan (crtc, crtc-x, crtc-y); + ret = TRUE; + goto done; +} I think this also need to

Re: [PATCH 00/13] RandR 1.3 Panning support

2008-11-28 Thread Keith Packard
On Fri, 2008-11-28 at 18:46 +0100, Matthias Hopf wrote: This set of patches adds panning support to RandR. Maybe it needs some tweaking when Keith's transformation patches are applied. Transforms are on master and the 1.6 branch. I think there are some minor modifications needed here to deal

Re: [PATCH 12/12] xrandr: Bump version to 1.3.0, RandR requirements to 1.3.0.

2008-11-28 Thread Keith Packard
On Fri, 2008-11-28 at 17:17 +0100, Matthias Hopf wrote: --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 126a51b..9be14c0 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl dnl Process this

Re: [PATCH] If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.

2008-11-28 Thread Timo Aaltonen
Hi I've now even tested the patch against 1.5.3, and it works like a charm. Ok to commit? The rationale is pretty clear I think. Some distributions might have used 'vmmouse' instead of 'mouse' by default, and those who upgrade to a newer release could get upset when they can't

DDvorak

2008-11-28 Thread Richirudo Buhite
hi i have been trying to use DDvorakhttp://www.siteuri.ro/dvorak/DDvorak.aspxin Linux and have had no luck on finding out how to do this but i found thishttp://blog.sveri.net/index.php?/archives/148-gvim,-dvorak-and-xmodmap.htmlbut he didn't know how to completely do it so if anybody could how

Re: DDvorak

2008-11-28 Thread James Cloos
RB DDvorak http://www.siteuri.ro/dvorak/DDvorak.aspx Look for the file .../xkb/symbols/us (probably under /usr/share/xkb or /etc/xkb). In there you'll find a section named USA - Programmer Dvorak. Starting with a copy of that, create a new section (remember to give it a new, unique name on the

X input module suspend/resume aware?

2008-11-28 Thread Chueh Steel
Hi, all, We are creating a X input module,, which might need to be aware of system suspend and reusme event so that it could send out commands to our input device. Any hints would help. Really thanks. regards. -chueh8 ___ xorg mailing list