this post was submitted on 04 Oct 2023
11 points (100.0% liked)
Luanti community
801 readers
1 users here now
Luanti is an infinite-world block sandbox game and a game engine, inspired by Infiniminer, Minecraft and the like.
The community is about the great and open source sandbox game writed in Lua, Luanti.
Feel free to call players for a multiplayer game or publish your project of a mod and everthing related.
Download the game. Check out the wiki.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Minetest can’t use Wayland if I remember correctly, so it will be run in Xwayland, a special X11 implementation that runs X11 applications in a “wrapper”. This costs performance, so it likely runs worse there.
Stupid question, but: the drivers are installed and utilized?
For my GTX 1080 I have this X11 config file:
You could also try to add the Nvidia DRM module to your kernel parameters (
nvidia_drm.modeset=1
).Yep, I am using the latest proprietary drivers available in the Ubuntu repos (535) and I will try what you suggest but what does that do?
I set the options because I had issues with screen tearing when moving around windows. It’s a very old setup, though.
ForceCompositionPipeline
andTripleBuffer
pevents screen tearing on my machine when moving windows aroundAllowIndirectGLXProtocol
is just a performance option. Indirect GLX protocol is slower.Full options for the driver are available here: http://http.download.nvidia.com/XFree86/Linux-x86_64/535.113.01/README/xconfigoptions.html
Edit Here’s an exhaustive article on the DRM. It basically manages what and when applications can have access to the GPU instead of the applications “fighting” over it.