Re: [e-users] Elightenment 0.17 final release to FreeBSD Ports

2014-03-05 Thread Robert David
Hi all, I just updated little bit my makefiles for enlightenment build. The previous I send cannot work. But these also does not handle dependencies(you have to install them yourself). These are my first ports I wrote/updated so be patient:) It is patch for ports tree. http://linsystem.net/enl

Re: [e-users] 2nd screen

2014-02-27 Thread Robert David
ession is started. > Is there a script executed after enlightenment is started so that I > can put it inside..? > > Le 26/02/2014 23:49, Robert David a écrit : > > Hi Pierre, > > > > just try xrandr in commandline. > > > > xrandr --output LVDS1 --auto --righ

Re: [e-users] 2nd screen

2014-02-26 Thread Robert David
Hi Pierre, just try xrandr in commandline. xrandr --output LVDS1 --auto --right-of VGA1 --output VGA1 --auto Of course change LVDS1 and VGA1 to your outputs (run plain xrandr). I have something similar (more complex) in script which is run every time I attach my notebook to dock. Or use the se

Re: [e-users] Elightenment 0.17 final release to FreeBSD Ports

2014-02-25 Thread Robert David
Sorry for that, so I just uploaded it to my server. I did not have time to polish it and it is just too different from previous makefiles in ports so it needs to be done to work out of the box (eg. know its dependencies). http://linsystem.net/e_ports.tar.gz It consists of packages: efl elementary

Re: [e-users] Elightenment 0.17 final release to FreeBSD Ports

2014-02-24 Thread Robert David
Hi Su, I created updated makefiles for efl,elementary,enlightenment to install e18. They are still not complete so I did not submit patches. I attached tar with them. You will have to install dependencies before using these makefiles. Since there are not dependency definitions now. If you find

Re: [e-users] E18 ESTART - SLEEP messages in .xsession-errors

2013-12-27 Thread Robert David
Hi all, it seams that this only wrongly initialized static variable from the code abowe. it should be: _e_main_cb_idle_after(void *data __UNUSED__) { static int first_idle = 1; edje_freeze(); #ifdef E18_RELEASE_BUILD if (first_idle) { TS("SLEEP"); first_idle = 0;

Re: [e-users] e17 hanging in PAUSE

2013-12-10 Thread Robert David
Hi Dominic, did you found some more info on this? I got similar problems on FreeBSD stable/10. It just occasionaly crashes with similar memory errors. I want to seek into it more, but would be helpful if you got some results. Robert. On Thu, 05 Sep 2013 09:31:18 +0200 Dominic Fandrey wrot

Re: [e-users] Anyone else seeing increased memory usage in E17.1 + EFL 1.7.5?

2013-02-04 Thread Robert David
Res memory is 92M as reported by htop. Looks like I'm not > > seeing what Jeff is seeing. > > > > > > On 02/04/2013 07:36 AM, Robert David wrote: > > > After two days running I have 80M rss, 500MB virt. So you must > > > have something wrong. > >

Re: [e-users] Anyone else seeing increased memory usage in E17.1 + EFL 1.7.5?

2013-02-04 Thread Robert David
After two days running I have 80M rss, 500MB virt. So you must have something wrong. Which plugins and gadgets you have enabled? Robert. On Mon, 04 Feb 2013 07:55:18 + Gary wrote: > > Quoting Jeff Hoogland : > > > Something must be very wrong with your system that E is taking > > almost

Re: [e-users] Network shares: EFM, SMB?

2012-12-25 Thread Robert David
Hi all, try autofs, I use that for nfs shares for a long time, it works also with smb (google). It works just entering /net/server_name_or_ip/share, so you can create favorites from server shares. I dont know what I will do without autofs:) In command line just "cd /net/server_name/". Robert.