You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
593 B

9 years ago
Readme
======
Launching the Google Chrome
```
docker-compose up -d
```
Good & stable vsync
```
chrome://flags/
Enable "Override software rendering list"
```
Note that /dev/shm should be mounted from host to the docker container.
Check
```
chrome://gpu/
```
You may want to disable Google's VP8 & VP9 video codecs: "MSE & WebM VP9" and "WebM VP8"
as there is no hardware decoding for them.
To do this, install h264ify extension from
```
https://chrome.google.com/webstore/detail/h264ify/aleakchihdccplidncghkekgioiakgal?hl=en-US
```
Check the codecs
```
https://www.youtube.com/html5
```