Lv_InSaNe_vL

joined 2 years ago
[–] Lv_InSaNe_vL@lemmy.world 2 points 5 hours ago (1 children)

So this is a LG Ultragear 34" monitor.

So you have

  • 34 = the diagonal size, which is 34" in this case.
  • G = the line of monitors, so G for Ultragear
  • P = the year the monitor was made, which is 2021 in this case
  • 63 = the placement in the line, bigger number is better
  • A = This I can't actually find. I think it's a feature set or possibly where you bought the monitor from. But it's probably just an internal code LG uses.
  • B = The color. So yours is black.
[–] Lv_InSaNe_vL@lemmy.world 0 points 5 hours ago

Sure but the thing with TVs is a manufacturer will over 15 different SKUs of "a TV" that are all pretty different. Plus, a lot of the times (especially for TVs) they will still have a "normal" name.

Like Alienware sells a few different "Alienware 27 Gaming" monitors. But they only sell on "AW2725DM"

[–] Lv_InSaNe_vL@lemmy.world 1 points 5 hours ago

That's because the official instructions say to install it through snap. Which is just snap install blender. You may have problems with flatpacks (I don't to be fair) but that might be outside of the scope of this comment. Or just go to the app store and download it haha

And if you really want to install the deb package there are instructions to add the PPA.

[–] Lv_InSaNe_vL@lemmy.world 3 points 5 hours ago

Oof GTK is probably one of the worst dependencies you can try and port to Windows.

What I've done in the past is use something like Onno Setup which can call a script during install.

Or, and this is new to me, use the Official tools to build a package for windows on whatever Linux distro you are on. From what I'm reading, it should package GTK with it.