Raspberry Pi OS • Re: Bookworm 64bit - Disable all effects.
It might be worthwhile instead trying labwc which is currently in beta (and we're intending on moving to it in the next couple of months). You can do this by:Code: sudo apt updatesudo apt upgradesudo...
View ArticleRaspberry Pi OS • Re: Change XRDP resolution?
rpi connect has worked much appreciated. the error happened in vlc also so didnt try the browser option but thanks again anyway:)Statistics: Posted by sozo777 — Fri May 10, 2024 9:16 am
View ArticleRaspberry Pi Connect • Re: Other VNC no longer functioning
Could you also provide some details on your 'other VNC system'?My understanding is that RealVNC do not offer Wayland support on arm64 at this time, so if you were using that you might expect to find...
View ArticleGeneral discussion • Opal ax wifi repeater setting for connecting to pi5
In my basement my pi5 is not able to connect to my AP from main floor.I used GL.iNet GL-SFT1200 (Opal) as wifi repeater. But my pi sees and show repeater signal as strong but refused to connect to it....
View ArticleRaspberry Pi Connect • Re: Failiong to connect
Your problem is that you don't have the zwp_virtual_pointer_v1 Wayland extension.In your dump, it appears you've decided to use KDE in place of the Raspberry Pi Desktop, but you were perhaps not aware...
View ArticleGeneral discussion • Re: Current measurement of pi5 using multimeter
Do you need just the Pi 5 power usage or the real power usage?For measuring the real power usage, you need an AC meter to see the difference in the power going into the power supply when the DC usage...
View ArticleBeginners • Picamera / warm up time
Hi all, my PiCam class looks like this Code: class PiCam: def __init__(self): try: self.camera = picamera2.Picamera2() self.image = BytesIO() except Exception as error: raise Exception('Expected...
View ArticleMicroPython • Re: Trouble with lightsleep() and deepsleep() in MicroPython
For MicroPython on an RP2040 'deepsleep' is currently just a synonym for 'lightsleep'; behaviour will be the same and there is no additional current saving gained.It doesn't work for me with this...
View ArticleRaspberry Pi Connect • Re: used raspi-config to switch to labwc but echo...
still reports LXDE-pi-wayfire both on pi5 and on a remote pi400 ...I can tell also i am not using labwc when viewing a movie fullscreen. the taskbar remains on top. on wayfire full screen is full...
View ArticleCamera board • Re: Switching HDR and non-HDR for Camera Module 3 in kernel...
Although I set the analog gain to 16.0, the footage seems dimmer using mode_hdr_regs with HDR disabled via register, compared to using mode_2x2binned_regs. Any reasons behind this? Thanks.Ah yes. We...
View ArticleBeginners • RPI for ATX PSU power status sense wiring question
Hello, I am looking to use a Pi Zero W as a sense device to see if my computer is on.I found a couple of mentions and projects but I wanted to clarify something about the wiring.Based off on...
View ArticleGeneral discussion • Re: pi camera with pi flash with ubuntu
hi i try to connect camera (5MP OV5647 WEBCAM 75 175 IR-CUT) with pi 4B that flsh with ubuntu 22.04i didnt understand why i cant get any data from the camera.i see that have some device at /dev/video0...
View ArticleGeneral discussion • Re: WD Green SN350 on Pi5 - some details
Could add the Pi5 firmware (eeprom) version too.find it belowCode: pi@pi5sn350:~ $ rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Sat 20 Apr 10:53:30 UTC 2024 (1713610410) LATEST: Sat 20 Apr...
View ArticleTroubleshooting • Re: raspi-config
Thanks for the reply I don't think it's actually installed on bullseyebut , in my first pi 3B , it is a default install of raspbian bullseye ( with the new .ISO : raspbian bullseye desktop ) , exactly...
View ArticleBeginners • Re: RPI for ATX PSU power status sense wiring question
The two 10k resistors are pull down resistors for the reset and power-control lines, they are outputs from the Pi to control the PC.Statistics: Posted by pidd — Sat May 11, 2024 9:44 am
View ArticleGeneral discussion • Display Blanking
I have set display blanking to 60 secondswith the following commandsxset s blankxset s 60xset dpms 60 0 0the monitor goes into standby but when you move the mouse, the display comes back on but xset...
View ArticleGeneral discussion • Re: Display Blanking
I set in in xscreensaver instead and it works nowStatistics: Posted by kcajminer2312 — Sat May 11, 2024 10:08 am
View ArticleDeutsch • Re: 2 x SIM7600E-H an P4
Bonding geht auch direkt mit linux.Dazu brauchst du keinen komischen Dienst wo das Ziel wohl nur ist, dir Geld aus der Tasche zu ziehen für nen minimalen Effekt.Such einfach mal nach "linux network...
View ArticleRaspberry Pi Connect • Re: rpi-connect unmet dependencies
Forgot to add this in my previous (common) post Code: getconf LONG_BITgot 32 so I guess reinstall to 64 bit?Statistics: Posted by T0oKEN — Sat May 11, 2024 10:21 am
View ArticleTroubleshooting • Re: Trouble with MicroSD-Card (128GB) in Raspberry Pi 4
The error looks like a lack of a response from the card. Given that the card worked in the past, the fault could be something like salt water corrosion (common around here) or some other degradation...
View Article