View Single Post
  #3   (View Single Post)  
Old 23rd April 2022
TheTKS TheTKS is offline
Port Guard
 
Join Date: Sep 2018
Location: Canada
Posts: 43
Default

Ran a trouble-free sysupgrade from 7.0 to 7.1 arm64 on Raspberry Pi 4 in under 20 minutes, including taking extra time to read a few things in more detail.

Packages took longer: I have xfce4, xfce4-extras and a few other packages installed.

xfce4 screen freezing (not an OpenBSD problem, an Xfce one) still needs action to reimplement a workaround after an OS upgrade followed by pkg_add -u. The way I get around it is:

Code:
# chmod -x /usr/local/bin/xfce4-screensaver*
# chmod -x /usr/local/bin/upower
This allows me to manually lock from the Xfce panel, password protected, but no screensaver runs, I just have a blank screen. I haven't found a real fix yet, just this work around, but it works for me.

Next is to get OpenBSD installed on a desktop or laptop again, after the desktop I had it installed on died.

TKS
Reply With Quote