Re: [PATCH xserver] Switch to SW cursor right after HW cursor failure

2016-03-22 Thread Alexandre Courbot
On 03/18/2016 07:31 PM, Michael Thayer wrote: Hello Alex, On 18.03.2016 10:42, Alexandre Courbot wrote: Hello Michael, On 03/18/2016 06:09 PM, Michael Thayer wrote: In that context, see this patch to Modesetting which I send a couple of weeks ago, which should incidentally also fix your

Re: [PATCH xserver] Switch to SW cursor right after HW cursor failure

2016-03-19 Thread Michael Thayer
Hello Alex, On 18.03.2016 10:42, Alexandre Courbot wrote: Hello Michael, On 03/18/2016 06:09 PM, Michael Thayer wrote: In that context, see this patch to Modesetting which I send a couple of weeks ago, which should incidentally also fix your issue:

Re: [PATCH xserver] Switch to SW cursor right after HW cursor failure

2016-03-19 Thread Alexandre Courbot
Hello Michael, On 03/18/2016 06:09 PM, Michael Thayer wrote: In that context, see this patch to Modesetting which I send a couple of weeks ago, which should incidentally also fix your issue: https://patchwork.freedesktop.org/patch/75985/ I applied your patch, but sadly it didn't fix my

Re: [PATCH xserver] Switch to SW cursor right after HW cursor failure

2016-03-19 Thread Michael Thayer
Hello Alexandre, In that context, see this patch to Modesetting which I send a couple of weeks ago, which should incidentally also fix your issue: https://patchwork.freedesktop.org/patch/75985/ Regards, Michael On 18.03.2016 09:19, Alexandre Courbot wrote: Modesetting currently signals a

[PATCH xserver] Switch to SW cursor right after HW cursor failure

2016-03-18 Thread Alexandre Courbot
Modesetting currently signals a failure to display the HW cursor by setting its size to 0 in drmmode_set_cursor(). xf86CursorSetCursor() will then detect that condition and switch to the SW cursor upon the next invokation. The problem is that said invokation may not come before a while (i.e.