From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: No graphic when loading "x11-gpe-image"
Date: Sat, 15 Aug 2009 14:11:03 +0200 [thread overview]
Message-ID: <4A86A5D7.6070904@atmel.com> (raw)
In-Reply-To: <h665ts$ms3$1@ger.gmane.org>
Rolf Leggewie skrev:
> Ulf Samuelsson wrote:
>> I have progressed a little further, so I have managed to get
>> the Xserver to start, but the xorg.conf I did fails to
>> support the mouse. The touchscreen is also nonfunctional but
>> A USB keyboard work...
>
> That sounds similar to the problems I'm experiencing with X11 and Opie
> in qemu images. Poky images work, but I wasn't sure where the magic
> difference between Poky and .dev could be.
>
>
The problem was localized to the SAM9263.
Xorg was called with "-rgba bgr" and "-screen 240x320"
-rgba is not a known switch.
openembedded provides an empty xorg.conf, so the screen "240x320"
was not found.
By removing the -screen 240x320 from the Xorg startup,
the X11 server could be started, but no touchscreen.
By default, the AllowEmptyInput is on, so the input drivers
are not loaded, and this needs to be set to "off"
my xorg.conf, now only contains:
Section "ServerFlags"
Option "AllowEmptyInput" "off"
EndSection
The touchscreen now works, but it does not calibrate,
and it is not coordinated with the movements.
I suspect FRAMEBUFFER_CONSOLE_ROTATION beeing set
might have something to do with it, but I am not sure.
When I move the pen in X direction, the cursor moves in Y direction
Also, my USB keyboard gets three events per press,
resulting in three characters.
Anyone got a fully working xorg.conf ?
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Best Regards
Ulf Samuelsson
next prev parent reply other threads:[~2009-08-15 12:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-14 7:48 No graphic when loading "x11-gpe-image" Ulf Samuelsson
2009-08-14 11:19 ` Koen Kooi
2009-08-14 15:25 ` Ulf Samuelsson
2009-08-14 15:42 ` Phil Blundell
2009-08-14 20:01 ` Ulf Samuelsson
2009-08-14 20:24 ` Graeme Gregory
2009-08-15 0:22 ` Ulf Samuelsson
2009-08-15 11:24 ` Rolf Leggewie
2009-08-15 12:11 ` Ulf Samuelsson [this message]
2009-08-15 13:11 ` No graphic when loading "x11-gpe-image" - Now mostly working! Ulf Samuelsson
2009-08-14 21:08 ` No graphic when loading "x11-gpe-image" Phil Blundell
2009-08-15 23:00 ` Stanislav Brabec
2009-08-16 8:16 ` Koen Kooi
2009-08-19 12:50 ` marcin
2009-08-19 15:35 ` Ulf Samuelsson
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=4A86A5D7.6070904@atmel.com \
--to=ulf.samuelsson@atmel.com \
--cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox