On Sat, 8 Jun 2019 11:56:20 +1000 Daniel Kasak <d.j.kasak...@gmail.com> said:
I literally was running a wl e session on both my odroid xu3 and rpi3 yesterday... rpi3 would be arch+mesa vc4 based and odroid was ubuntu+mali binary blobs. right now i ran e on my arch+amdgpu system - gl too it worked. i just also tested my laptop - arch+intel - gl works there too. now what you seem to have is a crash - gdb is attaching to e... or trying to - why don't you manually attach from a ssh session and see? like: gdb enlightenment `pidof enlightenment` ? or is it no longer running? have you looked at the crashdump file? the final "cant connect to input manager" issue is likely because e is hung owning the tty/vt and enlightenment_alert (the crash dialog process that's spawned separately) is trying to get input on and ownership of the tty but can't because enlightenment is still there 9but not responding as it's hung under gdb? or just hanging about waiting to be killed off at that point in time?). things you can do: 1. log into tty/vt and run screen. 2. ssh in from another box and attach to screen: screen -rd 3. export E_START=1 4. gdb enlightenment then run as normal. you will be able to gdb e while it runs on the regular vt and see the stdout/err too. you can also use valgrind too (slow but if you are a bit patient it can be really good at identifying what exactly went wrong at precisely the right point).. > Hi all. > > I was excited to see that a wayland bug with gtk menus was fixed recently. > I've confirmed this fixes *basically* the last issue that was posing > serious barriers to me running on wayland ( I develop a gtk3 app that uses > menus ). > > However ... now I can't start a GL-accelerated session any more, and I > don't know why :( It was working a little while back. I can start a > software session fine. eglinfo ( when running in a software wayland session > ) seems to indicate things are OK. Running enlightenment_start with a > GL-accelerated profile gives me: > > --- > > ESTART: 0.00000 [0.00000] - Begin Startup > ESTART: 0.00003 [0.00003] - Signal Trap > ESTART: 0.00003 [0.00000] - Signal Trap Done > ESTART: 0.00005 [0.00002] - Eina Init > ESTART: 0.00030 [0.00025] - Eina Init Done > ESTART: 0.00030 [0.00000] - Determine Prefix > ESTART: 0.00036 [0.00006] - Determine Prefix Done > ESTART: 0.00039 [0.00003] - Environment Variables > ESTART: 0.00041 [0.00002] - Environment Variables Done > ESTART: 0.00042 [0.00000] - Parse Arguments > ESTART: 0.00042 [0.00000] - Parse Arguments Done > ESTART: 0.00042 [0.00000] - Eet Init > ESTART: 0.00044 [0.00002] - Eet Init Done > ESTART: 0.00045 [0.00000] - Ecore Init > ESTART: 0.00244 [0.00199] - Ecore Init Done > ESTART: 0.01595 [0.01351] - EFX Init > ESTART: 0.01598 [0.00003] - EFX Init Done > ESTART: 0.01600 [0.00002] - EIO Init > ESTART: 0.03357 [0.01758] - EIO Init Done > ESTART: 0.03361 [0.00004] - Ecore Event Handlers > ESTART: 0.03362 [0.00001] - Ecore Event Handlers Done > ESTART: 0.03363 [0.00001] - Ecore_File Init > ESTART: 0.03364 [0.00001] - Ecore_File Init Done > ESTART: 0.03364 [0.00001] - Ecore_Con Init > ESTART: 0.03365 [0.00001] - Ecore_Con Init Done > ESTART: 0.03365 [0.00001] - Ecore_Ipc Init > ESTART: 0.03366 [0.00001] - Ecore_Ipc Init Done > ESTART: 0.03368 [0.00002] - Ecore_Evas Init > ESTART: 0.03439 [0.00071] - Ecore_Evas Init Done > ESTART: 0.03441 [0.00002] - Elementary Init > ESTART: 0.06238 [0.02797] - Elementary Init Done > ESTART: 0.06241 [0.00003] - Emotion Init > ESTART: 0.06272 [0.00031] - Emotion Init Done > ESTART: 0.06273 [0.00002] - Ecore_Evas Engine Check > ESTART: 0.06274 [0.00001] - Ecore_Evas Engine Check Done > ESTART: 0.06275 [0.00001] - E Intl Init > ESTART: 0.06279 [0.00003] - E Intl Init Done > ESTART: 0.06280 [0.00001] - E_Alert Init > ESTART: 0.06280 [0.00001] - E_Alert Init Done > ESTART: 0.06281 [0.00001] - E Directories Init > ESTART: 0.06288 [0.00007] - E Directories Init Done > ESTART: 0.06289 [0.00001] - E_Filereg Init > ESTART: 0.06290 [0.00001] - E_Filereg Init Done > ESTART: 0.06290 [0.00001] - E_Config Init > ESTART: 0.06499 [0.00209] - E_Config Init Done > ESTART: 0.06501 [0.00001] - E_Env Init > ESTART: 0.06501 [0.00000] - E_Env Init Done > ESTART: 0.06502 [0.00001] - E Paths Init > ESTART: 0.06503 [0.00002] - E Paths Init Done > ESTART: 0.06503 [0.00000] - E_Ipc Init > ESTART: 0.06519 [0.00015] - E_Ipc Init Done > ESTART: 0.06519 [0.00001] - E_Font Init > ESTART: 0.06520 [0.00001] - E_Font Init Done > ESTART: 0.06520 [0.00000] - E_Font Apply > ESTART: 0.06520 [0.00000] - E_Font Apply Done > ESTART: 0.06521 [0.00000] - E_Theme Init > ESTART: 0.06522 [0.00001] - E_Theme Init Done > ESTART: 0.06522 [0.00000] - E_Moveresize Init > ESTART: 0.06523 [0.00001] - E_Moveresize Init Done > ESTART: 0.06523 [0.00001] - E_Msgbus Init > ESTART: 0.06642 [0.00119] - E_Msgbus Init Done > ESTART: 0.06643 [0.00001] - Efreet Init > ESTART: 0.06643 [0.00000] - Efreet Init Done > ESTART: 0.06644 [0.00000] - E_Intl Post Init > ESTART: 0.06954 [0.00310] - E_Intl Post Init Done > ESTART: 0.06956 [0.00002] - E_Configure Init > ESTART: 0.06970 [0.00014] - E_Configure Init Done > ESTART: 0.06972 [0.00001] - E_Actions Init > ESTART: 0.07004 [0.00032] - E_Actions Init Done > ESTART: 0.07007 [0.00003] - E_Powersave Init > ESTART: 0.07007 [0.00001] - E_Powersave Init Done > ESTART: 0.07008 [0.00001] - Screens Init > ESTART: 0.07008 [0.00000] - screens: client > ESTART: 0.07009 [0.00001] - E_Screensaver Init > ESTART: 0.07009 [0.00001] - screens: client volume > ESTART: 0.07010 [0.00000] - screens: win > ESTART: 0.07011 [0.00001] - Compositor Init > <<<< Enlightenment Error >>>> > Enlightenment cannot initialize Ecore_X! > > LOAD WL_WL MODULE > ERR<8539>:ecore_evas > modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:2497 > _ecore_evas_wl_common_new_internal() Failed to connect to Wayland Display > (null) > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7f7ba7e419dc 0x7f7ba7e15000 > /opt/e22/lib/libeina.so.1 0x7f7ba7e427c1 0x7f7ba7e15000 > /opt/e22/lib/libeina.so.1 0x7f7ba7e43db9 0x7f7ba7e15000 > /opt/e22/lib/ecore_evas/engines/wayland/v-1.22/module.so 0x7f7ba0699a68 > 0x7f7ba0690000 > /opt/e22/lib/ecore_evas/engines/wayland/v-1.22/module.so 0x7f7ba0699dfb > 0x7f7ba0690000 > /opt/e22/lib/libecore_evas.so.1 0x7f7ba7342d40 0x7f7ba732a000 > /opt/e22/lib/libecore_evas.so.1 0x7f7ba7343024 0x7f7ba732a000 > /opt/e22/lib64/enlightenment/modules/wl_wl/linux-gnu-x86_64-0.23.0/module.so > 0x7f7ba21c7711 0x7f7ba21c5000 > /opt/e22/bin/enlightenment 0x565320e74fbc 0x565320d4d000 > /opt/e22/bin/enlightenment 0x565320dc785e 0x565320d4d000 > /opt/e22/bin/enlightenment 0x565320d966fb 0x565320d4d000 > /lib64/libc.so.6 0x7f7ba6f27ecb 0x7f7ba6f04000 > /opt/e22/bin/enlightenment 0x565320d96dda 0x565320d4d000 > EOF > > ERR<8539>:ecore_evas > modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c:2497 > _ecore_evas_wl_common_new_internal() Failed to connect to Wayland Display > (null) > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7f7ba7e419dc 0x7f7ba7e15000 > /opt/e22/lib/libeina.so.1 0x7f7ba7e427c1 0x7f7ba7e15000 > /opt/e22/lib/libeina.so.1 0x7f7ba7e43db9 0x7f7ba7e15000 > /opt/e22/lib/ecore_evas/engines/wayland/v-1.22/module.so 0x7f7ba0699a68 > 0x7f7ba0690000 > /opt/e22/lib/ecore_evas/engines/wayland/v-1.22/module.so 0x7f7ba0699dd9 > 0x7f7ba0690000 > /opt/e22/lib/libecore_evas.so.1 0x7f7ba73429a2 0x7f7ba732a000 > /opt/e22/lib/libecore_evas.so.1 0x7f7ba7342c84 0x7f7ba732a000 > /opt/e22/lib64/enlightenment/modules/wl_wl/linux-gnu-x86_64-0.23.0/module.so > 0x7f7ba21c76ae 0x7f7ba21c5000 > /opt/e22/bin/enlightenment 0x565320e74fbc 0x565320d4d000 > /opt/e22/bin/enlightenment 0x565320dc785e 0x565320d4d000 > /opt/e22/bin/enlightenment 0x565320d966fb 0x565320d4d000 > /lib64/libc.so.6 0x7f7ba6f27ecb 0x7f7ba6f04000 > /opt/e22/bin/enlightenment 0x565320d96dda 0x565320d4d000 > EOF > > Could not create wayland canvasLOAD WL_X11 MODULE > X11 connect failed! > LOAD WL_DRM MODULE > DRM2 RRR: ................. info get! > DRM2 RRR: .... out eDP-1 > DRM2 RRR: ...... connected 1 > DRM2 RRR: Created Screen: > eDP-1/00ffffffffffff0006af3d4000000000001a0104a51f1178029b85925659902920505400000001010101010101010101010101010101143780b87038244010103e0035ad10000018000000000000000000000000000000000000000000fe0041554f0a202020202020202020000000fe004231343048414e30342e30200a00dc > DRM2 RRR: ...... lid_closed = 0 (1 && 0) > DRM2 RRR: 'eDP-1' 0 0 1920x1080 > RRR:-------------------------------- 2 > RRR: 'eDP-1': 0 0 1920x1080 > RRR: result max: 1920x1080 > RRR: loaded existing config > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: check lid for eDP-1... > RRR: re-get info before applying.. > DRM2 RRR: ................. info get! > DRM2 RRR: .... out eDP-1 > DRM2 RRR: ...... connected 1 > DRM2 RRR: Created Screen: > eDP-1/00ffffffffffff0006af3d4000000000001a0104a51f1178029b85925659902920505400000001010101010101010101010101010101143780b87038244010103e0035ad10000018000000000000000000000000000000000000000000fe0041554f0a202020202020202020000000fe004231343048414e30342e30200a00dc > DRM2 RRR: ...... lid_closed = 0 (1 && 0) > DRM2 RRR: 'eDP-1' 0 0 1920x1080 > RRR:-------------------------------- 2 > RRR: 'eDP-1': 0 0 1920x1080 > RRR: result max: 1920x1080 > RRR: apply config... > RRR: apply 'eDP-1'... > RRR: check lid for eDP-1... > RRR: connected = 1 > RRR: ... enabled > RRR: ... priority = 100 > RRR: takeover config... > RRR: eval config... > RRR: screen do 'eDP-1' > RRR: screen do 'eDP-1' > RRR: screen do 'eDP-1' > RRR: screen do 'eDP-1' > RRR: screen do 'eDP-1' > RRR: screen do 'eDP-1' > RRR: screen do 'eDP-1' > RRR: screen config loop! > RRR:-------------------------------- > RRR: s: 'eDP-1' @ 0 0 - 1920x1080 > RRR:--- 0 0 -> 1920 1080 > RRR: really apply config... > RRR: size range: 0x0 -> 16384x16384 > RRR: find output for 'eDP-1' > RRR: enabled: 1 > RRR: crtc slot empty: 0 > RRR: crtc slot empty: 1 > RRR: crtc slot empty: 2 > RRR: crtc slot empty: 3 > RRR: set vsize: 1920x1080 > RRR: done config... > xinerama screen 0 0 1920x1080 > xinerama setup............... 1 (nil) > ESTART: 0.19739 [0.12728] - E_Dnd Init > ESTART: 0.19743 [0.00004] - E_Dnd Init Done > ESTART: 0.19743 [0.00000] - Screens Init Done > ESTART: 0.19743 [0.00000] - E_Pointer Init > ESTART: 0.19743 [0.00000] - E_Pointer Init Done > ESTART: 0.19744 [0.00000] - E_Scale Init > ESTART: 0.20560 [0.00816] - E_Scale Init Done > ESTART: 0.20561 [0.00001] - E_Splash Init > ESTART: 0.20561 [0.00000] - E_Splash Init Done > ESTART: 0.21106 [0.00545] - Test File Format Support > ESTART: 0.22858 [0.01752] - Test File Format Support Done > ESTART: 0.22862 [0.00004] - E_Acpi Init > ESTART: 0.22863 [0.00001] - E_Acpi Init Done > ESTART: 0.22864 [0.00001] - E_Backlight Init > ESTART: 0.23669 [0.00805] - E_Backlight Init Done > ESTART: 0.23671 [0.00002] - E_Dpms Init > ESTART: 0.23672 [0.00001] - E_Dpms Init Done > ESTART: 0.23673 [0.00001] - E_Desklock Init > ESTART: 0.23677 [0.00004] - E_Desklock Init Done > ESTART: 0.23679 [0.00001] - Efreet Paths > ESTART: 0.23681 [0.00003] - Efreet Paths Done > ESTART: 0.23682 [0.00001] - E_Sys Init > ESTART: 0.23705 [0.00023] - E_Sys Init Done > ESTART: 0.23706 [0.00002] - E_Exec Init > ESTART: 0.23707 [0.00001] - E_Exec Init Done > ESTART: 0.23708 [0.00001] - E_Comp Freeze > ESTART: 0.23709 [0.00001] - E_Comp Freeze Done > ESTART: 0.23710 [0.00001] - E_Fm2 Init > ESTART: 0.23722 [0.00012] - E_Fm2 Init Done > ESTART: 0.23724 [0.00002] - E_Msg Init > ESTART: 0.23724 [0.00001] - E_Msg Init Done > ESTART: 0.23725 [0.00001] - E_Grabinput Init > ESTART: 0.23726 [0.00001] - E_Grabinput Init Done > ESTART: 0.23727 [0.00001] - E_Module Init > ESTART: 0.23728 [0.00001] - E_Module Init Done > ESTART: 0.23729 [0.00001] - E_Remember Init > ESTART: 0.23734 [0.00006] - E_Remember Init Done > ESTART: 0.23735 [0.00001] - E_Gadget Init > ESTART: 0.23850 [0.00115] - E_Gadget Init Done > ESTART: 0.23854 [0.00004] - E_Gadcon Init > ESTART: 0.23855 [0.00002] - E_Gadcon Init Done > ESTART: 0.23857 [0.00001] - E_Toolbar Init > ESTART: 0.23858 [0.00001] - E_Toolbar Init Done > ESTART: 0.23859 [0.00001] - E_Bg Init > ESTART: 0.23866 [0.00007] - E_Bg Init Done > ESTART: 0.23868 [0.00002] - E_Mouse Init > ESTART: 0.23872 [0.00004] - E_Mouse Init Done > ESTART: 0.23873 [0.00002] - E_Bindings Init > ESTART: 0.23899 [0.00025] - E_Bindings Init Done > ESTART: 0.23901 [0.00002] - E_Thumb Init > ESTART: 0.23902 [0.00001] - E_Thumb Init Done > ESTART: 0.23903 [0.00001] - E_Icon Init > ESTART: 0.23903 [0.00001] - E_Icon Init Done > ESTART: 0.23904 [0.00001] - E_Update Init > ESTART: 0.23907 [0.00003] - E_Update Init Done > ESTART: 0.23909 [0.00002] - E_Deskenv Init > ESTART: 0.24169 [0.00260] - E_Deskenv Init Done > ESTART: 0.24176 [0.00007] - E_Order Init > ESTART: 0.24180 [0.00004] - E_Order Init Done > ESTART: 0.24180 [0.00000] - E_Comp_Canvas Keys Grab > ESTART: 0.24181 [0.00000] - E_Comp_Canvas Keys Grab Done > ESTART: 0.24181 [0.00001] - Load Modules > ESTART: 0.24182 [0.00000] - Load Modules Done > ESTART: 0.24182 [0.00000] - Run Startup Apps > ESTART: 0.24184 [0.00003] - Run Startup Apps Done > ESTART: 0.24185 [0.00000] - E_Comp Thaw > ESTART: 0.24189 [0.00004] - E_Comp Thaw Done > ESTART: 0.24189 [0.00000] - E_Test Init > ESTART: 0.24189 [0.00000] - E_Test Done > ESTART: 0.24190 [0.00001] - Bryce Init > ESTART: 0.24669 [0.00479] - Bryce Init Done > ESTART: 0.24672 [0.00003] - E_Shelf Init > ESTART: 0.24673 [0.00001] - E_Shelf Init Done > ESTART: 0.24675 [0.00002] - MAIN LOOP AT LAST > ESTART: 0.24723 [0.00048] - SLEEP > ERR<8539>:evas-gl-drm modules/evas/engines/gl_drm/evas_outbuf.c:295 > _evas_outbuf_egl_setup() eglCreateWindowSurface() fail for 0x565322385a10. > code=0x3003 > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7f7ba7e419dc 0x7f7ba7e15000 > /opt/e22/lib/libeina.so.1 0x7f7ba7e427c1 0x7f7ba7e15000 > /opt/e22/lib/libeina.so.1 0x7f7ba7e43db9 0x7f7ba7e15000 > /opt/e22/lib/evas/modules/engines/gl_drm/v-1.22/module.so 0x7f7ba065cd5a > 0x7f7ba0659000 > /opt/e22/lib/libevas.so.1 0x7f7ba7b166ef 0x7f7ba790a000 > /opt/e22/lib/libevas.so.1 0x7f7ba7a1376c 0x7f7ba790a000 > /opt/e22/lib/libevas.so.1 0x7f7ba7a15379 0x7f7ba790a000 > /opt/e22/lib/libevas.so.1 0x7f7ba7a160df 0x7f7ba790a000 > /opt/e22/lib/libevas.so.1 0x7f7ba797f860 0x7f7ba790a000 > /opt/e22/lib/libecore_evas.so.1 0x7f7ba733920d 0x7f7ba732a000 > /opt/e22/lib/libecore_evas.so.1 0x7f7ba733ee45 0x7f7ba732a000 > /opt/e22/lib/libecore.so.1 0x7f7ba7d3181f 0x7f7ba7d11000 > /opt/e22/lib/libeo.so.1 0x7f7ba620a2b0 0x7f7ba61f3000 > /opt/e22/lib/libeo.so.1 0x7f7ba62054ed 0x7f7ba61f3000 > /opt/e22/lib/libecore.so.1 0x7f7ba7d34381 0x7f7ba7d11000 > /opt/e22/lib/libecore.so.1 0x7f7ba7d34acd 0x7f7ba7d11000 > /opt/e22/lib/libecore.so.1 0x7f7ba7d3dae9 0x7f7ba7d11000 > /opt/e22/lib/libecore.so.1 0x7f7ba7d3cc70 0x7f7ba7d11000 > /opt/e22/lib/libecore.so.1 0x7f7ba7d34b97 0x7f7ba7d11000 > /opt/e22/bin/enlightenment 0x565320d95bab 0x565320d4d000 > /lib64/libc.so.6 0x7f7ba6f27ecb 0x7f7ba6f04000 > /opt/e22/bin/enlightenment 0x565320d96dda 0x565320d4d000 > EOF > > called gdb with 'gdb --pid=8539 -batch -ex 'set logging file > /home/dkasak/.e-crashdump.txt' -ex 'set logging on' -ex 'thread apply all > backtrace full' -ex detach > /dev/null 2>&1 < /dev/zero' = 127 > exit_gdb: 127 > E_Alert Drm Connect > ERR<8575>:eina_safety lib/eldbus/eldbus_pending.c:206 > _eldbus_connection_send_and_block() safety check failed: > dbus_error_is_set(&err) is true > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7fc3c0dd69dc 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd77c1 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd8db9 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0df18ae 0x7fc3c0daa000 > /opt/e22/lib/libeldbus.so.1 0x7fc3be8998bf 0x7fc3be880000 > /opt/e22/lib/libelput.so.1 0x7fc3beacf486 0x7fc3beac2000 > /opt/e22/lib/libelput.so.1 0x7fc3bead0498 0x7fc3beac2000 > /opt/e22/lib/libecore_drm2.so.1 0x7fc3c0a0175c 0x7fc3c09f7000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1d7b > 0x55e5d14dd000 > /lib64/libc.so.6 0x7fc3c01f5ecb 0x7fc3c01d2000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1eda > 0x55e5d14dd000 > EOF > > ERR<8575>:elput lib/elput/elput_logind.c:297 _logind_control_take() Eldbus > Message Error: System.Error.EBUSY Device or resource busy > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7fc3c0dd69dc 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd77c1 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd8db9 0x7fc3c0daa000 > /opt/e22/lib/libelput.so.1 0x7fc3beacf6d8 0x7fc3beac2000 > /opt/e22/lib/libelput.so.1 0x7fc3bead0498 0x7fc3beac2000 > /opt/e22/lib/libecore_drm2.so.1 0x7fc3c0a0175c 0x7fc3c09f7000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1d7b > 0x55e5d14dd000 > /lib64/libc.so.6 0x7fc3c01f5ecb 0x7fc3c01d2000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1eda > 0x55e5d14dd000 > EOF > > ERR<8575>:elput lib/elput/elput_logind.c:555 _logind_connect() Could not > take control of session > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7fc3c0dd69dc 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd77c1 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd8db9 0x7fc3c0daa000 > /opt/e22/lib/libelput.so.1 0x7fc3beacf70b 0x7fc3beac2000 > /opt/e22/lib/libelput.so.1 0x7fc3bead0498 0x7fc3beac2000 > /opt/e22/lib/libecore_drm2.so.1 0x7fc3c0a0175c 0x7fc3c09f7000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1d7b > 0x55e5d14dd000 > /lib64/libc.so.6 0x7fc3c01f5ecb 0x7fc3c01d2000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1eda > 0x55e5d14dd000 > EOF > > ERR<8575>:ecore_drm2 lib/ecore_drm2/ecore_drm2_device.c:602 > ecore_drm2_device_open() Could not connect to input manager > ## Copy & Paste the below (until EOF) into a terminal, then hit Enter > > eina_btlog << EOF > /opt/e22/lib/libeina.so.1 0x7fc3c0dd69dc 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd77c1 0x7fc3c0daa000 > /opt/e22/lib/libeina.so.1 0x7fc3c0dd8db9 0x7fc3c0daa000 > /opt/e22/lib/libecore_drm2.so.1 0x7fc3c0a02af0 0x7fc3c09f7000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1d7b > 0x55e5d14dd000 > /lib64/libc.so.6 0x7fc3c01f5ecb 0x7fc3c01d2000 > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1eda > 0x55e5d14dd000 > EOF > > Cannot find drm device > FAILED TO INIT ALERT SYSTEM!!! > E - PID=8538, valgrind=0 > > --- > > That last eina_btlog outputs: > > --- > > dkasak@nanginator ~ $ eina_btlog << EOF > > /opt/e22/lib/libeina.so.1 0x7fc3c0dd69dc 0x7fc3c0daa000 > > /opt/e22/lib/libeina.so.1 0x7fc3c0dd77c1 0x7fc3c0daa000 > > /opt/e22/lib/libeina.so.1 0x7fc3c0dd8db9 0x7fc3c0daa000 > > /opt/e22/lib/libecore_drm2.so.1 0x7fc3c0a02af0 0x7fc3c09f7000 > > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1d7b > 0x55e5d14dd000 > > /lib64/libc.so.6 0x7fc3c01f5ecb 0x7fc3c01d2000 > > /opt/e22/lib64/enlightenment/utils/enlightenment_alert 0x55e5d14e1eda > 0x55e5d14dd000 > > EOF > /opt/e22/lib/libeina.so.1 | > /root/e/efl/src/lib/eina/eina_log.c : 2058 @ > eina_log_print_cb_stderr() > /opt/e22/lib/libeina.so.1 | > /root/e/efl/src/lib/eina/eina_log.c : 1456 @ > eina_log_print_unlocked() > /opt/e22/lib/libeina.so.1 | > /root/e/efl/src/lib/eina/eina_log.c : 2263 @ eina_log_print() > /opt/e22/lib/libecore_drm2.so.1 | > /root/e/efl/src/lib/ecore_drm2/ecore_drm2_device.c: 603 @ > ecore_drm2_device_open() > /opt/e22/lib64/enlightenment/utils/enlightenment_alert| > /root/e/enlightenment/build/../src/bin/e_drm2.x : 75 @ > e_drm2_device_open() > /lib64/libc.so.6 | > ??/?? : 75 @ __libc_start_main() > /opt/e22/lib64/enlightenment/utils/enlightenment_alert| > ??/?? : 75 @ _start() > dkasak@nanginator ~ $ > > --- > > Any ideas why E can't find a drm device? If I thought this was a recent > commit that may have broken starting on my setup, would I git-bisect efl or > enlightenment or both? Thanks ... > > Dan > > _______________________________________________ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- Carsten Haitzler - ras...@rasterman.com _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users