You are not logged in.

#26 2023-11-15 16:28:42

wsk
Member
Registered: 2023-10-13
Posts: 13

Re: Proton games only work with linux-lts

I tried that and it didn't fix the issue.
Logs:
linux with restart: https://pastebin.com/raw/BcG8JKP4
linux without restart: https://pastebin.com/raw/HmDPVf1s
linux-lts with restart: https://pastebin.com/raw/sY7zRY9M
linux-lts without restart: https://pastebin.com/80ZjHGMj

Offline

#27 2023-11-15 20:50:07

seth
Member
Registered: 2012-09-03
Posts: 53,650

Re: Proton games only work with linux-lts

The nvidia device doesn't show up in any of those.
For clarification: you unloaded the vfio, loaded nvidia and then restarted the X11 server and the "with restart" logs are the result of that?
There must be another factor.
Please post a  complete system journal for the boot after unloading vfio, loading nvidia and restarting the X11 server:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#28 2023-11-18 10:00:14

wsk
Member
Registered: 2023-10-13
Posts: 13

Re: Proton games only work with linux-lts

seth wrote:

For clarification: you unloaded the vfio, loaded nvidia and then restarted the X11 server and the "with restart" logs are the result of that?

Thats correct.

seth wrote:

The nvidia device doesn't show up in any of those.

I dont understand what exactly you are looking for, since I don't want the dgpu to be bound to X11, as that would break vfio.
In fact I explicitly told X11 to only run on the igpu:

$ cat /etc/X11/xorg.conf.d/10-intel.conf
Section "Device"
        Identifier "intel"
        Driver "modesetting"
        BusID  "PCI:0:2:0"
EndSection

As described here


Anyways here is the log: http://0x0.st/HvEJ.txt

Offline

#29 2023-11-18 13:22:52

seth
Member
Registered: 2012-09-03
Posts: 53,650

Re: Proton games only work with linux-lts

In fact I explicitly told X11 to only run on the igpu:

The point is to check whether proton behaves if you don't - because it might very well rely on that to load the proper glx module or whatever.

Offline

Board footer

Powered by FluxBB