Turn Hardware Acceleration Mode on or off for Google Chrome with these options.
Option 1 – Chrome Settings
- Launch Chrome, then select “Menu”
> “Settings“.
- Scroll down to the bottom and select the “Advanced” option.
- Scroll to the “System” section and toggle “Use hardware acceleration when available” on or off as desired.
Option 2 – Via Registry (Windows)
- Hold down the Windows Key and press “R” to bring up the Run window.
- Type “regedit“, then press “Enter” to bring up the Registry Editor.
- Navigate to:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Google \ Chrome \
Note: You may have to create the “Google” and “Chrome” folders. - Right-click “Chrome” and select “New” > “DWORD 32-bit value“
- Give the value a name of “HardwareAccelerationModeEnabled“.
- Set the value data to “0” to disable Hardware Acceleration. Set it to “1” to enable it.
You may have to restart the computer for this setting to take effect.
Option 3 – Terminal Command (MacOS)
- Close Chrome.
- From the Finder, select “Go” > “Utilities“.
- Launch “Terminal“.
- Type the following command, then press “Enter“:
defaults write com.google.chrome HardwareAccelerationModeEnabled -integer n
Where n is 1 or 0. 1 will enable Hardware Acceleration. 0 will disabled it.
Once you restart your computer after these steps, Hardware Acceleration settings will be changed.
Have you ever been told that you are a genius today? Thank you very much
Yes, Gave it insight that has made all of it relevant.
I remote desktop quite a bit. To get Chrome to recognize Clear Type it appears that I have to toggle the hardware acceleration. it really does not matter whethter it is on or off. I just have to switch it each time I remote from a new computer. It would be great if there is a command line or other way to simply toggle the state.