maztheman

Results 10 comments of maztheman

Tight and raw should work with Nvidia drivers, but you'll have to build neatvnc and wayvnc from master branch. EDIT: and now zrle also works.

On my machine, nvidia proprietary driver, gbm_bo_map() returns ENOSYS which means its not implemented.

``` (:6954): GLib-GObject-CRITICAL **: 07:16:29.175: g_object_unref: assertion 'G_IS_OBJECT (object)' failed SIGSEGV: segmentation violation PC=0x102d1e614 m=0 sigcode=2 signal arrived during cgo execution goroutine 1 [syscall]: runtime.cgocall(0x100bee160, 0x1400019fd98) /opt/homebrew/Cellar/[email protected]/1.21.9/libexec/src/runtime/cgocall.go:157 +0x44 fp=0x1400019fd60 sp=0x1400019fd20...

Also note that after upgrading to bookworm, it seems my smb performance (copy to nas) is greatly increased. QNAP TS-212, before (qnap latest firmware) was around 4MiB/sec, after (bookworm firmware)...

Main use case is to fix some of the errors you get when you try to FetchContent this repo (using cmake). one of the biggest issues is how you append...

oh, and as you are probably aware the opentracing library is deprecated, and such I am trying to put in opentelemetry with the shim in place.

Looks like these changes might have to wait until the integration_test_nginx issue can be solved. Apparently CPM requires 3.14 but the integration_test_nginx only has cmake 3.13.

> @maztheman, did you never run into this issue? I don't think so. However, it's been awhile..

IMHO the best way to deal with this is to change std::min() to (std::min)()