Third one of these today. A quick search turns up https://www.raspberrypi.org/forums/view ... &p=1500356
Third one of these today. A quick search turns up https://www.raspberrypi.org/forums/view ... &p=1500356
I doubt that, since Java is not included in many other operating systems, and is usually manually installed (or installed with some other software that includes it).
There is no mapping between the internal git hash and anything public. It's just for internal use.RaspberryWhy wrote: ↑Thu Jul 18, 2019 2:13 amThank you. How then can we tell if we have the correct firmware?
Can't see any reference to d2b1b7fb01475cb3914b2086299e32d724e832f1 on github.
Code: Select all
$ zcat /usr/share/doc/raspberrypi-bootloader/changelog.Debian.gz | head -n3
raspberrypi-firmware (1.20190709-1) buster; urgency=medium
* firmware as of 356f5c2880a3c7e8774025aa6fc934a617553e7b
Are there any details of what this 'fix' involves? My understanding was that the missing cursor in LibreOffice arose because of the absence of glLogicOp() functionality from the V3D driver, which is a regression compared with the VC4 driver used on the RPi 3. But glLogicOp() still seems not to work post the 2019-07-10 update.
Thank you, that explains what has been something of a mystery.ShiftPlusOne wrote: ↑Sun Aug 18, 2019 9:11 amIt was more of a workaround. Something to do with switching from a gtk 2 to a gtk 3 backend is all I remember.
That would be great. As I have mentioned elsewhere, BBC BASIC is particularly badly affected at the moment because its GCOL statement (which is supposed to be able to set OR, AND and XOR plotting modes) maps directly to the glLogicOp() function and therefore doesn't work on the RPi 4.Mesa also has a proper fix, but that hasn't made its way into raspbian yet. I am looking at updating it soon.
I appreciate your efforts. I notice that raspi-config provides no option for selecting the VC4 driver (as used on the RPI 3) but only the V3D driver that is currently missing glLogicOp(). Is there a fundamental reason why the VC4 driver in Buster cannot run on the RPi 4? I appreciate that it's slower, but if it could run it would at least provide a workaround until the proper fix is available.ShiftPlusOne wrote: ↑Tue Aug 20, 2019 1:21 pmI'll see how far I get anyway, but it's possible that we'll need to sort it out another way which may take a few weeks.
It isn't a performance issue. VC4 driver isn't compatible at all. Only the V3D driver works with the Pi 4 as the VC6 VPU no longer runs anything to do with 3D.RichardRussell wrote: ↑Tue Aug 20, 2019 1:45 pmI notice that raspi-config provides no option for selecting the VC4 driver (as used on the RPI 3) but only the V3D driver that is currently missing glLogicOp(). Is there a fundamental reason why the VC4 driver in Buster cannot run on the RPi 4?
That option is not selecting any specific driver, it's just enabling FKMS.RichardRussell wrote: ↑Tue Aug 20, 2019 1:45 pmI appreciate your efforts. I notice that raspi-config provides no option for selecting the VC4 driver (as used on the RPI 3) but only the V3D driver that is currently missing glLogicOp(). Is there a fundamental reason why the VC4 driver in Buster cannot run on the RPi 4? I appreciate that it's slower, but if it could run it would at least provide a workaround until the proper fix is available.ShiftPlusOne wrote: ↑Tue Aug 20, 2019 1:21 pmI'll see how far I get anyway, but it's possible that we'll need to sort it out another way which may take a few weeks.
Shame. It leaves software mesa (disabling FKMS) as the only option for getting a functional glLogicOp(), which whilst it works is unusably slow for running BBC BASIC. This is an unfortunate regression as far as I am concerned, but I appreciate that efforts are being put into fixing it.
Could you try the mesa update linked earlier? I'm getting the same render in firefox as I am in chromium on a pi 4 running the mesa 19.2 RC.itsmedoofer wrote: Chromium still appears to be broken when opening pages containing an OpenStreetMap map..
On the latest buster with everything updated, that site loads fine.68.0.2 (32-bit)
Firstly an apology, I posted this in the wrong post, I had intended the bug report thread....ShiftPlusOne wrote: ↑Fri Aug 23, 2019 2:44 pmCould you try the mesa update linked earlier? I'm getting the same render in firefox as I am in chromium on a pi 4 running the mesa 19.2 RC.itsmedoofer wrote: Chromium still appears to be broken when opening pages containing an OpenStreetMap map..
Double L wrote: ↑Thu Aug 29, 2019 12:31 pmRecently I installed Raspbian "Buster" on an SD card for my R-Pi 4. Then ran the update using terminal and this improved the performance a lot!
So now I am wondering where can I read about any future updates being released so that I can update Raspbian at that point?
Thanks in advance
Code: Select all
sudo apt update
sudo apt full-upgrade
sudo reboot