this post was submitted on 25 Jul 2023
30 points (87.5% liked)

Linux

56954 readers
536 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hello, I'm looking to setup a simple Linux-based media center PC, as I really can't stand ad ridden TV interfaces, using an old tiny Lenovo Thinkcentre with a Ryzen 5 2400GE or something similar.

Does anyone have any experience with rendering 4K video on such a weak iGPU? All the information I seem to find is Windows only.

Hope I'm not in the wrong community.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (1 children)

Video playback needs less hardware than you think. $35 Raspberry Pi's with a little ARM SoC can easily play 4k.

Really you're more limited by what codecs you plan to play and whether the iGPU supports hardware decode for them. For example, on the 2400ge you mentioned, the Vega 11 graphics core is built in GCN 5.0.. Looking at other specs sites, hoping they're accurate, show that Vega 11 supports hardware decode of most major video formats that you'd try to play.. If there's hardware support you'll have zero issues.

For any codecs not hardware supported you'll be CPU core limited, however, I think you'll find even Zen+ cores in an APU are capable of more than you think.

[–] crunchpaste 1 points 2 years ago

Thank you for the detailed explaination.