Aggiorna README.md

This commit is contained in:
Fabio 2025-07-30 22:44:49 +08:00
parent ad009ed9fd
commit dc2a286a53

View file

@ -111,10 +111,11 @@ sudo apt update
### 4A: Open default xorg config ## ### 4A: Open default xorg config ##
```sh ```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 ```sh
Section "Device" Section "Device"
Identifier "Mali-G610" Identifier "Mali-G610"
@ -128,10 +129,11 @@ EndSection
### 4B: Add XFCE Specific tweaks ## ### 4B: Add XFCE Specific tweaks ##
```sh ```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 ```sh
Section "Extensions" Section "Extensions"
Option "COMPOSITE" "Enable" Option "COMPOSITE" "Enable"