i am using the version 31470
right from the time of installation of clear linux i am able to find
the battery status either from the taskbar
even using the terminal and commands like upower shows battery -level
as unkown .
please fix it fast as without knowing the level of battery my laptop
shuts downs suprisingly even erasing some of my precious data and time
Hello,
Can the Clear Linux OS team think about putting up a
"would-like-to-have" projects list?
That way non-Intel "developers" who would like to contribute "new"
tools/applications to the project can have an idea about which projects
to work on to further Clear Linux OS.
And yes, I know that at the moment most of the efforts are being put
into using existing open-source projects and making them function well
with Clear Linux OS, but I wouldn't mind a list of project ideas the
team can't work on themselves due to time and human-resource
constraints.
One thing that comes to mind is a "smart node manager" to facilitate
building SSI clusters using Clear Linux OS, if only the team could
include support for MOSIX (part of the Linux kernel source tree) in the
default install.
That node manager could determine the load on the master machine and
bootup/shutdown slave nodes to conserve power usage of the cluster as a
whole.
There would and should be many more such ideas based on diverse
application scenarios, only one needs to think from the Clear Linux OS
perspective. :-)
Best regards,
~Mayuresh
Under Ubuntu (which I am currently using) binutils is part of the base
install, to the extent of also providing GDB (basic).
Is binutils part of the base install under Clear Linux OS Desktop
edition?
~Mayuresh
Please update the installer program for keyboard selection
Please allow the installer person to setup up his keyboard now,
during installation, and not after a boot.
My keyboard does not have the US standard version layout.
My default password has characters not defined on the USA English layout.
Fortunately, to complete the installation I created a password called xyz123xyz
and after the first boot I did a setup for the appropriate keyboard
and default language, I then redo the password to include
those characters not available on the USA keyboard layout.
On 12/26/19 11:01 PM, 永华付 wrote:
>
> I wrote an application with QT, and import related QT libraries into
> the intel embedded device,
> then run it in the terminal,but it can't find the display layer. I
> wan;t know why.
> so maybe it should do some configurations with the graphical
> configuration.
> So I want to get some guides if possible.
This is not a clearlinux problem. You're asking in the wrong place.
Please find something like beginner Qt application development guides
and an introduction into wayland - those are not things that we can help
you learn.
Auke
Hi Miguel,
> -----Original Message-----
> From: VanCutsem, Geoffroy <geoffroy.vancutsem(a)intel.com>
> Sent: Thursday, November 21, 2019 4:44 PM
> To: Miguel Bernal Marin <miguel.bernal.marin(a)linux.intel.com>; Douglas,
> William <william.douglas(a)intel.com>
> Cc: dev(a)lists.clearlinux.org; Dhanraj, Vijay <vijay.dhanraj(a)intel.com>
> Subject: [Clr-dev] Re: Enable MACVLAN and MACVTAP in the kernel-iot-lts2018
> (ACRN SOS kernel)
>
>
>
> > -----Original Message-----
> > From: Miguel Bernal Marin <miguel.bernal.marin(a)linux.intel.com>
> > Sent: Thursday, November 21, 2019 2:19 PM
> > To: Douglas, William <william.douglas(a)intel.com>
> > Cc: VanCutsem, Geoffroy <geoffroy.vancutsem(a)intel.com>;
> > dev(a)lists.clearlinux.org; Dhanraj, Vijay <vijay.dhanraj(a)intel.com>
> > Subject: Re: [Clr-dev] Re: Enable MACVLAN and MACVTAP in the
> > kernel-iot-
> > lts2018 (ACRN SOS kernel)
> >
> > > > I tried to set-up a new system this week, I'm building and
> > > > installing Kata Containers manually and it does not support
> > > > 'bridged' anymore. It would therefore be useful to enable the
> > > > necessary options in the iot-
> > > > lts2018 kernel to be able to use either "macvtap" or "tcfilter"
> > > > (or both).
> > > >
> >
> > I'll fix it.
Any update on this?
Thanks,
Geoffroy
On 12/25/19 11:10 PM, 永华付 wrote:
> Thanks Jing, many thanks. Actually, I want to know how to boot my app with
> weston architecture, and make application showing on the screen. how to
> configure the layer and show application messages on the screen?
clearlinux is not a "special" OS and does not use a custom SDK.
Please develop your application as if it was a generic Linux application
using generic libraries. In your case, if you're creating a graphical
application, you should probably use a generic toolkit like Qt or GTK
that supports Wayland.
Auke