Re: Cursor sizes on wayland

2018-05-15 Thread Aleix Pol
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

Re: Cursor sizes on wayland

2018-05-14 Thread David Edmundson
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

Re: Cursor sizes on wayland

2018-05-14 Thread Aleix Pol
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

Re: Cursor sizes on wayland

2018-05-13 Thread Martin Flöser
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

Re: Cursor sizes on wayland

2018-05-10 Thread Aleix Pol
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

Re: Cursor sizes on wayland

2018-05-09 Thread Aleix Pol
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

Re: Cursor sizes on wayland

2018-05-08 Thread Martin Flöser
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

Cursor sizes on wayland

2018-05-08 Thread Aleix Pol
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