Re: [PATCH xserver 3/7] randr: Support "non-desktop" property

2018-02-28 Thread Keith Packard
Michel Dänzer writes: > Yeah, the duplicate line was removed by e4e3447603b5 ("Add RandR leases > with modesetting driver support [v6]"). So it's harmless, except > possibly when bisecting. I stumbled over it when reporting the GPU > screen crash. Sorry for that -- I messed

Re: [PATCH xserver 3/7] randr: Support "non-desktop" property

2018-02-28 Thread Michel Dänzer
On 2018-02-28 05:27 PM, Adam Jackson wrote: > On Wed, 2018-02-28 at 16:35 +0100, Michel Dänzer wrote: >> On 2018-02-12 10:51 PM, Keith Packard wrote: >>> Tracks changes to the non-desktop property so that when non-zero, >>> outputs will always appear to be disconnected. >>> >>> Signed-off-by:

Re: [PATCH xserver 3/7] randr: Support "non-desktop" property

2018-02-28 Thread Adam Jackson
On Wed, 2018-02-28 at 16:35 +0100, Michel Dänzer wrote: > On 2018-02-12 10:51 PM, Keith Packard wrote: > > Tracks changes to the non-desktop property so that when non-zero, > > outputs will always appear to be disconnected. > > > > Signed-off-by: Keith Packard > > Reviewed-by:

Re: [PATCH xserver 3/7] randr: Support "non-desktop" property

2018-02-28 Thread Michel Dänzer
On 2018-02-12 10:51 PM, Keith Packard wrote: > Tracks changes to the non-desktop property so that when non-zero, > outputs will always appear to be disconnected. > > Signed-off-by: Keith Packard > Reviewed-by: Adam Jackson [...] > @@ -442,6 +465,7 @@

Re: [PATCH xserver 3/7] randr: Support "non-desktop" property

2018-02-28 Thread Michel Dänzer
On 2018-02-12 10:51 PM, Keith Packard wrote: > Tracks changes to the non-desktop property so that when non-zero, > outputs will always appear to be disconnected. > > Signed-off-by: Keith Packard > Reviewed-by: Adam Jackson This crashes on startup with a GPU

[PATCH xserver 3/7] randr: Support "non-desktop" property

2018-02-12 Thread Keith Packard
Tracks changes to the non-desktop property so that when non-zero, outputs will always appear to be disconnected. Signed-off-by: Keith Packard Reviewed-by: Adam Jackson --- randr/randrstr.h | 3 +++ randr/rroutput.c | 26 +-