note about --ignore-gpu-blacklist

hakimel 2012-11-21 09:11:46 -08:00
parent 7858b1836d
commit 3399963166

@ -13,4 +13,7 @@ Currently, reveal.js has five tiers of browser support:
4th tier: __IE8__, the __Kindle Fire Silk Browser 1.0__ and __Maxthon Mobile__.
5th tier: __IE7 and lower__, __all non-JavaScript browsers__.
(When no version # is specified, the current version, the previous version, and the next version are supported)
(When no version # is specified, the current version, the previous version, and the next version are supported)
## Chrome GPU Blacklist
Some graphics cards are blacklisted in Chrome which leads to unexpected visual results. If affected you may see either bad performance as Chrome has fallen back on software rasterization or you may not get any 3D effects at all. You can try running chrome with the ```--ignore-gpu-blacklist``` flag to work around this.