You are not logged in.
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
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
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.
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
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