Raspberry Pi OS • Re: Bookworm/Wayland display scaling in one direction only?
wlr-randr is an equivalent for Wayland. Unfortunately, it only supports a single scale factor:Code: --scale <factor> Changes the dimensions of the output picture. Values superior to 1 will lead...
View ArticleRaspberry Pi OS • Re: Something Like .bash_logout, But for Shutdown
Does this help? https://unix.stackexchange.com/question ... e-shutdownStatistics: Posted by bls — Thu Aug 29, 2024 5:34 pm
View ArticleRaspberry Pi OS • Why isn't the kernel updated more often?
The latest kernel is from 2024-05-29 according to uname. Isn't it a long time considering that there are lots of security updates?Statistics: Posted by rbranco — Thu Aug 29, 2024 9:36 pm
View ArticleRaspberry Pi OS • Re: Why isn't the kernel updated more often?
they only use the stable releaseStatistics: Posted by kerry_s — Thu Aug 29, 2024 10:21 pm
View ArticleRaspberry Pi OS • Serial Port assignments
I have a Raspberry Pi Zero 2 W. I already setup up the serial Port at GPIO14,15 as a serial console and that is all working. I documented my steps at https://www.quietwind.net/wiki/doku.php ......
View ArticleRaspberry Pi OS • In What File Is This Message Written?
Hi allAfter logging in via SSH, I see this message:The programs included with the Debian GNU/Linux system are free software;the exact distribution terms for each program are described in theindividual...
View ArticleRaspberry Pi OS • Reading the Content of a File to a Variable
Hi allOn my RPi I have a file called DeviceName.txt, which contains the name of the current RPi board.This file contains a single word in it, without enters or spaces.I need to read the content of...
View ArticleRaspberry Pi OS • Re: In What File Is This Message Written?
Code: [root@system76:~]# grep -r --color 'programs included with the Debian GNU' /mnt//mnt/usr/share/base-files/motd:The programs included with the Debian GNU/Linux system are free...
View ArticleRaspberry Pi OS • Re: Reading the Content of a File to a Variable
Go old school?Code: export MachineID=`cat DeviceName.txt`Though that's eseential just a different way of writing the same thing.Incidentally, I'd expect problems with that if the cwd is not as...
View ArticleRaspberry Pi OS • How to use Tidal with a dragonfly ?
Hi there I am new to this.I brought this Raspberrypi 5 so i could burn Runeaudio to it and use it with my dragonfly as a music streamer but it doesnt seem to be a version that works for this yet So I...
View ArticleRaspberry Pi OS • Blurry windows during remote connection
When I connect to my Pi 5 via remote connection, everything works perfectly. However, when I launch a browser (any browser) or work with VS Code, the interior of the application window becomes blurry....
View ArticleRaspberry Pi OS • Re: Blurry windows during remote connection
When I connect to my Pi 5 via remote connection, everything works perfectly. However, when I launch a browser (any browser) or work with VS Code, the interior of the application window becomes blurry....
View ArticleRaspberry Pi OS • Wayland - Wayfire window placement not working on dual...
GreetingsI am working on a personal project using opencv and a Rasberry Pi 5 with 64-bit Rasbian OS. Part of the project involves splitting an image in two and displaying each part on a seperate...
View ArticleRaspberry Pi OS • Re: Wayland - Wayfire window placement not working on dual...
GreetingsI am working on a personal project using opencv and a Rasberry Pi 5 with 64-bit Rasbian OS. Part of the project involves splitting an image in two and displaying each part on a seperate...
View ArticleRaspberry Pi OS • Booting disk from grub
How do I boot entire raspberry pi disk from grub?Consider I have an sdcard with raspberry pi that is booted first, it has grub and I want to either boot system from this sdcard or boot entire system...
View ArticleRaspberry Pi OS • Re: Booting disk from grub
A new enough GRUB with osprober enabled should be able to find RPiOS, same like it does find Windows if on PC's, although I am not 100% sure.I used Opensuse Tumbleweed a lot on RPi3 and RPI4 (64-bit,...
View ArticleRaspberry Pi OS • 15'' touchscreen display compatible with Raspberry Pi OS
Hi, I'm looking of a touchscreen display about 15 inches compatible with Raspberry Pi OS. Can you please help me in this matter?P.S.: please feel free to move the topic in the appropriate section if...
View ArticleRaspberry Pi OS • Re: 15'' touchscreen display compatible with Raspberry Pi OS
Here's one...https://thepihut.com/products/hannspree ... ch-monitorStatistics: Posted by KeithMck — Sun Sep 01, 2024 4:39 pm
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
Hi @usa,I follow the installation instructions in https://github.com/raspberrypi-ui/wf-panel-pi and get an error message:Code: meson.build:16:0: ERROR: Dependency "wayland-client" not found, tried...
View ArticleRaspberry Pi OS • Re: 2024Jul04 64Bit Full: Splash Page: Release 5.2 - March...
An update/upgrade has changed this. The text is now: "Release 5.3 - July 2024".Statistics: Posted by MIT70 — Mon Sep 02, 2024 3:05 am
View Article