openplotter / openplotter-settings

Main OpenPlotter app
GNU General Public License v3.0
77 stars 13 forks source link

Can't setup Shutdown and Poweroff on RPi5 #29

Closed CaptIgmu closed 3 months ago

CaptIgmu commented 4 months ago

On RPi5, can't setup Shutdown/Poweroff in Raspberry Settings because GPIO Map only shows 35 pins, so can't select GPIO 21 (pin 40) or GPIO 26 (pin 37). Can't manually enter a number, have to pick from GPIO Map. (I am using a MacArthur HAT)

sailoog commented 4 months ago

Screen size? could you send an screenshot?

CaptIgmu commented 3 months ago

Screenshot at 1680 x 1050 but also same appearance with lower or higher resolution screen: SettingsRPi5_1680x1050

sailoog commented 3 months ago

Ok, I see you are on Wayland. OpenPlotter is optimized for X11 because Wayland is not mature yet and there are unexpected behaviors like this. We can not make that window bigger because it has to fit in 7" on X11, so I have added a scroller in openplotter-settings v 4.2.6, please test.

Update the entire system:

sudo apt update
sudo apt full-upgrade

You will probably find more problems on Wayland, especially on OpenCPN and Raspberry OS native menus.

CaptIgmu commented 3 months ago

Yihaa! That works in v4.2.6 Thanks!

sailoog commented 3 months ago

Perfect, thanks for reporting.