Jeff Geerling
Jeff Geerling
This thread may get a little more activity, I just posted a video: [You can use external GPUs on the Raspberry Pi 5](https://www.youtube.com/watch?v=BLg-1w2QayU).
Regarding the cursor, according to [this YouTube comment](https://www.youtube.com/watch?v=BLg-1w2QayU&lc=Ugy59inoCoPpveWSDud4AaABAg) I could add the environment variable `WLR_NO_HARDWARE_CURSORS=1` to use the software renderer, and that would hopefully keep it visible for now :)
@Coreforge Awesome, thanks! Could you also try running it windowed inside the `wayfire-pi` environment too? (If you get a chance).
Note that some of the rationale would be to allow programs like Vagrant to log in easily. For Vagrant's preconfigured boxes, they are usually configured with a default admin user...
Same here, getting build failures for my Drupal projects like: https://travis-ci.org/geerlingguy/ansible-role-drupal/jobs/580007618#L1381
Looks like there's another config available here: https://forum.airgradient.com/t/new-airgradient-indoor-kit-monitor-available-now/1240/8 Direct link: https://github.com/MallocArray/airgradient_esphome/blob/main/airgradient-one.yaml
I've added a config based on MallocArray's, and will be testing it out. Wanted to make LED brightness adjustable because at the default it lights up the whole room at...
Definitely need to tweak some of the molecule bits — a lot changed in the past few months!
Today I'm trying to upgrade my Raspberry Pi Dramble codebase to Drupal 8.6.0, but when I run `composer update` or the full recommended command as in the comment above, it...
@zuuperman - It looks like the defaults were to use `~8.5.3` for drupal core and something similarly restrictive for this dependency (the tilde plus the minor version inclusion means it...