-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware acceleration not working on Windows 7 #1007
Comments
You could try to launch Supermium with the --ignore-gpu-blocklist and --disable-gpu-driver-bug-workarounds flags. Your graphics card is really old though, it doesn't even fully support DX9, so it's entirely possible that it is just not capable of hardware acceleration in Chromium in the first place. |
By using just the --ignore-gpu-blocklist flag, I didn't get the no HW acceleration warning on Luna but on chrome://gpu everything still shows up as disabled or software-rendered. |
And --ignore-gpu-blocklist combined with the --disable-gpu-driver-bug-workarounds flag? |
And what happens if you also add |
So, after trying these suggestions, I came to the conclusion that most probably my GPU is incompatible with Chromium. Adding the --in-process-gpu command line just doesn't allow the browser to start. |
What about changing ANGLE backend to D3D9 in chrome://flags? |
Yeah, I already tried that with no difference |
According to TechPowerUp specs page, this GPU supports DirectX 9.0b maximum, which I think is not sufficent for GPU acceleration via D3D9 since it probably requires DX9.0c. If your PC has a PCI Express port, you can get GeForce 9/Radeon HD2xxx series (Or anything that supports DirectX 9.0c) in order to get GPU acceleration (Warning: GPU accelerated video decoding doesn't work due to video decoder being removed from Chromium released after last Win7 compatible version). I've got another idea though, what about trying Firefox 115 ESR? AFAIK it can enable GPU rendering on much older GPUs (might require workarounds though). |
I got 2 PCIe ports so the only thing stopping me from adding a GPU is the fact I have to spend money on it (I would need permission and whatnot). 115 ESR lost support very recently, so no point installing it. I will just use Superfox when it releases. |
Wrong. They've extended it until March 2025, after which they will re-evaluate whether or not to extend it again.
You definitely should. Basically anything would be better than the graphics card you currently use. |
|
Describe the bug
A couple of days ago, I went to Amazon Luna to play some Fortnite, but it lagged so much. Luna told me there was no hardware acceleration, and I could confirm this when I opened chrome://gpu/, as every hardware accelerated feature was reported as disabled or software-rendered. The GPU is an ATI Radeon 2100.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Hardware acceleration should work.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The problem doesn't occur on Windows 11 build 27744 on an i3-5005U PC with an Intel HD Graphics 5500 iGPU.
The text was updated successfully, but these errors were encountered: