Michele Sorcinelli

Results 68 comments of Michele Sorcinelli

So far I received no feedback from @gotcha in #104, and that was opened in 2016 so the code must have changed in the meantime. I'll be happy to resolve...

On the Raspberry OS (ex Raspbian) this issue started when updating from Buster to Bullseye (and so from Kodi Leia to Matrix). This seemed to help in my case (even...

Any update on this? We're having the same issue on our cluster. Kiam pods are not limited (QoS is BestEffort) and we're running 2 replicas of the kiam-server on dedicated...

> I did find out that even though it appears to be working fine in lua (see screenshot below), when I try `lua print(require"fidget".is_installed())` it still prints false, so that...

In my case the issue could be solved by reviewing my lspconfig setup. With the intent of customizing some of the LSP server setting, I ran the `setup()` method on...

Can you try to set `modeset=0` in `/etc/default/nvidia-xrun` and see if it helps?

Edit the `/etc/default/nvidia-xrun` config file and replace `modeset=1` with `modeset=0` in this line: https://github.com/Witko/nvidia-xrun/blob/master/config/nvidia-xrun#L26

That probably means the bus ids aren't correct, you'll have to change them in `/etc/default/nvidia-xrun`. Follow the [readme instructions](https://github.com/Witko/nvidia-xrun#setting-the-right-bus-id), the last sentence in that paragraph. Also read this [thread](https://github.com/Witko/nvidia-xrun/issues/116).

The `/sys/bus/pci/devices/` entries are created by the kernel itself, and you shouldn't require additional packages, so I don't know exactly what's happening in your system. Can you see the bus...

Does `lspci | grep -i nvidia` show the card? If not a previous run of `nvidia-xrun` might have already removed the card from the system, and thus the entry in...