Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO]gdm si blocca
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
magowiz
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1029
Location: Italy/Milan/Bresso

PostPosted: Mon Oct 23, 2006 5:43 am    Post subject: [RISOLTO]gdm si blocca Reply with quote

gdm mi si blocca all'avvio, continua a caricare ma non mi mostra la schermata di login. Che posso fare?

EDIT: spulciando nei file di log ho trovato un errore :
Code:
tail /var/log/gdm/:20.log.4
Couldn't get keyboard.
X connection to :0.0 broken (explicit kill or server shutdown).


Last edited by magowiz on Mon Oct 23, 2006 6:32 pm; edited 2 times in total
Back to top
View user's profile Send private message
Deus Ex
Guru
Guru


Joined: 16 Nov 2005
Posts: 489
Location: Patavium

PostPosted: Mon Oct 23, 2006 5:49 am    Post subject: Reply with quote

Qualche info in più?
_________________
Deus Ex
--
L’inflazione che caccia nelle mani dell’individuo, in un gesto solo, miliardi di marchi, lasciandolo più miserabile di prima, dimostra punto per punto che il denaro è un’allucinazione collettiva.
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Mon Oct 23, 2006 8:01 am    Post subject: Re: gdm si blocca Reply with quote

magowiz wrote:
Code:
tail /var/log/gdm/:20.log.4
Couldn't get keyboard.
X connection to :0.0 broken (explicit kill or server shutdown).

hai configurato X11?
se lo fai partire a mano cosa succede?
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Mon Oct 23, 2006 8:13 am    Post subject: Reply with quote

se non hai mai avuto problemi fin'ora, e non hai cambiato configurazione di X o gdm:


Code:
# tar -cvjpf gdm.tar.bz2 /etc/X11/gdm/
# emerge -C gdm
# rm -r /etc/x11/gdm/
# emerge -1 gdm


Coda
Back to top
View user's profile Send private message
magowiz
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1029
Location: Italy/Milan/Bresso

PostPosted: Mon Oct 23, 2006 10:11 am    Post subject: Re: gdm si blocca Reply with quote

k.gothmog wrote:
magowiz wrote:
Code:
tail /var/log/gdm/:20.log.4
Couldn't get keyboard.
X connection to :0.0 broken (explicit kill or server shutdown).

hai configurato X11?
se lo fai partire a mano cosa succede?


di x non ho cambiato la configurazione che fino a poco fa non dava problemi, se faccio partire x a mano con il comando startx non ho nessun problema: gnome carica.
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Oct 23, 2006 3:23 pm    Post subject: Reply with quote

hai configurato bene il file /etc/rc.conf ??? postaci anche un cat ~/.xinitrc .

ciao
Back to top
View user's profile Send private message
magowiz
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1029
Location: Italy/Milan/Bresso

PostPosted: Mon Oct 23, 2006 6:15 pm    Post subject: Reply with quote

crisandbea wrote:
hai configurato bene il file /etc/rc.conf ??? postaci anche un cat ~/.xinitrc .

ciao


per quanto riguarda /etc/rc.conf non l'ho toccato e fino a poco fa gdm andava.

/etc/rc.conf :
Code:
# /etc/rc.conf: Global startup script configuration settings
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/rc.conf,v 1.22 2003/10/21 06:09:42 vapier Exp $

UNICODE="yes"

# CONSOLEFONT specifies the default font that you'd like Linux to use on the
# console.  You can find a good selection of fonts in /usr/share/consolefonts;
# you shouldn't specify the trailing ".psf.gz", just the font name below.
# To use the default console font, comment out the CONSOLEFONT setting below.
# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
# not want to use it, run "rc-update del consolefont" as root).

CONSOLEFONT="lat9w-16"

# CONSOLETRANSALTION is the charset map file to use.  Leave commented to use
# the default one.  Have a look in /usr/share/consoletrans for a selection of
# map files you can use.

CONSOLETRANSLATION="8859-1_to_uni"

# Set EDITOR to your preferred editor.

EDITOR="/bin/nano"
#EDITOR="/usr/bin/vim"
#EDITOR="/usr/bin/emacs"

# Set PROTOCOLS to the protocols that you plan to use.  Gentoo Linux will only
# enable module auto-loading for these protocols, eliminating annoying module
# not found errors.
#
# NOTE: Do NOT uncomment the next lines, but add them to 'PROTOCOLS=...' line!!
#
# Num   Protocol
# 1:    Unix
# 2:    IPv4
# 3:    Amateur Radio AX.25
# 4:    IPX
# 5:    DDP / appletalk
# 6:    Amateur Radio NET/ROM
# 9:    X.25
# 10:   IPv6
# 11:   ROSE / Amateur Radio X.25 PLP
# 19:   Acorn Econet

# Most users want this:
#PROTOCOLS="1 2"

#For IPv6 support:
PROTOCOLS="1 2"

# What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
DISPLAYMANAGER="gdm"

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts is smart enouth to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enligtenment" can also work.  This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
#           is called.
#        2) even if a ~/.xsession exist, if XSESSION can be resolved, it will
#           be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

XSESSION="Gnome"


.xinitrc invece mi dice proprio che non c'è
Back to top
View user's profile Send private message
magowiz
Veteran
Veteran


Joined: 17 Feb 2005
Posts: 1029
Location: Italy/Milan/Bresso

PostPosted: Mon Oct 23, 2006 6:31 pm    Post subject: Reply with quote

codadilupo wrote:
se non hai mai avuto problemi fin'ora, e non hai cambiato configurazione di X o gdm:


Code:
# tar -cvjpf gdm.tar.bz2 /etc/X11/gdm/
# emerge -C gdm
# rm -r /etc/x11/gdm/
# emerge -1 gdm


Coda


ha funzionato, per curiosità quel -1 a che serve?
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Mon Oct 23, 2006 6:46 pm    Post subject: Reply with quote

magowiz wrote:
ha funzionato, per curiosità quel -1 a che serve?

man emerge

serve a fare le cose per bene e a non fare pasticci con il file world
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Mon Oct 23, 2006 7:21 pm    Post subject: Reply with quote

k.gothmog wrote:
magowiz wrote:
ha funzionato, per curiosità quel -1 a che serve?

man emerge

serve a fare le cose per bene e a non fare pasticci con il file world


eddai, diglielo ;-)

emerge -1 è come dire emerge --oneshot: ovvero non mette nel file world quello che:

1) o c'e' già
2) o non ci deve essere

Coda
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum