this post was submitted on 17 Feb 2024
1421 points (96.2% liked)

Technology

58061 readers
3064 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] FooBarrington@lemmy.world 5 points 7 months ago (2 children)

Have you considered using Windows in a VM? I currently don't have any reason to use Windows, but if I had to again, that would be my first approach.

[–] onelikeandidie@lemmy.world 1 points 7 months ago

I am running manjaro with a AMD 7900XT GPU, i needed to do a lot of work to get my windows vm to display correctly and it does not perform well in terms of graphics inside the VM. Personally I keep a dual boot with Win11 debloated to run games that require kernel level anticheat. With that said, if you wanna know if it's a good idea to switch, protondb.com gives you what to expect from your games on Linux!

[–] randomaside@lemmy.dbzer0.com 1 points 7 months ago

I have tried (story option below):

Currently virtualization for the desktop, even though that is in fact the future, there are many issues at the moment. For instance, graphics are holding me back.

Wendell on level 1 techs has plenty of these videos and there is one specifically where he goes in depth on spinning up a windows virtual machine and essentially using a GitHub project to make registry hacks to turn that windows VM into a fake RDS app server then using those apps via the RDP protocol.

I really like this solution but it is still less than desirable when attempting to save files, pass through devices to apps other than keyboard and mouse, run corporate ssl VPN Clients (they often enforce desktop sessions non-rdp via policy).

I follow these threads closely: https://forum.level1techs.com/t/vfio-passthrough-in-2023-call-to-arms/199671

I sometimes think maybe moving to an Intel processor with onboard video for my displays and then using the Nvidia driver patch like this https://github.com/DualCoder/vgpu_unlock or this https://github.com/ProTechEx/vgpu-proxmox to drive local 3D apps and pass GPUs into VMs is potentially something that can be used to get this going (without the need for a second discreet GPU).

I just don't want to have to do this. So I just have a windows desktop (still).