KDM SLACKWARE 12

1. KDM SLACKWARE 12

igor vanzolini
lumbriga30

(usa Slackware)

Enviado em 08/01/2008 - 23:46h

galera nao to conseguindo fazer o kdm iniciar sozinho no slackware 12
tentei seguir esse artigo do 11 mais n deu certo... http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=5915
alguem dah uma luz ae plz


  


2. Re: KDM SLACKWARE 12

Perfil removido
removido

(usa Nenhuma)

Enviado em 09/01/2008 - 00:57h

Você instalou o Gnome e o GDM está como gerenciador de login?

Veja como está seu /etc/rc.d/rc.4 com o comando:

$ more /etc/rc.d/rc.4

Copie o que mostrar e poste aqui.



3. Re: KDM SLACKWARE 12

igor vanzolini
lumbriga30

(usa Slackware)

Enviado em 09/01/2008 - 02:26h

root@slacklum:/etc/X11# more /etc/rc.d/rc.4
#! /bin/sh
#
# rc.4 This file is executed by init(8) when the system is being
# initialized for run level 4 (XDM)
#
# Version: @(#)/etc/rc.d/rc.4 2.00 02/17/93
#
# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
# At least 47% rewritten by: Patrick J. Volkerding <volkerdi@slackware.com>
#

# Tell the viewers what's going to happen...
echo "Starting up X11 session manager..."

# Try to use GNOME's gdm session manager. This comes first because if
# gdm is on the machine then the user probably installed it and wants
# to use it by default:
if [ -x /usr/bin/gdm ]; then
exec /usr/bin/gdm -nodaemon
fi

# Someone thought that gdm looked prettier in /usr/sbin,
# so look there, too:
if [ -x /usr/sbin/gdm ]; then
exec /usr/sbin/gdm -nodaemon
fi

# Not there? OK, try to use KDE's kdm session manager:
if [ -x /opt/kde/bin/kdm ]; then
exec /opt/kde/bin/kdm -nodaemon
elif [ -x /usr/bin/kdm ]; then
exec /usr/bin/kdm -nodaemon
fi

# If all you have is XDM, I guess it will have to do:
if [ -x /usr/bin/xdm ]; then
exec /usr/bin/xdm -nodaemon
elif [ -x /usr/X11R6/bin/xdm ]; then
exec /usr/X11R6/bin/xdm -nodaemon
fi

# error
echo
echo "Hey, you don't have KDM, GDM, or XDM. Can't use runlevel 4 without"
echo "one of those installed."
sleep 30

# All done.





4. Re: KDM SLACKWARE 12

Perfil removido
removido

(usa Nenhuma)

Enviado em 09/01/2008 - 18:07h

Com permissões para root no terminal, você deve editar esse arquivo adicionando um # no começo de cada uma dessas linhas abaixo:

if [ -x /usr/bin/gdm ]; then
exec /usr/bin/gdm -nodaemon
fi

if [ -x /usr/sbin/gdm ]; then
exec /usr/sbin/gdm -nodaemon
fi

De modo que fique dessa forma:

#if [ -x /usr/bin/gdm ]; then
#exec /usr/bin/gdm -nodaemon
#fi

#if [ -x /usr/sbin/gdm ]; then
#exec /usr/sbin/gdm -nodaemon
#fi

Essas linhas são as que definem seu gerenciador de login, comentando essas linhas, que chama o GDM como gerenciador de login, as linha logo abaixo dessas que chamam o KDM será a principal:

Espero ter ajudado.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts