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 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 source Chromium dis

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

2013-07-26 Thread Robert Hooker
development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel Summary should be changed to #ifdef XorgLoader instead of #ifdef XFree86Loader? But still, Reviewed-by: Robert Hooker ___ 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
] ../../src/vmware.h: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 --- src/vmware.h |1 + 1 file changed, 1 insertion(+) diff -

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

2011-05-23 Thread Robert Hooker
ght = mode->mode.width; >> +    } >> + >>     if (width != pScreen->width || height != pScreen->height) >>     { >>       int     c; >> -- >> 1.7.4.1 >> >> ___ >> xorg-devel@lists.x.org: X.Org development >>

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

2010-12-09 Thread Robert Hooker
e Name: SM Description: X Session Management Library Version: 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! Thank

[PATCH oclock] Add xt to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker Fixes this build failure with ld --no-add-needed CCLD oclock /usr/bin/ld: oclock.o: undefined reference to symbol 'XtAddEventHandler' /usr/bin/ld: note: 'XtAddEventHandler' is defined in DSO /usr/lib/libXt.so.6 so try adding it to the linker c

[PATCH xmessage] Add x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker 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 line

[PATCH xman] Add x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker Fixes this build failure with ld --no-add-needed CCLD xman /usr/bin/ld: misc.o: undefined reference to symbol 'XSaveContext' /usr/bin/ld: note: 'XSaveContext' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line /usr/li

[PATCH xgc] Add x11 to PKG_CHECK_MODULES

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

[PATCH viewres] Add x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker 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 line

[PATCH bitmap] Add x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker Fixes this build failure with ld --no-add-needed CCLD bitmap /usr/bin/ld: bitmap-Bitmap.o: undefined reference to symbol 'XSetForeground' /usr/bin/ld: note: 'XSetForeground' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker c

[PATCH smproxy] Add ice and x11 to PKG_CHECK_MODULES

2010-12-09 Thread Robert Hooker
From: Robert Hooker Fixes these build failures with ld --no-add-needed CCLD smproxy /usr/bin/ld: smproxy.o: undefined reference to symbol 'IceProcessMessages' /usr/bin/ld: note: 'IceProcessMessages' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker c

[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 --- 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/protocol.txt +++ b/dix

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

2010-12-03 Thread Robert Hooker
Signed-off-by: Robert Hooker --- 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:DestroyDrawable R005

[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 --- glxtokens.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/glxtokens.h b/glxtokens.h

Re: [PATCH] test: fix event conversion test after de8be07cc0a81

2010-10-04 Thread Robert Hooker
event generation. the x/y valuator mask bits must > be set for a core event to be generated. This caused the test to fail. > > Reported-by: Robert Hooker > Signed-off-by: Peter Hutterer > --- >  test/input.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) >

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 wrote: > 2010/8/17 Peter Hutterer : >> 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 DeviceEvent does not have the x/y valu

[PATCH xset] Spelling fix in help docs.

2010-08-10 Thread Robert Hooker
From: Bryce Harrington Reviewed-by: Robert Hooker Signed-off-by: Bryce Harrington --- 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/xset.c @@ -1660,8 +1660,8 @@ usage(char *fmt, ...) #ifdef

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) = ... RenderQueryVersion(client-major-version=0, client-minor-version=11) = {major-version=

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

2010-06-14 Thread Robert Hooker
e the gallium driver requires it, and has the benefit of being able to coexist with the classic mesa driver. Signed-off-by: Robert Hooker 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 { OP

[PATCH] Increase advertised RENDER protocol minor version to 11

2010-06-12 Thread Robert Hooker
g the new blend mode operators. Signed-off-by: Robert Hooker --- include/protocol-versions.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/protocol-versions.h b/include/protocol-versions.h index 97ef5da..c674465 100644 --- a/include/protocol-versions.h +++ b/in

Re: xserver: Branch 'master'

2010-06-10 Thread Robert Hooker
es: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel Reverting fdb081b430ddffb495aa5b05bcc4cf10882ff4b2 and adding Michael's patch does work fine here as well. Tested-by: Robert Hooker ___ xorg-d

[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 --- 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/protocol.txt +++ b/dix

[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 --- 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:DestroyDrawable R005

[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 --- 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/glxtokens.h

[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 --- 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/sis_driver.c +++ b/

Re: [PATCH v2] Fix build without XACE

2010-05-17 Thread Robert Hooker
On Mon, May 17, 2010 at 1:23 PM, Julien Cristau 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 > Signed-off-

Re: [PATCH] Fix build without XACE

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