On Fri, 23 Mar 2007 07:12:27 +0100 Kispál Zsolt <[EMAIL PROTECTED]> wrote:
> Sziasztok! > > Nemrég telepítettem magamnak egy Gentoo-t (2006.1) és az a probléma, > hogy grafikus bejelentkezésnél > az xdm bekéri a felhasználónevet és a jelszót de nem jelentkeztet be. > Egy pillanatra elsötétül a képernyő > majd újra feldobja a jelszókérő panelt üresen. > > Ha lelövöm az X szervert és bejelentkezek parancssorba, majd onnan > startx akkor semmi gond, indul a > windowmanager. > > Biztos, hogy nem a jelszóval van probléma mert a parancssorba elsőre be > tudok lépni :-)). > > Gentoo fórumon találtam is hasonló problémával küzdő embert, de az ott > javasolt beállítások nekem mind > megvannak a probléma mégis jelentkezik. > http://forums.gentoo.org/viewtopic-t-456222-highlight-xdm.html > > K7S8X ~ # equery l -i sessreg > [ Searching for package 'sessreg' in all categories among: ] > * installed packages > [I--] [ ] x11-apps/sessreg-1.0.0 (0) > > > K7S8X ~ # cat /usr/lib/X11/xdm/Xsetup_0 > #!/bin/sh > # $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ > #xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed > -exitOnFail > > K7S8X ~ # cat /etc/X11/xdm/Xservers > # $Xorg: Xserv.ws.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ > # > # Xservers file, workstation prototype > # > # This file should contain an entry to start the server on the > # local display; if you have more than one display (not screen), > # you can add entries to the list (one per line). If you also > # have some X terminals connected which do not support XDMCP, > # you can add them here as well. Each X terminal line should > # look like: > # XTerminalName:0 foreign > # > :0 local /usr/bin/X vt7 > > K7S8X ~ # cat /etc/conf.d/xdm > # Tell X to always start on VT7. Otherwise it autodetects the first > available > # VT, which means it has to wait until all gettys are started so it > doesn't suck > # up a VT that should have had a login prompt (very slow). > # If XSTATICVT is on, the login manager will start as soon as possible > during > # the boot process. If you want X to dynamically start on the first > unoccupied > # VT after all gettys have started and you are using xdm, also remove > the "vt7" > # from /etc/X11/xdm/Xservers. > XSTATICVT="yes" > > # What display manager do you use ? [ xdm | gdm | kdm | entrance ] > # NOTE: If this is set in /etc/rc.conf, that setting will override this one. > DISPLAYMANAGER="xdm" > > > Ráadásul a logokban se látok olyan hibaüzenetet amire tudnék keresgélni > a neten. > > K7S8X ~ # cat /var/log/xdm.log > _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 > _XSERVTransOpen: transport open failed for inet6/K7S8X:0 > _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 > > X Window System Version 7.1.1 > Release Date: 12 May 2006 > X Protocol Version 11, Revision 0, Release 7.1.1 > Build Operating System: UNKNOWN > Current Operating System: Linux K7S8X 2.6.19-gentoo-r5 #1 SMP Fri Mar 16 > 11:55:02 CET 2007 i686 > Build Date: 15 March 2007 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 23 07:25:50 2007 > (==) Using config file: "/etc/X11/xorg.conf" > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > xkb_types { include "complete" }; > xkb_compatibility { include "complete+ledscroll(group_lock)" }; > xkb_symbols { include "pc(pc104)+us+group(toggle)" }; > xkb_geometry { include "pc(pc104)" }; > FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; > fixing. > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > xkb_types { include "complete" }; > xkb_compatibility { include "complete+ledscroll(group_lock)" }; > xkb_symbols { include "pc(pc104)+us+group(toggle)" }; > xkb_geometry { include "pc(pc104)" }; > K7S8X ~ # > > > Minden ötlet jól jönne. > > Köszönettel > > Kispál Zsolt > _________________________________________________ > linux lista - [email protected] > http://mlf2.linux.rulez.org/mailman/listinfo/linux Lehet, hogy meg se próbál bejelentkezni :D? Van a $HOME-ban .xsession? Mert az xdm nem .xinit-et használ. Amúgy, ha az Xsetup_0 -ban az xconsole elől kiveszed a commentet, akkor biztosan lesz egy terminálod: #!/bin/sh # $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed > -exitOnFail <[EMAIL PROTECTED]> _________________________________________________ linux lista - [email protected] http://mlf2.linux.rulez.org/mailman/listinfo/linux
