Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 0defbc3

Browse files
authored
Add --ignore-gpu-blacklist
We need to run chromium with --ignore-gpu-blacklist.
1 parent 6b4884c commit 0defbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ That's all. At this point you should be able to connect Chromium on Weston using
114114

115115
```
116116
$ ~/git/weston/src/weston &
117-
$ ./out/Debug/chrome --no-sandbox
117+
$ ./out/Debug/chrome --no-sandbox --ignore-gpu-blacklist
118118
```
119119
###Sandboxing
120120
If you want to enable Sandboxing provided by Chromium, please follow the instructions from here:

0 commit comments

Comments
 (0)