From dc2a286a53b2abfdbe7b81262dac6a42da06be5f Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 30 Jul 2025 22:44:49 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 802b8e5..8c05f25 100644 --- a/README.md +++ b/README.md @@ -111,10 +111,11 @@ sudo apt update ### 4A: Open default xorg config ## ```sh -sudo nano /etc/X11/xorg.conf.d/01-armbian-defaults.conf +sudo nano /etc/X11/xorg.conf.d/01-orangepi-defaults.conf ``` -### Add the following... # +Add the following... + ```sh Section "Device" Identifier "Mali-G610" @@ -128,10 +129,11 @@ EndSection ### 4B: Add XFCE Specific tweaks ## ```sh -sudo nano /etc/X11/xorg.conf.d/20-xfce-tweaks.conf +sudo nano /etc/X11/xorg.conf.d/20-modesetting.conf ``` -## Add the following... # +Add the following... + ```sh Section "Extensions" Option "COMPOSITE" "Enable"