Bottles – Run Windows software and games on Linux
91–100 of 106 posts
Re: Bottles – Run Windows software and games on Linux
#92Earlier quoted context omitted.
You can just use a Windows-VM, and if you're concerned about performance, use PCIe passthrough for your graphics card. Or use something like https://looking-glass.io/
> and if you're concerned about performance, use PCIe passthrough for your graphics card. Won't work with NVIDIA cards at all without a boatload of hacks (because they don't want consumer cards to be used in virtualized environments), and AMD cards are an utter pain in the ass to work with because AMD can't be bothered to get basic PCI stuff to work [1]. Also, you always run the risk of some anti-cheat solution detec…
I've actually had good luck with AMD cards, but the reset bug is truly bizarre. For instance I own an evga R7 360, no reset bug, very reliable. I had also purchased an XFX R7 360, never survived a reboot! My sapphire RX 470 also works fine with no special actions from me and I've heard people have issues with that one.
You're definitely correct regarding anti-cheats though, they are something you have to watch out for.
Re: Bottles – Run Windows software and games on Linux
#93Earlier quoted context omitted.
> if you value your time and security, just keep a dedicated Windows system for gaming Not everyone has the space and money for this. In fact most people don't and when you buy a powerful PC for games you most likely also want to use it for your other PC tasks too - especially if you are a developer. Even if one has both the space and money, they may just not want to "task switch" between different machines (e.g. i d…
If you don't have the money or space what you can do is just have 2 hard drives, one fully encrypted running whichever OS you want and one with windows. Unplugging the secure one when booting into the insecure one would be ideal but not required. In this case you'd still be vulnerable to certain EFI based attacks but at least you'd be safe from most common crooks. I mean, seriously, running stuff with wine is OK if y…
But the point is to get rid of Windows completely without giving up the ability to play Windows games.
Re: Bottles – Run Windows software and games on Linux
#94Earlier quoted context omitted.
One issue with device virtualization is that the required hardware features are often locked out in non enterprise-grade hardware (although they can sometime be unlocked, for example: https://github.com/DualCoder/vgpu_unlock ).
thank you for that link. Does AMD have the same shenanigans of locking out consumer grade gpu's? Intel has GVT-g vGPU virtualization which works with intel integrated graphics, it will be interesting to see what road Intel takes with their dedicated GPUs.
Really stinks because I was super interested in a GVT-g on their new discrete cards.
Re: Bottles – Run Windows software and games on Linux
#95Lutris, PlayOnLinux, Proton, etc. are all really cool. But, if you value your time and security, just keep a dedicated Windows system for gaming. I keep all the things I actually care about or don't want stolen on my Linux system with full drive encryption and I keep a gaming PC that has absolutely nothing I care about on it. The Windows system is never allowed to access my email, credit cards, or anything I care abo…
I've thought about doing something like this before, does your windows machine have its own keyboard, mouse and monitors or do you have some kind of switch involved? I haven't worked out a good way yet of using multiple monitors over two machines whilst sharing audio and input between the two
I'd say in order of seamlessness: KVM switch or monitor input switch Looking-glass parsec, steam in home streaming
I have a KVM switch as well but I kind of prefer to run things in a window.
There's a couple quality of life things about running windows in a VM as well. When it goes on it's update parade I can just close the window and ignore it. And with snapshotting a bad update can just be rolled back.
Re: Bottles – Run Windows software and games on Linux
#96Earlier quoted context omitted.
If you don't have the money or space what you can do is just have 2 hard drives, one fully encrypted running whichever OS you want and one with windows. Unplugging the secure one when booting into the insecure one would be ideal but not required. In this case you'd still be vulnerable to certain EFI based attacks but at least you'd be safe from most common crooks. I mean, seriously, running stuff with wine is OK if y…
I don't think there is a point on doing that, Windows isn't even running if you dual boot, why bother having 2 hard drives? Just place Windows in another partition. But the point is to get rid of Windows completely without giving up the ability to play Windows games.
If you physically unplug your secure drive then you know for sure that no fun stuff is going on behind your back.
I'm not entirely sure about secure boot when it comes to validating the boot loader of an installed system so I can't vouch for that but I do know that UEFI kits aside, unless you have a proper way to validate the secure systems boot loader it could be tampered with if the disk is accessible by a compromised system.
IMO the point is not to get rid of windows but to isolate whichever insecure system you use in a way in which it can't hurt the secure system (it could even be a secondary Linux system where you use Wine if that's what you want)
Re: Bottles – Run Windows software and games on Linux
#97Earlier quoted context omitted.
> In contrast on Windows most games run as Admin That's not true. > or at some point ask for admin privileges. Usually this is a UAC prompt so that the installer can deploy the game/app into Program Files. This isn't the fault of Windows and I'm fairly certain this could be avoided by the developer of the game/app. > play your game without Windows having a hissy fit about Windows updates You know you can defer update…
Quoted post unavailable.
I beg your pardon? I think you need to re-acquaint yourself with the HN Guidelines:
"Please don't post insinuations about astroturfing, shilling, bots, brigading, foreign agents and the like. It degrades discussion and is usually mistaken. If you're worried about abuse, email hn@ycombinator.com and we'll look at the data."
> Consider that games and accounts themselves are a high value target. Your League or WoW account alone can be worth hundreds to thousands and then some. Putting all your gaming eggs in one basket, so to speak, isn't that great.
I think even you can see the flaw in your argument there. It's the accounts that are at risk and it doesn't matter which platform you're using. A determined miscreant will get control and it doesn't matter a hoot whether you were running Windows, Linux, MacOS etc.
Re: Bottles – Run Windows software and games on Linux
#98Earlier quoted context omitted.
Some peoples opinion of Flatpak has been heavily warped by websites like FlatKill.org
It's even easier to warp your opinion of it by trying to daily-drive a Flatpak, you'll be begging for distro packages in no time!
Re: Bottles – Run Windows software and games on Linux
#99Earlier quoted context omitted.
It's even easier to warp your opinion of it by trying to daily-drive a Flatpak, you'll be begging for distro packages in no time!
Root access because I want to run a media player? No thanks!
Re: Bottles – Run Windows software and games on Linux
#100Earlier quoted context omitted.
Root access because I want to run a media player? No thanks!
VLC has access to your entire filesystem by default. Their sandboxing doesn't much care about that.
Also you should look closer at what "your entire filesystem" means. There are a lot of areas of the file system that are completely blacklisted with no actual way to enable them regardless of configuration. Important things like /etc and /usr just to name a few.