maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Competitors (https://talk.maemo.org/forumdisplay.php?f=4)
-   -   What's the best Handheld gnu/linux machine for 2016? (https://talk.maemo.org/showthread.php?t=96306)

javispedro 2016-01-07 21:56

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by marmistrz (Post 1494020)
No.

Maemeque interface on Android is NOT the way to go. I don't want a crippled OS.

The way to go is to run a real Linux distro (e.g. Debian/Gentoo) on some device. Need Haskell? Apt-get it. Need OCaml? Need Brain****? Need a fully fledged source code editor or a modern CAS? It's there for you to install (Debian) or compile from source (Gentoo)

Bad examples, much like the performance requirement above.

For example, you can run apt-get install on a chroot on top on Android. I use emerge on my Jolla.

(In fact, I use a RPI2 to build Gentoo binary packages for the Jolla. Anything graphical is painful though, but that's mostly because almost no one uses Gentoo for ARM).


And also as in the previous case, the only thing I can thing that won't work is "host integration", i.e. installing NetworkManager on the chroot will not replace the host's network manager. But other than freaks like me, who may want that?

kureyon 2016-01-08 00:38

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by javispedro (Post 1493875)
But the important question here is: why is it not as good and efficient as running Linux natively?

Any non-native solution will incur some inefficiency and consume more resources.

Quote:

Is it RAM? Because at some point that stops being a problem.
Yes and yes. But in my case I only have 1GB of ram. I believe Linux Deploy is set to stay in memory so that android's memory management doesn't terminate it so at least it won't kill your linux system and lose whatever you was working on.

Quote:

Is it 3D acceleration? That is not only fixable, but also most other "Linux native" mobile environments have the same problem.
At this point in time I'm not sure what 3D acceleration is good for on a Linux system other than to provide fancy desktop effects.

Quote:

Is it integration with the host operating system
The integration is pretty well done, considering. You can also configure it to autostart the linux environment on android bootup.

Quote:

or because you actually prefer it over the host environment? That's the only reason I currently have for preferring a native Linux environment, but even I myself admit I don't see this idea flying with many people.
Ditto here, saves having to worry about google's spyware as well.

Ken-Young 2016-01-08 01:43

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by Dave999 (Post 1494007)
what about Surface Pro and OS of your choice. Might be a bit big but plenty powerful.

I think the Surface Pro is just too big. I want something that fits in my pocket.

theonelaw 2016-01-08 03:36

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by javispedro (Post 1494048)
..., the only thing I can thing that won't work is "host integration", i.e. installing NetworkManager on the chroot will not replace the host's network manager. But other than freaks like me, who may want that?

Just a question - if you are dependent upon the hosts network manager does this compromise security ?

Would it defy VPN management ?
Ubuntu does exactly that:
I have discovered that VPN breaks inside Ubuntu Touch unless you wrap the system inside a cocoon.
This is probably why the Ubuntu Touch system has -zero- VPN solutions available for installation.
Fixable - but the hazards are very real.

I am inside a rising storm of governmental internet blockage
and not having immediate direct control of what my connection is doing is,
right now - very annoying, later - possibly very dangerous.

Having some stray javascript dialing home to somewhere local authorities
regard as a 'national security issue' could cost you your head in the wrong jurisdictions.
For some oblivious Android user this is not a problem to plead ignorance about.
For people like us carrying modified communications gear
the glimmering stares of suspicion may accept no amount of reasoning.

[side note - back in the early 90's I recall getting security called on me for simply showing up in a Toshiba plant to ask how to wire my brand new mobile handset for rs232 so I could hack faxes over it. The Toshiba management grilled me for over an hour in a locked room. Eventually they calmed down and let me go, but they were not interested in me being able to hack the device they sold me. It was a both a local government issue and a corporate security issue.
Of course they made it onto my do-not-buy list.]

endsormeans 2016-01-08 03:50

Re: What's the best Handheld gnu/linux machine for 2016?
 
Oh...
I hearda you...theonelaw...
you're THAT GUY...
:D

Naw actually never heard anything....
jeez man where you live that it is that dangerous?
crap man...
time to move...
here where I live...
they could care less...
for now anyway....
who knows about the future eh?..

www.rzr.online.fr 2016-01-08 06:18

Re: What's the best Handheld gnu/linux machine for 2016?
 
Any revelations at CES2016 on that topic ?

pichlo 2016-01-08 07:28

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by kureyon (Post 1494075)
AThe integration is pretty well done, considering. You can also configure it to autostart the linux environment on android bootup.

I may be wrong but I think javispero meant not so much how well the integration is done but that it is done at all. An integration with the host OS means an additional layer for most things plus sharing resources between the two OSes. That is inherently less efficient than one IS having an exclusive access.

Android_808 2016-01-08 07:55

Re: What's the best Handheld gnu/linux machine for 2016?
 
how about something like a Asus Zenphone 2 as a starting point as IIRC it uses an atom processor.

For UI, what about following the Jolla libhybris route to get wayland and then making uses of libmutter. Solus/Budgie are using it for their desktop to provide an alternative to gnome-shell. The code required from to get a custom libmutter WM running is quite small. I took a look a while back as an alternative to hildon-desktop/libmatchbox2 combination for GTK3.

marmistrz 2016-01-08 08:30

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by Android_808 (Post 1494095)
how about something like a Asus Zenphone 2 as a starting point as IIRC it uses an atom processor.

For UI, what about following the Jolla libhybris route to get wayland and then making uses of libmutter. Solus/Budgie are using it for their desktop to provide an alternative to gnome-shell. The code required from to get a custom libmutter WM running is quite small. I took a look a while back as an alternative to hildon-desktop/libmatchbox2 combination for GTK3.

Zenphone: no hwkb :/
Mutter/Muffin are WM, h-d is a DE. Do you want to leave h-d and just change the WM?

javispedro 2016-01-08 09:25

Re: What's the best Handheld gnu/linux machine for 2016?
 
Quote:

Originally Posted by kureyon (Post 1494075)
Any non-native solution will incur some inefficiency and consume more resources.

Only RAM, not much, and if you use swap it will be mostly swapped out immediately as long as you don't use it.


All times are GMT. The time now is 08:36.

vBulletin® Version 3.8.8