Djhg2000

Results 29 comments of Djhg2000

I'm affected by this too. Trying to install [Cyberpunk 2077 (Galaxy version)](https://lutris.net/games/cyberpunk-2077/) and it just errors out on return code 256. Latest git version of Lutris built from source makes...

Indeed, a better workaround for now is [what I documented on the Mobian Wiki](https://wiki.mobian-project.org/doku.php?id=waydroid#optional-tweaks): `truncate -s 0 ~/.local/share/applications/waydroid.[package_name].desktop` Edit: formatting

@plata Good point. I'm not sure what the best approach would be; per-user configs or global launchers? Or maybe allow per-user overrides of the config (although that would be a...

Try `sudo waydroid init -f`, that has worked for me before when the download failed.

Doing some preliminary work on this, so far I've come up with a few notes: * This seems to be the recommended driver for the CH341A USB-SPI bridge: https://github.com/rogerjames99/spi-ch341-usb ....

The major hurdle nowadays seems to be that out of tree driver for the SPI part. There's the one that works with the demo code and that's what I'm working...

Well, here's some unfortunate news; https://github.com/rogerjames99/spi-ch341-usb no longer compiles since Linux 6.4 with the following (first) error: ``` /home/djhg2000/install/spi-ch341-usb/spi-ch341-usb.c:212:30: error: field ‘gpio’ has incomplete type 212 | struct gpio_chip gpio;...

I've made some progress on this using the new upstreamable driver (or rather, using this WIP branch of the extended GPIO configuration https://github.com/mr-nice/ch341-i2c-spi-gpio/tree/pinedio ) and I've pushed what I have...

@jp-bennett Sorry for not getting back on this sooner. I can't find the branch "native-unity" in this repo and attempting to build the "native" target from the master branch results...

> @Djhg2000 That branch got merged to master. You're hitting a bug in the LovyanGFX library that I did. Uninstall your system SDL development packages. That will change how the...