ChristopherHX / mcpelauncher-manifest

EOL use ng, https://github.com/minecraft-linux/mcpelauncher-manifest/tree/ng, This works with 0.12 - 1.16.10.x (excl. beta 1.16.0.67/68), This won't work with the current 1.16.20-200 Versions
GNU General Public License v3.0
218 stars 21 forks source link

i am getting very laggy on mcpe #135

Open shafiahaz2478 opened 4 years ago

shafiahaz2478 commented 4 years ago

I am getting low fps on ubuntu I have Nvidia GPU but I am getting around 11 fps

ChristopherHX commented 4 years ago

..., but you likely forget to install working 32bit (i386) nvidia drivers. e.g. packagename:i386.

chinoto commented 4 years ago

Make sure to install the proprietary driver and blacklist nouveau if you haven't done so already. Nouveau lacks power management control, so it can't utilize the full throughput of the hardware.

sudo bash -c "echo -e \"blacklist nouveau\\noptions nouveau modeset=0\" > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
AntonioJZ commented 4 years ago

Hey shafi, i think you have the Nvidia--server package of the privative drivers, if you have it, then change it to a client version without the server attribute. it worked for me