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.

58 lines
940 B

8 years ago
# Google Chrome in Docker
### versions
5 years ago
- google-chrome-stable (71.0.3578.98-1)
- google-talkplugin (5.41.0.0-1)
8 years ago
Launch the Chrome
8 years ago
```
docker-compose up -d
```
Create application launcher
```
tar xvf launcher.tar.gz -C ~/
```
5 years ago
Check with ``gtk-launch google-chrome``
8 years ago
## Extra Notes
8 years ago
Good & stable vsync
8 years ago
```
chrome://flags/
Enable "Override software rendering list"
```
8 years ago
Verify
```
chrome://gpu/
```
8 years ago
To see whether you have the best result, you should have stable 60 FPS at following tests
8 years ago
8 years ago
```
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
8 years ago
```
https://chrome.google.com/webstore/detail/h264ify/aleakchihdccplidncghkekgioiakgal?hl=en-US
```
Check the codecs
8 years ago
```
https://www.youtube.com/html5
```