GUD: Difference between revisions
Appearance
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Warning|Currently,Postmarket OS doesn't officially support them.}} | |||
==Driver== | GUD USB Display Protocol is an open protocol for a USB GPU. It can be used for turning your device into a USB GPU. | ||
== Driver == | |||
=== | === DRM Driver === | ||
GUD DRM driver is the driver for usb gpu that use GUD USB Display Protocol.It is in the mainline. | GUD DRM driver is the driver for usb gpu that use GUD USB Display Protocol. It is in the mainline. None of the postmarketOS kernels have the GUD DRM driver so it needs to be enabled in the kernel config (<code>DRM_GUD</code>) and compiled in. | ||
===USB | === USB Gadget Driver === | ||
GUD USB gadget driver is the driver for turning your device into | GUD USB gadget driver is the driver for turning your device into a USB GPU via GUD USB Display Protocol. It's an out of tree kernel module. | ||
==See Also== | == See Also == | ||
[https://github.com/notro/gud GUD project] | [https://github.com/notro/gud GUD project] | ||
[https://gist.github.com/ZenithalHourlyRate/220186818bae434386e80c62ee1bc7bc A demo of using redmi2 as usb gpu with Postmarket OS] | [https://gist.github.com/ZenithalHourlyRate/220186818bae434386e80c62ee1bc7bc A demo of using redmi2 as usb gpu with Postmarket OS] | ||
[https://github.com/notro/gud/wiki/ GUD Wiki] | |||
[[Category:USB_GPU]] | [[Category:USB_GPU]] |
Latest revision as of 08:46, 13 September 2024
WARNING: Currently,Postmarket OS doesn't officially support them. |
GUD USB Display Protocol is an open protocol for a USB GPU. It can be used for turning your device into a USB GPU.
Driver
DRM Driver
GUD DRM driver is the driver for usb gpu that use GUD USB Display Protocol. It is in the mainline. None of the postmarketOS kernels have the GUD DRM driver so it needs to be enabled in the kernel config (DRM_GUD
) and compiled in.
USB Gadget Driver
GUD USB gadget driver is the driver for turning your device into a USB GPU via GUD USB Display Protocol. It's an out of tree kernel module.