iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

No compatible GPU found #69

Closed dukenukemx closed 3 years ago

dukenukemx commented 4 years ago

I have a laptop with a Geforce Go 7950 GTX and I installed wine-nine-standalone and it says "No Compatible GPU Found". It's using Nouveau on Linux Mint 19.3. I did remove Nvidia 304 drivers but some things broke that I think I fixed. Making sure to see if the GPU is compatible with gallium nine before I go reinstalling the OS to fix this.

dhewg commented 3 years ago

It's been a while, any progress on your end?

stradicat commented 3 years ago

It used to work even using the nouveau driver, I'll try older releases and see which one works.

stradicat commented 3 years ago

Fixed it in Ubuntu 20.04 with nouveau driver by installing the following extra packages:

sudo apt install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libegl1-mesa libegl1-mesa:i386 libd3dadapter9-mesa libd3dadapter9-mesa:i386

Let me know if this worked for you @dukenukemx. Cheers!

dhewg commented 3 years ago

Due to #93 it looks like this is resolved