Debian Sid with NVidia card : Xorg cannot start...

2009-04-13 Thread David BERCOT
Hi, I'm new on this list and this is my first message. I hope it's not a classical error but I had a (quick) look in the archives and I did not found any solution... First of all, I use Debian Sid with a 2.6.29 kernel. I've tried to install the non-free NVidia drivers but it seems that there is

Re: xorg-server-1.5.3 + xf86-video-intel-2.6.3 is slow at 2D

2009-04-13 Thread Mihai Donţu
On Thursday 09 April 2009 09:58:22 Michel Dänzer wrote: On Wed, 2009-04-08 at 22:09 +0300, Mihai Donțu wrote: Until yesterday, I was using the xorg server 1.3.0. I was very satisfied with it, but my distribution (Gentoo) moved 1.5.3 into stable and I had to upgrade. The problem that is most

How to Grab Key Events

2009-04-13 Thread VARADHARAJAN RAVINDRANATH
Hi , I am a newbie in Xorg. I have a requirement wherein I need to grab the key events in my X11 application even though it does not have focus. This application in turn will do some manipulation in the received key and will send the updated key press event to other X11 clients using

Re: How to Grab Key Events

2009-04-13 Thread Guillaume Bouchard
On Mon, Apr 13, 2009 at 11:20:59AM +0200, VARADHARAJAN RAVINDRANATH wrote: I am a newbie in Xorg. I have a requirement wherein I need to grab the key events in my X11 application even though it does not have focus. This application in turn will do some manipulation in the received key and

Re: mouse pointer acceleration without threshold?

2009-04-13 Thread Simon Thum
Harald Dunkel wrote: Sorry, but I do want to skip pixels (for gaming only, as written before). I understand that somebody overloaded (abused?) threshold = 0 to provide a completely different acceleration characteristic. I would like to have the classic profile with a simple characteristic and

Re: How to Grab Key Events

2009-04-13 Thread Daniel Stone
On Mon, Apr 13, 2009 at 11:20:59AM +0200, VARADHARAJAN RAVINDRANATH wrote: I am a newbie in Xorg. I have a requirement wherein I need to grab the key events in my X11 application even though it does not have focus. This application in turn will do some manipulation in the received key and

[PATCH] uninclude xf86Version.h

2009-04-13 Thread dennis
From: Dennis Gilmore den...@ausil.us --- src/bw2_driver.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/bw2_driver.c b/src/bw2_driver.c index a7d0c93..e7b3870 100644 --- a/src/bw2_driver.c +++ b/src/bw2_driver.c @@ -28,7 +28,6 @@ #include xf86.h #include

xf86-video-savage: (2/2) Do not use XAAGetCopyROP outside of XAA-specific code

2009-04-13 Thread Alex Villací­s Lasso
The DRI code attempts to use XAAGetCopyROP without checking whether XAA or EXA is in effect. This results in the server crashing with an undefined-symbol error when enabling EXA, then starting glxgears under GNOME/Metacity and attempting to drag the glxgears window. The EXA code happens to

Re: [PATCH] uninclude xf86Version.h

2009-04-13 Thread Julien Cristau
Hi Dennis, On Mon, 2009-04-13 at 11:45 -0500, den...@ausil.us wrote: diff --git a/src/bw2_driver.c b/src/bw2_driver.c index a7d0c93..e7b3870 100644 --- a/src/bw2_driver.c +++ b/src/bw2_driver.c @@ -28,7 +28,6 @@ #include xf86.h #include xf86_OSproc.h -#include xf86Version.h

Re: xf86-video-savage: (2/2) Do not use XAAGetCopyROP outside of XAA-specific code

2009-04-13 Thread Julien Cristau
On Mon, 2009-04-13 at 12:00 -0500, Alex Villací­s Lasso wrote: +/* Definition in savage_accel.c */ +int SavageGetCopyROP(int rop); + it would be better to move the declaration to a header included by all users. Cheers, Julien ___ xorg mailing list

[PATCH] define %g2 and %g3 registers when building 64 bit version of the sunffb driver.

2009-04-13 Thread dennis
From: Dennis Gilmore den...@ausil.us --- src/VISmoveImage.s |2 ++ src/ffb_asm.s |6 ++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/VISmoveImage.s b/src/VISmoveImage.s index 43815f5..79a887f 100644 --- a/src/VISmoveImage.s +++ b/src/VISmoveImage.s @@ -79,6

Re: xf86-video-savage: (2/2) Do not use XAAGetCopyROP outside of XAA-specific code

2009-04-13 Thread Alex Deucher
On 4/13/09, Alex Villací­s Lasso a_villa...@palosanto.com wrote: The DRI code attempts to use XAAGetCopyROP without checking whether XAA or EXA is in effect. This results in the server crashing with an undefined-symbol error when enabling EXA, then starting glxgears under GNOME/Metacity and

[xserver] building xserver with glx but without DRI/DRM

2009-04-13 Thread Rob Currey
First I've got the latest git source for lib/proto/util/xcb/data built I then build a minimal bit of app (mkfontdir, mkfontscale, xinit, xkbcomp) I'm building Mesa 7.4 using: tar xvzf MesaLib-7.4.tar.gz ; tar xvzf MesaGLUT-7.4.tar.gz ; tar xvzf MesaDemos-7.4.tar.gz ; cd Mesa-7.4 ; ./configure

Re: [xserver] building xserver with glx but without DRI/DRM

2009-04-13 Thread Rob Currey
Doh, just realized this is using /usr/include/GL/* what's the magic to have xserver use my ${PREFIX}/GL instead? (`xserver/configure --help | grep -i glx` isn't showing me much) Rob - Original Message - From: Rob Currey r...@graphon.com To: xorg@lists.freedesktop.org Sent: Monday,

Re: [xserver] building xserver with glx but without DRI/DRM

2009-04-13 Thread Dan Nicholson
On Mon, Apr 13, 2009 at 1:13 PM, Rob Currey r...@graphon.com wrote: First I've got the latest git source for lib/proto/util/xcb/data built I then build a minimal bit of app (mkfontdir, mkfontscale, xinit, xkbcomp) I'm building Mesa 7.4 using: tar xvzf MesaLib-7.4.tar.gz ; tar xvzf

Re: [xserver] building xserver with glx but without DRI/DRM

2009-04-13 Thread Rob Currey
thanks dan ... what about non-linuxen? (e.g. solaris-sparc, hp-parisc, hp-ia64, etc) perhaps I don;t understand DRI enough, but I thought it was platform specific (aka either x86* or linux-only). (also likely I have it confused with something else). rob - Original Message - From: