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

2011-11-04 Thread Arvind Umrao
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=25113 Dave Airlie's suggestions are incorporated in this patch. 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

Re: [PATCH - RESEND] Don't fallback to wsfb or fbdev on Solaris

2011-11-04 Thread Daniel Stone
On 4 November 2011 04:51, Alan Coopersmith alan.coopersm...@oracle.com wrote: We don't ship either one, so don't waste time and make confusing log entries trying to load them. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Daniel Stone dan...@fooishbar.org

Re: [PATCH 06/11] Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.c

2011-11-04 Thread Daniel Stone
Hi, On 4 November 2011 05:34, Alan Coopersmith alan.coopersm...@oracle.com wrote: Gets rid of duplicate static copy of optionTypeToString by putting both callers of that helper function in the same source file. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com I'd probably move the

Re: [PATCH 06/11] Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.c

2011-11-04 Thread Alan Coopersmith
On 11/04/11 05:53, Daniel Stone wrote: Hi, On 4 November 2011 05:34, Alan Coopersmithalan.coopersm...@oracle.com wrote: Gets rid of duplicate static copy of optionTypeToString by putting both callers of that helper function in the same source file. Signed-off-by: Alan

Re: [PATCH xserver 1/4] bsd: Remove bsd_pci.c

2011-11-04 Thread Alan Coopersmith
On 10/29/11 11:36, Alexandr Shadchin wrote: On Sat, Oct 29, 2011 at 10:13:48AM -0700, Alan Coopersmith wrote: On 10/29/11 08:54, Alexandr Shadchin wrote: bsd_pci.c have only one function osPciInit(). osPciInit() is equivalent call xf86InitVidMem(). xf86InitVidMem() is needed only for OpenBSD