dupontgu / retro-ipod-spotify-client

The software that powers the sPot: a 4th generation "Click Wheel" iPod with a full Spotify client.
Apache License 2.0
912 stars 90 forks source link

Blank Screen #28

Open GADify opened 3 years ago

GADify commented 3 years ago

Got everything mostly working (even the clickwheel) but I get nothing but a blank screen after X11 starts.

While I'm usually fine using X11, this openbox stuff is all new to me and it just doesn't seem to be working.

If I startx manually I get the following:

(process:879): WARNING : 20:40:13.509: xdg-autostart.vala:125: Error: Error opening directory ?/home/pi/.config/autostart?: No such file or directory

Message: 20:40:13.544: xdg-autostart.vala:39: Processing /etc/xdg/autostart/gnome-keyring-secrets.desktop file. Message: 20:40:13.550: xdg-autostart.vala:64: Not found in OnlyShowIn list, aborting. Message: 20:40:13.555: xdg-autostart.vala:39: Processing /etc/xdg/autostart/gnome-keyring-ssh.desktop file. Message: 20:40:13.559: xdg-autostart.vala:64: Not found in OnlyShowIn list, aborting. Message: 20:40:13.564: xdg-autostart.vala:39: Processing /etc/xdg/autostart/at-spi-dbus-bus.desktop file. Message: 20:40:13.584: xdg-autostart.vala:94: Launching: /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately (at-spi-dbus-bus.desktop) Message: 20:40:13.587: xdg-autostart.vala:39: Processing /etc/xdg/autostart/xdg-user-dirs.desktop file. Message: 20:40:13.630: xdg-autostart.vala:94: Launching: xdg-user-dirs-update (xdg-user-dirs.desktop) Message: 20:40:13.638: xdg-autostart.vala:39: Processing /etc/xdg/autostart/gnome-keyring-pkcs11.desktop file. Message: 20:40:13.640: xdg-autostart.vala:64: Not found in OnlyShowIn list, aborting. 2021-03-15 20:40:13 initInitialise: Can't lock /var/run/pigpio.pid

Any help is appreciated.

doctorleach commented 3 years ago

I assume this is from .xsession-errors in the pi home directory. The WARNING is nothing; if you create that file--probably even if empty--you shouldn't see the warning again.

As for the others, I think all but the last is normal; at least I see them in my logs too and my setup works. Not sure why you get the pigpio error; you should check to make sure you executed these when you set up your SD card:

wget https://github.com/joan2937/pigpio/archive/master.zip unzip master.zip cd pigpio-master make sudo make install

The blank screen is just because you disabled the mouse cursor and no programs are running in openbox. Something went wrong with the spotifypod.py script, and there are a number of possibilities. Read through issues #21 and #22 for some hints.