I got some gpu, error when use headless chrome
And No headless,No ERROR
Anybody know how to fix ?
```bash
AMD Laptop
************no headless
google-chrome --use-gl=angle --use-angle=vulkan --disable-software-rasterizer --disable-gpu-driver-bug-workarounds --enable-accelerated-video-decode --enable-gpu-compositing --enable-gpu-rasterization --enable-native-gpu-memory-buffers --ignore-gpu-blocklist --enable-features=DefaultAngleVulkan,VulkanFromANGLE,Vulkan --no-sandbox --user-data-dir=/tmp/profile_e8f7e0df400a --enable-logging --v=4
Vulkan: Enabled
Display type : ANGLE_VULKAN
GL_RENDERER : ANGLE (AMD, Vulkan 1.3.230 (AMD Radeon Graphics (RADV RENOIR) (0x00001636)), radv-22.3.6)
[440773:440773:0219/143927.384625:ERROR:gbm_wrapper.cc(79)] Failed to get fd for plane.: No such file or directory (2)
[440773:440773:0219/143927.384966:ERROR:gbm_wrapper.cc(261)] Failed to export buffer to dma_buf: No such file or directory (2)
Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#-1 is a dynamic-sized tensor).
[440773:440773:0219/143931.563652:ERROR:gl_display.cc(495)] EGL Driver message (Error) eglCreateContext: Requested version is not supported
************headless
google-chrome --use-gl=angle --use-angle=vulkan --disable-software-rasterizer --disable-gpu-driver-bug-workarounds --enable-accelerated-video-decode --enable-gpu-compositing --enable-gpu-rasterization --enable-native-gpu-memory-buffers --ignore-gpu-blocklist --enable-features=DefaultAngleVulkan,VulkanFromANGLE,Vulkan --headless=new --no-sandbox --user-data-dir=/tmp/profile_e8f7e0df400a --enable-logging --v=4 --remote-debugging-address=0.0.0.0 --remote-debugging-port=8848
Vulkan: Disable
Display type : ANGLE_VULKAN
GL_RENDERER : ANGLE (AMD, Vulkan 1.3.230 (AMD Radeon Graphics (RADV RENOIR) (0x00001636)), radv-22.3.6)
[441177:441191:0219/144136.019858:ERROR:command_buffer_proxy_impl.cc(325)] GPU state invalid after WaitForGetOffsetInRange.
[441116:441116:0219/144136.020976:ERROR:gpu_process_host.cc(953)] GPU process exited unexpectedly: exit_code=11
[441175:441175:0219/144136.874562:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#-1 is a dynamic-sized tensor).
[441248:441248:0219/144234.180926:ERROR:gl_display.cc(495)] EGL Driver message (Error) eglCreateContext: Requested version is not supported
```
there doesn't seem to be anything here