I recently did two fresh installs of Ubuntu 18.04 on similar systems. The only difference is one is running a GTX 1070 and the other GTX 1080.
Problem
After installing the Nvidia driver (390.59 from binary) a duplicate xorg session is created every time after reboot. One running on my user account (1000) and another running on user account (120, guessing a service account).
root 1038 0.0 0.1 249052 46432 tty1 Sl+ 09:09 0:01 /usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/120/gdm/Xauthority -background none -noreset -keeptty -verbose 3
root 2157 0.4 0.2 358056 77424 tty2 Sl+ 09:11 0:13 /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
Nvidia-smi also shows two xorg sessions running on the GPU
| 0 1038 G /usr/lib/xorg/Xorg 18MiB |
| 0 1100 G /usr/bin/gnome-shell 49MiB |
| 0 2157 G /usr/lib/xorg/Xorg 173MiB |
| 0 2298 G /usr/bin/gnome-shell 116MiB
Other then this extra process everything is running normally. It doesn't seem to interfere with anything but I would like to figure out why it is happening. On the same two systems I've run Ubuntu 16.04 and CentOS and didn't notice this duplicate xorg process. If anyone has any information that can point me in the right direction that would be great.