MLD-5.x > Raspberry PI

[MLD-5.5 testing] RPI4 OpenGL

<< < (4/6) > >>

clausmuus:
We do not use the vtuner patch, since it is not funktional. But we build the vtuner as a separate package (dvb-vtuner) by external module build.

gr4vity:


Hi Claus,

The kernel panic problem is solved, i can't believe i was using a wrong config file  :o
Please delete that config from dev container.
I took config file from 092021 and it worked.
I will delete all the unnecessary comments i made related to that issue
 
Yes. we discussed qemu ARM emulation in docker before. i hope MLD kernel cross-compile will also work in the future.

Best Regards.

gr4vity:


Hi Claus,

BCM2835 thermal driver is enabled in 092021 config instead of BCM2711
Therefore CPU temp for RPI4 is always 00

Best Regards.

gr4vity:
Hi,


--- Code: ---MLD> vkcube
vulkan: No DRI3 support detected - required for presentation
Note: you can probably enable DRI3 in your Xorg config
Could not find both graphics and present queues
--- End code ---

Maybe solving the above error can help?

I have looked for a solution but there is only config for Nvidia and Intel,something like that


--- Code: ---Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "DRI"    "3"
EndSection
--- End code ---


--- Code: ---Section "Device"
   Identifier  "nvidia Graphics"
   Driver      "nvidia"
   Option      "DRI"    "3"
EndSection

--- End code ---

I haven't found any config for RPI4

I created a config file in /etc/X11/xorg.conf.d/20-broadcom.conf but it doesn't do anything.


--- Code: ---Section "Device"
   Identifier  "Broadcom"
   Driver      "V3D"
   Option      "DRI"    "3"
EndSection

--- End code ---

Any idea?



clausmuus:
On MLD you can create a file with the name 30_broadcomDevice.add and this content:

--- Code: ---   Driver      "V3D"
   Option      "DRI"    "3"

--- End code ---
That will merge into the right config file on xorg startup.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version