Re: [RFC] [PATCH] Extend block and wakeup handling to cover writes as well

2015-09-26 Thread Keith Packard
Pierre Ossman writes: > Ping. Still in the list? :) Did you see my recent patches that add a new API for file descriptor monitoring? -- -keith signature.asc Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://l

Re: [PATCH xwayland] xwayland: Always update the wl_pointer cursor on pointer focus

2015-09-26 Thread Keith Packard
Jonas Ådahl writes: > Sure, if relying on mipointer doing this is fine then why not. Yeah, there are lots of places where the original API design from 1987 doesn't make much sense in 2015. Who would have thought? > I'd still need to add the 'invalidate' state to mipointer.c here though > (see b

Re: [PATCH wiki] Update notes on [PATCH] prefixes in SubmittingPatches instructions

2015-09-26 Thread Alan Coopersmith
On 09/18/15 07:37 PM, Alan Coopersmith wrote: Make it clear that patches for *all* Xorg repos, including xserver, should include the repo name in the [PATCH ...] prefix. Since no one objected, I'm assuming we're all in agreement that this reflects the policy change discussed at XDC to require r

Re: [PATCH:twm] Add some const.

2015-09-26 Thread Alan Coopersmith
Reviewed-by: Alan Coopersmith for both patches. -alan- On 09/23/15 11:54 AM, Thomas Klausner wrote: Ah, good catch. I've attached a cleanup patch for that. Thomas On Wed, Sep 23, 2015 at 11:38:02AM -0700, Jasper St. Pierre wrote: I was imagining that it might be used like: c

Re: [PATCH xwayland] xwayland: Always update the wl_pointer cursor on pointer focus

2015-09-26 Thread Jonas Ådahl
On Fri, Sep 25, 2015 at 12:13:13PM -0500, Keith Packard wrote: > Jonas Ådahl writes: > > > The reason I didn't do this was that we'd send duplicate set_cursor > > requests when the cursor actually did change. What the patch does is > > make it so that the path that actually does change the cursor

Re: [PATCH xwayland] xwayland: Always update the wl_pointer cursor on pointer focus

2015-09-26 Thread Keith Packard
Jonas Ådahl writes: > The reason I didn't do this was that we'd send duplicate set_cursor > requests when the cursor actually did change. What the patch does is > make it so that the path that actually does change the cursor when it > changes according to the X server always does it when needed i

Re: [PATCH xserver 07/24] os: Add NotifyFd interfaces

2015-09-26 Thread Keith Packard
Alan Coopersmith writes: > On 09/20/15 11:16 PM, Keith Packard wrote: >> This provides a callback-based interface to monitor file >> descriptors beyond the usual client and device interfaces. >> >> Modules within the server using file descriptors for reading and/or >> writing can call >> >>

any one try to make vga passthrough work with new kernel(4.1.6 but not 4.3) under igfx+nvidia?

2015-09-26 Thread Cong Zhang
Hello all, I try to make VGA pass through works, but always failed. I try to manually apply the patch from https://lkml.org/lkml/2014/5/9/517 , it seems the code struct has changed, the the patch does not work as expect! I can make KVM+OVFM work, but for legacy mode, my Nvidia card never suc