Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Help! why two Xorg?

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
colorsakura
Posts: 2
Joined: 2019-02-04 03:29

Help! why two Xorg?

#1 Post by colorsakura »

Code: Select all

ps -C Xorg -o args
/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/user/115/gdm/Xauthority -background none -noreset -keeptty -verbose 3
/usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3


User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Help! why two Xorg?

#2 Post by Head_on_a_Stick »

Yeah I think that's normal for GDM, it keeps the login screen on one TTY and opens the desktop on another.

If you don't like it then run without a display manager:

Code: Select all

# systemctl set-default multi-user.target
Go back to your current configuration with

Code: Select all

# systemctl set-default graphical.target
I suppose LightDM would be another option but that runs X as root, which is bad.
deadbang

colorsakura
Posts: 2
Joined: 2019-02-04 03:29

Re: Help! why two Xorg?

#3 Post by colorsakura »

Thank you for your answer

Post Reply