this post was submitted on 11 Mar 2024
73 points (94.0% liked)
Asklemmy
43746 readers
1382 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Would you mind expanding on the open source realisations thing? I'm trying to get more into open source software but I'm a little too tech illiterate to understand the nuances, including what you just mentioned.
Just search for "amd hdmi 2.1 linux" to get full story.
In short - AMD wrote an implememtation for HDMI 2.1 standart for Linux driver, but it requires approval from HDMI consortium. They (consortium) denied it, so AMD couldn't ship it.
HDMI has a private company that owns the rights to it. They get to decide if you get to call yourself HDMI and they can sue you if you lie about it. They decide what new features HDMI implements. This is a proprietary standard. As a recent example, AMD wrote an open source driver for HDMI 2.1 that would allow 8k on any device using an AMD graphics card. The HDMI owners basically said "no, you can't distribute this, shut the project down and write something proprietary." This doesn't help the consumer at all, and although they didn't explicitly say it, HDMI probably made that decision because studios pay a lot of money to make it hard to pirate over HDMI.
DisplayPort is an open standard. If you were to write the same AMD 8k driver for DisplayPort, they would say "great, we can't stop you from using this anyways, so share as much as you like." Open standards are better for consumers because they can improve more easily.
Well, shit. Didn't know that. Thanks for the info. I was already using DP but now I know I'll keep using it.