Page 1 of 1

player aiming at the ground or at the sky

PostPosted: Fri Jun 03, 2016 19:20
by paupav
I can either aim at the sky directly above me and at the ground directly below me. When I move mouse cursor a little bit down player starts looking at floor, when I move camera a little bit up player starts looking at the sky.
I have tried slowing down mouse movement at the minetest.config file, but that just makes camera movement slower (transition between looking at sky or at the ground is slower). Also I've tried changing video_driver setting to opengl.

I'm using Fedora 24 with Gnome Wayland.

Re: player aiming at the ground or at the sky

PostPosted: Fri Jun 03, 2016 20:25
by rubenwardy
Wayland isn't supported. I'm not sure about Gnome Wayland, but probably the same. It's because Wayland doesn't have cursor locking.

Re: player aiming at the ground or at the sky

PostPosted: Fri Jun 03, 2016 23:03
by TumeniNodes
rubenwardy wrote:Wayland isn't supported. I'm not sure about Gnome Wayland, but probably the same. It's because Wayland doesn't have cursor locking.


Seems like something the Wayland devs should consider instantly as it will not be an issue exclusive only to Minetest.

Re: player aiming at the ground or at the sky

PostPosted: Sat Jun 04, 2016 11:19
by paupav
[deleted]