On 2023-04-05 15:15:59 +0200, zithro wrote: > > On 2023-04-04 18:27:59 +0200, zithro wrote: > > > Unfortunately, "libxnvctrl0" is a dependency for "xfce4-sensors-plugin" > : > > > > > > apt show xfce4-sensors-plugin > > > Depends: libxnvctrl0 > > > > > > So marking the packages provides the exact same output as above. > > > > > > Should I report a bug in the "xfce4-sensors-plugin" package ? > > > > No, the dependency is normal. If you look at the source, there's > > a file lib/nvidia.cc that uses libxnvctrl0: [...] > > Hence the dependency. > > Thanks for the hints ! > What's strange is that in the sensors plugin GUI, the "sensor type" > concerning my GPU is called "nouveau-2000".
I suppose that the plugin supports various drivers. Since you are using nouveau, it outputs a name related to nouveau. > I don't have any other sensor source coming from "*nvidia*" or "*nv*". > I'm wondering how this lib can work without the official driver, and if it's > not related to the nouveau bug I have ? I suppose that the plugin calls a function of this lib only if it detects that the nvidia driver is used. But even if the plugin doesn't use this lib, the lib must be present so that it can be linked against the plugin at load time (an alternative way for the plugin would be to use dlopen(), in which case the lib would not be needed, but I suppose that this is not the method used by the plugin). -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)