But the rules say the system must be usable.
antsu
- 0 Posts
- 18 Comments
antsu@lemmy.wtfto Linux@lemmy.ml•Is there an easy way of having a vm with gpu pass through to play windows games ?7·6 months agoI have the 2020 G14 and I got this working once. I’m afraid easy and simple are not a thing here, as you need to understand what you’re doing if you want it to work well. The basics are:
- Prevent the host system from loading any drivers that touch the discrete GPU. This is done by attaching it to the VFIO driver and uninstalling/blacklisting the Nvidia and Nouveau drivers.
- Make sure you have the correct kernel parameters to support virtualisation and PCI-e passthrough.
- Create a Windows VM and attach the Nvidia GPU to it.
- Setup Looking Glass so you can play with the best possible latency. This will likely require a dummy USB-C display stick.
Personally, I don’t think it’s worth the hassle. I keep a Windows install for when it’s needed, and do most of my gaming on a separate system.
Original artist: https://x.com/CenturiiC
antsu@lemmy.wtfto Arch Linux@lemmy.ml•As a capable but lazy user, how much would switching to Arch frustrate me?2·1 year agoSolid advice. Good to mention too: use btrfs as filesystem for a better experience with Timeshift.
antsu@lemmy.wtfto Arch Linux@lemmy.ml•As a capable but lazy user, how much would switching to Arch frustrate me?4·1 year agoIf you have an interest in Arch, I’d recommend starting with a derivative distro like EndeavourOS. It’ll give you an easy installation process and a desktop that’s ready to use.
Then just use it as your daily driver. You’ll eventually run into the occasional issue when package X or Y upgrades and breaks something, learn to fix that, and eventually learn the “ins and outs” of Arch. That’s how I started, I went from Mint to Antergos, used that for a while, then when Antergos was discontinued (RIP) I converted my install to “pure” Arch and never looked back.
antsu@lemmy.wtfto Linux@lemmy.ml•Software for remote desktop with phone confirmation to use on untrusted machines9·1 year agoRustDesk sort of fits the bill. It’s open-source, has 2FA, can be self-hosted (but not needed), the client runs on anything, but the main issue here is that no amount of workarounds will make an untrusted machine any less untrusted, you’re essentially extending the display and input from a dubious machine into your own.
If you’re really worried about the security aspect, my suggestion would be to only use your phone as the client, and if you need to do anything more complex, use a Bluetooth keyboard connected to it. There are some foldable keyboards that don’t take too much space and are not terrible.
Just echoing what others said, Plank does not run on Wayland. You can install the “Dash to Dock” Gnome extension for a very similar experience (minus widgets). If using KDE, consider replacing Guake (which is GTK) with Yakuake (Qt).
antsu@lemmy.wtfto Technology@lemmy.ml•Multi-million dollar Cheyenne supercomputer auction ends with $480,085 bid — buyer walked away with 8,064 Intel Xeon Broadwell CPUs, 313TB DDR4-2400 ECC RAM, and some water leaks302·1 year agoEnough to run Chrome and 2 Electron apps!
Go to the fstab entry for that drive and add
nofail
to its options.
antsu@lemmy.wtfto Linux@lemmy.ml•What're some of the dumbest things you've done to yourself in Linux?113·1 year agoRunning the right command on the wrong SSH session/machine.
antsu@lemmy.wtfto Linux@lemmy.ml•GNOME Shell and Mutter 46 Beta Released with Numerous Improvements - 9to5Linux8·1 year agoCool. Time to get ready for another round of broken extensions.
antsu@lemmy.wtfto Linux@lemmy.ml•[OC] Bibata Cursor v2.0.5 - w/Endless Personalization...2·1 year agoAmazing work, these look great!
Timeshift with BTRFS kicks ass. I have mine set for daily snapshots, retained for a week. Only the changes between snapshots are stored, so the extra disk usage is minimal, and easily justified by the peace of mind in case of fuck-ups or broken updates.
I don’t have the source right now, but I had the same idea not long ago, and the tl;dr is swap on a zvol is a very bad idea. If your system ever runs low on memory and actually needs to do heavy swapping, you’re setting yourself up for a catastrophe.
My streaming service (Jellyfin) always has all the seasons of everything. 😉
Assuming this is an option for you, convert your ext4 partition to btrfs (can be done without data loss) and enjoy having proper snapshot support. Timeshift makes it really easy to automate and manage btrfs snapshots.
Haha!