vladimiry / ElectronMail

Unofficial ProtonMail Desktop App
GNU General Public License v3.0
1.5k stars 99 forks source link

nouveau warning #700

Open gucio321 opened 4 days ago

gucio321 commented 4 days ago

Hi I'm getting the following errors/warnings on fedora:

MESA-LOADER: failed to open nouveau (search paths /snap/electron-mail/69/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: nouveau
MESA-LOADER: failed to open kms_swrast (search paths /snap/electron-mail/69/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/electron-mail/69/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
vladimiry commented 4 days ago

Clearly something system-specific I won't be able to look into, as I don't run fedora nor do I have your exact hardware setup. So this is something you will have to sort out in your own.

gucio321 commented 4 days ago

but what in electron-mail could enforce nouveau? generally I don't use it as I have dedicated nvidia drivers installed.

vladimiry commented 4 days ago

There is no direct nouveau enforcement in this project, but might happen in @electron / @chromium which used here as a runtime. So I guess this is where you could start the research.