View previous topic :: View next topic |
Author |
Message |
HuskyDog Tux's lil' helper
Joined: 20 Feb 2003 Posts: 78 Location: Wiltshire, UK
|
Posted: Mon Dec 04, 2023 6:34 pm Post subject: |
|
|
Mr Seagoon,
Quote: | The missing incantation that PiOS has that Gentoo has just acquired is .. |
IT WORKS!!!
Thank you very much for your efforts on this. I've no idea how long it would have taken me to figure this out!
I guess that someone (hopefully you) now needs to (a) add this to the "Gentoo Raspberry Pi Install Guide" and (b) get the developers to somehow add this to the xorg ebuild.
If I strike any more problems I will let you know, but for now I will mark this thread as "Solved".
I'll keep an eye on Plasma 6 and once it stabilises on arm64 I'll look to switch over to Wayland. Perhaps by then it will be rather less painful.
Cheers,
Huskydog |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Mon Dec 04, 2023 6:56 pm Post subject: |
|
|
pingtoo,
config.txt is
Code: | # have a properly sized image
disable_overscan=1
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# There is also
# Enable DRM VC4 V3D driver
#dtoverlay=vc4-fkms-v3d
# which is fake kms. Its a wrapper arounh the blob driver
# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1
# Run in 64-bit mode
arm_64bit=1 |
Some of that I had already. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
pingtoo Veteran
Joined: 10 Sep 2021 Posts: 1252 Location: Richmond Hill, Canada
|
Posted: Mon Dec 04, 2023 7:22 pm Post subject: |
|
|
NeddySeagoon wrote: | pingtoo,
config.txt is
Code: | # have a properly sized image
disable_overscan=1
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2
# There is also
# Enable DRM VC4 V3D driver
#dtoverlay=vc4-fkms-v3d
# which is fake kms. Its a wrapper arounh the blob driver
# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1
# Run in 64-bit mode
arm_64bit=1 |
Some of that I had already. |
Thank you very much for confirmation.
Not I am less worry, As long as firmware blob can be loaded there is a way to make driver work. |
|
Back to top |
|
|
Nsane457 n00b
Joined: 25 Nov 2004 Posts: 45
|
Posted: Sun Mar 03, 2024 5:25 am Post subject: |
|
|
I installed minimal wayland-only plasma DE on my new RPi5 (i.e., kde-plasma/plasma-desktop only). I modified the SDDM ebuild to omit xorg-server. I setup sddm to use kwin instead of weston. And after frustratingly trying to start with sddm or startplasma_wayland for hours until stumbling on this thread, it seems all I had to do was add Code: | dtoverlay=vc4-kms-v3d | to config.txt and reboot.
|
|
Back to top |
|
|
e8root Tux's lil' helper
Joined: 09 Feb 2024 Posts: 94
|
Posted: Tue Apr 02, 2024 7:03 am Post subject: |
|
|
NeddySeagoon wrote: | HuskyDog,
PiOS has dropped Xorg support on the Pi5. Its Wayland only.
The next step is to try with Wayland. That's building now.
After that, if Wayland fails, its unpick PiOS.. |
I don't remember any such announcements.
Wayland is the default and you can easily change to X11 in Raspbian.
Not to mention total switch to Wayland would be a bit premature given very poor state of GPU drivers and given how Raspian is designed to run on multiple generations of RPi hardware it would be pointless to drop X11 support just to have to release separate image for RPi4 and/or RPi5 given RPi3 does not support Wayland and needs to ship with Xorg.
OpenGL/Vulkan side of things is even more stable/usable on Wayland than on X11 but Wayland performance is atrocious.
Given the limited hardware performance it cannot ever be "very good" but without proper scheduling that allows composition to start before other issued draw calls finished compositing quickly becomes extremely slow including choppy mouse cursor movement. Should this be fixedand we at most get some stuttering on heavy GPU load but otherwise at least workable compositing performance we might see support for X11 dropped. I would not expect such things happening in 2024. _________________ Unix Wars - Episode V: AT&T Strikes Back |
|
Back to top |
|
|
|