PDA

View Full Version : [ubuntu] Two GDM instances ??



dushkal
May 15th, 2008, 04:25 PM
Hello,

I recently observed that whenever I start the laptop, two instances of X are started alongwith 2 GDM instances. Can someone tell me why the second instance is started? I did a fresh install of HArdy Beta (now upgraded to release) but copied my home directory in order not to lose my customizations and private files, can this be related to that?


$ ps -ef | grep -i gdm
root 5435 1 0 07:59 ? 00:00:00 /usr/sbin/gdm
root 5442 5435 0 07:59 ? 00:00:00 /usr/sbin/gdm
root 5453 5442 3 07:59 tty7 00:19:06 /usr/bin/X :0 -br -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
root 5720 5453 0 07:59 tty7 00:00:00 /usr/bin/X :0 -br -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
dushkal 28815 17483 0 17:19 pts/0 00:00:00 grep -i gdm

Dr Small
May 15th, 2008, 04:27 PM
That is odd. For one reason, X server can not live twice (or more) on the same display (:0), so I don't even see how this is possible.

dushkal
May 16th, 2008, 08:29 AM
That is odd. For one reason, X server can not live twice (or more) on the same display (:0), so I don't even see how this is possible.

That's the reason I was stumped too...anyone? I checked gdm.conf but there is nothing which could point out to this....

Dr Eigen
May 17th, 2008, 05:52 AM
Hello,
I recently observed that whenever I start the laptop, two instances of X are started alongwith 2 GDM instances.

+1

Fresh install, x86_64. Everything works fine. pstree (or looking at the ps output properly) shows they're spawning each other:
├─gdm───gdm─┬─Xorg───Xorg
So I assume this is by design.

Oldsoldier2003
May 17th, 2008, 05:54 AM
Are you using the ati binary driver? Its a known bug using when the proprietary driver from ATI.

dushkal
May 19th, 2008, 04:31 PM
Hi,

Thanks for the tip.

After disabling ATI binary drivers, the two instances of X stopped, but two instances of GDM are still there:


~$ ps -ef | grep gdm
root 5410 1 0 17:25 ? 00:00:00 /usr/sbin/gdm
root 5417 5410 0 17:25 ? 00:00:00 /usr/sbin/gdm
root 5424 5417 1 17:25 tty7 00:00:01 /usr/bin/X :0 -br -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
dushkal 6058 6045 0 17:26 pts/0 00:00:00 grep gdm

whereisian
November 20th, 2008, 09:55 PM
I'm using Ibex.

I disabled the ATI proprietary driver and rebooted. Now only 1 instance of gdm appears.