Re: Touch based Dual Boot Menu

2008-12-26 Thread ramsarvan
Hi Werner, Thank you for the reply. >You mean you want to have a boot menu (instead of the current u-boot >menu) that uses the touch screen ? Yes. I want a Graphical UI instead of the character based uboot menu ui. Which will have 2 big icons showing Qtopia & Android. When user selects that par

Re: Touch based Dual Boot Menu

2008-12-26 Thread Werner Almesberger
ramsarvan wrote: > I want to have a boot menu which shows the touch based > platform selection options. You mean you want to have a boot menu (instead of the current u-boot menu) that uses the touch screen ? > Is that possible to do? That would certainly be possible to do, but ... may I suggest

Re: Unable to modify U-boot splash

2008-12-26 Thread Werner Almesberger
ramsarvan wrote: > It works :) Congratulations ! :-) - Werner ___ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel

Touch based Dual Boot Menu

2008-12-26 Thread ramsarvan
Hi All, I want to have a boot menu which shows the touch based platform selection options. Means that I have a Android kernel that works for both Android & Qtopia. Is that possible to do? Since I googled a lot for this but could not get a related link. Previously, I remember I saw a video show

Re: Unable to modify U-boot splash

2008-12-26 Thread ramsarvan
Thank you much Werner. It works :) Sorry for not mentioning properly. I have GTA02. I was trying out the command in NOR Boot mode & didn't work. Then I tried the command in NAND Boot mode and it worked. Ram. Werner Almesberger wrote: > > ramsarvan wrote: >> Used the perl script you mentioned

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Nelson Castillo
On Fri, Dec 26, 2008 at 9:05 PM, Werner Almesberger wrote: > Nelson Castillo wrote: >> A feature I would say :-) This is even better than what we have in the >> stable kernel because we discard noise. Sometimes the last few events >> get discarded because they do not provide reliable data, for in

Re: Unable to modify U-boot splash

2008-12-26 Thread Werner Almesberger
ramsarvan wrote: > Used the perl script you mentioned and I am now getting the same 17216 > bytes after compression. Much better ! ;-) > But still I am not getting the splash image and I m seeing the words > poweroff at the top left corner. Seems that you're still using the GTA01 framebuffer ad

Re: Unable to modify U-boot splash

2008-12-26 Thread ramsarvan
Hi Werner, Thanks for the reply. >This is strange. When I try this image (*), I get an output of >17216 bytes after compression. Used the perl script you mentioned and I am now getting the same 17216 bytes after compression. So, I have given the following command in the U-Boot NOR Flash mode,

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Werner Almesberger
Nelson Castillo wrote: > A feature I would say :-) This is even better than what we have in the > stable kernel because we discard noise. Sometimes the last few events > get discarded because they do not provide reliable data, for instance > because not much pressure is applied. Discarding bogus

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Nelson Castillo
On Fri, Dec 26, 2008 at 8:08 PM, Werner Almesberger wrote: > Nelson Castillo wrote: >> That is because when we get an IRQ we gather as many samples >> as the filters need in order to produce a point, and only then we check >> if the touchscreen is still pressed. > > Hmm, but is this a bug or a fea

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Werner Almesberger
Nelson Castillo wrote: > That is because when we get an IRQ we gather as many samples > as the filters need in order to produce a point, and only then we check > if the touchscreen is still pressed. Hmm, but is this a bug or a feature ? :-) Samples you get when the touch screen is no longer presse

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Nelson Castillo
> | couldn't get. I recognize that it is more easy for some people to work > on the > | kernel but it is also true that writing a filter for ts_lib is very very > | simple. I'm confident that I could move the code of your filters into > userspace > | and write it as module for tslib. > > Of course

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread andrzej zaborowski
2008/12/26 Nelson Castillo : > Hello. > > With the latest kernel we can use the Touchscreen with no further > user-space filtering. I'd like to test this. > > How can I make Xglamo read the TS information from /dev/input/eventX? I agree with Holger on most points, but to answer the question other

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | On Friday 26 December 2008 22:36:42 Andy Green wrote: | |> No the kernel touchscreen filter stuff is independent of the driver, it |> is implemented separately and resuably. | | Ah okay. From my non existing

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Holger Freyther
On Friday 26 December 2008 22:36:42 Andy Green wrote: > No the kernel touchscreen filter stuff is independent of the driver, it > is implemented separately and resuably. Ah okay. From my non existing knowledge of the code I think using a input_handler to export a "calibrated, normalized..." touc

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Nelson Castillo
On Fri, Dec 26, 2008 at 4:08 PM, Holger Freyther wrote: > On Friday 26 December 2008 21:38:14 Andy Green wrote: > >> | for evdev and the calibration data? >> >> It's a good point, is there a way to associate the input event devicets_raw >> ande s >> that sends coordinates with the way that you se

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | On Friday 26 December 2008 21:38:14 Andy Green wrote: | |> | for evdev and the calibration data? |> |> It's a good point, is there a way to associate the input event device |> that sends coordinates with the

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Holger Freyther
On Friday 26 December 2008 21:38:14 Andy Green wrote: > | for evdev and the calibration data? > > It's a good point, is there a way to associate the input event device > that sends coordinates with the way that you set its calibration? With tslib? Yes. in the ts.conf you define which input_raw wh

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: |>>> With the latest kernel we can use the Touchscreen with no further |>>> user-space filtering. I'd like to test this. |>> What is the benefit? |> Briefly stated: We think it's better if the driver sends on

Re: Unable to modify U-boot splash

2008-12-26 Thread Werner Almesberger
ramsarvan wrote: > 1) Downloaded the perl script from > http://svn.openmoko.org/developers/werner/splash/imghs.pl Oh dear, there you found something really ancient. It still works, but the current version is here: http://svn.openmoko.org/trunk/src/host/splash/ > 7) ls -l gives the filesize as 245

Re: Openmoko Bug #1933: usb network connection flaky

2008-12-26 Thread Openmoko Public Trac
#1933: usb network connection flaky --+- Reporter: olberger | Owner: openmoko-devel Type: defect| Status: new Priority: normal| Milestone: Component: unknow

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Holger Freyther
On Friday 26 December 2008 17:31:31 you wrote: > On Fri, Dec 26, 2008 at 4:48 AM, Holger Freyther wrote: > > On Friday 26 December 2008 06:24:21 Nelson Castillo wrote: > >> Hello. > >> > >> With the latest kernel we can use the Touchscreen with no further > >> user-space filtering. I'd like to tes

Unable to modify U-boot splash

2008-12-26 Thread ramsarvan
Hi All, I tried modifying the uboot splash and did the following steps: 1) Downloaded the perl script from http://svn.openmoko.org/developers/werner/splash/imghs.pl 2) chmod a+rx *.pl 3) Installed the netpbm 4) Taken the image file (older splash screen) from http://wiki.openmoko.org/images/c/c2/

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Nelson Castillo
On Fri, Dec 26, 2008 at 4:48 AM, Holger Freyther wrote: > On Friday 26 December 2008 06:24:21 Nelson Castillo wrote: >> Hello. >> >> With the latest kernel we can use the Touchscreen with no further >> user-space filtering. I'd like to test this. >What is the benefit? Briefly stated: We think it'

Re: How do I make Xglamo read directly from the touchscreen?

2008-12-26 Thread Holger Freyther
On Friday 26 December 2008 06:24:21 Nelson Castillo wrote: > Hello. > > With the latest kernel we can use the Touchscreen with no further > user-space filtering. I'd like to test this. What is the benefit? How is the /etc/pointercal loaded? z. ___ deve