Raspberry Pi OS • Re: Need version which supports Adafruit 2.8" screens
Depends on your use case, but you can run wayfire as well (with a little tweaking of the settings).Shown below is a 2.8in TFt with 240x320 pixels. You're able tp rotate it for sure.Statistics: Posted...
View ArticleRaspberry Pi OS • Fail to commit transient machine-id on disk
Hi,My issue:Using Raspberry Pi imager, I prepare a 32GB USB key(stick) with fresh Pi OS 64-bit Lite (Bookworm or Bullseye).I start my Pi4 4GB which booting onto this USB stick and preparing the...
View ArticleRaspberry Pi OS • Re: how to start an application with a certain size window
This is solved. Below are the details. I hope it helps others!Hi,Xeoma "remembers" the size and position of the window on screen with the help of the "user.cache" file (more on where to find it here)....
View ArticleRaspberry Pi OS • Re: Systematic journal corruption on clean install of...
Bonjour à tous,I had the same issue with a corrupted filesystem after a fresh install. I did try almost everything. New SD Card. But the problem was always the same after a fresh install ( with...
View ArticleRaspberry Pi OS • Re: HOW TO: Open a terminal, keep it open and start a...
Using thagrol's guide viewtopic.php?t=314455 we can use Autostart Via wayfire.inie.g. On a Pi4 running latest Bookworm with desktop, I add this to the end of .config/wayfire.ini Code:...
View ArticleRaspberry Pi OS • Re: Fail to commit transient machine-id on disk
So if you runCode: systemctl status systemd-machine-id-commit.serviceWhat do you get?Do you get this every boot or just the first one?Have you installed / configured anything on the OS before this...
View ArticleRaspberry Pi OS • Re: OS problem
Bookworm by default uses wayland and to start the gui from cli you use wayfire-pistartx is for X11 modeThank you for the quick reply, I tried the command:Code: wayfirebut when I hit enter it showed me...
View ArticleRaspberry Pi OS • Kernel modules missing for "softdog"?
Dear community,on my RPi 5 I switched from Raspi OS to openmediavault but OMV uses Raspi OS and I encounter a problem which is supposed to be related to Raspi OS Kernel. The long story is written here...
View ArticleRaspberry Pi OS • Re: Raspi CM4 Removing drivers for wifi and bluetooth
Thats exactly what I was looking for. Thank you so muchStatistics: Posted by edyfication — Thu Mar 21, 2024 1:54 pm
View ArticleRaspberry Pi OS • Re: best way to run a bash on startup in Bookworm
I am running the following command in crontab on a Raspberry Pi 4 running Bullseye and it works fine.I have a new Raspberry Pi 5 running bookworm, and this command doesn't run at startup.Anyone have...
View ArticleRaspberry Pi OS • Re: Kernel modules missing for "softdog"?
I don't think such a kernel module exists - did you mean watchdog ? Through some method, that name has ended probably in your /etc/modules file - you can remove the line containing it to get rid of...
View ArticleRaspberry Pi OS • Re: Firefox 124 on bookworm?
it just came out on the 19th, not even a week.Statistics: Posted by kerry_s — Fri Mar 22, 2024 11:27 am
View ArticleRaspberry Pi OS • Raspberry Pi 3 update failure
I have a Pi3 with Pihole installed and have not had any issues updating my pihole software before.But now when I try to update my pihole software I get the following error;Code: sudo pihole -up [✓]...
View ArticleRaspberry Pi OS • Re: Raspberry: Chromium crashes when opening google maps
Chromium is version 122.0.6261.89 on my Pi5 running Raspberry Pi OS 64-bit "Bookworm" (Debian 12), same on a Pi4 "Bullseye" (Debian 11)So yours seems to be and old version running on the old "Buster"...
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
The recently-released sdm V11.6 supports burning a disk to create either a btrfs or lvm rootfs. I'm not sold on lvm for a rootfs, but btrfs is definitely interesting. See...
View ArticleRaspberry Pi OS • Re: Turn off screen in Bookworm
Find this section and edit as needed:Code: [idle]dpms_timeout=600In my case the screen turns off and after a few seconds turns on automatically. Anyone else?Statistics: Posted by sunnypango — Fri Mar...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
pi@raspberrypi:~/wf-panel-pi/builddir $ meson compileERROR: Current directory is not a meson build directory: `/home/pi/wf-panel-pi/builddir`.Please specify a valid build dir or change the working...
View ArticleRaspberry Pi OS • Re: Sleep Mode
or any other way to turn off the monitorStatistics: Posted by Tamilselvan — Sat Mar 23, 2024 10:08 am
View ArticleRaspberry Pi OS • Raspi OS 32 bit reports as 64 bit architecture
I'm one of the rare devs that like to use a Raspi with Pascal so I decided to use RaspiOS 32bit, CodeTyphon as IDE .... Downloaded the latest RaspiOS, and the CodeTyphon installer and... it failed.The...
View ArticleRaspberry Pi OS • Re: Raspi OS 32 bit reports as 64 bit architecture
Raspberry Pi OS 32-bit will use a 64-bit kernel + 32-bit userland on Pi 4/400/5.If you have a Pi 4/400 then you can force it to use the 32-bit kernel by adding arm_64bit=0 to the end of...
View Article