Re: [PATCH] xfree86: Add Loongson MIPS support

2011-10-14 Thread Matt Kraai
On Wed, Oct 12, 2011 at 05:15:57PM +0200, Mark Kettenis wrote: Date: Wed, 12 Oct 2011 07:48:00 -0700 From: Alan Coopersmith alan.coopersm...@oracle.com On 10/11/11 11:58 PM, Matt Kraai wrote: +#elif defined(__mips__) + fd = open(/dev/mem, O_RDWR); + IOPortBase = (volatile

[PULL 1.11] input fixes for 1.11.2

2011-10-14 Thread Peter Hutterer
Commit bbe6a69da398dba93679c23c3c50f9916cb562ca The following changes since commit 603ad6608a0dbe2fb1bdc4bcd8b4117f2b0bc8b2: XQuartz: pbproxy: Add missing AM_OBJCFLAGS (2011-10-09 01:36:11 -0700) are available in the git repository at: git://people.freedesktop.org/~whot/xserver.git

Re: [PULL 1.11] input fixes for 1.11.2

2011-10-14 Thread Jeremy Huddleston
Merged 603ad66..bbe6a69 server-1.11-branch - server-1.11-branch On Oct 13, 2011, at 23:35, Peter Hutterer wrote: Commit bbe6a69da398dba93679c23c3c50f9916cb562ca The following changes since commit 603ad6608a0dbe2fb1bdc4bcd8b4117f2b0bc8b2: XQuartz: pbproxy: Add missing AM_OBJCFLAGS

Re: [PATCH v2 0/3] screen crossing changes again

2011-10-14 Thread Michal Suchanek
On 14 October 2011 02:36, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Oct 13, 2011 at 01:58:01PM +0200, Michal Suchanek wrote: On 13 October 2011 03:39, Peter Hutterer peter.hutte...@who-t.net wrote: Same thing as before, this time with the option of non-zero desktop origin.

Re: [PATCH] x11proto: add permille, ezh, and EZH to keysymdef.h

2011-10-14 Thread Marko Myllynen
Ping? On 2011-10-04 10:09, Marko Myllynen wrote: Hi, as requested in https://bugs.freedesktop.org/show_bug.cgi?id=19687 I'm submitting a patch for review to add the following mnemonic symbols: XK_permille for U+2030 PER MILLE SIGN XK_EZH for U+01B7 LATIN CAPITAL LETTER EZH

Re: [PATCH v2 0/3] screen crossing changes again

2011-10-14 Thread Michel Dänzer
On Don, 2011-10-13 at 13:58 +0200, Michal Suchanek wrote: There is one issue that is unaffected by this patch but may be worth mentioning. The mouse cursor is not visible along some screen edges. eg. try placing a screen right of another screen, maximize a window on the right screen, and

Re: PATCH v4 Document -background none option

2011-10-14 Thread vdb
Just an observation: setting the word none in italic hints the reader that this is a symbolic name or parameter. However, it is to be typed in literally. So perhaps diff --git a/man/Xserver.man b/man/Xserver.man index 1a36b09..023e009 100644 --- a/man/Xserver.man +++ b/man/Xserver.man @@

Re: [PATCH v2 0/3] screen crossing changes again

2011-10-14 Thread Michal Suchanek
2011/10/14 Michel Dänzer mic...@daenzer.net: On Don, 2011-10-13 at 13:58 +0200, Michal Suchanek wrote: There is one issue that is unaffected by this patch but may be worth mentioning. The mouse cursor is not visible along some screen edges. eg. try placing a screen right of another screen,

Re: [PATCH] dix: mark motion events as emulated if we're scrolling from button press

2011-10-14 Thread Daniel Stone
Hmm, my original review got lost. It was along the lines of 'it's not pretty, but ... Reviewed-by: Daniel Stone dan...@fooishbar.org'. Cheers, Daniel On 14 October 2011 00:07, Peter Hutterer peter.hutte...@who-t.net wrote: ping? On Wed, Oct 05, 2011 at 12:14:47PM +1000, Peter Hutterer wrote:

[PATCH] xfree86: Add Loongson MIPS support

2011-10-14 Thread Matt Kraai
Change IOPortBase to ioBase and set it properly on MIPS systems. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41038 Signed-off-by: Matt Kraai kr...@ftbfs.org --- hw/xfree86/common/compiler.h| 14 +++--- hw/xfree86/os-support/bsd/arm_video.c | 20

Re: [PATCH v2 0/3] screen crossing changes again

2011-10-14 Thread Michal Suchanek
2011/10/14 Michal Suchanek hramr...@centrum.cz: 2011/10/14 Michel Dänzer mic...@daenzer.net: On Don, 2011-10-13 at 13:58 +0200, Michal Suchanek wrote: There is one issue that is unaffected by this patch but may be worth mentioning. The mouse cursor is not visible along some screen edges.

Re: [PATCH libX11] include: Add GetReqSized() for request buffers of specific size

2011-10-14 Thread Chase Douglas
On 10/13/2011 10:17 PM, Peter Hutterer wrote: Some XI2 requests change in size over different versions and libXi would need to hack around GetReq and GetReqExtra. Add a new GetReqSized so the library can explicitly specify the size of the request in 4-byte units. Signed-off-by: Peter

Re: [PATCH v2 libXi multitouch 4/4] Implement support for XI 2.2

2011-10-14 Thread Chase Douglas
On 10/13/2011 10:23 PM, Peter Hutterer wrote: From: Chase Douglas chase.doug...@canonical.com XI 2.1 has not been implemented yet, so this code defines version info for it too. These will be dropped when XI 2.1 support is merged. The code is based on what we have in the prototype libXi in

Re: [PATCH libX11] include: Add GetReqSized() for request buffers of specific size

2011-10-14 Thread Jamey Sharp
The GetReq family of macros is so evil. I'm not going to go so far as to NAK this patch or anything, but please consider whether you can implement this as a proper function or something. Perhaps: void *XGetReq(CARD8 reqType, size_t sz); (I think the other macros could be re-implemented on top of

Re: [PATCHv2] makekeys: Fix build/target word size mismatch when cross-compiling

2011-10-14 Thread Derek Buitenhuis
On 13/10/2011 10:57 PM, Guillem Jover wrote: Strictly speaking -I is a CPPFLAGS option. regards, guillem Indeed. New patch attached. - Derek From d2a41de4a67ea76065fc1d0e9495e084709d058d Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis derek.buitenh...@gmail.com Date: Thu, 22 Sep 2011

Re: questions about GEM buffer object

2011-10-14 Thread Ian Romanick
On 10/10/2011 10:25 PM, Wang Baisheng wrote: Hi All: I have some confused for the GEM buffer object. There must be one GEM buffer object for the framebuffer to be displayed on screen, right ? And for every window, there is also one GEM buffer object, right ? If so, my question is: Is the GEM

Re: [PATCH] xfree86: Add Loongson MIPS support

2011-10-14 Thread Jeremy Huddleston
IOPortBase is exported. While I agree that compiler.h and most of the bus support in xf86 should die in a fire, you really shouldn't change the symbol name for no good reason. 1) I would prefer to see a fix for siliconmotion driver to have it do the right thing by not calling into this broken

Re: [PATCH] Warning fix for shm.c

2011-10-14 Thread Alan Coopersmith
On 10/13/11 04:33 AM, Jon TURNEY wrote: shm.c: In function 'CheckForShmSyscall': shm.c:182:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] Signed-off-by: Jon TURNEYjon.tur...@dronecode.org.uk --- Xext/shm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [PATCH v3] NEED_SYNC_REPLY flag should be in Xim not in Xic

2011-10-14 Thread Jeremy Huddleston
Pushed, thanks. On Oct 12, 2011, at 4:05 PM, Choe Hwanjin wrote: I've updated my patch to make it look more like the patch from SuSE. My patch still have slight difference, because I've fix some bad tabs. See the attachment. 2011/10/12 Jeremy Huddleston jerem...@apple.com: On Oct 11,

Re: [PATCH] Add option to use DPI calculated from EDID

2011-10-14 Thread Jeremy Huddleston
This looks mostly correct, but I want someone a bit more familiar with the Xorg DDX to comment on it as well. Reviewed-by: Jeremy Huddleston jerem...@apple.com On Oct 11, 2011, at 10:16 AM, Michal Suchanek wrote: Hello, this is a patch that fixes a long-standing issue with the X server.

Re: [PATCH] Fix drain_console unregistration

2011-10-14 Thread Jeremy Huddleston
Is there a bug report open for this? I want to make sure it doesn't get lost since there hasn't been a review on it and it's still a bit in progress. I'm sorry I can't really comment on this patch as I'm not familiar with the those APIs. On Oct 11, 2011, at 12:11 AM, Tomáš Trnka wrote: Bug

[PATCH:libX11] mbtocs should not truncate input

2011-10-14 Thread Alan Coopersmith
From: Xue Wei wei@sun.com Fixes pasting more than 1024 bytes into xterm, as described in https://bugs.freedesktop.org/show_bug.cgi?id=25209 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- This patch has been included in Solaris libX11 since January 2009, but missed getting

[PATCH] Xext: XCopyArea does not work in Xinerama mode.#25113

2011-10-14 Thread Arvind Umrao
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=25113 XCopyArea() does not work in Xinerama mode. XCopyArea does not copy areas of the screen across physical displays. XcopyArea works fine when source and destination image are in same screen, but Xcopy does not work, when we Xcopy image

[PATCH v4] dix: add utility functions for double to/fro FP1616/FP3232 conversion

2011-10-14 Thread Jeremy Huddleston
Co-authored-by: Jeremy Huddleston jerem...@apple.com Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Jeremy Huddleston jerem...@apple.com --- dix/inpututils.c | 63 include/inpututils.h |6