Lutris on Wayland?

decided to try out wayland yesterday. have the flatpak version of lutris but it won’t run. i also have flatseal but even enabling the wayland socket wont work. what am i doing wrong? here is the output from the terminal:

(lutris:2): Gdk-WARNING **: 12:06:51.695: Settings portal not found: Cannot autolaunch D-Bus without X11 $DISPLAY
Error: unable to open display 
2026-05-06 12:06:59,288: ['glxinfo', '-B'] command failed: Command '['glxinfo', '-B']' returned non-zero exit status 255.
2026-05-06 12:06:59,305: No available glxinfo output
2026-05-06 12:06:59,305: Invalid glxinfo received
Can't find bus: Cannot autolaunch D-Bus without X11 $DISPLAY
2026-05-06 12:07:04,687: ['/usr/bin/flatpak-spawn', '--host', 'flatpak', 'list', '--columns=name,application,version,branch,arch,origin,installation'] command failed: Command '['/usr/bin/flatpak-spawn', '--host', 'flatpak', 'list', '--columns=name,application,version,branch,arch,origin,installation']' returned non-zero exit status 1.
2026-05-06 12:07:09,582: Starting Lutris 0.5.22
2026-05-06 12:07:09,656: ['/usr/bin/vulkaninfo', '--summary'] command failed: [Errno 2] No such file or directory: '/usr/bin/vulkaninfo'
2026-05-06 12:07:09,723: "card0" is NVIDIA Corporation GM107M [GeForce GTX 860M] (10de:1392 1028:066a nvidia) Driver 580.142
Can't open display 
2026-05-06 12:07:10,367: ['/app/bin/xrandr'] command failed: Command '['/app/bin/xrandr']' returned non-zero exit status 1.
2026-05-06 12:07:10,368: Unable to generate resolution list from xrandr output

(net.lutris.Lutris:2): Gtk-WARNING **: 12:07:12.826: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Loader process exited early with status '1'Command:
 env -i XDG_RUNTIME_DIR="/run/user/1001" "flatpak-spawn" "--sandbox" "--watch-bus" "--directory=/" "--forward-fd=30" "prlimit" "--as=17012097024" "/usr/libexec/glycin-loaders/2+/glycin-svg" "--dbus-fd" "30" (gdk-pixbuf-error-quark, 0)
Bail out! Gtk:ERROR:../gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Adwaita/scalable/status/image-missing.svg: Loader process exited early with status '1'Command:  env -i XDG_RUNTIME_DIR="/run/user/1001" "flatpak-spawn" "--sandbox" "--watch-bus" "--directory=/" "--forward-fd=30" "prlimit" "--as=17012097024" "/usr/libexec/glycin-loaders/2+/glycin-svg" "--dbus-fd" "30" (gdk-pixbuf-error-quark, 0)

Hi, One question, which Distro are you using?. I’m asking because according with the log, the issue shown there is the glxinfo (which is part of Mesa Libraries) and the xrandr command (which belongs to X11). I’m using Lutris from the repositories directly in Debian 13 without issues.

Maybe you can put here which is your Debian Distribution and more information, like a fastfetch or neofetch output.