Notifications
Clear all
Topic starter
16/11/2020 11:34 am
There are several things you can do to increase gpu performance in Raspberry Pi.
Option 1. Make sure you are up to date. Raspbian engineers are constantly finding faster ways to do things, so it's recommended to run these commands: (in the terminal or console)
Code: Select all
sudo apt update sudo apt full-upgrade
Option 2. GL Driver ( recommended )
- Open a terminal.
- Type sudo raspi-config and press Enter.
- Press the down arrow key until 7 Advanced Options is selected, then press Enter.
Navigate to GL Driver, and press Enter.
Navigate to G2 - GL (Fake KMS), and press Enter.
There you go!
Exit raspi-config, and while you're doing so, it should prompt you to reboot.
Now your Raspbian Distro & Q.bo are more fast!!!