1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-13 19:40:24 +03:00

Update README.md (#4255)

* Update README.md

* Update README.md

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>

* Update README.md

---------

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
Mohit Varikuti 2024-11-20 06:21:17 -08:00 committed by GitHub
parent 7100f9a8d1
commit 40961faba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,17 @@ sudo dpkg -i betaflight-configurator_10.10.0_amd64.deb
sudo apt-get -f install
```
On Ubuntu 24.10 and above, please follow these steps, as some deprecated modules are no longer available through apt on this distro:
```
sudo apt update
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-4ubuntu1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-4ubuntu1_all.deb
sudo dpkg -i gconf2-common_3.2.6-4ubuntu1_all.deb
sudo dpkg -i libgconf-2-4_3.2.6-4ubuntu1_amd64.deb
sudo dpkg -i betaflight-configurator_10.10.0_amd64.deb
sudo apt-get -f install
```
#### Graphics Issues
If you experience graphics display problems or smudged/dithered fonts display issues in Betaflight Configurator, try invoking the `betaflight-configurator` executable file with the `--disable-gpu` command line switch. This will switch off hardware graphics acceleration. Likewise, setting your graphics card antialiasing option to OFF (e.g. FXAA parameter on NVidia graphics cards) might be a remedy as well.