Vikash

Results 106 comments of Vikash

@seagle0128 yep. Here are the server logs. They seem to be reported with a severity of 4 which is not any of error, warning, info. ``` [Trace - 05:41:47 PM]...

I have always wondered if the better approach is to integrate the session lock protocol into the login manager daemon itself (i.e greetd) since it already has to handle authentication...

greetd already uses pam for authentication. The greeters are basically just GUI programs that rely on IPC communication with greetd. If greetd implements the client side protocol for the ext-session-lock-v1...

I am using Jinja templating rather than f strings so I went for this approach. I could still use a return I guess rather than use a doctoring. But you...

I am able to consistently reproduce this if I make changes to pyproject.toml

@Tyfuzzle I am using 5070 TI and can't get the nvidia drivers to work properly. Is this necessary for newer cards? Do I need to set the nvidia-drm.modeset=1 in the...

@Tyfuzzle thanks I installed this package but I am getting issues with running niri a wayland compositor > None of the following EGL extensions is supported by the underlying EGL...

@JkktBkkt thanks a lot I did manage to get it working reasonably well. I do run into this issue intermittently https://bbs.archlinux.org/viewtopic.php?pid=2254844#p2254844 Random crashes for apparently no reason at all. The...

@JkktBkkt I tried rebuilding after your forced push to 580.82.09 and I get build errors ``` /var/lib/dkms/nvidia-open-dkms/580.82.09/build/kernel-open/nvidia/nv-clk.c:30:10: fatal error: soc/tegra/bpmp-abi.h: No such file or directory 30 | #include | ^~~~~~~~~~~~~~~~~~~~~~...

I think the fundamental problem happens here. ```python def _create_asgi_handler(self) -> ASGIApp: """Create an ASGIApp that wraps the ASGI router inside an exception handler. If CORS or TrustedHost configs are...