Pi4, Bookworm and blank screen with a cursor #339
-
Hi everyone, I tried following Wolfgang's guide here: I did all the steps but when I get to the part on where I should be seeing "No pictures select, have a break" and see a coffee mug, I just see a blank screen with a mouse cursor in the middle. If I run: "systemctl --user stop picframe.service" I get back to terminal and see the comments about how I auto-login. I installed Raspberry Pi OS Lite (64-bit) on a Raspberry Pi 4 I'm not sure what I'm missing since I followed the instructions and didnt skip anything... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
That blank screen with mouse arrow is wayfire starting, but picframe not doing, for some reason. Starting using sytemd is convenient insofar as you can stop it again quite easily, but the output on the terminal is hidden away. Try running The other way to see output is to start manually from a terminal.
But now the terminal is blocked. To free it, start a new terminal (if using a keyboard plugged into the Pi itself rather than SSH, you can do that with with Ctrl-Alt-F2) log in then find and kill the wayfire process
Go back to first session (if using keyborad Ctrl-Alt-F1) |
Beta Was this translation helpful? Give feedback.
I've made sure the new functions in
pi3d.Display
are now all in the master branch. You should be able to overwrite the existing installation if you enable the venv andpython3 -m pip install git+https://github.com/tipam/pi3d --no-dependencies --force
which should avoid reinstalling all the dependency modules you already have. Sorry about this.Paddy