Benjamin Abendroth

Results 45 comments of Benjamin Abendroth

Hello, it's me again. Sorry, I don't want to be annoying, but I wanted to clarify a few things. You wrote: > I think if we integrate auto-completion in pylint...

Hello @sam1am , your configuration file looks fine to me, except for two things: - Name of the configuration file: Please use the output of `nbfc get-model-name`+`.json` as filename, this...

Hello, since version 0.3.14 the Gt-GUI is no longer part of this project. The GUIs have been moved to separate projects: - https://github.com/nbfc-linux/nbfc-qt - https://github.com/nbfc-linux/nbfc-gtk There are PKGBUILDs available in...

Hello @IagoJevaux , `usr/share/nbfc/configs/Acer Nitro AN517-54.json: Unexpected charaters`: This means that the JSON is invalid. The `Sensors` field expects an array of sensors. In your attached configuration file, `@GPU` was...

Hello, thanks for the feedback! However, it's *not possible* for the configuration to work with `@gpu` without quotation marks – this would make the JSON invalid syntax-wise. I've tested it...

Hello, developer here. Thanks for your feature request. I've given some thought to whether it makes sense to use arbitrary files as a temperature source. The issue here is that...

Hello @korbel and @JoseskVolpe, it's been a while since this issue was opened, but I finally implemented a solution for your feature request. I decided not to load `libnvidia-ml.so` dynamically,...

Hello @korbel, I'm planning to ship a small helper program with NBFC-Linux to read NVIDIA GPU temperatures. The idea is to add a custom `TemperatureSource` type in `fs_sensors.c`, which will...

Small update: I’ve now found the time to set up the proprietary NVIDIA driver on my old notebook. I’ve also written a small C program that dynamically loads the NVIDIA...

Hello @korbel and @JoseskVolpe , I’ve decided to include support for the NVIDIA kernel module via `libnvidia-ml.so` directly in the service after all. It turns out that `dlopen()` and `dlsym()`...