Wine not recognising Nvidia driver

Hi,

Forgive me cause i may be noob.
I've had a problem last month where my Steam game wouldn't launch on my GPU anymore (Games launched via wine were still OK), i've searched around and finally got it running by updating from Zorin 16->18

Fast foward to this day where the opposite happened, Steam game are lauching great, but Wine doesn't seem to recognize my card anymore, i've updated everything i could (Wine from the Zorin native version 10.0 to 11.0, My Nvidia Driver to the 595 Version)

I've tried to install libnvidia-egl-wayland1 and it doesn't do anything, i went the dxvk way but it got complicated and i didn't want to break anything.

So here i am, with wine launching game on my CPU
Here's my screenshot of my terminal, i can provide command result and all

Please Help Me :frowning:

If your using an nvidia vid card wayland doesnt play well with them best to be in X11 to get there log out then click area to log in then at bottom right click the gear then zorin desktop on xorg log in

Hi,

Thanks for the answer,
Is the Zorin desktop the one ?

I only got two and i tried both :frowning:

I'm currently on the default one for the login (Zorin Desktop) and it seem to be X11

But Wine still doesnt care about my GPU :frowning:

Thanks Tho :slight_smile:

Is i386 architecture enabled? It might somehow got disabled.

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install nvidia-driver-XXX nvidia-settings

XXX = number of the driver you want to use.

You might want to uninstall the driver first before trying this.

1 Like

Hi,

Got it done after purging my drivers and still no sucess :frowning:

Welcome to the Forum!

Is Steam installed as Flatpak or .deb/APT Package?

Hiiii, thanks a lot :slight_smile:

I installed Steam trough the appstore so Flatpack, but steam is not at fault here.

I removed Wine 11.0 to reinstall it trough the Zorin app store (10.0) and even tho i have a different error message with the new version it's still doesnt load my driver :frowning:

image

But it should be at least worth a Try to use the .deb Version. You can use the one in the Repos or download it from Steam directly:

1 Like

Steam is not the issue here, its actually the only way to get my games to work :slight_smile:

The actual issue is wine wich is not loading my GPU driver if i read correctly the error message.

Flatpaks run containerized. That can cause Issues because they have limited Permissions. Trying the .deb Version is to check if this here the Case. But when You don't want try it, I can't force You to do it.

Hi,

Would you be so kind to point me where i could download a .deb version of wine?
I searched for a bit but didn't find anything :frowning:

Thanks

It shows LLVMPipe.
To me, this suggests that the 595 driver may not be installed (Or maybe is, but not in use).

How did you install it?
Can you show the terminal output of

sudo lshw -C video

and

smi-nvidia

1 Like

Hi, thanks a lot for the quick reply,

image


running nvidia-smi sorry

Thats all right can see what driver your using I would try the 580 driver for the 3080 open the updater then settings aditional drivers and select the 580 properitery driver tested and see if that helps

All of that looks good.
So much for my idea that maybe the driver was not fully installed.

But...
Let me recommend something.
Completely remove the Nvidia Driver such that the leftover files are also removed:
sudo apt remove --purge '^nvidia-.*' '^libnvidia-.*'

Once that is done, then install the driver you want (choose whether you want to try the 580 or the 595 again) using

sudo apt install nvidia-driver-595 nvidia-dkms-595

The reason why is that with gaming, some of the leftover files can actually conflict - causing the system to see and use the GPU, but a running game gets confused and won't.

1 Like

Installing the 580 pilote juste kinda broke everything lol

But purging all the nvidia driver and reinstalling the 595 did the trick :slight_smile:

It seem i was missing the '^libnvidia-.*' part in the purge command so you were perfectly right :grin:

Thanks you so much, you're my hero from now on lol
I wish you a day as nice as the one you're allowing me to have by sharing your wisdom :grin:

1 Like