Автор Тема: не стартует KDE на Alt Linux Юниор  (Прочитано 11778 раз)

Оффлайн YYY

  • Мастер
  • ***
  • Сообщений: 6 046
Re: не стартует KDE на Alt Linux Юниор
« Ответ #45 : 24.08.2012 18:27:16 »
> таких строк вообще нету
очень странно....

Оффлайн NickM

  • Участник
  • *
  • Сообщений: 964
Re: не стартует KDE на Alt Linux Юниор
« Ответ #46 : 24.08.2012 18:30:49 »
> таких строк вообще нету
очень странно....

вот содержимое, абракадабру Я обрезал

  the X-server should run on; auto-assign if zero, don't assign if -1.
# Better leave it zero and use ServerVTs.
# Default is 0
#ServerVT=7
# Enable automatic login. USE WITH EXTREME CARE!
# Default is false
#AutoLoginEnable=true
# If true, auto-login after logout. If false, auto-login is performed only
# when a display session starts up.
# Default is false
#AutoLoginAgain=true
# The delay in seconds before automatic login kicks in.
# Default is 0
#AutoLoginDelay=10
# The user to log in automatically. NEVER specify root!
# Default is ""
#AutoLoginUser=fred
# The password for the user to log in automatically. This is NOT required
# unless the user is logged into a NIS or Kerberos domain. If you use this
# option, you should "chmod 600 kdmrc" for obvious reasons.
# Default is ""
#AutoLoginPass=secret!
# Immediately lock the automatically started session. This works only with
# KDE sessions.
# Default is false
#AutoLoginLocked=true
# See above
ClientLogFile=.xsession-errors%s
# See above
Authorize=true
# See above
StartAttempts=3

# Greeter config for 1st local display
[X-:0-Greeter]
# See above
#PreselectUser=Default
# The user to preselect if PreselectUser=Default.
# Default is ""
#DefaultUser=johndoe
# Enable KDM's built-in xconsole. Note that this can be enabled for only
# one display at a time.
# Default is false
ShowLog=false
# The data source for KDM's built-in xconsole.
# If empty, a console log redirection is requested from /dev/console.
# Default is ""
LogSource=/dev/xconsole
# See above
UseBackground=true

[X-:1-Core]
# See above
Authorize=true

# Default is true
GrabServer=false
# How many seconds to wait for grab to succeed.
# Default is 3
#GrabTimeout=3
# Warn, if display has no X-authorization (local auth cannot be created,
# XDMCP display wants no auth, or display is foreign from StaticServers).
# Default is true
#AuthComplain=false
# Random seed for forging saved session types, etc. of unknown users.
# This value should be random but constant across the login domain.
# Default is 0
#ForgingSeed=0
# Specify conversation plugins for the login dialog. Each plugin can be
# specified as a base name (which expands to $kde_modulesdir/kgreet_$base)
# or as a full pathname.
# Default is "classic"
#PluginsLogin=sign
# Same as PluginsLogin, but for the shutdown dialog.
# Default is "classic"
#PluginsShutdown=modern
# A list of options of the form Key=Value. The conversation plugins can query
# these settings; it is up to them what possible keys are.
# Default is ""
#PluginOptions=SomeKey=randomvalue,Foo=bar
# Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs
# is configured).
# Default is true
AllowConsole=true
# A program to run while the greeter is visible. It is supposed to preload
# as much as possible of the session that is going to be started (most
# probably).
# Default is ""
Preloader=/usr/bin/preloadkde
# Whether the greeter should be themed.
# Default is false
UseTheme=false
# The theme to use for the greeter. Can point to either a directory or an XML
# file.
# Default is ""
Theme=/usr/share/apps/kdm/themes/circles/
# Show the "Restart X Server"/"Close Connection" action in the greeter.
# Default is true
AllowClose=true

# Core config for local displays
[X-:*-Core]
# How often to try to run the X-server. Running includes executing it and
# waiting for it to come up.
# Default is 1
ServerAttempts=3
# How long to wait for a local X-server to come up.
# Default is 15
#ServerTimeout=15
# The command line to start the X-server, without display number and VT spec.
# This string is subject to word splitting.
# Default is "/usr/bin/X -br"
ServerCmd=/etc/X11/xinit/xserverrc
# Additional arguments for the X-servers for local sessions.
# This string is subject to word splitting.
# Default is ""
ServerArgsLocal=
# Additional arguments for the X-servers for remote sessions.
# This string is subject to word splitting.
# Default is ""
#ServerArgsRemote=
# See above
#TerminateServer=true
# The signal needed to reset the local X-server.
# Default is 1 (SIGHUP)
#ResetSignal=1
# The signal needed to terminate the local X-server.
# Default is 15 (SIGTERM)
#TermSignal=15
# Create X-authorizations for local displays.
# Default is true
#Authorize=false
# Which X-authorization mechanisms should be used.
# Default is "MIT-MAGIC-COOKIE-1"
#AuthNames=
# Need to reset the X-server to make it read initial Xauth file.
# Default is false
#ResetForAuth=true
# See above
AllowNullPasswd=true
# See above
AllowShutdown=All
# Enable password-less logins on this display. USE WITH EXTREME CARE!
# Default is false
NoPassEnable=false
# The users that do not need to provide a password to log in. NEVER list root!
# "*" means all non-root users. @<group> means all users in that group.
# Default is ""
#NoPassUsers=fred,ethel
# See above
AllowRootLogin=false

# Greeter config for local displays
[X-:*-Greeter]
# See above
PreselectUser=Previous
# See above
FocusPasswd=true
# Specify whether the greeter of local displays should start up in host chooser
# (remote) or login (local) mode and whether it is allowed to switch to the
# other mode.
# "LocalOnly" - only local login possible
# "DefaultLocal" - start up in local mode, but allow switching to remote mode
# "DefaultRemote" - ... and the other way round
# "RemoteOnly" - only choice of remote host possible
# Default is LocalOnly
LoginMode=DefaultLocal
# A list of hosts to be automatically added to the remote login menu. The
# special name "*" means broadcast.
# Default is "*"
#ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com
# See above
AllowClose=true

# Core config for 1st local display
[X-:0-Core]
# The VT the X-server should run on; auto-assign if zero, don't assign if -1.
# Better leave it zero and use ServerVTs.
# Default is 0
#ServerVT=7
# Enable automatic login. USE WITH EXTREME CARE!
# Default is false
#AutoLoginEnable=true
# If true, auto-login after logout. If false, auto-login is performed only
# when a display session starts up.
# Default is false
#AutoLoginAgain=true
# The delay in seconds before automatic login kicks in.
# Default is 0
#AutoLoginDelay=10
# The user to log in automatically. NEVER specify root!
# Default is ""
#AutoLoginUser=fred
# The password for the user to log in automatically. This is NOT required
# unless the user is logged into a NIS or Kerberos domain. If you use this
# option, you should "chmod 600 kdmrc" for obvious reasons.
# Default is ""
#AutoLoginPass=secret!
# Immediately lock the automatically started session. This works only with
# KDE sessions.
# Default is false
#AutoLoginLocked=true
# See above
ClientLogFile=.xsession-errors%s
# See above
Authorize=true
# See above
StartAttempts=3

# Greeter config for 1st local display
[X-:0-Greeter]
# See above
#PreselectUser=Default
# The user to preselect if PreselectUser=Default.
# Default is ""
#DefaultUser=johndoe
# Enable KDM's built-in xconsole. Note that this can be enabled for only
# one display at a time.
# Default is false
ShowLog=false
# The data source for KDM's built-in xconsole.
# If empty, a console log redirection is requested from /dev/console.
# Default is ""
LogSource=/dev/xconsole
# See above
UseBackground=true

[X-:1-Core]
# See above
Authorize=true


Оффлайн zerg

  • ненужная строка
  • alt linux team
  • ***
  • Сообщений: 2 609
  • ненужная строка
    • Найдётся всё
Re: не стартует KDE на Alt Linux Юниор
« Ответ #47 : 24.08.2012 18:38:50 »
Цитата: /etc/X11/kdm/kdmrc
#FailsafeClient=
таких строк вообще нету
А куда они делись? Если rpm -V kde-settings-kdm молчит, то они есть.
Убрать этот мусор можно переключателем: Не показывать подписи других пользователей.

Оффлайн NickM

  • Участник
  • *
  • Сообщений: 964
Re: не стартует KDE на Alt Linux Юниор
« Ответ #48 : 24.08.2012 18:50:31 »
на данный момент не молчит, правда система еще в процессе обновления

# rpm -V kde-settings-kdm
S.5....T c /etc/X11/kdm/kdmrc

Оффлайн YYY

  • Мастер
  • ***
  • Сообщений: 6 046
Re: не стартует KDE на Alt Linux Юниор
« Ответ #49 : 24.08.2012 18:51:36 »
> вот содержимое, абракадабру Я обрезал

У меня получается что абракадабра это от 1 до 500 строки...
А в районе 218 строки как раз нужные должны быть....
А вообще секция
# Core config for all displays
[X-*-Core]
есть?

Может в том и дело что конфиг "битый"

Оффлайн NickM

  • Участник
  • *
  • Сообщений: 964
Re: не стартует KDE на Alt Linux Юниор
« Ответ #50 : 24.08.2012 18:54:38 »
Может в том и дело что конфиг "битый"

все быть может, но абракадабра у Меня с 231, а первые строки как раз читаемые. И да, странно, что файл начинается с пробела и маленького the

# Core config for all displays
[X-*-Core]
есть?

это есть,
« Последнее редактирование: 24.08.2012 18:56:14 от NickM »

Оффлайн YYY

  • Мастер
  • ***
  • Сообщений: 6 046
Re: не стартует KDE на Alt Linux Юниор
« Ответ #51 : 24.08.2012 19:22:21 »
Может просто старый конфиг забекапить а на его место закинуть конфиг из rpm'ки ?

Вот в архиве из RPM
/etc/X11/kdm/kdmrc
« Последнее редактирование: 24.08.2012 19:24:46 от YYY »

Оффлайн zerg

  • ненужная строка
  • alt linux team
  • ***
  • Сообщений: 2 609
  • ненужная строка
    • Найдётся всё
Re: не стартует KDE на Alt Linux Юниор
« Ответ #52 : 24.08.2012 19:24:27 »
на данный момент не молчит, правда система еще в процессе обновления
# rpm -V kde-settings-kdm
S.5....T c /etc/X11/kdm/kdmrc
После обновления сделайте
rpm -e  --nodeps kde-settings-kdm
apt-get install kde-settings-kdm
скорее всего оно.

P.S.
я ошибался, подумав, что rpm -qfV это покажет.
Убрать этот мусор можно переключателем: Не показывать подписи других пользователей.

Оффлайн zerg

  • ненужная строка
  • alt linux team
  • ***
  • Сообщений: 2 609
  • ненужная строка
    • Найдётся всё
Re: не стартует KDE на Alt Linux Юниор
« Ответ #53 : 24.08.2012 19:25:28 »
Может просто старый конфиг забекапить
В моем предыдущем посте всё забэкапится в .rpmsave
Убрать этот мусор можно переключателем: Не показывать подписи других пользователей.

Оффлайн NickM

  • Участник
  • *
  • Сообщений: 964
Re: не стартует KDE на Alt Linux Юниор
« Ответ #54 : 25.08.2012 08:23:51 »
после всех манипуляций(удаление, обновление) GUI вообще отвалился, подскажите как вернуть GUI. 

# rpm -V kde-settings-kdmмолчит

# rpm -qfV /etc/X11/kdm/*
kde-settings-kdm-3.5.10-alt6.M41.1
kde-settings-kdm-3.5.10-alt6.M41.1
kde-settings-kdm-3.5.10-alt6.M41.1
kde-settings-kdm-3.5.10-alt6.M41.1
kde-settings-kdm-3.5.10-alt6.M41.1
kde-settings-kdm-3.5.10-alt6.M41.1


# rpm -qfV /etc/X11/xdm/*
xinitrc-2.4.29-alt1.M41.1
xinitrc-2.4.29-alt1.M41.1
xinitrc-2.4.29-alt1.M41.1
xinitrc-2.4.29-alt1.M41.1
xinitrc-2.4.29-alt1.M41.1
xinitrc-2.4.29-alt1.M41.1
xinitrc-2.4.29-alt1.M41.1
xdm-1.1.8-alt0.M41.1
xinitrc-2.4.29-alt1.M41.1

лог startx от пользователя из черной консоли  во вложении

Оффлайн NickM

  • Участник
  • *
  • Сообщений: 964
Re: не стартует KDE на Alt Linux Юниор
« Ответ #55 : 25.08.2012 09:26:40 »
маленькая победа! KDE на запуск вернул, но при это сбилось окно автоизации, ужасное почти бесчцыетное окно, может подскажете как ему придать вид? пока читаю FAQ по данному вопросу

Оффлайн YYY

  • Мастер
  • ***
  • Сообщений: 6 046
Re: не стартует KDE на Alt Linux Юниор
« Ответ #56 : 25.08.2012 10:54:23 »
Может тему ему какую надо установить?
В репах есть пакет
kdmtheme
он должен быть графическим и уметь устанавливать темы...

Оффлайн NickM

  • Участник
  • *
  • Сообщений: 964
Может тему ему какую надо установить?
В репах есть пакет
kdmtheme
он должен быть графическим и уметь устанавливать темы...

Спасибо огроменное за помощь, попробую с темами повозиться, вопрос с запуском KDE решен, подведу итог: как Я понял, с помощью Ваших подсказок, файл kdmrc  оказался битый и все проблемы были из за него. Но когда Я начал обновляться до 4.1, то чуток поспешил с удалением kde-settings-kdm, что привело к выносу всего KDE, но после удалось его вернуть.