Philippe Strauss

Results 8 comments of Philippe Strauss

Got the same problem here, on an AMD Ryzen KUbuntu 23.10 laptop using vulkan-sdk : ``` (.pylocal) catseye@pulse-g2:/data/src/viz/datoviz/build$ dpkg -l | grep vulkan ii libvulkan-dev:amd64 1.3.268.0~rc1-1lunarg22.04-1 amd64 This package contains...

N.B.: ./manage demo gui works fine.

The attached log file is the result of running `./manage.sh test > test-log.txt 2>&1` This laptop (not a VM like the author of this issue) seems to have a very...

Since I see two GPU on this laptop, the hardware integrated Ryzen one and the mesa llvmpipe, I've tried to force the use of the hardware one by changing line...

Building mesa git from source and lunarg vulkan loader does not fix the issue for the scatter demo but I would need a switch to pass to the tests to...

Thanks for being my Rust teacher for 5 minutes :-)

I've changed the jclient type to: `jclient: jack::AsyncClient src/app.rs:97:14 | 97 | ...t: jack::AsyncClient Control + Send + 'static)` note: required by a bound in `ClosureProcessHandler` --> /home/catseye/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jack-0.11.4/src/client/handler_impls.rs:16:34 | 16...