Live data from Hacker News

With Proton and Steam Play, many Windows games now work on Linux

protondb.com

491–500 of 560 posts

Re: With Proton and Steam Play, many Windows games now work on Linux

#491
post #484

Earlier quoted context omitted.

You can set up QT to use GTK themes (seems like this is the default in KDE Plasma): https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and... I currently just don't have any QT based apps on my Arch system though I don't think.

I came at it the other way - make GTK apps look like Qt ones. Everything on my system uses Breeze Dark. The only way I can tell GTK programs from Qt ones is the "About" dialog, or the file picker. (Oh, how I wish I could use the Qt file picker in GTK programs) (edit: QT -> Qt. Seasons greetings to the flagkilled throwaway who informed me of my mistake.)

It's spelled Qt, not QT.

QT means QuickTime.

Re: With Proton and Steam Play, many Windows games now work on Linux

#492

Earlier quoted context omitted.

You can set up QT to use GTK themes (seems like this is the default in KDE Plasma): https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and... I currently just don't have any QT based apps on my Arch system though I don't think.

It's not actually translating GTK themes to QT, its special themes with both QT and GTK versions.

It's spelled Qt, not QT.

QT means QuickTime.

Re: With Proton and Steam Play, many Windows games now work on Linux

#493
post #135

Earlier quoted context omitted.

I was seriously considering adding Linux support for my game, that already has turn-based multiplayer, and this thread was the last thing I needed to convince myself it could work. Performance may be an issue. I wonder if people would be ok with electron games sold on steam running on linux...

Not sure if you've seen crosscode, but they released on steam and other platforms with impactjs and they're doing very well. (Not quite electron, but still html tech) If it runs well, who cares about the tech :-) People seem to complain about electron in tools and background apps. If it's the main/fullscreen app, it shouldn't be a problem.

Don't know if that's the best analogy. Most Electron application's performances are "good enough"; there's still room for improvement, but it's not as important as performance in video games.

Re: With Proton and Steam Play, many Windows games now work on Linux

#494
post #139

Earlier quoted context omitted.

What do you install it from and what software do you use to build the installation image?

USB 3.0 flash drive made with Microsoft's own installer tool from their website (from another Windows machine). So just to be clear, it fully completes the installation and boots normally the first time, but fails to boot after I install the first Windows Update. I have successfully run Windows 10 on this particular device in the past, which is weird. I only reinstalled it to use a larger SSD. Some Googling suggests…

Well, sadly I can't think of anything that could help... but I will say that some update made my Win10 installation hibernate randomly (event log says due to "CPU overheating" - there is no overheating).

I thought it stopped when I converted 2 disks from dynamic (mirror mode) to basic (2 independent drives), but it still happens, albeit way less frequently. Create a mirrored volume and it's 2-3 times a day.

I sure as hell am not blaming my hardware, Win10 used to work fine, Linux works fine, Windows 7 works fine.

Re: With Proton and Steam Play, many Windows games now work on Linux

#495

Note that Codeweavers (the developers behind WINE and a good chunk of Proton) have 13 full time developers working on Proton right now: https://boilingsteam.com/podcast-with-james-ramey-full-trans...

Is it just me or is that page unavailable? Couldn't find the episode elsewhere neither.

Re: With Proton and Steam Play, many Windows games now work on Linux

#496
I've been using Mint for a while (as a beginner) and for the most part I love it. I can't get fallout 4 to work for some reason. GTA and RDR2 won't work cause of the rockstar software. I have gotten Borderlands 2 and Saints Row IV to work. I would probably completely switch over if I could also get my plex server to work, but right now I can't...

Re: With Proton and Steam Play, many Windows games now work on Linux

#497
post #137

Earlier quoted context omitted.

Perhaps he was trying to install Windows 10 using a USB stick. The various software for that builds the image for either legacy BIOS or UEFI, and they're not interchangeable. Rufus, for example, lets you specify the mode. Alternatively, if you can't install it in UEFI mode, you can switch to legacy BIOS/CSM mode in your machine's BIOS (or vice versa). It gets worse - some Win10 ISOs themselves are made for either UEF…

> Perhaps he was trying to install Windows 10 using a USB stick I was, yes, but even switching to legacy didn't help at all. I spent weeks trying to get it working, I looked at everything I could and tried every combination of settings (I had a grid).

I meant the eBay seller. But yeah, the W10 bootloader is finnicky as hell, GRUB has nothing on it. Did you try an older version of W10, like LTSB or LTSC?

Re: With Proton and Steam Play, many Windows games now work on Linux

#498
post #399
post #22

Another Linux gamer. I seriously don't miss windows anymore. At this point I'm not worried about compatibility, but rather shitty game companies banning you the second they figure out you're playing on linux. This is especially an issue in PvE heavy games that have only small PvP elements. Looking at you Destiny 2. I really wish companies stopped their draconian policies about Linux gaming. Or at the very least just…

I went the opposite way and got rid of Linux for windows wsl2. I have the random issue but otherwise things run pretty well.

I have mixed feelings about wsl because support requests from wsl users are usually due to issues in wsl itself. I guess that's how windows developers feel about linux.

Re: With Proton and Steam Play, many Windows games now work on Linux

#499
post #19

Earlier quoted context omitted.

how would you stop someone sticking in a dodgy PCI card (disguised as an innocent one) that can read the entire machine's memory using DMA?

I’m not going to go into specifics but there are several software methods to both detect and prevent these sorts of attacks, since DMA requires cooperation from the host CPU. There are several anticheats in production today that employ these techniques with great success.

> since DMA requires cooperation from the host CPU

Not really. I mean, yes, in the sense that the IOMMU has to be configured to allow it, but after that, it's fair game. Any PCI device can read within the inbound translation window.

Re: With Proton and Steam Play, many Windows games now work on Linux

#500

Earlier quoted context omitted.

The host GPU is a Radeon rx460, the GTX 1070 is only used by the VM (when the VM is running). Here are the most significant configuration files involved in my setup: https://gist.github.com/tarruda/2ea928b90cdecb6f77c2f9ca65ba... Note that modprobe configuration is important, as it assigns stub drivers to the GTX that allows it to be handed on demand to the VM. Note that this is made for a debian 10 system (kernel 4.…

Man, look at all that config. And this is considered a success story? On Windows it's (1) install steam (2) play. To develop with my headless freebsd dev machine, it's just (1) install ssh (2) install x11 client (3) open term.

90% of that is just making a virtual machine, the equivalent would be acquiring/assembling your dev machine.
Post reply on HN