On Mon, May 14, 2018 at 7:42 PM, David Edmundson
wrote:
> We definitely need to scale the cursor image to device pixels in DRM Output.
> That's code we need to add that I simply haven't done yet; it wasn't a high
> priority as we also have the concept of just cursors being bigger X-style.
> Your Q
We definitely need to scale the cursor image to device pixels in DRM
Output. That's code we need to add that I simply haven't done yet; it
wasn't a high priority as we also have the concept of just cursors being
bigger X-style.
Your Qt patch will allow us to do that whilst keeping assets drawn in
n
same on Wayland and X11, so there should not be any difference.
>>>
>>> I'm not sure what exactly you want to look into. Personally I had the
>>> feeling that apps started to act crazy concerning cursor sizes - on Wayland
>>> and on X11. Normally there ju
nd and X11, so there should not be any
difference.
I'm not sure what exactly you want to look into. Personally I had the
feeling that apps started to act crazy concerning cursor sizes - on
Wayland and on X11. Normally there just should not be any difference.
There's one env variable c
al X11 API to set cursors. Xwayland just
>> forwards them through the Wayland protocol. The env variable for cursor size
>> is the same on Wayland and X11, so there should not be any difference.
>>
>> I'm not sure what exactly you want to look into. Personally I had
riable for cursor size
> is the same on Wayland and X11, so there should not be any difference.
>
> I'm not sure what exactly you want to look into. Personally I had the feeling
> that apps started to act crazy concerning cursor sizes - on Wayland and on
> X11. Normally there
sure what exactly you want to look into. Personally I had the feeling
that apps started to act crazy concerning cursor sizes - on Wayland and on X11.
Normally there just should not be any difference. There's one env variable
controlling it and if all apps would just use it and not do craz
Hi,
I've been looking into getting a consistent cursor look on wayland,
which is specially daunting because of scaling.
I'd like to look into fixing it for xwayland clients. Would somebody
be able to shed some light into the issue so I can understand it and
fix it?
(or if someone else is working