Re: [Gta04-owner] [QtMoko] QX touchscreen input do not work

2012-09-12 Thread Radek Polak
On Wednesday, September 12, 2012 12:48:05 AM NeilBrown wrote:

 On Tue, 11 Sep 2012 23:33:27 +0100 Neil Jerram n...@ossau.homelinux.net
 
 wrote:
  Radek Polak pson...@seznam.cz writes:
   On Monday, September 10, 2012 08:17:05 PM Neil Jerram wrote:
   I have some theoretical patches for that (attached), but I haven't
   offered them to Radek because I haven't really got QX working much at
   all, and so I couldn't be sure if the QX rotation support was working.
   
   The first attached patch is for the main QtMoko repository; the second
   is for the Arora submodule.
   
   Hi Neil,
   it's applied now. I tried in arora and it works good, so i expect QX to
   be working too - i will try later on Freerunner.
  
  Great, thanks!
  
   Btw has anyone figured how to rotate X server on GTA04?
  
  No, I don't think so.  I tried for a while before moving onto QtMoko,
  but didn't manage to understand the omapfb X driver.  And Neil Brown
  said recently that it was on his list of things he wanted to do but
  couldn't yet.
 
 I spent a while looking into this and my conclusion is that while the frame
 buffer does support rotation, the Xorg driver for the omap3 framebuffer
 doesn't hook into that.

I think for me the framebuffer rotation is enough now. I have it rotated now 
after appending omapfb.rotate=1 omapfb.vrfb=y to kernel cmd line. But still i 
havent figured out two things:

1/ how to rotate the framebuffer on the fly? I tried:

echo 1  /sys/class/graphics/fb0/rotate

according to this [1] but it does not work for me.

2/ i need to rotate also the touchscreen inputs. X server has options for it 
[2], but i would like to play some SDL games on direct framebuffer. I tried 
e.g. dosbox, scummvm, abuse - they all work great but the touchscreen needs to 
swap x and y.

You can try e.g:

export SDL_VIDEODRIVER=fbcon
apt-get install scummvm
scummvm

Regards

Radek



[1] 
http://omappedia.org/wiki/Bootargs_for_enabling_display#Mirrorring_and_Rotation_of_OMAPFB

[2] Option Rotate cw
Option SwapX true

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


QtMoko v48

2012-09-12 Thread Radek Polak
Hi,
QtMoko v48 is out now, you can download images for Freerunner and GTA04 from 
here [1][2]. For more info about QtMoko please visit our homepage [3].

This release is mainly bug fix release. Here is list of changes since v47:

  * working alarm
  * mokofaen is now default theme (credits to Joif for this nice theme)
  * working USSD on gta04 (Stefan Rupp)
  * handling of long USSD (Stefan Rupp)
  * fixed sound in calls on A3 (Neil Jerram)
  * better sound volume on A3 (Neil Jerram)
  * make gsm location working (Neil Jerram)
  * updated mokofaen theme (Joif)
  * fix DTMF on gta04 (Neil Jerram)
  * using /dev/input/incoming for leds signaling of SMS/call on gta04
  * race free suspend on gta04
  * custom tones for alarm - either ogg or wav
  * added some alarm tones from android
  * removed bundled atd
  * not holding /dev/rtc0 anymore and hwclock now works
  * alarm now vibrates after 60s to avoid getting shocked in the morning
  * fixed bluetooth so that it now works again
  * turing off bluetooth after startup to save power
  * headset jack detection on gta04
  * changes for 3.5 kernel on gta04
  * turning of gps antena on gta04 during startup to save power
  * computing average suspend current from charge_now
  * removed init of bmp085 - 3.5 kernel handles this now
  * added qReadFile and qWriteFile api
  * using qReadFile and qWriteFile where possible
  * RTC clock info in NeoControl
  * QtMaze now vibrates even on gta04
  * merged master and master_gta04 branches, master_gta04 is now obsolete
  * debian now uses multipackage

Probably the biggest change was rework of alarms. It should work reliably now. 
I have been using it daily and it always worked.

GTA04 users should enjoy improved battery life. In suspend it's now in range 
21..26mA according to the current moon phase.

Thanks everyone who helped with the release and enjoy it!

Radek


[1] https://sourceforge.net/projects/qtmoko/files/GTA02/
[2] https://sourceforge.net/projects/qtmoko/files/GTA04/
[3] http://qtmoko.sourceforge.net/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko v48

2012-09-12 Thread francesco . devita

Il 12/09/2012 20:38, Radek Polak ha scritto:

Hi,
QtMoko v48 is out now, you can download images for Freerunner and GTA04 from
here [1][2]. For more info about QtMoko please visit our homepage [3].

This release is mainly bug fix release. Here is list of changes since v47:

   * working alarm
   * mokofaen is now default theme (credits to Joif for this nice theme)
   * working USSD on gta04 (Stefan Rupp)
   * handling of long USSD (Stefan Rupp)
   * fixed sound in calls on A3 (Neil Jerram)
   * better sound volume on A3 (Neil Jerram)
   * make gsm location working (Neil Jerram)
   * updated mokofaen theme (Joif)
   * fix DTMF on gta04 (Neil Jerram)
   * using /dev/input/incoming for leds signaling of SMS/call on gta04
   * race free suspend on gta04
   * custom tones for alarm - either ogg or wav
   * added some alarm tones from android
   * removed bundled atd
   * not holding /dev/rtc0 anymore and hwclock now works
   * alarm now vibrates after 60s to avoid getting shocked in the morning
   * fixed bluetooth so that it now works again
   * turing off bluetooth after startup to save power
   * headset jack detection on gta04
   * changes for 3.5 kernel on gta04
   * turning of gps antena on gta04 during startup to save power
   * computing average suspend current from charge_now
   * removed init of bmp085 - 3.5 kernel handles this now
   * added qReadFile and qWriteFile api
   * using qReadFile and qWriteFile where possible
   * RTC clock info in NeoControl
   * QtMaze now vibrates even on gta04
   * merged master and master_gta04 branches, master_gta04 is now obsolete
   * debian now uses multipackage

Probably the biggest change was rework of alarms. It should work reliably now.
I have been using it daily and it always worked.

GTA04 users should enjoy improved battery life. In suspend it's now in range
21..26mA according to the current moon phase.

Thanks everyone who helped with the release and enjoy it!

Radek


[1] https://sourceforge.net/projects/qtmoko/files/GTA02/
[2] https://sourceforge.net/projects/qtmoko/files/GTA04/
[3] http://qtmoko.sourceforge.net/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Really awesome! Thanks to all the developers!

Joif

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community