Update vc4.md
This commit is contained in:
parent
fe0ee0e8f5
commit
80459b2ae6
20
docs/vc4.md
20
docs/vc4.md
|
|
@ -217,20 +217,20 @@ You’ll need to create an xorg.conf file and run startx to see anything. Howeve
|
||||||
sudo vim /etc/X11/xorg.conf
|
sudo vim /etc/X11/xorg.conf
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
Section “Module”
|
Section "Module"
|
||||||
Load “glamoregl”
|
Load "glamoregl"
|
||||||
Load “glx”
|
Load "glx"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section “Device”
|
Section "Device"
|
||||||
Identifier “Default screen”
|
Identifier "Default screen"
|
||||||
Driver “modesetting” # you can change this back to fbdev
|
Driver "modesetting" # you can change this back to fbdev
|
||||||
Option “ForceGallium” “True”
|
Option "ForceGallium" "True"
|
||||||
Option “AccelMethod” “glamor”
|
Option "AccelMethod" "glamor"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section “dri”
|
Section "dri"
|
||||||
Mode 0666
|
Mode 0666
|
||||||
EndSection
|
EndSection
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue