From: Mike Looijmans <mike.looijmans@topic.nl>
To: Yi Qingliang <niqingliang2003@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: qt keyboard problem
Date: Wed, 15 May 2013 10:18:41 +0200 [thread overview]
Message-ID: <519344E1.3020704@topic.nl> (raw)
In-Reply-To: <1875466.EG2CYrV9ea@yiqingliang-pc>
On 05/15/2013 10:10 AM, Yi Qingliang wrote:
> On Wednesday, May 15, 2013 10:05:45 AM Mike Looijmans wrote:
>> On 05/15/2013 08:19 AM, Yi Qingliang wrote:
>>> I'm running qt application on yocto's qt image. cpu is s3c2442, like
>>> mini2440.
>>>
>>> the problem is:
>>>
>>> key event issued by pressing gpio-key eat by 'getty' (from busybox),
>>> my application can't receive input event,
>>> if I remove respawn 'getty' for tty1 in /etc/inittab, everything ok.
>>
>> I solved it by no longer starting the console login. Set the following
>> in one of your .conf files (distro or local.conf):
>>
>> USE_VT = "0"
>> SYSVINIT_ENABLED_GETTYS = ""
>>
>> You may need to rebuild initscripts for this to have effect.
Alternatively, you could disconnect the console when the GUI starts. You
probably have some script that sets things up and starts the GUI, so you
could extend it with the console on/off function.
That allows you to see the boot log on the screen for example, and debug
things via the console when the GUI isn't running.
I forgot how to do that though, I think is was something in /proc/.
Mike.
next prev parent reply other threads:[~2013-05-15 8:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-15 6:19 qt keyboard problem Yi Qingliang
2013-05-15 8:05 ` Mike Looijmans
2013-05-15 8:10 ` Yi Qingliang
2013-05-15 8:18 ` Mike Looijmans [this message]
2013-05-15 8:41 ` Yi Qingliang
2013-05-16 16:51 ` Slater, Joseph
2013-05-17 0:46 ` Yi Qingliang
2013-05-17 18:26 ` Slater, Joseph
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=519344E1.3020704@topic.nl \
--to=mike.looijmans@topic.nl \
--cc=niqingliang2003@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.