Page 1 of 1

Scrolls left

PostPosted: Tue Dec 11, 2012 03:43
by tinoesroho
On my laptop, the Linux client has an interesting behavior of scrolling to the left, even with no input. The Windows client (via WINE) does not display this behavior. I'm not sure what's the problem.

PostPosted: Tue Dec 11, 2012 04:05
by Menche
Sounds like this problem? It seems the only workarounds currently are switching to fullscreen, resizing/moving the window or using a mouse.

PostPosted: Tue Dec 11, 2012 10:56
by Calinou
Try playing in fullscreen, add these lines at the end of minetest.conf:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
fullscreen = 1
screenW = screen-width-pixels
screenH = screen-height-pixels


Replace screen-width-pixels and screen-height-pixels with appropriate values (eg. 1440 and 900 for most 17" laptops).