Page 1 sur 1

[E17] Entrance->pas d'accès à ma session (abandon)

Publié : mer. 19 déc. 2012, 13:56
par Kainny
Bonjour,
j'ai installé E17 et Entrance pour accéder à ma session.Mais avec Entrance je ne peux accéder à ma session (souvent je n'ai pas accès à ma souris), alors qu'avec slim ou gdm je peux.
Avec la commande startx aussi.
Voici mes logs d'erreurs:

Code : Tout sélectionner

tail /var/log/Xorg.0.log
[     3.011] (**) Full-Speed Mouse Full-Speed Mouse: (accel) keeping acceleration scheme 1
[     3.011] (**) Full-Speed Mouse Full-Speed Mouse: (accel) acceleration profile 0
[     3.011] (**) Full-Speed Mouse Full-Speed Mouse: (accel) acceleration factor: 2.000
[     3.011] (**) Full-Speed Mouse Full-Speed Mouse: (accel) acceleration threshold: 4
[     3.011] (II) config/udev: Adding input device Full-Speed Mouse Full-Speed Mouse (/dev/input/mouse0)
[     3.011] (II) No input driver specified, ignoring this device.
[     3.011] (II) This device may have been added with another device file.
[     3.011] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[     3.012] (II) No input driver specified, ignoring this device.
[     3.012] (II) This device may have been added with another device file.
yannick@yannick ~ % tail /var/log/Xorg.0.log
[    16.839] (II) RADEON(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    16.839] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    16.839] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    16.839] (II) RADEON(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    16.839] (II) RADEON(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[    16.839] (II) RADEON(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    16.839] (II) RADEON(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    16.839] (II) RADEON(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    16.839] (II) RADEON(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[    16.839] (II) RADEON(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)

Code : Tout sélectionner

 tail ~/.entrance_session.log
E: [pulseaudio] client-conf-x11.c: xcb_connection_has_error() returned true
xcb_connection_has_error() returned true
Échec : Échec lors de l'initialisation du module
/etc/X11/xinit/xinitrc: ligne52: twm : commande introuvable
xterm: Xt error: Can't open display: :0.0
Error: Can't open display: :0.0
xterm: Xt error: Can't open display: :0.0
xterm: Xt error: Can't open display: :0.0
Merci

Re: [E17] Entrance->pas d'accès à ma session

Publié : mer. 19 déc. 2012, 18:56
par FoolEcho
Salut,

Les récents commentaires sur entrance-svn font état de problèmes (mais bon, sans plus de précisions impossible de dire si ce sont les mêmes cas que toi :| ).

Tu pourrais montrer .entrance_session.log en entier ? (pour info, les erreurs qui suivent sont liées au fait que twm et xterm ne sont pas installés, parce qu'il cherche à appliquer /etc/X11/xinit/xinitrc plutôt que ton ~/.xinitrc, vu que tu en as un... ça ne devrait pas donc très louche et sans doute le problème ici.)
Pour info, on peut voir ton entrance.conf ?

Re: [E17] Entrance->pas d'accès à ma session

Publié : mer. 19 déc. 2012, 19:27
par Kainny
Bonsoir Foolecho
j'avais cru comprendre pour le twm car je l'ai installé et je suis arrivé sur les 3 consoles en autologin.

Entrance_session log en entier?Ben il l'est :roll:

Mon entrance.conf:

Code : Tout sélectionner

yannick@yannick ~ % cat /etc/entrance.conf
group "Entrance_Config" struct {
    value "session_path" string: "/bin:/usr/bin:/usr/local/bin";

    /* X server path */
    value "xinit_path" string: "/usr/bin/X";
    /* X server args */
    value "xinit_args" string: "-nolisten tcp -br vt7";

    /* xauth path binary */
    value "xauth_path" string: "/usr/bin/xauth";
    /* xauth file for server */
    value "xauth_file" string: "/var/run/entrance.auth";


    /* Commands executed when starting a session */
    value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
    /* Command executed when login. Warning xsession must be set to 0 */
    value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc";
    /* Commands executed when exiting a session */
    value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";


    /* Commands executed to shutdown */
    value "shutdown" string: "/sbin/shutdown -h now";
    /* Command executed to reboot */
    value "reboot" string: "/sbin/shutdown -r now";
    /* Command executed to suspend */
    value "suspend" string: "/usr/sbin/pm-suspend";


   /** Start in daemon mode. This can be overriden by the command line
     *  1 = True, 0 = False */
    value "daemonize" uchar: 1;

    /* Enable numlock */
    value "numlock" uchar: 1;

    /** Bool to determine if entrance must login user with the session_login command
     *  or use xdg desktop and determine the command to use
     *  1 = desktop_file_cmd, 0 = session_login */
    value "xsessions" uchar: 1;

    /** Bool to determine if entrance must autologin user when X start
     *  1 = autologin enabled, 0 = autologin disabled */
    value "autologin" uchar: 0;

    /* The name of the user to use when autologin are enabled */
    value "userlogin" string: "yannick";


    /* Lock file */
    value "lockfile" string: "/var/run/entrance.pid";

    /* Log file */
    value "logfile" string: "/var/log/entrance.log";

    /* Theme to use */
    value "theme" string: "default";
}
J'ai remplacé myuser par yannick, car je l'avais configuré en autologin.

Et je suppose que c'est normal que j'ai un entrance.conf~ ? Dont je te donne le retour aussi

Code : Tout sélectionner

cat /etc/entrance.conf~
group "Entrance_Config" struct {
    value "session_path" string: "/bin:/usr/bin:/usr/local/bin";

    /* X server path */
    value "xinit_path" string: "/usr/bin/X";
    /* X server args */
    value "xinit_args" string: "-nolisten tcp -br vt7";

    /* xauth path binary */
    value "xauth_path" string: "/usr/bin/xauth";
    /* xauth file for server */
    value "xauth_file" string: "/var/run/entrance.auth";


    /* Commands executed when starting a session */
    value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
    /* Command executed when login. Warning xsession must be set to 0 */
    value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc";
    /* Commands executed when exiting a session */
    value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";


    /* Commands executed to shutdown */
    value "shutdown" string: "/sbin/shutdown -h now";
    /* Command executed to reboot */
    value "reboot" string: "/sbin/shutdown -r now";
    /* Command executed to suspend */
    value "suspend" string: "/usr/sbin/pm-suspend";


   /** Start in daemon mode. This can be overriden by the command line
     *  1 = True, 0 = False */
    value "daemonize" uchar: 1;

    /* Enable numlock */
    value "numlock" uchar: 1;

    /** Bool to determine if entrance must login user with the session_login command
     *  or use xdg desktop and determine the command to use
     *  1 = desktop_file_cmd, 0 = session_login */
    value "xsessions" uchar: 1;

    /** Bool to determine if entrance must autologin user when X start
     *  1 = autologin enabled, 0 = autologin disabled */
    value "autologin" uchar: 0;

    /* The name of the user to use when autologin are enabled */
    value "userlogin" string: "myusername";


    /* Lock file */
    value "lockfile" string: "/var/run/entrance.pid";

    /* Log file */
    value "logfile" string: "/var/log/entrance.log";

    /* Theme to use */
    value "theme" string: "default";

Re: [E17] Entrance->pas d'accès à ma session

Publié : mer. 19 déc. 2012, 19:42
par FoolEcho
Remplace value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc"; par:

Code : Tout sélectionner

value "session_login" string: "/bin/bash -login ~/.xinitrc";
et redémarre entrance.

Re: [E17] Entrance->pas d'accès à ma session

Publié : mer. 19 déc. 2012, 20:27
par Kainny
alors y a du changement dans le log mais je n'accède toujours pas à ma session

voici mon nouveau entrance_session.log

Code : Tout sélectionner

yannick@yannick ~ % tail ~/.entrance_session.log
ESTART: 0,08594 [0,00001] - Add Idler For X Flush
ESTART: 0,08594 [0,00001] - Add Idler For X Flush Done
ESTART: 0,08595 [0,00001] - E_Manager Keys Grab
ESTART: 0,08608 [0,00013] - E_Manager Keys Grab Done
ESTART: 0,08609 [0,00001] - Load Modules
<<<< Enlightenment Error >>>>
Lost X Connection.

E - PID=558, valgrind=0
_con.c:1216 _ecore_con_event_server_error() Connection reset by peer
yannick@yannick ~ %                                                            


Re: [E17] Entrance->pas d'accès à ma session

Publié : mer. 19 déc. 2012, 21:01
par FoolEcho
Après relecture du .conf, tu as aussi à mettre value "xsessions" uchar: 0; (quoique je pige pas le coup du xinitrc alors... donc croisons les doigts :mrgreen: ).

Re: [E17] Entrance->pas d'accès à ma session

Publié : mer. 19 déc. 2012, 21:21
par Kainny
et ben ce n'est pas bon.Je tombe sur un écran noir maintenant.
Je vais abandonner.
:dodo:
Ciao :wink:

Re: [E17] Entrance->pas d'accès à ma session (abandon)

Publié : jeu. 20 déc. 2012, 10:10
par FoolEcho
J'ai testé vite fait... Je n'y arrive pas non plus:
-configuration de base: retour sur entrance après login/mêmes erreurs que toi (... cependant il arrive à me lancer afterstep ou openbox par exemple ; truc en passant, cependant: il ignore allégrement la locale système et me les chargent en anglais)
-joujou avec les configurations comme indiquées (y compris niveau service systemd, dès fois que): écran noir...

Vu qu'e17 se lance quand même via startx ou par d'autres gestionnaires, il doit y avoir un problème avec entrance (ne pas perdre de vue qu'il s'agit d'une version de développement qui en plus n'a pas été retouché depuis 3-4 mois !). À suivre... (j'vais juste préciser dans le wiki que entrance est encore en développement).

(sinon, de mémoire, il doit y avoir au moins un utilisateur habitué d'e17 sur le forum, peut-être aura-t-il des précisions là-dessus s'il voit le sujet... n3os après vérification rapide si je ne me trompe pas ? )