linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

flx, in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh

A sticker is probably cheapest

RTRedreovic,

Yeah probably so. I was thinking about it.

snekmuffin, in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh

I’d say there’s no need for that. If you’re switching to Colemak I assume you’re gonna learn how to touch type with it, at which point it really doesnt matter what the labels on the keys say. Most typing websites like monkeytype have a finger position visualization so even while learning you dont need to look at your keyboard.

RTRedreovic,

I can but I also do want to convert my keyboard.

bjoern_tantau, in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh
@bjoern_tantau@swg-empire.de avatar

Can’t you pop off the keys and switch them around?

RTRedreovic,

I don’t want to risk breaking any keys.

meekah,
@meekah@lemmy.world avatar

I imagine that to be pretty difficult with laptop keyboards like a scissor switch. But after googling a bit there seem to be a few tutorials so maybe it’s easier than I think.

IsoKiero,

With some models it can be done, but they are delicate things and going over the whole keyboard will most likely result in a couple of broken mechanisms and/or missing hooks on keycaps.

meekah,
@meekah@lemmy.world avatar

Makes sense

phx, in What is the state of Multiseat in Linux today?

So essentially it’s running a single computer we if it were two seperate workstations?

I could see an implementation that’s similar to those running a VM with a DGPU for gaming. User A could run a login against the primary GPU and OS. User B could run a VM with several cores allocated and the secondary GPU dedicated to the VM. If any shared did file resources in the primary OS are needed, KVM has ways to do that as well.

unwillingsomnambulist,

Not entirely sure why this reply is being panned (was at -6 when I first saw it).

OP is in the process of upgrading their PC to a Ryzen 9. If we make the assumption that this Ryzen 9 is on the AM5 platform, the CPU comes equipped with an IGPU, meaning the RTX 3060s are no longer needed by the bare metal. So, installing a stable, minimal point release OS as a base would minimize resource utilization on the hardware side. This could be something like Debian Bookworm or Proxmox VE with the no-subscription repo enabled. There’s no need for the NVIDIA GPUs to be supported by the bare metal OS.

Once the base OS is installed, the VMs can be created, and the GPUs and peripherals can be passed through. This step effectively removes the devices from the host OS – they don’t show up in lsusb or lspci anymore – and “gives” them to the VMs when they start. You get pretty close to native performance with setups of this nature, to the point that users have set up Windows 10/11 VMs in this way to play Cyberpunk 2077 on RTX 4090s with all the eye candy, including ray reconstruction.

Downsides:

  • Three operating systems to maintain: bare metal, yours, and your partner’s.
  • Two sets of applications/games to maintain: yours and your partner’s.
  • May need to edit VM configs somewhat regularly to stay ahead of anti-cheat measures targeted at users of VMs.
  • Performance is not identical to bare metal, but is pretty close.
  • VM storage is isolated, so file sharing requires additional setup.

Upsides:

  • If you don’t know a lot about Linux, you’ll know a bunch more when you’re done with this.
  • Once you get the setup ironed out, it won’t need to change much going forward.
  • Each VM’s memory space is isolated, so applications won’t “step on each other” – that is, you can both run the same application or game simultaneously.
  • Each user can run their own distro, or even their own OS if they wish. You can run Fedora and your partner can run Mint, or even Windows if they really, really want to. This includes Windows 11 as you can pass an emulated TPM through to meet the hardware requirements.
  • Host OS can be managed via web interface (cockpit + cockpit-machines) or GUI application (virt-manager).

It’s not exactly what OP is looking for, but it’s definitely a valid approach to solving the problem.

princessnorah, (edited )
@princessnorah@lemmy.blahaj.zone avatar

I came to the comment section to recommend Proxmox or another hypervisor as well. If it was a system with just one GPU, I wouldn’t, as splitting it between two VMs can be difficult. But, most of the time having two GPUs under one OS can be a lot worse too though. I think it’s definitely the cleaner & easier way to go. One caveat I’ll add is that resources are more strictly assigned to each seat, so memory & cpu can’t be sent to who needs it more as readily. Another positive though is that it would be super simple to create a third VM with a small amount of resources for running a small self-hosted server of some kind on the same box.

Strit, in What is the state of Multiseat in Linux today?
@Strit@lemmy.linuxuserspace.show avatar

While Linux TTY is multiseat by default, each TTY is a seperate user login, I’m not sure any of the GUI’s support this function.

cmnybo,

You can run multiple X servers for a graphical multiseat setup. It’s a lot of work to set it up and most of the information about it is out of date though.

velox_vulnus, (edited ) in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh

Get a cheap mechano-membranous keyboard. You might be able to buy a bunch of cheap keycap set for the same.

Or just use a sticker.

Retiring, in Requesting advice on converting a Laptop Keyboard from QWERTY to Colemak-dh
@Retiring@lemmy.ml avatar

I don’t know where you are from, and what laptop you are using, but as others have said: use keyboard stickers. Just search for „colemak dh stickers [your laptop model]“

redcalcium, in What is the state of Multiseat in Linux today?

By multiseat, do you mean allowing two people to use your Linux PC at the same time, using a separate monitor and keyboard/mouse, as of they’re on a separate computer? You can do this without installing additional software, though you must configure the seat from command line:

Is it possible to isolate applications per user?

Each user with have their own login session, so ther application processes should be separate from each other.

INeedMana,
@INeedMana@lemmy.world avatar

Regarding Wayland, looking at this it seems that it might be pretty straightforward but then for example sway seems to be defining seats a little bit different. So it might require some tinkering in the end, depending which compositor you decide to use.
Loginctl seems to be X/Wayland independent and useful in both.

From what I’ve found it seems that there are more questions on the internet regarding something not working well in multi-seat or needing a patch for that, than how to set the multi-seat up. Situations like this usually mean that setting this thing up is quite straightforward. It might also be a niche, though

Nickm8, in Arch or NixOS?

Have you considered staying with EndeavourOS, and using Btrfs with Timeshift?

therealjcdenton, in Reminder to clear your ~/.cache folder every now and then
danileonis, in One of these 6 will become Plasma 6. Wallpaper Which one do you prefer?
@danileonis@lemmy.ml avatar

1

Kushia, in What is the state of Multiseat in Linux today?
@Kushia@lemmy.ml avatar

What advantage do you get using one PC in this way instead of two?

Dirk,
@Dirk@lemmy.ml avatar

Less resources needed, less physical space needed, less power consumption, no need for a network, don’t need to maintain/update multiple systems, etc.

Kushia, (edited )
@Kushia@lemmy.ml avatar

You still need all the physical space that two PCs require except for the box which is only a small part of it. You still need all the peripherals for two people and once the 3060s are in it the power difference will be negligible between one or two PCs. On top of that you have all the inconvenience and problems that using in multiseat brings. Network gear is dirt cheap and maintaining two PCs is less hassle Vs this too.

Personally I think at the end of the day you’re better off with two PCs even if the second one is a cheap second hand one. Especially since I assume the GPUs mean they’re planning on gaming on it.

TrickDacy,
@TrickDacy@lemmy.world avatar

I mean, you save money by not having to buy another PC…

Kushia,
@Kushia@lemmy.ml avatar

They practically are though once they upgrade it with two 3060s and the CPU.

Dr_Willis,

I have seen this used in school situations with 3+ seats per PC.

that can add up when dealing with a dozen+ PCs.

For home use, not much a benefit, but I did have it setup years ago for the grandkids.

Kushia,
@Kushia@lemmy.ml avatar

When you have like 30 kids in a class and a limited budget then yeah, makes a lot of sense to come up with solutions like this.

For these two though if I knew them I’d just straight up give them a second PC for free to save them the hassle. You can do amazing things with refurbished PCs when budget and space constraints are a problem.

Eric_Pollock,
@Eric_Pollock@lemmy.world avatar

Not only for saving money, as when we upgrade the PC, I’m going to be able to sell off most of the components that get replaced, but space savings is also a big part of it. We’re going to be buying an RV to live full time in soon, and the less space it takes up, the better.

Plus, we have used it in this configuration for almost two years now, and it has worked without issue (EasyAntiCheat doesn’t play nice, but we don’t play many games that use it anyway). And honestly at this point, I kind of enjoy the challenge lol

Kushia, (edited )
@Kushia@lemmy.ml avatar

You could have a look at ex-business slimline PCs or laptops if two cases are out of the question. They’ll take up less space overall than the typical PC case and are usually pretty power efficient. The former can also be upgraded if you are careful with what you choose and find the right slimline GPUs to fit in said cases. This is what I used to do for my kids particularly with ex-Dell PCs.

The thing is that you’re not going to get a whole lot for your old parts, certainly not more than the benefit you gain by having a second PC, as by the time you sell it the parts would have depreciated in value quite a lot. But, it’s neat I guess that PCs allow you to do stuff like this even if it would result in a bit of frustration.

aBundleOfFerrets,

I wouldn’t go for anything that needs SFF gpus. They are expensive and have shit performance for the money.

linuxdweeb,

It’s kind of romantic. Thinking of all the hoops they had to jump through to get this intimate setup just right brings a tear to my eye.

ultra, in Which distro/image to use for distrobox where you just want to install tools?
Astaroth, (edited ) in What is the state of Multiseat in Linux today?

Just the other day I was looking into how to use a single shared WINE prefix for multiple users since it’s not like any 2 users would ever use the same PC at the same time… TIL I was wrong

Unfortunately I don’t really have anything helpful to add except it seems like Linux is more or less inherently built to support what you’re looking for.

reallyzen, in One of these 6 will become Plasma 6. Wallpaper Which one do you prefer?
@reallyzen@lemmy.ml avatar

I already installed 6 (the Tree) on my… Gnome laptop. As opposite to one of the feedbacks on the competition page said about the Night version, I don’t care about legibility of my desktop items huhuhu.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #