Troubleshooting • Re: Recent update broke MESA / mpv / vlc
I just had this happen on a Pi 3 and resolved it by adding dtoverlay=vc4-kms-v3d to /boot/config.txt.Statistics: Posted by marcus15 — Fri Feb 09, 2024 7:11 am
View ArticleRaspberry Pi OS • Re: How to launch xscreensaver in GUI
I am having the same problem as KL7VKI have the same results when I run "cat /etc/os-release"How do I get X11 installed? I was using imager_1.7.5 to create a working image on the micro SD card. It was...
View ArticleGraphics, sound and multimedia • Re: Pi 5 + Camera for streaming
Thx for the advice. Exploring that option indeed.Any generic app that can be used to control PTZ cameras otherwise?(Tested our Obsbot Tiny with OBS and that works - Just looking for something less...
View ArticleTroubleshooting • Re: Issue with systemd on Rpi
First, remove USER=pi from your service file.Don't use sudo in your service file.Create a shell script (say /home/pi/bin/start_BTC_miners.sh) and put your complex command it it (without sudo).Make it...
View ArticleTroubleshooting • Re: Pi5 bookworm screen rotate - possible BUG!
does the screen support rotation, you know it has to have the modeSorry, but can you please elaborate this? If a screen is landscape mode - lets assume FHD = 1980x1080pixels, it will remain landscape,...
View ArticleRaspberry Pi OS • Re: Issue with the system to logging out due to inactivity.
add vc4.force_hotplug=1 to the front of /boot/firmware/cmdline.txtStatistics: Posted by kerry_s — Fri Feb 09, 2024 7:37 am
View ArticleTroubleshooting • Very poor wifi download speed pi 5
In the same location that my android phone gets 30 mbps download speed (ookla speedtest) the Pi 5 gets between 1 and 10 mbps. Interestingly, the upload speed is better, between 15-30 mbps. I am using...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
want to bring your attention to an issue which I've seen when working on a replay - viewtopic.php?p=2191429#p2191429Wayfire seems to be totally ignoring a forced resolution change.Statistics: Posted...
View ArticleTroubleshooting • Re: Pi5 bookworm screen rotate
there are 2 different settings for screen, the kernel and the desktop.yes, it's all software.kernel requires a matching mode(kmsprint -m/wlr-randr)you also need to use screen configuration to rotate...
View ArticleCamera board • Re: Capturing raw images on the Raspberry Pi 5
- that is actually a quite bad performance for the RP5. Rules out the RP5 for any serious scientific work.In fact, the fct "raw digit" vs "exposure" should be a perfect linear one, as exemplified by...
View ArticleTroubleshooting • Re: Very poor wifi download speed pi 5
you know the more you test, the more results you'll get.try pinging your routerStatistics: Posted by kerry_s — Fri Feb 09, 2024 7:54 am
View ArticleRaspberry Pi OS • Re: How do I get Freerdp 3.2.0 on my Raspberry (Bookworm)?
why ?raspberry has vnc baked in.https://www.raspberrypi.com/documentati ... s.html#vncStatistics: Posted by kerry_s — Sat Feb 10, 2024 4:07 am
View ArticleCamera board • Re: camera start and stop
Actually I am working on the project where I have to detect playing card from backside and frontside both ,that number 1 to 10 ,Q,J,K and backside template so need connected two csi camera one for...
View ArticleGeneral discussion • Regarding Ds3231 RTC Connection with RPi
I have done Ds3231 RTC with new 3V battery connection with RPi last evening, with physical connection at VCC,GND,SDL &SCL.And run the following command on RPi shell:$ Date % which give me Rpi time...
View ArticleCamera board • Camera module configuration
Hello, i am using a raspberry pi zero 2w, and an arducam 12mp imx708, and raspi 64bit full desktop OS. I am trying to configure the camera module with the raspi, but i cant get the board to detect the...
View ArticleRaspberry Pi OS • Re: New raspberry pi os 12 coming out based on wayland......
I was able to restore VNC server to working on my RPi2 by downloading the old libs following the https://github.com/raspberrypi/bookworm ... /issues/41 :Code: sudo su -cd /usr/libwget -nv...
View ArticleGeneral discussion • Weather station using raspberry pi and GY-BME280
Hi, here is a weather station python code that uploads temperature, humidity and pressure to wunderground, windy and pwsweather.https://github.com/cyberorg/ParaguideWSStatistics: Posted by cyberorg —...
View ArticlePython • Re: Trying to install python GitHub program but keeps throwing...
You don't need to install virtualenv, you can create a venv with python -m venv then activate the venv then pip install the dependenciesCode: python3 -m venv venvsource ./venv/bin/activatepip install...
View ArticleOther • Re: PI 2 Win11 Flash fail
The "PE-Based integrity check failed" error has been fixed now.Not all Pi2s will work, only the Pi2 v1.2 works.Statistics: Posted by Botspot — Sat Feb 10, 2024 7:08 am
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
Just out of curiosity - I don't really see anything older than the 3B+ actually for sale at retail. It it just due to lack of demand and these days the older models are for business users only?Lack of...
View Article