You are not logged in.
I have an X1 Extreme Gen 5 with integrated Intel graphics + an Nvidia RTX 3060 (and the HDMI port is on the Nvidia card).
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)I don't use a display-manager, I just startx from the tty. When I use the nouveau driver Xorg runs as my user. When I use the nvidia driver Xorg runs as root (presumably doesn't drop permissions). I'm concerned about the security implications of this.
With nouveau:
$ ps -ef | grep Xorg
moy0 2596 2595 8 08:41 tty4 00:00:03 /usr/lib/Xorg -nolisten tcp :0 vt4 -keeptty -auth /tmp/serverauth.qB4oKCQDIJWith nvidia:
$ ps -ef | grep Xorg
root 2377 2376 5 08:20 tty4 00:00:05 /usr/lib/Xorg -nolisten tcp :0 vt4 -keeptty -auth /tmp/serverauth.AIOsEnRE3jNot sure what additional info to share to help debug this. It happens even with no Xorg config, and presumably the Xorg.0.log won't help since that comes after X has already started.
Last edited by moy0 (2023-07-13 03:23:06)
Offline
Offline
Thanks!
Offline