chrome/README.md

57 lines
960 B
Markdown
Raw Normal View History

2016-05-07 08:38:37 +00:00
# Google Chrome in Docker
2016-05-11 23:14:59 +00:00
### versions
- google-chrome-stable (50.0.2661.102-1)
- google-talkplugin (5.41.0.0-1)
2016-05-07 08:38:37 +00:00
First initialize the data volume
```
docker run --rm -ti -v chrome_data:/data busybox /bin/sh -c "chown 1000:1000 /data"
```
Launch the Chrome
2016-03-23 20:46:30 +00:00
```
docker-compose up -d
```
2016-05-07 08:38:37 +00:00
## Extra Notes
2016-03-23 23:17:10 +00:00
Good & stable vsync
2016-05-07 08:38:37 +00:00
```
chrome://flags/
Enable "Override software rendering list"
```
2016-05-07 08:38:37 +00:00
Verify
```
chrome://gpu/
```
2016-03-23 23:17:10 +00:00
To see whether you have the best result, you should have stable 60 FPS at following tests
2016-05-07 08:38:37 +00:00
2016-03-23 23:17:10 +00:00
```
http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html
http://www.vsynctester.com/
```
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
2016-05-07 08:38:37 +00:00
```
https://chrome.google.com/webstore/detail/h264ify/aleakchihdccplidncghkekgioiakgal?hl=en-US
```
Check the codecs
2016-05-07 08:38:37 +00:00
```
https://www.youtube.com/html5
```