Bram Stolk
Bram Stolk
The good news: lichee pi4a has a vulkan driver. The bad news: `vkcube` will refuse to run, due to an assertion failure: **./cube/cube.c:3444: demo_init_vk: Assertion `!err' failed.** ``` debian@lpi4a:~$ vulkaninfo...
From the sipeed pi 4a specs: **OpenCL 1.1/1.2/2.0** But if I test for OpenCL support using `clinfo` I get: ``` $ sudo clinfo Number of platforms 0 ICD loader properties...
If I connect the lichee with my PC over USB-C, the device does not show up on my host's `lsusb` Does the device require power from the barrel plug when...
The ethernet ports get a random MAC address, every time the system boots. How can I get a stable MAC? I want my router to be able to identify the...
My monitor is a panel with native 1280x768 resolution, which is described in the EDID's DTD. X will come up using a 1024x768 mode instead. My EDID info: ``` Block...
I used `-Dxwayland=false` yet, it still tries to use xwayland headers: ``` User defined options backend : ninja prefix : /opt/hopalong xwayland: false Found ninja-1.11.0 at /usr/bin/ninja Cleaning... 0 files....
Can you add a link on the README that refers to a C implementation of a new style system daemon?
If I add a `display.dim(true)` call to the example code, nothing changes. Only if I switch from `SSD1306_SWITCHCAPVCC` to `SSD1306_EXTERNALVCC` the call starts working. Controller: Espressif ESP32-C3 devkit M1. Display:...
When running the prebuilt binaries from github assets, on Linux, pressing a trigger buttons on Steam Controller: ``` bram@Workstation:~/investickgator-1.0.1/bin/linux_x64$ ./iv Starting joystick subsystem with xinput enabled: 1 added device id...
SDL2 has no fixed linker invokation. Depending on what is detected at library build time, the link command line varies from system to system. To link an application, `sdl2-config --static-libs`...