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 ##
```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"