Tim-Rex

Results 38 comments of Tim-Rex

After a 9 month shipping delay, I finally have my exploitable TV in my hand again, I've been looking forward to playing with this. I turned to my partner and...

It appears this is still the case for all postgres versions above PG13 I only mention this since slony 2.2.11 just landed, and the release notes indicate support for PG15...

Ahh, so I see. Thanks. It looks like load_slony_base() is setup correctly, though load_slony_functions() still considers PG15 as "possibly unsupported"

Discovered this to be an issue [here](https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/65) What's interesting is that I'm explicitly running VScode as a native Wayland application but still seeing `GDK_BACKEND=x11` regardless ``` $ cat .config/electron27-flags.conf --enable-features=WaylandWindowDecorations...

With `WAYLAND_DEBUG=1` Output follows ``` $ WAYLAND_DEBUG=1 vkcube-wayland --gpu_number 1 [1635527.597] -> [email protected]_registry(new id wl_registry@2) [1635527.984] [email protected](1, "wl_compositor", 5) [1635527.993] -> [email protected](1, "wl_compositor", 4, new id [unknown]@3) [1635527.996] [email protected](2, "wl_drm",...

No change. Started gnome with ``` XDG_SESSION_TYPE=wayland MUTTER_DEBUG_SEND_KMS_MODIFIERS=1 MUTTER_DEBUG_USE_KMS_MODIFIERS=1 dbus-run-session gnome-session ``` gnome-terminal shows those environment variables as set Output remains the same from vulkaninfo with `WAYLAND_DEBUG` enabled, both with...

Nice spot, thanks @eric-kz. Good to understand the issue at play here, very much appreciated. Im also about to take a holiday, so wouldn't have been in a good position...

@erik-kz is it possible that recent drivers have introduced a regression here? I'm certain I've been succesfully using DRI_PRIME with this configuration as recently as v535.129.03 (see issue #95) and...

Okay, thanks. Please disregard (not sure how I managed to produce #95 ahead of 545)

Ahh, thank you for the clarification. I'm not going crazy :)