sysprog21 / mado

A window system for resource-constrained devices
MIT License
35 stars 13 forks source link

Implement DRM backend #60

Open shengwen-tw opened 1 week ago

shengwen-tw commented 1 week ago

The Linux Framebuffer Device (fbdev) is an older graphics interface in Linux, serving as a simple abstraction for a display framebuffer in memory. However, it offers limited functionality compared to DRM (Direct Rendering Manager).

In contrast, DRM provides a unified and consistent API for managing graphics devices, including support for multiple displays and GPUs. It allows for advanced display configuration, such as setting resolution, color depth, and other display modes.

Check also https://github.com/sysprog21/mado/issues/3

Bennctu commented 3 days ago

Can I take on this issue?

jserv commented 3 days ago

Can I take on this issue?

Go ahead.