cartesius68

Results 18 comments of cartesius68

@jonasmalacofilho Just to be sure, another test: ## Packages ``` hidapi-0.12.0 Library to access USB HID-class devices py39-hidapi-0.11.0.p2 Cython interface to comms/hidapi py39-pyusb-1.0.2 Python wrapper around libusb ``` yes, running...

Sorry for misreading that request. Regarding `libusb`, I **don't have** ``` linux_libusb-13.1.0 Linux-compatibility LibUSB ``` installed at all. Isn't that a problem? Does `liquidctl` somehow pick an appropriate backend? Here's...

> > Regarding `libusb`, I **don't have** `libusb` is inbuilt, source in `/usr/src/lib/libusb/`. When I run `python` I get: ``` >>> usb.version_info (1, 0, 2) ``` but `man 3` page...

Added source codes for `libusb` on my machine. [libusb-freebsd-13.1-RELEASE.zip](https://github.com/liquidctl/liquidctl/files/9468694/libusb-freebsd-13.1-RELEASE.zip)

same issue ``` ProductName: macOS ProductVersion: 14.3.1 BuildVersion: 23D60 ``` ``` alacritty 0.14.0-dev (cb3a79db) ```

Thanks! `egl` is stable already? Don't you have tearing without `ForceFullCompositionPipeline`? As for the `Vsync` and `AllowFlipping` on the NVIDIA side, both OFF, right?

> Could you please try `no-frame-pacing = true;` in the config? Tried. A bit better. But still freezes. A couple of times a day, say. Complete freeze. Each time I...

Updated to v12.5. Still random freezes.