Jens Peters
Jens Peters
Thanks for the heads up! Hopefully we can merge Liam's PR soon. After that I'll also update to the new headers and then it is time for a new release.
Regarding `libnvidia-api.so`, in its current state it could serve as a perfect nvml replacement because, well obviously, all those GPU_ related methods match exactly and no translation is needed like...
Yeah, that's indeed a blocking issue for now. I had hoped we can correlate by `NvAPI_GPU_GetBusId` and `NvAPI_GPU_GetBusSlotId`, which is the same as PCI bus ID/device ID. But unfortunately `NvAPI_GPU_GetBusSlotId`...
Out of curiosity I've looked again at this with NVIDIA 565. TLDR: Not much has changed. The list of methods in `libnvidia-api.so.1` which are also available in the known interface...
May be the discussion at https://github.com/negativo17/nvidia-driver/issues/131 is relevant, though not sure since this is about the proprietary driver.
Thanks for the PR. I'm actually quite torn on this one. While I don't mind the extra bits for having proper file information, maintaining versions numbers manually sounds very tedious....
> > (on a side note, the filename should differ between 32bit and 64bit builds) > > Actually, on native Windows it does not: > > ``` > $ exiftool...
Looks like something (the embedded web server?) is keeping files open and that blocks the generator to overwrite the html file(s). Unfortunately I don't have a windows box close to...
Related: https://github.com/mpv-player/mpv/issues/16737
Support for the tablet protocol has been added recently (https://github.com/mpv-player/mpv/pull/16276) which should improve stylus/pen handling. There was also https://github.com/mpv-player/mpv/pull/16468 for improving touch input in the meantime. Do you have a...