close

[Solved] ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled

Hello Guys, How are you all? Hope You all Are Fine. Today I am trying to crawl a website by selenium and I am using selenium and webdriver_manager.chrome But after crawling, the following error message appears ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled in python. So Here I am Explain to you all the possible solutions here.

Without wasting your time, Let’s start This Article to Solve This Error.

How ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled Error Occurs ?

I am trying to crawl a website by selenium and I am using selenium and webdriver_manager.chrome But after crawling, the following error message appears

ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled

How To Solve ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled Error ?

  1. How To Solve ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled Error?

    To Solve ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled Error I just enable WebGL in chrome. To enable WebGL you just need to follow the below all steps.

Solution 1: enable WebGL

In my case, I solved this error by just enable WebGL in chrome

  1. First of all we will enable hardware acceleration
  2. Just Go to chrome://settings
  3. Then Click the Advanced ▼ button at the bottom of the page
  4. There is System section, ensure the Use hardware acceleration when available checkbox is checked (you’ll need to relaunch Chrome for any changes to take effect)
  5. Now we will enable WebGL
  6. Go to chrome://flags
  7. Make Sure that Disable WebGL is not activated (you’ll need to relaunch Chrome for any changes to take effect)
  8. In newer versions, this option of Disable WebGL will not be available, you will instead have to search for WebGL 2.0.
  9. Here you will have to change Default to Enabled in the drop down.

Now we will check the status of WebGL

  1. Go to chrome://gpu
  2. Inspect the WebGL item in the Graphics Feature Status list. The status will be one of the following:
    1. Hardware accelerated — WebGL is enabled and hardware-accelerated (running on the graphics card).
    2. Software only, hardware acceleration unavailable — WebGL is enabled, but running in software. See here for more info: “For software rendering of WebGL, Chrome uses SwiftShader, a software GL rasterizer.”
    3. Unavailable — WebGL is not available in hardware or software.

Summery

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also Read

Leave a Comment