Hello,
I have an Asus laptop with a dual graphics card, the integrated graphics chip from Intel and a NVidia GeForce GT 720M. It has dual boot with Windows 8.1 and Xubuntu 18.04. I am trying to install CUDA on the Xubuntu partition so that I can use applications such as TensorFlow (though I’m not sure whether my card will support it).
A previous attempt with installing package cuda-10-0 from the additional CUDA repositories led to unsatisfying results, with screen freezing and keyboard unresponsive (even after uninstalling the packages) leading me to reinstall the OS from start.
I then wanted to properly install the proprietary NVidia drivers first. So I blacklisted the “nouveau” kernel, masked the gpu-manager service and installed nvidia-340 from the official Ubuntu repositories (as this was the one recommended by “ubuntu-drivers”)
The graphics initialize properly but so far I haven’t been able to make the hardware 3D acceleration work.
A call to “glxinfo” simply gives the following output:
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
“nvidia-settings” provides few settings, and I see this message on the terminal output:
** Message: 20:51:53.176: PRIME: No offloading required. Abort
** Message: 20:51:53.176: PRIME: is it supported? no
Even though “nvidia” is selected according to prime-select:
$ prime-select query
nvidia
Finally, in /var/log/Xorg.0.log I see these logs:
[ 28.463] (II) UnloadModule: "nvidia"
[ 28.463] (II) Unloading nvidia
[ 28.463] (EE) Failed to load module "nvidia" (module doesn't support this OS, 0)
You can find the full bug report as an attachment:
nvidia-bug-report.log.gz (61.6 KB)