Re: After newest xserver build, Google Chrome Chromium browser issue.

2014-01-27 Thread Robert Hooker
On Sun, Jan 26, 2014 at 6:40 AM, Jose R R jose@metztli-it.com wrote: Niltze- X.Org X Server 1.15.99.900 (1.16.0 RC 0) Release Date: 2014-01-09 After the latest x.org build ( http://www.x.org/wiki/Building_the_X_Window_System/ ) on GNU/Linux Debian, *both* Google's Chrome and open

Re: [PATCH] Allow disabling XFree86-DGA, DRI, VidModeExtension extensions

2013-07-26 Thread Robert Hooker
-by: Robert Hooker robert.hoo...@canonical.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] vmware: Fix up some warnings after new compat API change.

2012-06-15 Thread Robert Hooker
:180:5: warning: return makes pointer from integer without a cast [enabled by default] Function `xf86ScreenToScrn' implicitly converted to pointer at ../../src/vmware.h:180 Signed-off-by: Robert Hooker sarv...@ubuntu.com --- src/vmware.h |1 + 1 file changed, 1 insertion(+) diff --git a/src

Re: [PATCH] randr: check rotated virtual size limits correctly

2011-05-23 Thread Robert Hooker
://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel It works here. Reference: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/740933 Tested-by: Robert Hooker robert.hoo...@canonical.com Tested-by: Kent Baxley kent.bax...@canonical.com

[PATCH viewres] Add x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker robert.hoo...@canonical.com Fixes this build failure with ld --no-add-needed CCLD viewres /usr/bin/ld: viewres.o: undefined reference to symbol 'XUnmapWindow' /usr/bin/ld: note: 'XUnmapWindow' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command

[PATCH xmessage] Add x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker robert.hoo...@canonical.com Fixes this build failure with ld --no-add-needed CCLD xmessage /usr/bin/ld: xmessage.o: undefined reference to symbol 'XMapWindow' /usr/bin/ld: note: 'XMapWindow' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command

Re: [PATCH smproxy] Add ice and x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
: 1.2.0 Requires.private: ice xproto Cflags: -I${includedir} Libs: -L${libdir} -lSM Turns out this is caused by the Requires: in the .pc's being patched in Debian and it's being fixed there instead, sorry for the noise! Thanks, Robert Hooker signature.asc Description: This is a digitally signed

[PATCH glproto] Further update tokens for GLX_INTEL_swap_event's final spec.

2010-12-03 Thread Robert Hooker
The official spec renamed GLX_BLIT_COMPLETE_INTEL to GLX_COPY_COMPLETE_INTEL. Reference: http://www.opengl.org/registry/specs/INTEL/swap_event.txt Signed-off-by: Robert Hooker robert.hoo...@canonical.com --- glxtokens.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH] Add DRI2 2.2/2.3 events and requests to protocol.txt

2010-12-03 Thread Robert Hooker
Signed-off-by: Robert Hooker robert.hoo...@canonical.com --- dix/protocol.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dix/protocol.txt b/dix/protocol.txt index 8e152ed..1a52123 100644 --- a/dix/protocol.txt +++ b/dix/protocol.txt @@ -124,6 +124,13 @@ R004

[PATCH] Add new GLX events errors and requests to protocol.txt

2010-12-03 Thread Robert Hooker
Based off of glproto 1.4.11. Signed-off-by: Robert Hooker robert.hoo...@canonical.com --- dix/protocol.txt | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/dix/protocol.txt b/dix/protocol.txt index 1a52123..d5b4b15 100644 --- a/dix

Re: [PATCH] dix: don't create core motion events for non-x/y valuators.

2010-09-30 Thread Robert Hooker
On Tue, Aug 17, 2010 at 1:08 AM, Bartosz Brachaczek b.brachac...@gmail.com wrote: 2010/8/17 Peter Hutterer peter.hutte...@who-t.net: Devices that send motion events with valuators other than x/y get core motion events with unchanged x/y coordinates. This confuses some applications. If the

[PATCH xset] Spelling fix in help docs.

2010-08-10 Thread Robert Hooker
From: Bryce Harrington br...@canonical.com Reviewed-by: Robert Hooker sarv...@ubuntu.com Signed-off-by: Bryce Harrington br...@canonical.com --- xset.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xset.c b/xset.c index d2ec956..17c7b39 100644 --- a/xset.c +++ b

Re: [PATCH] Increase advertised RENDER protocol minor version to 11

2010-07-05 Thread Robert Hooker
Ping. any comments on this one? I have verified it correctly uses minor version 11 now via protocol tracing with xtruss With this patch: RenderQueryVersion(client-major-version=0, client-minor-version=11) = unfinished ... RenderQueryVersion(client-major-version=0, client-minor-version=11) =

[PATCH ati] Add Gallium (radeong) support via an xorg.conf option, disabled by default.

2010-06-14 Thread Robert Hooker
requires it, and has the benefit of being able to coexist with the classic mesa driver. Signed-off-by: Robert Hooker sarv...@ubuntu.com diff --git a/src/radeon.h b/src/radeon.h index 56bc076..aede629 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -224,6 +224,7 @@ typedef enum

Re: xserver: Branch 'master'

2010-06-10 Thread Robert Hooker
Reverting fdb081b430ddffb495aa5b05bcc4cf10882ff4b2 and adding Michael's patch does work fine here as well. Tested-by: Robert Hooker sarv...@ubuntu.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http

[PATCH 1/2] Add DRI2 2.2/2.3 events and requests to protocol.txt

2010-06-01 Thread Robert Hooker
Signed-off-by: Robert Hooker sarv...@ubuntu.com --- dix/protocol.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/dix/protocol.txt b/dix/protocol.txt index 8e152ed..1a52123 100644 --- a/dix/protocol.txt +++ b/dix/protocol.txt @@ -124,6 +124,13 @@ R004 DRI2

[PATCH 2/2] Add new GLX events errors and requests to protocol.txt

2010-06-01 Thread Robert Hooker
Based off of glproto 1.4.11. Signed-off-by: Robert Hooker sarv...@ubuntu.com --- dix/protocol.txt | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/dix/protocol.txt b/dix/protocol.txt index 1a52123..d5b4b15 100644 --- a/dix

[PATCH glproto] Further update tokens for GLX_INTEL_swap_event's final spec.

2010-05-30 Thread Robert Hooker
The official spec renamed GLX_BLIT_COMPLETE_INTEL to GLX_COPY_COMPLETE_INTEL. Signed-off-by: Robert Hooker sarv...@ubuntu.com --- glxtokens.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/glxtokens.h b/glxtokens.h index 949935b..162e0e6 100644 --- a/glxtokens.h +++ b

Re: [PATCH] Fix build without XACE

2010-05-17 Thread Robert Hooker
On Mon, May 17, 2010 at 12:25 PM, Julien Cristau jcris...@debian.org wrote: dix/colormap.c now dereferences a ClientPtr, so it needs to include dixstruct.h.  Regression introduced by commit 11c69880c7c48ef9e755c4e09fadef7a629d7bc7. Reported-by: Robert Hooker sarv...@ubuntu.com Signed-off

Re: [PATCH v2] Fix build without XACE

2010-05-17 Thread Robert Hooker
On Mon, May 17, 2010 at 1:23 PM, Julien Cristau jcris...@debian.org wrote: dix/colormap.c and dix/gc.c now dereference a ClientPtr, so they need to include dixstruct.h.  Regression introduced by commit 11c69880c7c48ef9e755c4e09fadef7a629d7bc7. Reported-by: Robert Hooker sarv...@ubuntu.com

[PATCH video-sis] Remove unnecessary mibank.h include.

2010-05-17 Thread Robert Hooker
Not used by the driver and no longer exists in xserver = 1.8.99.0. Signed-off-by: Robert Hooker sarv...@ubuntu.com --- src/sis_driver.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/sis_driver.c b/src/sis_driver.c index d19cf17..22646d2 100644 --- a/src