Update vc4.md

This commit is contained in:
aiminick 2019-02-16 20:38:30 +08:00 committed by GitHub
parent fe0ee0e8f5
commit 80459b2ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -217,20 +217,20 @@ Youll need to create an xorg.conf file and run startx to see anything. Howeve
sudo vim /etc/X11/xorg.conf
```shell
Section “Module”
Load “glamoregl”
Load “glx”
Section "Module"
Load "glamoregl"
Load "glx"
EndSection
Section “Device”
Identifier “Default screen”
Driver “modesetting” # you can change this back to fbdev
Option “ForceGallium” “True”
Option “AccelMethod” “glamor”
Section "Device"
Identifier "Default screen"
Driver "modesetting" # you can change this back to fbdev
Option "ForceGallium" "True"
Option "AccelMethod" "glamor"
EndSection
Section “dri”
Mode 0666
Section "dri"
Mode 0666
EndSection
```