Raspberry Pi OS • Re: Inverting x on TransformationMatrix in config
Turns out I needed this: Option "TransformationMatrix" "0 1 0 1 0 0 0 0 1"Statistics: Posted by Horsepants — Sun Mar 10, 2024 2:14 am
View ArticleRaspberry Pi OS • Re: Pi5 and Wayland slow
Ah,when running the SDL application from a terminal, try this:SDL_VIDEODRIVER=wayland <name of SDL app to run>But where would I put this configuration clause?Have been waiting for Retropi to...
View ArticleRaspberry Pi OS • Enabling idle power saving on DSI display
I have a dual display setup (connected on HDMI-0 and DSI-0) on my Raspberry CM4. I would like to enable idle timeout power saving only on the DSI (waveshare touch HMI) display to automatically turn...
View ArticleRaspberry Pi OS • Re: Enabling idle power saving on DSI display
I don't believe there are any standard methods under X or Wayfire.You could disable the output via xrandr or wlr-randr, but that will move all the windows that were on it to the other...
View ArticleRaspberry Pi OS • Re: Pi5 and Wayland slow (solved / workaround)
I've added the workaround on the Amiberry wiki: https://github.com/BlitterStudio/amiberry/wiki/FAQStatistics: Posted by Solskogen — Mon Mar 11, 2024 3:56 pm
View ArticleRaspberry Pi OS • dhcpcd.conf don't have
Helloi would like to change from dhcp to a fix ip -past years i did thisOpen the terminal and type “sudo vi /etc/dhcpcd.conf” but now the file is not there did something changed in Operating System:...
View ArticleRaspberry Pi OS • Re: dhcpcd.conf don't have
Now network manager, use nmtui to alter settings.Statistics: Posted by pidd — Mon Mar 11, 2024 4:31 pm
View ArticleRaspberry Pi OS • Re: Can't get wayland running on Pi3B+
I got the same error and for me it was the script at /usr/bin/xfallback.sh This script tells lightdm to go back to X11 if you have a Pi 0,1,2 or 3. I changed line 9 to "return 1" and now it...
View ArticleRaspberry Pi OS • Re: New rpi-eeprom-update 2024-01-24 WD Blue SN550 nvme...
Hello all!I have the same nvme in a rpi5 and this argon neo 5 case. When I boot from an sdcard and log into the desktop environment, I cannot see the disk with lsblk, in the fs and in the rpi...
View ArticleRaspberry Pi OS • Re: VNC SERVER icon not showing in taskbar
Thanks. I should have said I am using the Real VNC viewer which is fine in the default Bookworm. Still working on getting the takbar/launcher/menu icons:UPDATE: So it appears the icons are searched...
View ArticleRaspberry Pi OS • Re: Quite some problems with bookwurm on PI5
Hi,5. How can I rearrange the icons in the Launcher in the menu bar? If I right-click the menu bar, choose "Add/Remove Plugins", select launcher, click "Configure", then it only lets me define a pixel...
View ArticleRaspberry Pi OS • Re: Power saving - Bookworm
Those instructions work for me to disable the wifi but in bookworm when I run the line to disable the ethernet I get the following error: Code: pi@rpi-bookworm9:~ $ sudo ifconfig eth0 downeth0: ERROR...
View ArticleRaspberry Pi OS • Re: bookworm update forbidden 403
if you try to ping deb.debian.org what IP address shows up?Statistics: Posted by rpdom — Wed Mar 13, 2024 12:51 am
View ArticleRaspberry Pi OS • Re: How do I run a Python Program at Start Up?
So, basically, I just add this to the end of my command in the crontab? LIke this: Code: @reboot python /home/pi/raspberrypi/Desktop/test.py */5 * * * * date >~/datelog 2>&1?Statistics:...
View ArticleRaspberry Pi OS • how to start an application with a certain size window
I am wanting to start my security camera app with a certain size window on startup. I have the app starting on boot but having a problem getting it to start with a larger window size. Could someone...
View ArticleRaspberry Pi OS • Re: Multiple workspaces in Bookworm
I didn''t know this feature existed.Is it possible to nagivate / iterate through workspaces using keyboard for the settings below?Code: [expo]toggle = <ctrl> KEY_SPACE[core]vwidth = 2vheight = 1...
View ArticleRaspberry Pi OS • Re: How to reset vcgencmd get_throttled?
AFAIK there isn't but rather than checking throttled since last boot, wouldn't it be better for you to check for currently throttled?A sensible suggestion, but I didn't write the software that puts...
View ArticleRaspberry Pi OS • XRDP Issue after 3-12-24 Bookworm OS Update
Is anyone else having issues with XRDP closing after credentials are entered? This started after the 3-12-24 update for me.Statistics: Posted by 0sideburns0 — Wed Mar 13, 2024 6:40 pm
View ArticleRaspberry Pi OS • Re: How to fix for Ethernet Gadget Mode in Bookworm
I wasn’t ever able to use what I found here to get things working. I did my own write up. It works with a USB-C to USB-C cable between iPad and pi5. I’ve tried the steps multiple times with fresh...
View ArticleRaspberry Pi OS • Re: March 64 Bit Bookworm Bug??
I haven't used VNC viewer before. Is it a better option than remote desktop? I spent half of yesterday trying to get remote desktop working on 5.2, I ended up rolling it back to 5.1.Statistics: Posted...
View Article