From db2339f391bfb0de94960d20f5d331109dbcae1d Mon Sep 17 00:00:00 2001 From: Mohit Varikuti <65371337+GitHubEmploy@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:46:44 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ee02bba3c9..989d9b41ba 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,18 @@ 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 avaliable through apt on this distro: +``` +sudo echo "deb http://archive.ubuntu.com/ubuntu/ lunar universe" > /etc/apt/sources.list.d/lunar-repos-old.list +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. From c6496a7aa29a78a221d27fa748899c164fcf00fc Mon Sep 17 00:00:00 2001 From: Mohit Varikuti <65371337+GitHubEmploy@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:28:07 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: Mark Haslinghuis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989d9b41ba..dc2b0f773f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ 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 avaliable through apt on this distro: +On Ubuntu 24.10 and above, please follow these steps, as some deprecated modules are no longer available through apt on this distro: ``` sudo echo "deb http://archive.ubuntu.com/ubuntu/ lunar universe" > /etc/apt/sources.list.d/lunar-repos-old.list sudo apt update From ec92253a94028a25c045643db74d0583b625ae4d Mon Sep 17 00:00:00 2001 From: Mohit Varikuti <65371337+GitHubEmploy@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:24:43 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dc2b0f773f..028032c250 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ 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 echo "deb http://archive.ubuntu.com/ubuntu/ lunar universe" > /etc/apt/sources.list.d/lunar-repos-old.list 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