Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank screen on Linux with Nvidia GPU #80

Open
HwapX opened this issue Sep 11, 2024 · 6 comments
Open

Blank screen on Linux with Nvidia GPU #80

HwapX opened this issue Sep 11, 2024 · 6 comments
Labels
bug Something isn't working os: linux

Comments

@HwapX
Copy link

HwapX commented Sep 11, 2024

When testing the App installed with deb package on Ubuntu 24.04 the shows a empty screen, this happen with stable and beta-3.
image

Log from terminal

[2024-09-11][23:30:42][INFO][yaak_models::plugin] Opening SQLite DB at "/home/hwapx/.local/share/app.yaak.desktop/db.sqlite"
[2024-09-11][23:30:42][INFO][yaak_models::plugin] Creating database file at "/home/hwapx/.local/share/app.yaak.desktop/db.sqlite"
[2024-09-11][23:30:42][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/hwapx/.local/share/app.yaak.desktop/db.sqlite?mode=rwc
[2024-09-11][23:30:42][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations
[2024-09-11][23:30:42][INFO][yaak_models::plugin] Database migrations complete
Starting plugin server with ["/usr/lib/yaak-app/plugins/template-function-response", "/usr/lib/yaak-app/plugins/exporter-curl", "/usr/lib/yaak-app/plugins/importer-curl", "/usr/lib/yaak-app/plugins/importer-yaak", "/usr/lib/yaak-app/plugins/importer-insomnia", "/usr/lib/yaak-app/plugins/filter-xpath", "/usr/lib/yaak-app/plugins/filter-jsonpath", "/usr/lib/yaak-app/plugins/importer-postman", "/usr/lib/yaak-app/plugins/importer-openapi"]
Starting gRPC plugin server on 127.0.0.1:42483
[2024-09-11][23:30:42][INFO][yaak_plugin_runtime::nodejs] Starting plugin runtime main=/usr/lib/yaak-app/plugin-runtime/index.cjs
Spawned plugin runtime
[2024-09-11][23:30:42][INFO][tauri_app_lib] Create new window label=main_0
Loaded plugin 0pUTG at /usr/lib/yaak-app/plugins/template-function-response
Loaded plugin erEwK at /usr/lib/yaak-app/plugins/exporter-curl
Loaded plugin GvEIE at /usr/lib/yaak-app/plugins/importer-curl
Loaded plugin QRDoB at /usr/lib/yaak-app/plugins/importer-yaak
Loaded plugin YBjGE at /usr/lib/yaak-app/plugins/importer-insomnia
Loaded plugin OmwFm at /usr/lib/yaak-app/plugins/filter-xpath
Loaded plugin AxELt at /usr/lib/yaak-app/plugins/filter-jsonpath
Loaded plugin RCl0j at /usr/lib/yaak-app/plugins/importer-postman
Loaded plugin 0guIA at /usr/lib/yaak-app/plugins/importer-openapi
Created plugin worker for  /usr/lib/yaak-app/plugins/template-function-response
Created plugin worker for  /usr/lib/yaak-app/plugins/exporter-curl
Created plugin worker for  /usr/lib/yaak-app/plugins/importer-curl
Created plugin worker for  /usr/lib/yaak-app/plugins/importer-yaak
Created plugin worker for  /usr/lib/yaak-app/plugins/importer-insomnia
Created plugin worker for  /usr/lib/yaak-app/plugins/filter-xpath
Created plugin worker for  /usr/lib/yaak-app/plugins/filter-jsonpath
Created plugin worker for  /usr/lib/yaak-app/plugins/importer-postman
Created plugin worker for  /usr/lib/yaak-app/plugins/importer-openapi
[plugin][exporter-curl] Plugin initialized exporter-curl [ 'export' ] [ 'plugin', 'pluginHookExport' ]
[plugin][exporter-curl] Sending event to app x0frv boot_response
[plugin][importer-yaak] Plugin initialized importer-yaak [ 'import' ] [ 'pluginHookImport' ]
[plugin][importer-curl] Plugin initialized importer-curl [ 'import' ] [ 'pluginHookImport' ]
[plugin][importer-yaak] Sending event to app TRDvj boot_response
[plugin][importer-curl] Sending event to app QA7uy boot_response
[plugin][importer-postman] Plugin initialized importer-postman [ 'import' ] [ 'pluginHookImport' ]
[plugin][template-function-response] Plugin initialized template-function-response [] [ 'plugin' ]
[plugin][importer-postman] Sending event to app go2k9 boot_response
[plugin][template-function-response] Sending event to app 0EO6S boot_response
[plugin][importer-insomnia] Plugin initialized importer-insomnia [ 'import' ] [ 'pluginHookImport' ]
[plugin][importer-insomnia] Sending event to app kdTdE boot_response
[plugin][filter-xpath] Plugin initialized filter-xpath [ 'filter' ] [ 'pluginHookResponseFilter' ]
[plugin][filter-xpath] Sending event to app 4S7je boot_response
[plugin][filter-jsonpath] Plugin initialized filter-jsonpath [ 'filter' ] [ 'pluginHookResponseFilter' ]
[plugin][filter-jsonpath] Sending event to app JDoxZ boot_response
[2024-09-11][23:30:43][INFO][tauri_app_lib::updates] Checking for updates mode=stable
[plugin][importer-openapi] Plugin initialized importer-openapi [ 'import' ] [ 'pluginHookImport' ]
[plugin][importer-openapi] Sending event to app b9Cbq boot_response
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer

When running from appimage the run flawlessly

@gschier
Copy link
Member

gschier commented Sep 12, 2024

Do you have an nvidia GPU?

@HwapX
Copy link
Author

HwapX commented Sep 12, 2024

Yes an GTX 960, driver 550

@gschier
Copy link
Member

gschier commented Sep 12, 2024

It's probably this then. tauri-apps/tauri#9304

Does the workaround of setting WEBKIT_DISABLE_DMABUF_RENDERER=1 work for now?

@gschier
Copy link
Member

gschier commented Sep 12, 2024

Looks like Spacedrive found a fix that might work here too spacedriveapp/spacedrive#2542

@gschier gschier added bug Something isn't working os: linux labels Sep 12, 2024
Copy link

This issue is linked to our feedback platform. For feedback and updates, please visit this link.

@HwapX
Copy link
Author

HwapX commented Sep 13, 2024

It's probably this then. tauri-apps/tauri#9304

Does the workaround of setting WEBKIT_DISABLE_DMABUF_RENDERER=1 work for now?

Yes it solves the problem for now, thanks

@gschier gschier changed the title Empty screen Empty screen on Linux with Nvidia GPU Sep 17, 2024
@gschier gschier changed the title Empty screen on Linux with Nvidia GPU Blank screen on Linux with Nvidia GPU Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working os: linux
Projects
None yet
Development

No branches or pull requests

2 participants