Jeff Geerling

Results 1858 comments of Jeff Geerling

I've pushed a commit that should hopefully fix yum.

Interestingly, I'm also getting a CI idempotence failure on Debian 12 (and only Debian 12...): https://github.com/geerlingguy/ansible-role-ntp/actions/runs/7649697033/job/20844537505#step:5:212

https://github.com/geerlingguy/ansible-role-ntp/pull/130 may fix this — going to test again soon.

I believe this is fixed now. Please let me know if not, and we can take another look.

To use `radeontop`: ``` sudo apt install -y libdrm-dev libncurses-dev libxcb-dri2-0-dev git clone https://github.com/clbr/radeontop.git cd radeontop make ./radeontop ``` Since I'm having trouble getting into lightdm / wayfire, it's slightly...

If I use `raspi-config` to boot to CLI instead of desktop, I try running: ``` $ wayfire-pi II 23-11-23 12:51:00.366 - [src/main.cpp:280] Starting wayfire version 0.7.5 II 23-11-23 12:51:00.366 -...

I grabbed Coreforge's memcpy library: ``` wget https://gist.githubusercontent.com/Coreforge/91da3d410ec7eb0ef5bc8dee24b91359/raw/b4848d1da9fff0cfcf7b601713efac1909e408e8/memcpy_unaligned.c gcc -shared -fPIC -o memcpy.so memcpy_unaligned.c sudo mv memcpy.so /usr/local/lib/memcpy.so sudo nano /etc/ld.so.preload # Put the following line inside ld.so.preload: /usr/local/lib/memcpy.so ```...

On the site now: https://pipci.jeffgeerling.com/cards_gpu/xfx-radeon-rx460-4gb.html

@Coreforge - indeed, after enabling that flag, I can compile (with a number of warnings), rebooting now... Running `wayfire-pi`, while the environment initializes, I see: ``` [ 40.300504] Alignment fixup...

A few notes: - Fans spin up (slowly then fast briefly) at boot, so at least I know they work :) - Haven't tried games yet, but SuperTuxKart on high...