Aggiorna README.md
This commit is contained in:
parent
ad009ed9fd
commit
dc2a286a53
1 changed files with 6 additions and 4 deletions
10
README.md
10
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"
|
||||
|
|
Loading…
Reference in a new issue