Raspberry Pi OS • Re: Warning from apt-key: Key is stored in legacy...
The fix from @bam_bulla works, but check a couple of things, first. You may already have /etc/apt/trusted.gpg.d and the second key mentioned (7FA3303E) as raspberrypi-archive-stable.gpg:Code:...
View ArticleRaspberry Pi OS • Re: How to add 800x480 resolution in bookworm OS 64 bits?
config.txt is not used anymorein /boot/firmware/cmdline.txt add to the front of the lineCode: video=HDMI-A-1:800x480then you can select it in screenGreat. This worked. Thanks!Statistics: Posted by...
View ArticleRaspberry Pi OS • VNC on Bookworm that shows actual screen and can copy/paste
I have installed Bookworm on a Libre Sweet Potato and would like some help installing a VNC server that will show the actual desktop and allow for copy/paste between Windows running the client and the...
View ArticleRaspberry Pi OS • Unable to turn on SCTLR_EL1.UMA on raspberry pi 5
Hello.I want to acess PSTATE.{D, A, I, F} at EL0 on my raspberry Pi 5. According to the Arm AArch64 Registers Documentation, SCTLR_EL1.UMA = 1 allows user space PSTATE.{D, A, I, F} access.UMA, bit...
View ArticleRaspberry Pi OS • RaspberrypiOs Lite Chromium wrong resolution/image
Hello people, I'm having some problems.On a raspberrypi 3 model B, I have RaspberrypiOs Lite 32bits bookworm installed. (Using Raspberrypi Imager)I followed a tutorial to make chromium work in kiosk...
View ArticleRaspberry Pi OS • Re: RaspberrypiOs Lite Chromium wrong resolution/image
hdmi_group=2hdmi_mode=81framebuffer_width=1366framebuffer_height=768These all refer to the deprecated firmware display driver that isn't used on bookworm. Remove these settings.Remove the "xrandr...
View ArticleRaspberry Pi OS • Re: VNC on Bookworm that shows actual screen and can...
That Potato is not a Pi is it?Statistics: Posted by neilgl — Thu Jan 02, 2025 4:02 pm
View ArticleRaspberry Pi OS • Re: PI5 NVME df -h
With respect to "Will only work when a non-bootable drive get's detected." Clearing all data on an SD/SSD will make it non-bootable and improves performance. The Bookworm release command blkdiscard...
View ArticleRaspberry Pi OS • Something is missing?
Hello everyone, Maybe I am crazy and it's never been there but shouldn't there be a button on the left of the active window? If I click over there a menu opens but there isn't an icon or anything to...
View ArticleRaspberry Pi OS • Re: Something is missing?
Code: cp /etc/xdg/labwc/rc.xml ~/.config/labwc/rc.xmlCode: mousepad ~/.config/labwc/rc.xml1. the theme pixflat does not have a icon on the left, if you for example use the adwaita theme it'll be...
View ArticleRaspberry Pi OS • Raspberry Pi Wallpapers SVG Files - RPiSystem.png
Hi Raspberry Pi team,Do we have the SVG file for the RPiSystem.png wallpaper that comes as the default on Raspberry Pi?I’d like to create a dark version of it, and working directly with the SVG file...
View ArticleRaspberry Pi OS • Workarounds for drm/vc4 crashes during "wakeup"...
I was dumb and touched* what was working for weeks/months at a time between reboots.Possibly have even changed the hdmi-cable, but now i'm sick and tired of randomly loosingthe hdmi-output on that...
View ArticleRaspberry Pi OS • HOWTO: Raspberry Pi 5 Autostart applications (labwc)
[u][b]either choose a .desktop file from /usr/share/applications/ and copy it to /etc/xdg/autostart/[/b][/u]open terminal[code]$ sudo cp /usr/share/applications/[application].desktop...
View ArticleRaspberry Pi OS • Re: USB Drive OS Fails to Boot after apt-get upgrade
with the old commands, that won't install everything neededthe correct command isCode: sudo apt update && sudo apt -y full-upgradeStatistics: Posted by kerry_s — Sat Jan 04, 2025 1:59 am
View ArticleRaspberry Pi OS • a pi5 where boot option B3 just goes back to the prompt
A recently created pi5 won't work with boot option B3 (GUI, require login). I enter the password, it goes black for a few seconds and then presents the login screen again. No message about incorrect...
View ArticleRaspberry Pi OS • Re: a pi5 where boot option B3 just goes back to the prompt
I'm guessing something is crashing silently and booting you back to the login screen. Maybe something in /var/log/lightdm.log would provide a clue? Does this happen for all users, or just one? Does it...
View ArticleRaspberry Pi OS • systemd-timesyncd fails sync time for minutes after boot -...
Hello,I'm advanced Linux user, who's recently built a new system on an RPI 4B. This is the first time I've used Raspberry Pi OS based on bookworm (I have an older Pi due to some dependant software...
View ArticleRaspberry Pi OS • Reverting from Wayland to X11 leaves X11 non-functional
Prior to last update, a Pi4B that was successfully exporting a graphical interface (Python-TkInter) to an Alma-Linux 8.10 host via ssh -X has stopped working. I noticed the Wayland note after the last...
View ArticleRaspberry Pi OS • Pi camera runs in terminal but not in service
Hi,I am trying to configure my Pi camera to act as webcam.I added this service:pi@pi:~ $ cat /lib/systemd/system/picamera.service[Unit]Description=Run Pi Camera as...
View ArticleRaspberry Pi OS • Re: GUIDE: Ubuntu-like GNOME on Raspberry Pi OS Lite (NO SNAP)
I also modified the RPiOS standard environment 2 times myself and also made Ubuntu for Pi4 snapless long tiime ago. But it is all available as complete images via Armbian, see...
View Article