- 350 Posts
- 25 Comments
Just for reference, a few years back, (ex-Microsoft) David Plummer had this historical dive into the (MIPS) origin of the blue color, and how Windows is not blue anymore: https://youtu.be/KgqJJECQQH0?t=780
ylai@lemmy.mlOPto
Linux@lemmy.ml•Schenker shows off a Linux laptop prototype with Snapdragon X Elite at Computex 2024
201·2 years agoLikely due to being a prototype. Production laptops from Tuxedo tend to have the “TUX” penguin in a circle logo on the Super key by default. They also have been offering custom engraved keyboard (even with the entire keyboard engraved from scratch to the customer’s specifications) as added service, so probably there will be suppliers or production facility to change the Super key.
By the way, there was one YouTube channel that ended up ordering a laptop with Windings engraving from them: https://youtu.be/nidnvlt6lzw?t=186
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Steam Deck has quietly become a reasonably capable ray tracing handheldEnglish
5·2 years agoUnless Valve can either find or pay a company that does a custom packaging of a Nvidia GPU with x86 (like the Intel Kaby Lake-G SoC with an in-package Radeon), very unlikely. The handheld size makes an “out of package” discrete GPU very difficult.
And making Nvidia themselves warm up to x86 is just unrealistic at this point. Even if e.g. Nintendo demanded, the entire gaming market — see AMD’s anemic recent 2024Q1 result from gaming vs. data center and AI — is unlikely to be compelling enough for Nvidia to be interested in x86 development, vs. continuing with their ARM-based Grace “superchip.”
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Semi-open world paper plane adventure 'Paper Sky' coming to Linux and Steam DeckEnglish
4·2 years agoProbably from the FAQ pane on the Kickstarter page:
What about Steamdeck support?
Will be 100% supported
Last updated: Tue, April 23 2024 10:55 AM PDT
In the beginning, only privileged ones will be allowed to run in pass-through mode. But goal/roadmap calls for all FUSE filesystems eventually to have this near-native performance.
Well, if you have a constructive suggestion which site to link instead regarding kernel developments, I am all ears:
- Not sure that raw commits are readable or have sufficient context for non kernel development readers here
- LWN, particularly timely/kernel development news there, has gone mostly paywall, and there will be (legitimate) complaint if I link articles needing a LWN subscription
Not sure what called for this blatant personal attack. My post history speaks for itself, quite in comparison to yours. And Phoronix is well-known Linux website, and its test suite is in fact even referenced in various regression tests/patches in LKML (also not sure what/if any kind of kernel development you have done).
Retention, or the lack thereof, when cold-stored.
In term of SD or standard NAND, not even Nintendo does that. Nintendo builds Macronix XtraROM in their Game Card, which is some proprietary Flash memory with claimed 20 year cold storage retention. And they introduced the 64 GB version only after a lengthy delay, in 2020. So it seems that the (lack of) cold storage performance of standard NAND Flash is viewed by some in the industry as not ready for prime time. Macronix discussed it many years back in a DigiTimes article: https://www.digitimes.com/news/a20120713PR201.html.
And Sony and Microsoft are both still building Blu-ray-based consoles.
ylai@lemmy.mlto
Linux@lemmy.ml•Docker team is considering distributing Docker Desktop as a Flatpak and Snap
11·2 years agoYes. If you mean “CLI” as for e.g. pacman install, it is a GUI (Electron) application, so I expect will install straight from e.g. KDE Discover and then run without you touching the shell.
ylai@lemmy.mlto
Linux@lemmy.ml•Docker team is considering distributing Docker Desktop as a Flatpak and Snap
21·2 years agoInstalling podman-compose with the immutable filesystem is fairly straight forward, since it is just a single Python file (https://github.com/containers/podman-compose/blob/devel/podman_compose.py), which you can basically install anywhere in your path. You can also first bootstrap pip (
python3 get-pip.py --userwithget-pip.pyfrom https://github.com/pypa/get-pip) and then dopip3 install --user podman-compose.
ylai@lemmy.mlto
Linux@lemmy.ml•Docker team is considering distributing Docker Desktop as a Flatpak and Snap
191·2 years agoThere might be several misunderstandings:
- Docker Desktop ≠ Docker Engine, and I think what you (and several in this thread) are thinking is actually Docker Engine. Docker Desktop ultimately includes a Docker Engine inside, but it does not appear you need that virtual machine (e.g. running non-Linux code). See: https://docs.docker.com/desktop/faqs/linuxfaqs/#what-is-the-difference-between-docker-desktop-for-linux-and-docker-engine
- Docker Desktop is based on KVM, which already works with Flatpak. So this is not something new. For example, GNOME Boxes is available as Flatpak and provides a way to run KVM guests in SteamOS.
- Starting with version 3.5 (the current stable) SteamOS already includes Podman with the default installation. And running the daemon-y Docker Engine “bare metal” is not going to be any easier with the immutable filesystem. While Docker Desktop solves this by using KVM, it adds another layer with performance loss, vs. just running Podman containers.
So what you want is already available, and no Docker Desktop is actually needed.
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Gaming Linux Nobara 39 released as a complete package with Steam Deck OLED supportEnglish
121·2 years agoThe was a GNOME FAQ that describes “guh-NOME” or IPA /ɡˈnəʊm/ as the official pronunciation, due to the emphasis of G as GNU. It does acknowledge that many pronounce it “NOME” or /nəʊm/: https://stuff.mit.edu/afs/athena/astaff/project/aui/html/pronunciation.html
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Steam Deck Undervolting Tested: Boosting Battery Life And PerformanceEnglish
9·2 years agoUndervolting provides the chip with additional power and thermal headroom, and can improved situations where otherwise throttling sets in.
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Tony Hawk's Pro Skater 1 + 2 drops the always-online requirement, but only for Steam DeckEnglish
4·2 years agoFrom https://www.gamingonlinux.com/2023/10/tony-hawks-pro-skater-1-2-adds-offline-support-for-steam-deck/ :
You may be able to get it to work on desktop Linux too in offline mode by using
SteamDeck=1 %command%as a Steam launch option for the game, which likely won’t work for Windows since the Steam Deck is just a Linux machine.
Tom Clancy’s The Division 2 runs decently on the Steam Deck, and has semi-(?)/de-facto-(?) official support (the developer purposefully switched to a Linux/Wine-compatible EAC earlier this year, and referenced the Steam Deck support in the corresponding patch note).
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Steam Deck SteamOS 3.5.1 Preview fixes backlight staying on when dockedEnglish
1·2 years agoThis summary (and sadly, also the GoL title) has somewhat buried the lede here: The firmware update that comes with 3.5.1 Preview adds undervolting controls — with the obvious implications of improving the battery life.
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•SteamOS 3.5 Delivering Some Decent Performance Gains For The Steam DeckEnglish
4·2 years agoThe release notes describe changes in multi-threading, and there appears also to be changes in the graphics stack.
ylai@lemmy.mlOPMto
Steam Deck@lemmy.ml•Valve puts the Steam Deck and Dock on sale again, get up to 20% offEnglish
10·2 years agoNote that Lawrence Yang said in March “a true next-gen Deck with a significant bump in horsepower wouldn’t be for a few years.” (https://www.rockpapershotgun.com/the-community-continues-to-blow-our-minds-valve-talk-the-steam-deck-one-year-on)























Three side remarks about China, which can be a peculiar example to compare to for Russia, maybe even any other country: