# Two X Servers running

**URL:** https://forums.suse.com/t/two-x-servers-running/34531
**Category:** SLED Install-Boot
**Created:** [November 11, 2019, 3:35am UTC](https://forums.suse.com/t/two-x-servers-running/34531 "2019-11-11T03:35:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kanthans](https://avatars.discourse-cdn.com/v4/letter/k/7c8e57/32.png) [@kanthans](https://forums.suse.com/u/kanthans)
#### Post date: [November 11, 2019, 3:35am UTC](https://forums.suse.com/t/two-x-servers-running/34531/1 "2019-11-11T03:35:24Z")

</div>

I am running to a weird issue. After installation of Suse Enterprise Linux Desktop (this is a custom installation created using kiwi), I found that we are running two X servers one on tty7 (default) and one on tty2.

When I dug deep into the issue, the following is observed. The system onstartup runs only one X Server on tty7 with all the related services as user “gdm” on tty7. This I noticed by logging into console in tty1 before logging in at Xconsole in tty7. But immediately after logging in, when I run ps -aef | grep tty2, I found there is an X session started. All the processes were running under the username in which I logged in at tty7. This unnecessarily consumes additional resources.

The process tree which starts the second session is like this. “gdm-session-worker (pam/gdm–password)” → “gdm-x-session --run-script gnome” → “/usr/bin/X vt2 …”

Need to understand which process is triggering gdm-session-worker

The desktop is gnome and window manager is gdm

Any hint in what could be going wrong?

Thank you

---

<div class="post-metadata">

### Author: ![malcolmlewis](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/malcolmlewis/32/11375_2.png) [@malcolmlewis](https://forums.suse.com/u/malcolmlewis)
#### Post date: [November 11, 2019, 5:02am UTC](https://forums.suse.com/t/two-x-servers-running/34531/2 "2019-11-11T05:02:03Z")

</div>

Hi  
That is normal…

vt7 is being run by gdm (the login manager), vt2 is your user session.
