fastfetch-cli / fastfetch

Like neofetch, but much faster because written mostly in C.
MIT License
8.02k stars 347 forks source link

[FEAT] Detect panel type for monitors. #1017

Closed Get-Newsletters-Int closed 6 days ago

Get-Newsletters-Int commented 2 weeks ago

Wanted features:

Detect panel type (LCD, LED, OLED, etc.) for monitors.

Motivation:

I want to see which monitors have use which display technology.

CarterLi commented 2 weeks ago

You can't. Monitors don't seem to report it.

See all reported info by monitors in Linux: find /sys/class/drm/*/edid -exec di-edid-decode {} \;