You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE
Chrome seems to work fine if I remove the command line argument "--use-gl=egl"
However, I need to use this argument. So, a question, does egl work with Intel Arc A770?
ORIGINAL POST
I am using an Intel Arc A770 16GB on Ubuntu 22.04.
When I run Chrome the web page displays but I get the following error and graphics are very very slow:
ubuntu:~> DISPLAY=:0 /opt/google/chrome-unstable/chrome --no-first-run --noerrdialogs --hide-scrollbars --use-gl=egl https://www.youtube.com
[1583:1583:0328/233418.646412:ERROR:vaapi_wrapper.cc(843)] Could not get a valid VA display
[1583:1583:0328/233418.646475:FATAL:gpu_init.cc(497)] Passthrough is not supported, GL is egl, ANGLE is
[1528:1528:0328/233418.731136:ERROR:gpu_process_host.cc(953)] GPU process exited unexpectedly: exit_code=134
[1736:1736:0328/233418.778416:ERROR:vaapi_wrapper.cc(843)] Could not get a valid VA display
[1736:1736:0328/233418.778482:FATAL:gpu_init.cc(497)] Passthrough is not supported, GL is egl, ANGLE is
[1528:1528:0328/233418.838040:ERROR:gpu_process_host.cc(953)] GPU process exited unexpectedly: exit_code=134
[1763:1763:0328/233418.882766:ERROR:vaapi_wrapper.cc(843)] Could not get a valid VA display
[1763:1763:0328/233418.882844:FATAL:gpu_init.cc(497)] Passthrough is not supported, GL is egl, ANGLE is
[1528:1528:0328/233418.942468:ERROR:gpu_process_host.cc(953)] GPU process exited unexpectedly: exit_code=134
[1637:7:0328/233418.984128:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[1787:1787:0328/233419.658289:ERROR:gl_utils.cc(402)] [.WebGL-0x21fc00a74700]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
:ubuntu:~>
:ubuntu:~/chromiumjan2023/src> DISPLAY=:0 xrandr -q
Screen 0: minimum 320 x 200, current 3840 x 2160, maximum 16384 x 16384
DP-1 disconnected primary (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-3 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 698mm x 393mm
3840x2160 60.00*+ 60.00 50.00 59.94 25.00 24.00 23.98 29.98
2560x1440 59.95
1920x1080 60.00 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1680x1050 59.95
1400x1050 59.98
1280x1024 75.02 60.02
1440x900 59.89
1280x960 60.00
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 72.81 66.67 60.00 59.94
720x400 70.08
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
I tried upgrading to the 6.2 kernel, made no difference.
UPDATE
Chrome seems to work fine if I remove the command line argument "--use-gl=egl"
However, I need to use this argument. So, a question, does egl work with Intel Arc A770?
ORIGINAL POST
I am using an Intel Arc A770 16GB on Ubuntu 22.04.
When I run Chrome the web page displays but I get the following error and graphics are very very slow:
I installed the drivers by following the instructions here:
https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-jammy-arc.html
After installation reboot, xorg looks good:
I tried upgrading to the 6.2 kernel, made no difference.
I tried compiling and installing the latest drivers following instructions here, made no difference:
https://github.com/intel/media-driver
Here is the output from hwinfo for my Intel Arc card:
ubuntu:~> sudo cat /sys/kernel/debug/dri/0/gt/uc/huc_info
ubuntu:~> sudo cat /sys/kernel/debug/dri/0/gt/uc/guc_info
Any suggestions for what might be wrong?
The text was updated successfully, but these errors were encountered: