From: tot-to <to...@to...> - 2013-11-08 22:09:13
|
Hello, After executing "session/restart" in main menu, I can see one more instance of ion-statusd running. Since i use statusd_mpd.lua script, at some point mpd (Music Player Daemon) starts to complain about connections limit and to drop any new connections. It means that every instance operates independently just wasting system resources. I need to restart notion a in order to switch between laptop's built-in and dedicated screen with different resolution. |
From: Dima K. <no...@di...> - 2013-11-09 19:27:10
|
tot-to <to...@to...> writes: > I need to restart notion a in order to switch between laptop's built-in > and dedicated screen with different resolution. This isn't what you asked, but you may not need to restart at all. You can use mod_xrandr to detect resolution changes and to automatically resize the WM without needing to restart it. |
From: tot-to <to...@to...> - 2013-11-13 14:06:02
|
Hi Dima, Thanks for your message. I'm not 100% sure but as far as I know nvidia proprietary drivers doesn't support xrandr. Anyway, one need to restart notion in order to apply changes in configuration files of notion. On Sat, 09 Nov 2013 11:26:58 -0800 Dima Kogan <no...@di...> wrote: > > tot-to <to...@to...> writes: > > > I need to restart notion a in order to switch between laptop's > > built-in and dedicated screen with different resolution. > > This isn't what you asked, but you may not need to restart at all. You > can use mod_xrandr to detect resolution changes and to automatically > resize the WM without needing to restart it. > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming models. > Explore techniques for threading, error checking, porting, and > tuning. Get the most from the latest Intel processors and > coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______________________________________________ Notion-general > mailing list Not...@li... > https://lists.sourceforge.net/lists/listinfo/notion-general > |
From: Jeff B. <jef...@gm...> - 2013-11-13 23:43:57
|
Hi Tot-to, On 11/13/2013 09:12 AM, tot-to wrote: > Thanks for your message. I'm not 100% sure but as far as I know nvidia > proprietary drivers doesn't support xrandr. I believe that may have been true at one time, but I can confirm that the nVidia proprietary drivers support RandR and have so for the past few years. Not sure what version you are running. I'm have version 304.88 and I can adjust displays, etc. no problem. Also, you may find this article from the Linux Journal helpful: http://www.linuxjournal.com/content/switching-monitor-profiles It discusses a method for using auto-detecting whether your laptop is docked or not and switching between monitor profiles automatically. > Anyway, one need to restart notion in order to apply changes in > configuration files of notion. I can confirm the issue you are seeing with statusd_mpd-socket. With the mpd monitor enabled, I get an orphaned ion-statusd process whenever I restart or exit Notion. I do not see this when I disable the mpd monitor. The orphaned process on exit causes hiccups with KDM and multiple logins. Looks to me like a bug in ion-statusd. Regards, Jeff -- Jeff Backus jef...@gm... http://github.com/jsbackus |
From: Arnout E. <no...@bz...> - 2013-11-26 20:20:03
|
Hi, Jeff prepared a patch to explicitly close statusd on deinit. This was needed because when restarting notion (notioncore.restart()), we don't quit the old notion and start a new one, but instead we just execve() the new notion on top of the old one - which basically explains why the old statusd didn't quit in that case. So this should fix the multiple instances of statusd running when restarting notion. On a related note, eventually I'd like to see mod_statusbar evolve into a standalone application that can be loaded into the mod_dock just like any other panel. But that's something for another day :) Kind regards, Arnout On Tue, Nov 19, 2013 at 2:20 PM, Jeff Backus <jef...@gm...> wrote: > Hi Tot-to, > > Just wanted touch base. Has XRandR solved the immediate problem? Have you > heard anything more re: ion-statusd from the project team? > > On Wed, Nov 13, 2013 at 6:43 PM, Jeff Backus <jef...@gm...>wrote: > >> I can confirm the issue you are seeing with statusd_mpd-socket. With the >> mpd monitor enabled, I get an orphaned ion-statusd process whenever I >> restart or exit Notion. I do not see this when I disable the mpd monitor. >> The orphaned process on exit causes hiccups with KDM and multiple logins. >> Looks to me like a bug in ion-statusd. >> > > I don't know how much trouble the orphaned statusd process is causing you. > I have a fix that solved the problem for me, so far. I need to study the > issue more before submitting it to the project. I understand why my fix > works, but I don't fully understand why this problem didn't show up before > - and that makes me nervous. :) If this is still bothering you I can share > the fix. > > Regards, > Jeff > > -- > Jeff Backus > jef...@gm... > http://github.com/jsbackus > > |