I have Ubuntu 18.04 64-bit with proprietary NVidia driver installed. When I try to start any Windows graphical app I get the following error:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 257
Current serial number in output stream: 256
Having surfed around similar issues on SO communities I realized that this is likely caused by wine using 32-bit graphical libs.
The issue is that the NVidia proprietary 32-bit drivers installer checks for the architecture and fails the installation (although I have multiarch-support package installed).
Is there is a way to work around this issue having proprietary drivers preserved? Or if not what would be the most robust way to set up those libs?
Thanks!
Unable to locate package
error for the packagesnvidia-driver-430:i386
,xserver-xorg-video-nvidia-430:i386
,libnvidia-cfg1-430:i386
– Alexey R. Apr 30 '20 at 18:15Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 151 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext)
– Alexey R. Apr 30 '20 at 18:40