On Wed, 13 Apr 2016 13:04:55 +1000 David Seikel <onef...@gmail.com> said:
> On Wed, 13 Apr 2016 09:47:27 +0900 Carsten Haitzler (The Rasterman) > <ras...@rasterman.com> wrote: > > > On Tue, 12 Apr 2016 22:43:27 +0200 Andreas Volz <li...@brachttal.net> > > said: > > > > > Am Sun, 10 Apr 2016 10:10:04 +0900 schrieb Carsten Haitzler (The > > > Rasterman): > > > > > > > On Sat, 9 Apr 2016 20:10:23 +0200 Andreas Volz > > > > <li...@brachttal.net> said: > > > > > > > > > Am Fri, 8 Apr 2016 20:59:51 +0200 schrieb Andreas Volz: > > > > > > > > > > > Hello, > > > > > > > > > > > > as I'm so happy I managed to port my OpenInfotainment In-Car > > > > > > prototype software to Raspberry Pi 2 here are some photos: > > > > > > > > > > > > https://drive.google.com/folderview?id=0B3wpqTeeGOAHUVlOT3VuMmdyeWc&usp=sharing > > > > > > > > > > > > Everything depends on EFL and E20 itself. All processes are > > > > > > connected with DBus. I used libosmscout for the navigation map > > > > > > and cairo in an evas canvas to draw it. The GUI CPU load of > > > > > > the prototype is ok for the Raspi, so I could continue with > > > > > > the feature development. :-) > > > > > > > > > > > > If you're interested I'll keep you informed about the state of > > > > > > this project on the list here. > > > > > > > > > > > > I didn't yet decide about if I like to use emotion as audio > > > > > > player. > > > > > > > > > > Youtube update: > > > > > > > > > > https://www.youtube.com/watch?v=9_zmu2uGu0Y > > > > > > > > i thought the scrolling speed was bad (as disucussed - lots of > > > > copies and conversions on the cpu. if you had a working gl driver > > > > this would be cut down a lot). you may want to check if "dont > > > > composite fullscreen windows" is enabled under composite settings > > > > in rendering in e. > > > > > > This is option was yet set. But I now I also call the > > > elm_win_maximized_set() only for the case there's a difference to > > > just set the window borderless in max screen resolution size by > > > hand. > > > > why not set fullscreen to true? just one thing to swizzle not 2? > > Perhaps he's avoiding fullscreen for the same reason I do, coz > maximized with no window border doesn't capture the mouse like > fullscreen does. I don't want my mouse captured. I could be wrong > about that though, in car systems tend to not have mice. eh? fullscreen has no mouse "capture" code (grab mouse with confine to window). it doesn't exist in efl and it CANNOT exist in a wm in x11 because only the grabber gets the mouse events (thus a wm grabbing mouse with confine will remove them from client) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel