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