Raspberry Pi OS • Re: Desktop shortcut to initiate screen blanking?
Any help would be much appreciated, I've Googled this till I'm blue in the face and can't find a solution, or at least not one that is applicable, Please?Statistics: Posted by evangelion — Mon Oct 07,...
View ArticleRaspberry Pi OS • Re: Chromium always displays push notfications in the...
Works correctly position-wise using Openbox/X11Statistics: Posted by pidd — Mon Oct 07, 2024 8:12 pm
View ArticleRaspberry Pi OS • Streaming performance issue over the internet when running...
Hi, I just started using RPi5 so please forgive my ignorance.I'm trying to find the best way to remotely access my Pi OS desktop from a Windows PC over the internet with a minimal delay.Sunshine on...
View ArticleRaspberry Pi OS • terminal tool to grab specific wifi info.
On Raspbian bookworm, whats the terminal tool to grab network info like:* Wifi band used, 2.4 or 5GHz* Wifi channel used* Signal strenght* Static or DHCP* Ip addrsStatistics: Posted by DirectXNinja —...
View ArticleRaspberry Pi OS • Re: Start Docker and server at boot
docker-compose has a --detach option, have a look at that.And lave a look at this as well (goes in the docker-compose.yaml file):Code: restart: alwaysThere's more...
View ArticleRaspberry Pi OS • Re: Realtime kernel on Raspi4
OK, thank you – so what would be the recommended way of installing a realtime kernel on a Raspi then ?If you want to get an answer, you have to put requirements here what you need, what special RPi...
View ArticleRaspberry Pi OS • Re: terminal tool to grab specific wifi info.
On Raspbian bookworm, whats the terminal tool to grab network info like:* Wifi band used, 2.4 or 5GHz* Wifi channel used* Signal strenght* Static or DHCP* Ip addrs'Raspbian' and 'The Raspberry Pi...
View ArticleRaspberry Pi OS • Create a new user with copied privilegues
What would the syntax be for creating a new user with following: Same privileges that current user have.Be able to sudo without passwordEverything i found online seemes to manually entering all the...
View ArticleRaspberry Pi OS • Re: Create a new user with copied privilegues
Putting the user in the "sudo" group will allow the use of sudo, but will require the user's password to be entered. If you want the user to be able to use sudo without a password you'll need to...
View ArticleRaspberry Pi OS • Re: Netflix and youtube playback broken after chromium upgrade
Do you have any more detailed information about what was actually causing the issue?Debian picked a commit from upstream "wayland-gbm-pixmap.patch" which we inherited.That causes an issue with...
View ArticleRaspberry Pi OS • Re: Firefox Zero-Day
lucky it is already 131 on raspberryFirefox in repo is 131.0 it should have been 131.0.2. So Firefox in repo is vulnerable.Statistics: Posted by keyboardman — Fri Oct 11, 2024 10:57 am
View ArticleRaspberry Pi OS • OS with kernel 5.15 or below
i need a 64-bit raspberry pi os for rpi02w with kernel 5.15 or below.does anyone have it?thank you.Statistics: Posted by Klgor1803 — Fri Oct 11, 2024 1:39 pm
View ArticleRaspberry Pi OS • Re: OS with kernel 5.15 or below
Buster is using 5.15 kernelBullseye is using 6.1 kernelBookworm is using 6.6 kernelYou can also switch kernel versions using rpi-update(but obviously you may find features lacking in an older kernel...
View ArticleRaspberry Pi OS • Re: Pi 3B+ bookworm 64, rebuild from scratch, XRDP not working
RPiOS Bookworm by default does not use X11 but Wayland instead. So several tools that rely on X11 don't work.A workaround is to switch from Wayland back to X11, can be done in raspi-configStatistics:...
View ArticleRaspberry Pi OS • Video playback (Netflix and youtube) takes a lot of CPU...
Hi,Today I upgraded my Raspberry Pi OS in a RPI 5 8 GB Model and after that I noticed that video playback takes more CPU resources than before.Also I noticed that the playback is not that smooth than...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...
As I thought, I had added it to the right file. Nothing added to the wrong one.Connected to the correct HDMI port.So, what do I put where, to tell the desktop to use a specific resolution?The reason...
View ArticleRaspberry Pi OS • Persistent macvlan setup
Hi,I am creating a macvlan with this command:Code: sudo ip link add mymacvlan link eth0 address a2:a2:a2:a2:a2:a2 type macvlan mode bridgeDoes anyone know what is the most elegant way to make this...
View ArticleRaspberry Pi OS • Pi OS file manager difficulties compared to Nemo [Installed...
I use Nemo on an Intel laptop and started moving terabytes from one disk to another. Five hours. I could use my Pi 5! Using the file manager in the Raspberry Pi OS is difficult. For some reason, when...
View ArticleRaspberry Pi OS • Re: Pi OS file manager difficulties compared to Nemo
Code: sudo apt install nemojust a reminder, if your using a wayland desktop, you need a wayland compatible file manager.Statistics: Posted by kerry_s — Sat Oct 12, 2024 1:45 am
View ArticleRaspberry Pi OS • Images
I'm using Raspberry Pi Imager to initialize an 8TB SSD, but only 2TB is used:Code: dmac@pi2:~ $ df -hFilesystem Size Used Avail Use% Mounted onudev 3.8G 0 3.8G 0% /devtmpfs 805M 6.0M 799M 1%...
View Article