STICKY: Bullseye - Comments and bug reports thread.
Hi all,
As you may have seen Bullseye has now been released, and it's a big one. It's not just an upgrade to Bullseye, but upgrades in lots of other places as well. Please see the blog post for more gory details.https://www.raspberrypi.com/news/raspbe ... -bullseye/
Please report any issues you may find here.
As you may have seen Bullseye has now been released, and it's a big one. It's not just an upgrade to Bullseye, but upgrades in lots of other places as well. Please see the blog post for more gory details.https://www.raspberrypi.com/news/raspbe ... -bullseye/
Please report any issues you may find here.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.
Working in the Applications Team.
- DougieLawson
- Posts: 42216
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Bullseye - Comments and bug reports thread.
Thank you. That will keep me a little bit amused until the end of the year.
Torrents downloading now.
When can we expect the RaspiOS lipstick on a Debian X86 pig version?
Torrents downloading now.
When can we expect the RaspiOS lipstick on a Debian X86 pig version?
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
-
- Posts: 2
- Joined: Mon Nov 08, 2021 10:59 am
Re: Bullseye - Comments and bug reports thread.
Hi, I think the V4l2 /dev/video driver has dropped support for h264
buster$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'YU12' (Planar YUV 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[1]: 'YUYV' (YUYV 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[2]: 'RGB3' (24-bit RGB 8-8-8)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[3]: 'JPEG' (JFIF JPEG, compressed)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[4]: 'H264' (H.264, compressed)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[5]: 'MJPG' (Motion-JPEG, compressed)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[6]: 'YVYU' (YVYU 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[7]: 'VYUY' (VYUY 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[8]: 'UYVY' (UYVY 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[9]: 'NV12' (Y/CbCr 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[10]: 'BGR3' (24-bit BGR 8-8-8)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[11]: 'YV12' (Planar YVU 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[12]: 'NV21' (Y/CrCb 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[13]: 'RX24' (32-bit XBGR 8-8-8-8)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
I now get :
bullseye$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'YUYV' (YUYV 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[1]: 'UYVY' (UYVY 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[2]: 'YVYU' (YVYU 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[3]: 'VYUY' (VYUY 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[4]: 'RGBP' (16-bit RGB 5-6-5)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[5]: 'RGBR' (16-bit RGB 5-6-5 BE)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[6]: 'RGBO' (16-bit A/XRGB 1-5-5-5)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[7]: 'RGBQ' (16-bit A/XRGB 1-5-5-5 BE)
... and 40 more none of which are h264.
this is on a Raspberry Pi 3 Model B Rev 1.2 with a pi camera v2.1
Any ideas for getting h264 back ?
Thanks.
buster$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'YU12' (Planar YUV 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[1]: 'YUYV' (YUYV 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[2]: 'RGB3' (24-bit RGB 8-8-8)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[3]: 'JPEG' (JFIF JPEG, compressed)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[4]: 'H264' (H.264, compressed)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[5]: 'MJPG' (Motion-JPEG, compressed)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[6]: 'YVYU' (YVYU 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[7]: 'VYUY' (VYUY 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[8]: 'UYVY' (UYVY 4:2:2)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[9]: 'NV12' (Y/CbCr 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[10]: 'BGR3' (24-bit BGR 8-8-8)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[11]: 'YV12' (Planar YVU 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[12]: 'NV21' (Y/CrCb 4:2:0)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
[13]: 'RX24' (32-bit XBGR 8-8-8-8)
Size: Stepwise 32x32 - 3280x2464 with step 2/2
I now get :
bullseye$ v4l2-ctl --list-formats-ext
ioctl: VIDIOC_ENUM_FMT
Type: Video Capture
[0]: 'YUYV' (YUYV 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[1]: 'UYVY' (UYVY 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[2]: 'YVYU' (YVYU 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[3]: 'VYUY' (VYUY 4:2:2)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[4]: 'RGBP' (16-bit RGB 5-6-5)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[5]: 'RGBR' (16-bit RGB 5-6-5 BE)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[6]: 'RGBO' (16-bit A/XRGB 1-5-5-5)
Size: Stepwise 16x16 - 16376x16376 with step 1/1
[7]: 'RGBQ' (16-bit A/XRGB 1-5-5-5 BE)
... and 40 more none of which are h264.
this is on a Raspberry Pi 3 Model B Rev 1.2 with a pi camera v2.1
Any ideas for getting h264 back ?
Thanks.
Re: Bullseye - Comments and bug reports thread.
Nice! I will start testing this later tonight. By the way, which Mesa version are you using for this release?
Re: Bullseye - Comments and bug reports thread.
pi@rpi-b64:~ $ apt list --installed | grep mesa
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libegl-mesa0/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
libgl1-mesa-dri/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed]
libglapi-mesa/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
libgles2-mesa/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed]
libglx-mesa0/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
mesa-va-drivers/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
mesa-vdpau-drivers/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
Re: Bullseye - Comments and bug reports thread.
Thanks!busywait wrote: ↑Mon Nov 08, 2021 1:15 pmpi@rpi-b64:~ $ apt list --installed | grep mesa
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libegl-mesa0/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
libgl1-mesa-dri/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed]
libglapi-mesa/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
libgles2-mesa/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed]
libglx-mesa0/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
mesa-va-drivers/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
mesa-vdpau-drivers/stable,now 20.3.5-1+rpt3+rpi1 arm64 [installed,automatic]
Re: Bullseye - Comments and bug reports thread.
How do I access that config tool thingy on the left in that screenshot? Also, does "edge tiling" do what Windows 10 does, where if you drag a window beyond the left or right of the screen it gives you an option to have it fit one half of the screen, then gives you a choice of which window to fill the other half with? The explanatory text for that option in the screenshot is not hugely helpful in its description.
Re: Bullseye - Comments and bug reports thread.
Blank screen on first boot/reboot
An observation: 4K screen resolutions are quite fussy about the cable used and/or the core_freq overclock in /boot/config.txt
I have a 3440x1440 monitor, iiyama ProLite XUB3493WQSU. When I booted with the micro-HDMI-to-HDMI adaptor+cable that I usually use then the 64-bit OS image booted to a blank screen. I've found 2 ways to fix this.
1: I tried a white Raspberry Pi branded micro-HDMI to HDMI cable, the desktop appeared
2: Either of these lines in /boot/config.txt enables the desktop to appear with my micro-HDMI adaptor+cable
hdmi_enable_4kp60=1
# or
#core_freq=600
#core_freq=550 did not work!
I made this edit by pressing Ctrl-Alt-F1 while staring at a blank screen during the first boot and editing /boot/config.txt. (Ctrl-Alt-F1/F2/... did not have any effect on a second boot, only during the first boot).
Equally easy, the /boot/config.txt file can be edited from another PC.
Other things that I tried that did not work:
#This did not help, X still caused a blank screen with my usual adaptor+HDMI cable
hdmi_group=1
hdmi_mode=16
#This did not help, X still caused a blank screen with my usual adaptor+HDMI cable
hdmi_safe_mode=1
Last edited by busywait on Mon Nov 08, 2021 2:09 pm, edited 1 time in total.
Re: Bullseye - Comments and bug reports thread.
panel color transparency not function or broken.
Re: Bullseye - Comments and bug reports thread.
vcdbg is missing in the 64 bit image. I will use the old statically compiled version for now.
Re: Bullseye - Comments and bug reports thread.
andrum99 wrote: ↑Mon Nov 08, 2021 1:41 pmHow do I access that config tool thingy on the left in that screenshot? Also, does "edge tiling" do what Windows 10 does, where if you drag a window beyond the left or right of the screen it gives you an option to have it fit one half of the screen, then gives you a choice of which window to fill the other half with? The explanatory text for that option in the screenshot is not hugely helpful in its description.
Code: Select all
sudo apt install dconf-editor
yes, dragging to edge resizes to half screen.
Re: Bullseye - Comments and bug reports thread.
Thanks - that seems to work well, and would certainly be a useful addition to the defaults. I'm not a fan of centring windows by default though.kerry_s wrote: ↑Mon Nov 08, 2021 2:07 pmorg> gnome> mutterCode: Select all
sudo apt install dconf-editor
yes, dragging to edge resizes to half screen.
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6110
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
Re: Bullseye - Comments and bug reports thread.
If it works with a high quality cable, and doesn't with a low quality cable, then it's not something we will be trying to fix.
High resolution / refresh rates require a high quality cable.
Note that the hdmi_* options are generally interpreted by the firmware and are not considered by the arm-side kms driver.busywait wrote: ↑Mon Nov 08, 2021 1:48 pmCode: Select all
hdmi_group=1 hdmi_mode=16 hdmi_safe_mode=1
You generally want to use the "video=" option in cmdline.txt, which is a standard linux/kms options. See here.
(hdmi_enable_4kp60=1 actually controls clocks, rather than hdmi output, and does apply to both kms and fkms).
-
- Posts: 5389
- Joined: Tue Jun 30, 2015 1:35 pm
Re: Bullseye - Comments and bug reports thread.
CPUFreq frontend applet is not shown in taskbar
Raspberry Pi in use is a Zero 2 W.
Raspberry Pi in use is a Zero 2 W.
-
- Posts: 2263
- Joined: Tue Mar 20, 2018 9:53 pm
Re: Bullseye - Comments and bug reports thread.
Is there a way to suppress the device tree notices?
I get two notices on boot.
This is with the Argon Artik Hat will l test with the argon one case and report back if I see anything.
I get two notices on boot.
Code: Select all
Failed to load HAT overlay
Code: Select all
dterror: not a valid FDT - err - 9
-
- Posts: 2263
- Joined: Tue Mar 20, 2018 9:53 pm
Re: Bullseye - Comments and bug reports thread.
The Argon one v1 and v2 do not produce these messages.DarkElvenAngel wrote: Is there a way to suppress the device tree notices?
I get two notices on boot.
Code: Select all
Failed to load HAT overlay
This is with the Argon Artik Hat will l test with the argon one case and report back if I see anything.Code: Select all
dterror: not a valid FDT - err - 9
However my Pi 4 2Gb was hanging on Shutdown I'm not sure the issue there and the 4 and 8 Gb units shut down just fine.
Re: Bullseye - Comments and bug reports thread.
I'll agree that they are *different* cable arrangements

Thanks for the KMS video config links - helpful to know about. A simple "uncomment this" reconfiguration seems kinder and more helpful for first-boot users that don't yet have appropriate cables. The hdmi_safe_mode=1 line in config.txt jumps out as an obvious setting for this. Does the documentation need an update to say that it is ignored in the new OS?
Maybe a conservative default configuration could avoid the black screen on the first boot for people who don't yet have a matching cable? Perhaps default to 1080p as a maximum until the user chooses a higher resolution later with the standard "click here to accept" fallback behaviour?
Re: Bullseye - Comments and bug reports thread.
If you add the 'CPUFreq frontend' panel applet to the taskbar, nothing appears on the taskbar!
Edit: I see aBUGSworstnightmare already reported.
Edit: I see aBUGSworstnightmare already reported.
Re: Bullseye - Comments and bug reports thread.
Okay, so I do have one issue so far: the desktop won't fit my old ONN 10" TV...again.
Also, the sudo nano boot config thing didn't work out, so I might need to figure it out again. However, Bullseye boots up great otherwise, but now I'm back to using overscan again.
My TV/monitor resolution is again "1366x768" btw.
I still appreciate your hard work though. Thanks.
Also, the sudo nano boot config thing didn't work out, so I might need to figure it out again. However, Bullseye boots up great otherwise, but now I'm back to using overscan again.
My TV/monitor resolution is again "1366x768" btw.
I still appreciate your hard work though. Thanks.
Amateur musician and Raspberry Pi enthusiast.
Re: Bullseye - Comments and bug reports thread.
1366x768 is the PITA one. The HW cannot support it directly, so will revert to the next resolution down, 720p I guess. That may be causing the borders.CheezPi wrote: ↑Mon Nov 08, 2021 4:44 pmOkay, so I do have one issue so far: the desktop won't fit my old ONN 10" TV...again.
Also, the sudo nano boot config thing didn't work out, so I might need to figure it out again. However, Bullseye boots up great otherwise, but now I'm back to using overscan again.
My TV/monitor resolution is again "1366x768" btw.
I still appreciate your hard work though. Thanks.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.
Working in the Applications Team.
Re: Bullseye - Comments and bug reports thread.
I'm afraid that's an upstream plugin that we have never supported - you can use the CPU Temperature and CPU Usage plugins, but it looks as if something in that plugin was incompatible with GTK+3 and didn't move across properly when we rebuilt everything. I'll have a look and see if it is anything obvious.aBUGSworstnightmare wrote: ↑Mon Nov 08, 2021 3:15 pmCPUFreq frontend applet is not shown in taskbar
Re: Bullseye - Comments and bug reports thread.
Not just those, no, but you can turn off all notifications by disabling them in the Appearance page of Panel Settings.
Re: Bullseye - Comments and bug reports thread.
So, which settings should I put on config.txt now, may I ask?jamesh wrote: ↑Mon Nov 08, 2021 4:50 pm1366x768 is the PITA one. The HW cannot support it directly, so will revert to the next resolution down, 720p I guess. That may be causing the borders.CheezPi wrote: ↑Mon Nov 08, 2021 4:44 pmOkay, so I do have one issue so far: the desktop won't fit my old ONN 10" TV...again.
Also, the sudo nano boot config thing didn't work out, so I might need to figure it out again. However, Bullseye boots up great otherwise, but now I'm back to using overscan again.
My TV/monitor resolution is again "1366x768" btw.
I still appreciate your hard work though. Thanks.
Amateur musician and Raspberry Pi enthusiast.
Re: Bullseye - Comments and bug reports thread.
I'll have to check. I think there might be some runes which allow the use of a specific set of numbers for timing to try and bodge it in KMS like we did with the legacy graphics stack, but I don't know what they are.CheezPi wrote: ↑Mon Nov 08, 2021 4:56 pmSo, which settings should I put on config.txt now, may I ask?jamesh wrote: ↑Mon Nov 08, 2021 4:50 pm1366x768 is the PITA one. The HW cannot support it directly, so will revert to the next resolution down, 720p I guess. That may be causing the borders.CheezPi wrote: ↑Mon Nov 08, 2021 4:44 pmOkay, so I do have one issue so far: the desktop won't fit my old ONN 10" TV...again.
Also, the sudo nano boot config thing didn't work out, so I might need to figure it out again. However, Bullseye boots up great otherwise, but now I'm back to using overscan again.
My TV/monitor resolution is again "1366x768" btw.
I still appreciate your hard work though. Thanks.
Principal Software Engineer at Raspberry Pi Ltd.
Working in the Applications Team.
Working in the Applications Team.
-
- Posts: 5389
- Joined: Tue Jun 30, 2015 1:35 pm
Re: Bullseye - Comments and bug reports thread.
try adding a new mode (1360x768 or 1364x768 pixels (works fine with KMS and Pi4 as well) by following this guide https://askubuntu.com/questions/377937/ ... resolution