From c14fd4d2cb9d52e045be2afcde91350e7a3e1d6d Mon Sep 17 00:00:00 2001 From: alfrix Date: Sun, 15 Oct 2023 11:43:31 -0300 Subject: [PATCH] docs: add an extra step for fbturbo issues close #971 --- docs/Troubleshooting/FBturbo.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Troubleshooting/FBturbo.md b/docs/Troubleshooting/FBturbo.md index 970842a5..58aef76a 100644 --- a/docs/Troubleshooting/FBturbo.md +++ b/docs/Troubleshooting/FBturbo.md @@ -14,3 +14,9 @@ Remove the fbturbo driver ```sh sudo apt purge xserver-xorg-video-fbturbo ``` + +make sure the config is removed: + +```sh +sudo rm /usr/share/X11/xorg.conf.d/99-fbturbo.conf +```