I’m using Fedora 30 with the negativo17 repo. Installed the latest 435.21 + xorg patches and it seems to work on my ASUS UX501VW (Intel HD 530 + NVidia GTX 960M).
I tried to run chrome with the NVidia card as follows:
__NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 __GLX_VENDOR_LIBRARY_NAME=nvidia google-chrome-stable
but I keep getting the following error:
[844:844:0912/134157.456469:ERROR:gl_surface_glx.cc(78)] XGetWindowAttributes failed for window 113246212.
[844:844:0912/134157.456530:ERROR:gl_surface_glx.cc(839)] Failed to get GLXConfig
[844:844:0912/134157.456557:ERROR:gpu_info_collector.cc(60)] gl::GLContext::CreateOffscreenGLSurface failed
[844:844:0912/134157.456562:ERROR:gpu_info_collector.cc(199)] Could not create surface for info collection.
[844:844:0912/134157.456585:ERROR:gpu_init.cc(66)] gpu::CollectGraphicsInfo failed.
[844:844:0912/134157.458929:ERROR:viz_main_impl.cc(167)] Exiting GPU process due to errors during initialization
[1:1:0912/134158.061078:ERROR:child_process_sandbox_support_impl_linux.cc(81)] FontService unique font name matching request did not receive a response.
[1:1:0912/134158.061898:ERROR:child_process_sandbox_support_impl_linux.cc(81)] FontService unique font name matching request did not receive a response.
Chrome will open, but there’s no hardware acceleration (about://gpu) and it’s falling back to a software renderer (OpenGL ES 3.0 SwiftShader 4.1.0.7).
Are there any flags or something I need in order to be able to run the browser with proper acceleration provided by the NVidia card? is it even supposed to be able to run?
Any help, would be much appreciated!