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"