-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client support for Linux >5.10 #7
Comments
It's not unlikely that I'll switch to 5.15 but I don't know when I get around to doing that. |
Thanks for that, the kernel compiles with the patch applied |
So I tested with an RPI using the premade image and it worked great, which means something is wrong with the setup on 5.15, I tried to compile a 5.10 kernel using the patches in the repo to verify that the problem is specific to 5.15 but from what I can tell, |
Yeah, you're right, didn't know that. Downstream rpi backports a lot of drm patches, so that's the reason I didn't spot it I guess. I did a quick test using downstream rpi-5.15.y, |
Try modetest on the Nexus to make sure that works, it uses the same dumb buffer that gud_gadget does: https://github.com/notro/gud/wiki/Debug#modetest |
I was able to build a kernel in between some other stuff and mainline 5.15.0 is working for me as a gud gadget on a Pi4. |
Running the modetest test image locally on the N7 seems to work fine, although it gets stuck and just displays garbage when trying to do the same over GUD. |
Oh and I think there's more going on than just DRM trouble, connecting the Nexus crashes Gnome when it's running in Wayland (hotplugs and works fine from an RPI) and in X11 to get it to even try outputting anything I have to manually set the provider source with xrandr |
This patch works for me. See https://gist.github.com/ZenithalHourlyRate/220186818bae434386e80c62ee1bc7bc
Same bad experience under Nvidia setup. You may refer to my setup on this crashing issue, I have no idea currently. |
The patchset available seems to only work on Linux versions up to 5.10, beyond that it fails to compile, seemingly related to some DRM changes that got made in 5.11.
Are there any plans to support newer kernels? Especially since 5.15 is an LTS release.
The text was updated successfully, but these errors were encountered: