Você pode ativar a aceleração de hardware ativando um recurso adicional:
1.Tipo chrome://flags
na nova guia do chrome
2.Procure por Override software rendering list
3.Enableereinicieonavegadorchrome
Nota:ochromepodeconsumirmaismemórianogerenciadordetarefasdevidoaoextensionswhichyouhaveloadedwithchrome
Alémdisso,vocêpodeverificaromesmocenárioiniciandoochromecomasextensõesdesativadas
desta
Run Chrome with the --disable-extensions command-line option to disable extensions. Technically, it doesn’t so much disable all the extensions as much as hide them so that Chrome thinks that none are installed, so this won’t help in your particular case. t_b_b, since you cannot disable extensions in-browser and the command-line argument hides all extensions, what you want to do is to manually disable them. Open your User Data folder then open the file Preferences in a text-editor. Now scroll down to the line starting the settings blocks: "settings": { Each of the extensions will have its own block inside the settings block. To disable them, change their states to 0: "state": 1
To simplify things, just do a search for all lines containing
"state": 1
and change them to
"state": 0
Se os dois acima não funcionarem:
Digite chrome://flags/#enable-new-video-renderer
na barra de endereço e pressione enter
reinicie o chrome e veja o efeito