Jump to content

GUD: Difference between revisions

From postmarketOS Wiki
Exkc (talk | contribs)
fix cap
Exkc (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
GUD USB Display Protocol is a open protocol that for USB GPU.That protocol can be used for turning your device into usb gpu. Currently Postmarket OS dont officially support usb gpu that use GUD USB Display Protocol neither turning your device into usb gpu.


{{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===
=== DRM Driver ===
GUD DRM driver is the driver for usb gpu that use GUD USB Display Protocol.It is in the mainline.All postmarket OS's kernel dont have GUD DRM driver so you need to enable it in the kernel config (DRM_GUD) and recompile the kernel.
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 gadget Driver===
=== USB Gadget Driver ===
GUD USB gadget driver is the driver for turning your device into usb gpu via GUD USB Display Protocol.It is a out of tree kernel module.
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 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.

See Also

GUD project

A demo of using redmi2 as usb gpu with Postmarket OS

GUD Wiki