ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] kdm и gdm
@ 2005-12-29  8:15 Никита
  2005-12-29  9:51 ` Алексей Синицын
  2005-12-29 10:20 ` Aleksander N. Gorohovski
  0 siblings, 2 replies; 10+ messages in thread
From: Никита @ 2005-12-29  8:15 UTC (permalink / raw)
  To: ALT Linux Community

Добрый день всем. Всех с наступающим.

У меня стоит KDE и Gnome. Загрузчик kdm а хочется gdm. Как поменять. Где 
именно это прописанно.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  2005-12-29 10:20 ` Aleksander N. Gorohovski
@ 2005-12-29  8:38   ` Никита
  2005-12-29 20:56   ` Chernetsky Andrey
  1 sibling, 0 replies; 10+ messages in thread
From: Никита @ 2005-12-29  8:38 UTC (permalink / raw)
  To: ALT Linux Community

Aleksander N. Gorohovski пишет:
> On Thu, 29 Dec 2005 08:15:57 -0000, Никита wrote:
>
>> Добрый день всем. Всех с наступающим.
> Спасибо Никита, и Вас также и с тем же.
> ;)
>
>> У меня стоит KDE и Gnome. Загрузчик kdm а хочется gdm. Как поменять. Где
> А чем он лучше для Вас?
>> именно это прописанно.
> _______________________________________________
> Community mailing list
> Community@lists.altlinux.org 
> https://lists.altlinux.org/mailman/listinfo/community
>
Просто он мне больше нравиться, а когда программы из KDE поставился и 
kdm прописался. :(


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  2005-12-29  8:15 [Comm] kdm и gdm Никита
@ 2005-12-29  9:51 ` Алексей Синицын
    2005-12-29 10:20 ` Aleksander N. Gorohovski
  1 sibling, 1 reply; 10+ messages in thread
From: Алексей Синицын @ 2005-12-29  9:51 UTC (permalink / raw)
  To: ALT Linux Community

29.12.05, Никита<nikitalin@rambler.ru> написал(а):
> Добрый день всем. Всех с наступающим.
>

 Аналогично :)

> У меня стоит KDE и Gnome. Загрузчик kdm а хочется gdm. Как поменять. Где
> именно это прописанно.


$ cat /etc/sysconfig/desktop
DISPLAYMANAGER="KDE"#

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  2005-12-29  8:15 [Comm] kdm и gdm Никита
  2005-12-29  9:51 ` Алексей Синицын
@ 2005-12-29 10:20 ` Aleksander N. Gorohovski
  2005-12-29  8:38   ` Никита
  2005-12-29 20:56   ` Chernetsky Andrey
  1 sibling, 2 replies; 10+ messages in thread
From: Aleksander N. Gorohovski @ 2005-12-29 10:20 UTC (permalink / raw)
  To: ALT Linux Community

On Thu, 29 Dec 2005 08:15:57 -0000, Никита wrote:

> Добрый день всем. Всех с наступающим.
Спасибо Никита, и Вас также и с тем же.
;)

> У меня стоит KDE и Gnome. Загрузчик kdm а хочется gdm. Как поменять. Где
А чем он лучше для Вас?
> именно это прописанно.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  @ 2005-12-29 12:08     ` Мерзляков Евгений Анатольевич
    0 siblings, 1 reply; 10+ messages in thread
From: Мерзляков Евгений Анатольевич @ 2005-12-29 12:08 UTC (permalink / raw)
  To: ALT Linux Community

On Thu, 29 Dec 2005 13:09:07 +0300
Никита <nikitalin@rambler.ru> wrote:
> А если
> 
> /etc/sysconfig/DESKTOP нету, тогда как быть.
> 

попробовать создать, хуже не будет :)

-- 
ПКБ Акустика
Мерзляков Е.А.						icq #115657846


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  @ 2005-12-29 13:05         ` Nick S. Grechukh
    2005-12-29 15:42         ` Владимир Гусев
  1 sibling, 1 reply; 10+ messages in thread
From: Nick S. Grechukh @ 2005-12-29 13:05 UTC (permalink / raw)
  To: ALT Linux Community

В сообщении от Четверг, 29-Дек-2005 14:53 Никита написал(a):
> DISPLAYMANAGER="KDE"# - не помогло.
вот код который обрабатывает его: 
#cat /etc/X11/prefdm
if [ -s /etc/sysconfig/desktop ]; then
        if fgrep -qs GNOME /etc/sysconfig/desktop; then
                preferred=gdm
        elif fgrep -qs KDE /etc/sysconfig/desktop; then
                preferred=kdm
                log=1
        elif fgrep -qs WindowMaker /etc/sysconfig/desktop; then
                preferred=wdm
        elif fgrep -qs AnotherLevel /etc/sysconfig/desktop; then
                preferred=xdm
        fi
fi

файл очевидно должен называться /etc/sysconfig/desktop, маленькими буквами. в 
достаточно будет наличия в нем одного слова: KDE или там GNOME

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  @ 2005-12-29 13:47             ` Nick S. Grechukh
  0 siblings, 0 replies; 10+ messages in thread
From: Nick S. Grechukh @ 2005-12-29 13:47 UTC (permalink / raw)
  To: ALT Linux Community

В сообщении от Четверг, 29-Дек-2005 15:49 Никита написал(a):
> Еще раз всех с наступающим.
Вас также ;)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
    2005-12-29 13:05         ` Nick S. Grechukh
@ 2005-12-29 15:42         ` Владимир Гусев
  1 sibling, 0 replies; 10+ messages in thread
From: Владимир Гусев @ 2005-12-29 15:42 UTC (permalink / raw)
  To: ALT Linux Community

> А что конкретно в него вписать
> DISPLAYMANAGER="KDE"# - не помогло.

Зачем же KDE, если вы gdm хотите?..
DISPLAYMANAGER="GNOME"




-- 
С уважением, Владимир Гусев


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  2005-12-29 10:20 ` Aleksander N. Gorohovski
  2005-12-29  8:38   ` Никита
@ 2005-12-29 20:56   ` Chernetsky Andrey
  2005-12-30  6:30     ` Алексей Синицын
  1 sibling, 1 reply; 10+ messages in thread
From: Chernetsky Andrey @ 2005-12-29 20:56 UTC (permalink / raw)
  To: ALT Linux Community

Aleksander N. Gorohovski написал:
> 
> А чем он лучше для Вас?

Gdm быстрее грузится чем kdm, но медленнее xdm :)
-- 

 С уважением,
 Андрей.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Comm] kdm и gdm
  2005-12-29 20:56   ` Chernetsky Andrey
@ 2005-12-30  6:30     ` Алексей Синицын
  0 siblings, 0 replies; 10+ messages in thread
From: Алексей Синицын @ 2005-12-30  6:30 UTC (permalink / raw)
  To: ALT Linux Community

29.12.05, Chernetsky Andrey<andy_tch@tut.by.> написал(а):
> Aleksander N. Gorohovski написал:
> >
> > А чем он лучше для Вас?
>
> Gdm быстрее грузится чем kdm, но медленнее xdm :)

 Если использовать ?dm от своей среды, то в качестве бонуса можно
иметь выключение компа тыцканьем мышки, временное переключение на
другого юзера (скажем, дать дитю поиграться) с сохранением или
блокированием своей сессии тем-же (мышкой), и возможно что-нибудь еще
:) .

 Первое не очень актуально в случае выключения кнопкой а корпусе ATX
(если не нужно сессию сохранять), а второе неактуально на
однопользовательской машине.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-12-30  6:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-29  8:15 [Comm] kdm и gdm Никита
2005-12-29  9:51 ` Алексей Синицын
2005-12-29 12:08     ` Мерзляков Евгений Анатольевич
2005-12-29 13:05         ` Nick S. Grechukh
2005-12-29 13:47             ` Nick S. Grechukh
2005-12-29 15:42         ` Владимир Гусев
2005-12-29 10:20 ` Aleksander N. Gorohovski
2005-12-29  8:38   ` Никита
2005-12-29 20:56   ` Chernetsky Andrey
2005-12-30  6:30     ` Алексей Синицын

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git