[e-users] enlightenment + nvidia + resume from suspend => problem
Hi, I've a brand new amd laptop with an nvidia mobile GPU. It arrived with TuxedoOS (ubuntu 20.04 + budgie wm) preinstalled. That setup works fine out of the box, but I want to replace budgie with enlightenment, because that's what I always use on linux. I've compiled E 0.25 from git (using https://github.com/batden/esteem), and it seemed to work fine. Unfortunately, when I tested suspend+resume, I had a problem. The desktop resumes, but only with minimal brightness, and then it seems to freeze (no keyboard/mouse). I can ssh into the laptop, and killing enlightenment sends me back to the lightdm login prompt. dmesg has this: [11814.110778] PM: suspend exit [11814.630838] NVRM: GPU at PCI::01:00: GPU-589fde69-1161-f26b-1773-e5bcda70d601 [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics Exception: Shader Program Header 11 Error [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics Exception: Shader Program Header 18 Error [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics Exception: ESR 0x405840=0xa2040800 [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics Exception: ESR 0x405848=0x8000 The problem happens with both the sw and the opengl compositors. When I suspend from the lightdm prompt or from the budgie desktop, resuming works fine. So it seems something is happening/not happening with the nvidia card when the suspend is started from E. Anyone has any idea, how to debug this? Thanks, Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 3., H, 19:13): > > On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > said: > > > Hi, > > > > I've a brand new amd laptop with an nvidia mobile GPU. It arrived with > > TuxedoOS (ubuntu 20.04 + budgie wm) preinstalled. That setup works > > fine out of the box, but I want to replace budgie with enlightenment, > > because that's what I always use on linux. > > > > I've compiled E 0.25 from git (using > > https://github.com/batden/esteem), and it seemed to work fine. > > Unfortunately, when I tested suspend+resume, I had a problem. The > > desktop resumes, but only with minimal brightness, and then it seems > > to freeze (no keyboard/mouse). I can ssh into the laptop, and killing > > enlightenment sends me back to the lightdm login prompt. > > > > dmesg has this: > > > > [11814.110778] PM: suspend exit > > [11814.630838] NVRM: GPU at PCI::01:00: > > GPU-589fde69-1161-f26b-1773-e5bcda70d601 > > [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > Exception: Shader Program Header 11 Error > > [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > Exception: Shader Program Header 18 Error > > [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > Exception: ESR 0x405840=0xa2040800 > > [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > Exception: ESR 0x405848=0x8000 > > > > The problem happens with both the sw and the opengl compositors. > > > > When I suspend from the lightdm prompt or from the budgie desktop, > > resuming works fine. So it seems something is happening/not happening > > with the nvidia card when the suspend is started from E. > > > > Anyone has any idea, how to debug this? > i suspect it may have to do with vblank interrupts. the nvidia driver doesn't > produce them anymore? a quick way to test this: > > touch ~/.ecore-no-vsync > > restart e then do your suspend/resume Thanks for your reply. Unfortunately the problem seems to be somewhere else, as resuming still fails the same way. Anything else to try? Could rebuilding E in debugging mode help? Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 3., H, 21:36): > > On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 3., H, 19:13): > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > > > said: > > > > > > > Hi, > > > > > > > > I've a brand new amd laptop with an nvidia mobile GPU. It arrived with > > > > TuxedoOS (ubuntu 20.04 + budgie wm) preinstalled. That setup works > > > > fine out of the box, but I want to replace budgie with enlightenment, > > > > because that's what I always use on linux. > > > > > > > > I've compiled E 0.25 from git (using > > > > https://github.com/batden/esteem), and it seemed to work fine. > > > > Unfortunately, when I tested suspend+resume, I had a problem. The > > > > desktop resumes, but only with minimal brightness, and then it seems > > > > to freeze (no keyboard/mouse). I can ssh into the laptop, and killing > > > > enlightenment sends me back to the lightdm login prompt. > > > > > > > > dmesg has this: > > > > > > > > [11814.110778] PM: suspend exit > > > > [11814.630838] NVRM: GPU at PCI::01:00: > > > > GPU-589fde69-1161-f26b-1773-e5bcda70d601 > > > > [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > Exception: Shader Program Header 11 Error > > > > [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > Exception: Shader Program Header 18 Error > > > > [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > Exception: ESR 0x405840=0xa2040800 > > > > [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > Exception: ESR 0x405848=0x8000 > > > > > > > > The problem happens with both the sw and the opengl compositors. > > > > > > > > When I suspend from the lightdm prompt or from the budgie desktop, > > > > resuming works fine. So it seems something is happening/not happening > > > > with the nvidia card when the suspend is started from E. > > > > > > > > Anyone has any idea, how to debug this? > > > i suspect it may have to do with vblank interrupts. the nvidia driver > > > doesn't produce them anymore? a quick way to test this: > > > > > > touch ~/.ecore-no-vsync > > > > > > restart e then do your suspend/resume > > > > Thanks for your reply. Unfortunately the problem seems to be somewhere > > else, as resuming still fails the same way. > > Anything else to try? Could rebuilding E in debugging mode help? > > probably not - btw - those shader exceptions might have to do with it. evas > caches binaries for shaders. rm -rf ~/.cache/evas_gl_common_caches/ - but > beyond that the only thing left is your driver. those are its shaders it > compiled. > > google for it: "Graphics Exception: Shader Program Header 11 Error" > > seems to actually be OS independent and happen on windows too. > > https://forums.developer.nvidia.com/t/screen-system-is-dead-on-resume-unable-to-resume-with-all-current-drivers/29872/57?page=3 > > this has been there for a long time... and it seems it doesn't get resolved. > > https://github.com/Bumblebee-Project/Bumblebee/issues/739 Yeah, I've tried googling for this too, but found no solutions either. > it could be that evas uses egl+gles and the nvidia driver implementation for > egl+gles is buggy - you can rebuild efl to use full desktop opengl+glx > (-Dopengl=full). I've deleted the evas cache, and set the compositor to SW to make sure that it's not an evas egl problem. The exceptions are still there. Actually there are 3 exceptions for the kernel thread "[irq/92-nvidia]", and 1 for Xorg. When the compositor was set to opengl there were more exceptions, and one of them is was for the enlightenment process. So my guess is, that this may not be a problem in E, but maybe a missing/extra step during suspend/resume. I'll look into this tomorrow. Thanks for your help, Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 3., H, 22:49): > > On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 3., H, 21:36): > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 3., H, 19:13): > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Hi, > > > > > > > > > > > > I've a brand new amd laptop with an nvidia mobile GPU. It arrived > > > > > > with > > > > > > TuxedoOS (ubuntu 20.04 + budgie wm) preinstalled. That setup works > > > > > > fine out of the box, but I want to replace budgie with > > > > > > enlightenment, > > > > > > because that's what I always use on linux. > > > > > > > > > > > > I've compiled E 0.25 from git (using > > > > > > https://github.com/batden/esteem), and it seemed to work fine. > > > > > > Unfortunately, when I tested suspend+resume, I had a problem. The > > > > > > desktop resumes, but only with minimal brightness, and then it seems > > > > > > to freeze (no keyboard/mouse). I can ssh into the laptop, and > > > > > > killing > > > > > > enlightenment sends me back to the lightdm login prompt. > > > > > > > > > > > > dmesg has this: > > > > > > > > > > > > [11814.110778] PM: suspend exit > > > > > > [11814.630838] NVRM: GPU at PCI::01:00: > > > > > > GPU-589fde69-1161-f26b-1773-e5bcda70d601 > > > > > > [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > > > Exception: Shader Program Header 11 Error > > > > > > [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > > > Exception: Shader Program Header 18 Error > > > > > > [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > > > Exception: ESR 0x405840=0xa2040800 > > > > > > [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > > > > > > Exception: ESR 0x405848=0x8000 > > > > > > > > > > > > The problem happens with both the sw and the opengl compositors. > > > > > > > > > > > > When I suspend from the lightdm prompt or from the budgie desktop, > > > > > > resuming works fine. So it seems something is happening/not > > > > > > happening > > > > > > with the nvidia card when the suspend is started from E. > > > > > > > > > > > > Anyone has any idea, how to debug this? > > > > > i suspect it may have to do with vblank interrupts. the nvidia driver > > > > > doesn't produce them anymore? a quick way to test this: > > > > > > > > > > touch ~/.ecore-no-vsync > > > > > > > > > > restart e then do your suspend/resume > > > > > > > > Thanks for your reply. Unfortunately the problem seems to be somewhere > > > > else, as resuming still fails the same way. > > > > Anything else to try? Could rebuilding E in debugging mode help? > > > > > > probably not - btw - those shader exceptions might have to do with it. > > > evas > > > caches binaries for shaders. rm -rf ~/.cache/evas_gl_common_caches/ - but > > > beyond that the only thing left is your driver. those are its shaders it > > > compiled. > > > > > > google for it: "Graphics Exception: Shader Program Header 11 Error" > > > > > > seems to actually be OS independent and happen on windows too. > > > > > > https://forums.developer.nvidia.com/t/screen-system-is-dead-on-resume-unable-to-resume-with-all-current-drivers/29872/57?page=3 > > > > > > this has been there for a long time... and it seems it doesn't get > > > resolved. > > > > > > https://github.com/Bumblebee-Project/Bumblebee/issues/739 > > > > Yeah, I've tried googling for this too, but found no solutions either. > > > > > it could be that evas uses egl+gles and the nvidia driver implementati
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Hello Carla, Carla Sensa ezt írta (időpont: 2022. jan. 4., K, 17:18): > > Hello Laszlo, > > Sometimes Nvidia drivers and ddcutil just don't play well together... > > The script installs a more recent version of ddcutil than Ubuntu focal > ships with (V1.2.1 vs V0.9.8-2). > > Try uninstalling ddcutil-1.2.1 and see if E starts behaving well > again(reboot your computer). Thanks for your idea. I've moved the libddcutil* files away from /usr/local/lib, restarted the laptop, and checked the memory maps of E to make sure the .so is not loaded. Then I retried suspending, but unfortunately the nvidia error is still present at resume, and the desktop is still dark and frozen. Regards, Laszlo > > Le 04/01/2022 à 15:20, Carsten Haitzler a écrit : > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > > > > said: > > > >> Carsten Haitzler ezt írta (időpont: 2022. jan. > >> 3., H, 22:49): > >>> > >>> On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > >>> said: > >>> > >>>> Carsten Haitzler ezt írta (időpont: 2022. jan. > >>>> 3., H, 21:36): > >>>>> > >>>>> On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > >>>>> said: > >>>>> > >>>>>> Carsten Haitzler ezt írta (időpont: 2022. jan. > >>>>>> 3., H, 19:13): > >>>>>>> > >>>>>>> On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > >>>>>>> said: > >>>>>>> > >>>>>>>> Hi, > >>>>>>>> > >>>>>>>> I've a brand new amd laptop with an nvidia mobile GPU. It arrived > >>>>>>>> with TuxedoOS (ubuntu 20.04 + budgie wm) preinstalled. That setup > >>>>>>>> works fine out of the box, but I want to replace budgie with > >>>>>>>> enlightenment, because that's what I always use on linux. > >>>>>>>> > >>>>>>>> I've compiled E 0.25 from git (using > >>>>>>>> https://github.com/batden/esteem), and it seemed to work fine. > >>>>>>>> Unfortunately, when I tested suspend+resume, I had a problem. The > >>>>>>>> desktop resumes, but only with minimal brightness, and then it > >>>>>>>> seems to freeze (no keyboard/mouse). I can ssh into the laptop, > >>>>>>>> and killing enlightenment sends me back to the lightdm login > >>>>>>>> prompt. > >>>>>>>> > >>>>>>>> dmesg has this: > >>>>>>>> > >>>>>>>> [11814.110778] PM: suspend exit > >>>>>>>> [11814.630838] NVRM: GPU at PCI::01:00: > >>>>>>>> GPU-589fde69-1161-f26b-1773-e5bcda70d601 > >>>>>>>> [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > >>>>>>>> Exception: Shader Program Header 11 Error > >>>>>>>> [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > >>>>>>>> Exception: Shader Program Header 18 Error > >>>>>>>> [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > >>>>>>>> Exception: ESR 0x405840=0xa2040800 > >>>>>>>> [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, Graphics > >>>>>>>> Exception: ESR 0x405848=0x8000 > >>>>>>>> > >>>>>>>> The problem happens with both the sw and the opengl compositors. > >>>>>>>> > >>>>>>>> When I suspend from the lightdm prompt or from the budgie desktop, > >>>>>>>> resuming works fine. So it seems something is happening/not > >>>>>>>> happening with the nvidia card when the suspend is started from E. > >>>>>>>> > >>>>>>>> Anyone has any idea, how to debug this? > >>>>>>> i suspect it may have to do with vblank interrupts. the nvidia > >>>>>>> driver doesn't produce them anymore? a quick way to test this: > >>>>>>> > >>>>>>> touch ~/.ecore-no-vsync > >>>>>>> > >>>>>>> restart e then do your
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 4., K, 15:21): > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 3., H, 22:49): > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 3., H, 21:36): > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 3., H, 19:13): > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > I've a brand new amd laptop with an nvidia mobile GPU. It > > > > > > > > arrived > > > > > > > > with TuxedoOS (ubuntu 20.04 + budgie wm) preinstalled. That > > > > > > > > setup > > > > > > > > works fine out of the box, but I want to replace budgie with > > > > > > > > enlightenment, because that's what I always use on linux. > > > > > > > > > > > > > > > > I've compiled E 0.25 from git (using > > > > > > > > https://github.com/batden/esteem), and it seemed to work fine. > > > > > > > > Unfortunately, when I tested suspend+resume, I had a problem. > > > > > > > > The > > > > > > > > desktop resumes, but only with minimal brightness, and then it > > > > > > > > seems to freeze (no keyboard/mouse). I can ssh into the laptop, > > > > > > > > and killing enlightenment sends me back to the lightdm login > > > > > > > > prompt. > > > > > > > > > > > > > > > > dmesg has this: > > > > > > > > > > > > > > > > [11814.110778] PM: suspend exit > > > > > > > > [11814.630838] NVRM: GPU at PCI::01:00: > > > > > > > > GPU-589fde69-1161-f26b-1773-e5bcda70d601 > > > > > > > > [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > Graphics > > > > > > > > Exception: Shader Program Header 11 Error > > > > > > > > [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > Graphics > > > > > > > > Exception: Shader Program Header 18 Error > > > > > > > > [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > Graphics > > > > > > > > Exception: ESR 0x405840=0xa2040800 > > > > > > > > [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > Graphics > > > > > > > > Exception: ESR 0x405848=0x8000 > > > > > > > > > > > > > > > > The problem happens with both the sw and the opengl compositors. > > > > > > > > > > > > > > > > When I suspend from the lightdm prompt or from the budgie > > > > > > > > desktop, > > > > > > > > resuming works fine. So it seems something is happening/not > > > > > > > > happening with the nvidia card when the suspend is started from > > > > > > > > E. > > > > > > > > > > > > > > > > Anyone has any idea, how to debug this? > > > > > > > i suspect it may have to do with vblank interrupts. the nvidia > > > > > > > driver doesn't produce them anymore? a quick way to test this: > > > > > > > > > > > > > > touch ~/.ecore-no-vsync > > > > > > > > > > > > > > restart e then do your suspend/resume > > > > > > > > > > > > Thanks for your reply. Unfortunately the problem seems to be > > > > > > somewhere > > > > > > else, as resuming still fails the same way. > > > > > > Anything else to try?
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 5., Sze, 11:54): > > On Wed, 5 Jan 2022 08:41:05 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 5., Sze, 0:37): > > > > > > On Tue, 4 Jan 2022 22:31:26 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 4., K, 15:21): > > > > > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 3., H, 22:49): > > > > > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 3., H, 21:36): > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: > > > > > > > > > > 2022. jan. 3., H, 19:13): > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > I've a brand new amd laptop with an nvidia mobile GPU. > > > > > > > > > > > > It > > > > > > > > > > > > arrived with TuxedoOS (ubuntu 20.04 + budgie wm) > > > > > > > > > > > > preinstalled. That setup works fine out of the box, but > > > > > > > > > > > > I > > > > > > > > > > > > want to replace budgie with enlightenment, because > > > > > > > > > > > > that's > > > > > > > > > > > > what I always use on linux. > > > > > > > > > > > > > > > > > > > > > > > > I've compiled E 0.25 from git (using > > > > > > > > > > > > https://github.com/batden/esteem), and it seemed to work > > > > > > > > > > > > fine. Unfortunately, when I tested suspend+resume, I had > > > > > > > > > > > > a problem. The desktop resumes, but only with minimal > > > > > > > > > > > > brightness, and then it seems to freeze (no > > > > > > > > > > > > keyboard/mouse). I can ssh into the laptop, and killing > > > > > > > > > > > > enlightenment sends me back to the lightdm login prompt. > > > > > > > > > > > > > > > > > > > > > > > > dmesg has this: > > > > > > > > > > > > > > > > > > > > > > > > [11814.110778] PM: suspend exit > > > > > > > > > > > > [11814.630838] NVRM: GPU at PCI::01:00: > > > > > > > > > > > > GPU-589fde69-1161-f26b-1773-e5bcda70d601 > > > > > > > > > > > > [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > > > Graphics Exception: Shader Program Header 11 Error > > > > > > > > > > > > [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > > > Graphics Exception: Shader Program Header 18 Error > > > > > > > > > > > > [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > > > Graphics Exception: ESR 0x405840=0xa2040800 > > > > > > > > > > > > [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > > > Graphics Exception: ESR 0x405848=0x8000 > > > >
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 5., Sze, 14:50): > > On Wed, 5 Jan 2022 13:57:39 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 5., Sze, 11:54): > > > > > > On Wed, 5 Jan 2022 08:41:05 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 5., Sze, 0:37): > > > > > > > > > > On Tue, 4 Jan 2022 22:31:26 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 4., K, 15:21): > > > > > > > > > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 3., H, 22:49): > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: > > > > > > > > > > 2022. jan. 3., H, 21:36): > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > (időpont: > > > > > > > > > > > > 2022. jan. 3., H, 19:13): > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > > > > > I've a brand new amd laptop with an nvidia mobile > > > > > > > > > > > > > > GPU. It arrived with TuxedoOS (ubuntu 20.04 + budgie > > > > > > > > > > > > > > wm) preinstalled. That setup works fine out of the > > > > > > > > > > > > > > box, but I want to replace budgie with > > > > > > > > > > > > > > enlightenment, > > > > > > > > > > > > > > because that's what I always use on linux. > > > > > > > > > > > > > > > > > > > > > > > > > > > > I've compiled E 0.25 from git (using > > > > > > > > > > > > > > https://github.com/batden/esteem), and it seemed to > > > > > > > > > > > > > > work fine. Unfortunately, when I tested > > > > > > > > > > > > > > suspend+resume, I had a problem. The desktop > > > > > > > > > > > > > > resumes, > > > > > > > > > > > > > > but only with minimal brightness, and then it seems > > > > > > > > > > > > > > to freeze (no keyboard/mouse). I can ssh into the > > > > > > > > > > > > > > laptop, and killing enlightenment sends me back to > > > > > > > > > > > > > > the lightdm login prompt. > > > > > > > > > > > > > > > > > > > > > > > > > > > > dmesg has this: > > > > > > > > > > > > > > > > > > > > > > > > > > > > [11814.110778] PM: suspend exit > > > > > > > > > > > > > > [11814.630838] NVRM: GPU at PCI::01:00: > > > > > > > > > > > > > > GPU-589fde69-1161-f26b-1773-e5bcda70d6
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 5., Sze, 0:37): > > On Tue, 4 Jan 2022 22:31:26 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 4., K, 15:21): > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 3., H, 22:49): > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 3., H, 21:36): > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 3., H, 19:13): > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > I've a brand new amd laptop with an nvidia mobile GPU. It > > > > > > > > > > arrived with TuxedoOS (ubuntu 20.04 + budgie wm) > > > > > > > > > > preinstalled. That setup works fine out of the box, but I > > > > > > > > > > want to replace budgie with enlightenment, because that's > > > > > > > > > > what I always use on linux. > > > > > > > > > > > > > > > > > > > > I've compiled E 0.25 from git (using > > > > > > > > > > https://github.com/batden/esteem), and it seemed to work > > > > > > > > > > fine. > > > > > > > > > > Unfortunately, when I tested suspend+resume, I had a > > > > > > > > > > problem. > > > > > > > > > > The desktop resumes, but only with minimal brightness, and > > > > > > > > > > then it seems to freeze (no keyboard/mouse). I can ssh into > > > > > > > > > > the laptop, and killing enlightenment sends me back to the > > > > > > > > > > lightdm login prompt. > > > > > > > > > > > > > > > > > > > > dmesg has this: > > > > > > > > > > > > > > > > > > > > [11814.110778] PM: suspend exit > > > > > > > > > > [11814.630838] NVRM: GPU at PCI::01:00: > > > > > > > > > > GPU-589fde69-1161-f26b-1773-e5bcda70d601 > > > > > > > > > > [11814.630845] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > Graphics Exception: Shader Program Header 11 Error > > > > > > > > > > [11814.630855] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > Graphics Exception: Shader Program Header 18 Error > > > > > > > > > > [11814.630865] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > Graphics Exception: ESR 0x405840=0xa2040800 > > > > > > > > > > [11814.630877] NVRM: Xid (PCI::01:00): 13, pid=5525, > > > > > > > > > > Graphics Exception: ESR 0x405848=0x8000 > > > > > > > > > > > > > > > > > > > > The problem happens with both the sw and the opengl > > > > > > > > > > compositors. > > > > > > > > > > > > > > > > > > > > When I suspend from the lightdm prompt or from the budgie > > > > > > > > > > desktop, resuming works fine. So it seems something is > > > > > > > > > > happening/not happening with the nvidia card when the > > > > > > > > > > suspend > > > > > > > > > > is started from E. > > > > > > > > > > > > > > > > > > > > Anyone has any idea, how to debug this
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 5., Sze, 20:51): > > On Wed, 5 Jan 2022 17:21:46 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 5., Sze, 14:50): > > > > > > On Wed, 5 Jan 2022 13:57:39 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 5., Sze, 11:54): > > > > > > > > > > On Wed, 5 Jan 2022 08:41:05 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 5., Sze, 0:37): > > > > > > > > > > > > > > On Tue, 4 Jan 2022 22:31:26 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 4., K, 15:21): > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: > > > > > > > > > > 2022. jan. 3., H, 22:49): > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 "[email protected]" > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > (időpont: > > > > > > > > > > > > 2022. jan. 3., H, 21:36): > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > 2022. jan. 3., H, 19:13): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 > > > > > > > > > > > > > > > "[email protected]" said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I've a brand new amd laptop with an nvidia > > > > > > > > > > > > > > > > mobile > > > > > > > > > > > > > > > > GPU. It arrived with TuxedoOS (ubuntu 20.04 + > > > > > > > > > > > > > > > > budgie wm) preinstalled. That setup works fine > > > > > > > > > > > > > > > > out of the box, but I want to replace budgie > > > > > > > > > > > > > > > > with > > > > > > > > > > > > > > > > enlightenment, because that's what I always use > > > > > > > > > > > > > > > > on linux. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I've compiled E 0.25 from git (using > > > > > > > > > > > > > > > > https://github.com/batden/esteem), and it seemed > > > > > > > > > > > > > > > > to work fine. Unfortunately, when I tested > > > > > > > > > > > > > > > > suspend+resume, I had a problem. The desktop > > > > > > > > > > > > > > > > resumes, but only with minimal brightness, and > > > > > > > > > > > > &
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 6., Cs, 21:58): > > On Thu, 6 Jan 2022 20:50:43 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 5., Sze, 20:51): > > > > > > On Wed, 5 Jan 2022 17:21:46 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 5., Sze, 14:50): > > > > > > > > > > On Wed, 5 Jan 2022 13:57:39 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 5., Sze, 11:54): > > > > > > > > > > > > > > On Wed, 5 Jan 2022 08:41:05 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 5., Sze, 0:37): > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 22:31:26 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: > > > > > > > > > > 2022. jan. 4., K, 15:21): > > > > > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 "[email protected]" > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > (időpont: > > > > > > > > > > > > 2022. jan. 3., H, 22:49): > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > 2022. jan. 3., H, 21:36): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 > > > > > > > > > > > > > > > "[email protected]" said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > > > 2022. jan. 3., H, 19:13): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 > > > > > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I've a brand new amd laptop with an nvidia > > > > > > > > > > > > > > > > > > mobile GPU. It arrived with TuxedoOS (ubuntu > > > > > > > > > > > > > > > > > > 20.04 + budgie wm) preinstalled. That setup > > > > > > > > > > > > > > > > > > works fine out of the box, but I want to > > > > > > > > > > > > > > > > > > replace budgie with enlightenment, because > > > > > > > > > > > > > > > > > > that's what I always use on linux. &
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 8., Szo, 21:18): > > On Sat, 8 Jan 2022 17:03:43 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 6., Cs, 21:58): > > > > > > On Thu, 6 Jan 2022 20:50:43 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 5., Sze, 20:51): > > > > > > > > > > On Wed, 5 Jan 2022 17:21:46 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 5., Sze, 14:50): > > > > > > > > > > > > > > On Wed, 5 Jan 2022 13:57:39 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 5., Sze, 11:54): > > > > > > > > > > > > > > > > > > On Wed, 5 Jan 2022 08:41:05 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: > > > > > > > > > > 2022. jan. 5., Sze, 0:37): > > > > > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 22:31:26 +0100 "[email protected]" > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > (időpont: > > > > > > > > > > > > 2022. jan. 4., K, 15:21): > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > 2022. jan. 3., H, 22:49): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 > > > > > > > > > > > > > > > "[email protected]" said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > > > 2022. jan. 3., H, 21:36): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 > > > > > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt > > > > > > > > > > > > > > > > > > írta (időpont: > > > > > > > > > > > > > > > > > > 2022. jan. 3., H, 19:13): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 17:07:43 +0100 > > > > > > > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > >
Re: [e-users] enlightenment + nvidia + resume from suspend => problem
Carsten Haitzler ezt írta (időpont: 2022. jan. 9., V, 22:19): > > On Sun, 9 Jan 2022 21:46:13 +0100 "[email protected]" > said: > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > 8., Szo, 21:18): > > > > > > On Sat, 8 Jan 2022 17:03:43 +0100 "[email protected]" > > > said: > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. jan. > > > > 6., Cs, 21:58): > > > > > > > > > > On Thu, 6 Jan 2022 20:50:43 +0100 "[email protected]" > > > > > said: > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > jan. > > > > > > 5., Sze, 20:51): > > > > > > > > > > > > > > On Wed, 5 Jan 2022 17:21:46 +0100 "[email protected]" > > > > > > > said: > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: 2022. > > > > > > > > jan. 5., Sze, 14:50): > > > > > > > > > > > > > > > > > > On Wed, 5 Jan 2022 13:57:39 +0100 "[email protected]" > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta (időpont: > > > > > > > > > > 2022. jan. 5., Sze, 11:54): > > > > > > > > > > > > > > > > > > > > > > On Wed, 5 Jan 2022 08:41:05 +0100 "[email protected]" > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > (időpont: > > > > > > > > > > > > 2022. jan. 5., Sze, 0:37): > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 22:31:26 +0100 > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > 2022. jan. 4., K, 15:21): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, 4 Jan 2022 11:56:00 +0100 > > > > > > > > > > > > > > > "[email protected]" said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt írta > > > > > > > > > > > > > > > > (időpont: > > > > > > > > > > > > > > > > 2022. jan. 3., H, 22:49): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 22:28:19 +0100 > > > > > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Carsten Haitzler ezt > > > > > > > > > > > > > > > > > > írta (időpont: > > > > > > > > > > > > > > > > > > 2022. jan. 3., H, 21:36): > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, 3 Jan 2022 19:34:41 +0100 > > > > > > > > > > > > > > > > > > > "[email protected]" > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > said: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
[e-users] window:focus focus-next-window acts strangely
Hi, I'm trying to use this focus-next-window keyboard binding, so that I could use Keypad-Enter to switch focus among windows on the screen. This is what I see. 1, open 3 non overlapping terminal windows on an empty desktop 2, move the mouse over one of the windows 3, start pressing keypad-enter => the focus moves between only 2 windows, the 3rd one never receives focus Another problem. 1, open 3 non overlapping terminal windows on an empty desktop 2, move the mouse so that it's over the empty desktop space (outside of the 3 windows) 3, start pressing keypad-enter => the focus moves between only 2 windows, and the empty desktop (btw, why can I write text to the desktop?) in a way like this: W1->DESKTOP->W2->DESKTOP->W1. The third window is focused at all. Is this a bug, or I just found an untested combinations of settings? Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] window:focus focus-next-window acts strangely
Carsten Haitzler ezt írta (időpont: 2022. jan. 12., Sze, 17:49): > > On Tue, 11 Jan 2022 13:19:54 +0100 "[email protected]" > said: > > Aaaah you found the problem with what "next" means. next mean the next in the > focus HISTORY list... the problem here is because focus changes the history > list ALSO changes. because you have no modifier (like alt in alt+tab) there is > no way to keep the temporary list of windows to choose from to stay around to > go further down the list. > > so next is next in the list and because it changes it will happen to then > toggle > between the last 2. Okay, I understand this. But I think this behavior is strange, because focus-prev works as expected, all the windows can receive the focus when I use that action. I've fixed this for myself with an old external utility, which uses an other interpretation of the word "next". For me "next" means - next larger window_id (from the output of 'enlightenment_remote -window-list'). That way I can always cycle through all the windows both directions regardless of the focus history list. Works me. Btw, focus-prev only works fine when the mouse pointer is above a window. Then the pointer is warped to the next window, one-by-one. However if the mouse pointer is over the desktop, the pointer stays in place, and the keyboard focus jumps between to the windows and the desktop quite strangely. Laszlo > > > Hi, > > > > I'm trying to use this focus-next-window keyboard binding, so that I > > could use Keypad-Enter to switch focus among windows on the screen. > > > > This is what I see. > > > > 1, open 3 non overlapping terminal windows on an empty desktop > > 2, move the mouse over one of the windows > > 3, start pressing keypad-enter => the focus moves between only 2 > > windows, the 3rd one never receives focus > > > > Another problem. > > > > 1, open 3 non overlapping terminal windows on an empty desktop > > 2, move the mouse so that it's over the empty desktop space (outside > > of the 3 windows) > > 3, start pressing keypad-enter => the focus moves between only 2 > > windows, and the empty desktop (btw, why can I write text to the > > desktop?) in a way like this: W1->DESKTOP->W2->DESKTOP->W1. The third > > window is focused at all. > > > > Is this a bug, or I just found an untested combinations of settings? > > > > Laszlo > > > > > > ___ > > enlightenment-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > -- > - Codito, ergo sum - "I code, therefore I am" -- > Carsten Haitzler - [email protected] > ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] l2ping & bluez5?
Hi, My .e-log.log has tons of log messages from l2ping. I've the 'power' checkbox switched off, yet new messages appear every 6 seconds. Is this intentional? How should this l2ping work? Is it possible to add support for switching the 'power' checkbox by middle clicking on the bluetooth icon in the shelf? And maybe changing the icon to see whether bluetooth is enabled/disabled? Thanks,Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] l2ping & bluez5?
Carsten Haitzler ezt írta (időpont: 2022. jan. 20., Cs, 12:12): > > On Thu, 20 Jan 2022 11:13:36 +0100 "[email protected]" > said: > > > Hi, > > > > My .e-log.log has tons of log messages from l2ping. I've the 'power' > > checkbox switched off, yet new messages appear every 6 seconds. Is > > this intentional? How should this l2ping work? > > that's e pining a device you set to a lock device most likely. they need to be > pinged to see if they are there (to do it reliably). i guess it still pings > when > powered off (and well the ping fails of course...). i think it may have also > pinged if you enabled force connect - i have since removed that option as it > doesn't seem needed. > > i can indeed stop the pings if the bt adapter is unpowered that the bt device > is attached to. Yes, that would be nice. I'm not sure if l2ping is the problem but sometimes my headphone does not connect, until I unload the bluez5 module. When the problem happens this is what I see in bluetoothctl: [CHG] Controller 68:54:5A:A9:F2:6C Powered: yes [CHG] Device 38:18:4C:1A:35:20 Connected: yes [CHG] Device 38:18:4C:1A:35:20 Connected: no [CHG] Device 38:18:4C:1A:35:20 Connected: yes [CHG] Device 38:18:4C:1A:35:20 Connected: no [CHG] Device 38:18:4C:1A:35:20 Connected: yes [CHG] Device 38:18:4C:1A:35:20 Connected: no [CHG] Device 38:18:4C:1A:35:20 Connected: yes [CHG] Device 38:18:4C:1A:35:20 Connected: no [CHG] Device 38:18:4C:1A:35:20 Connected: yes [CHG] Device 38:18:4C:1A:35:20 Connected: no [CHG] Device 38:18:4C:1A:35:20 Connected: yes [CHG] Device 38:18:4C:1A:35:20 Connected: no The yes/no states change every few seconds. After unloading the module and powering on the adapter the headset connects without problems. This is what I have in .e-log.log: === unlock: 0/0 === _devices_eval... === dev: 38:18:4C:1A:35:20|38:18:4C:1A:35:20 [WH-1000XM3] === 38:18:4C:1A:35:20 need_ping=0 conn=1 ping_ok=0 === unlock: 0/0 E_SYSTEM_ERR: l2ping: Size 16 echo for [38:18:4C:1A:35:20] does not match 44 === _devices_eval... === dev: 38:18:4C:1A:35:20|38:18:4C:1A:35:20 [WH-1000XM3] === 38:18:4C:1A:35:20 force con, not conn, ping ok=0 === 38:18:4C:1A:35:20 need_ping=1 conn=0 ping_ok=0 @@@ run new ping 38:18:4C:1A:35:20 5000 @@@ new ping in 6,000 Should I try to update to the module version which no longer has the force connection stuff? > > Is it possible to add support for switching the 'power' checkbox by > > middle clicking on the bluetooth icon in the shelf? And maybe changing > > the icon to see whether bluetooth is enabled/disabled? > > there isn't a middle click for power - you can have multiple bt adapters and > each can be rfkilled/powered separately (they are the same for e - an > unpowered device will be rf blocked and powered will be unblocked as bluez > refuses to touch any rfkill state and so you can easily have a perfectly > powered bt adapter that refuses to work because its rf kill blocked by default > on boot). Okay, I see. It could still make sense when there is only 1 adapter in the host? Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
[e-users] windows in tiling mode vs disappearing/reappearing zones
Hi, I'm using e 0.25 from early January. I've 2 monitors (1 laptop and 1 external), both QHD. I've set up 3x3 desktops for both monitors. Desktop [1,1] is set to tiling mode on each zones. When I open 2 windows on zone 1, desktop 1,1 - they are tiled as expected. So far so good. When I disconnect the external monitor those windows are moved to zone 0, desktop 1,1, still good. However when I reconnect the external monitor, the 2 windows are not moved back to zone 1, but moved to a seemingly random desktop on zone 0 (away from [1,1]. Any idea, why does this happen? Thanks,Laszlo ___ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
