Re: QtMoko and X applicatiions

2013-01-29 Thread Dr. H. Nikolaus Schaller
Am 30.01.2013 um 07:39 schrieb Radek Polak: > On Tuesday, January 29, 2013 05:12:45 PM Dr. H. Nikolaus Schaller wrote: > > Hi, > > using the new 3.7 kernel with debian squeeze Xorg also makes troubles... > > > > Am 28.01.2013 um 00:36 schrieb Neil Jerram: > > > Radek Polak writes: > > >> On Fri

Re: QtMoko and X applicatiions

2013-01-29 Thread Radek Polak
On Tuesday, January 29, 2013 05:12:45 PM Dr. H. Nikolaus Schaller wrote: > Hi, > using the new 3.7 kernel with debian squeeze Xorg also makes troubles... > > Am 28.01.2013 um 00:36 schrieb Neil Jerram: > > Radek Polak writes: > >> On Friday, January 25, 2013 04:37:05 PM Iain B. Findleton wrote: >

Re: QtMoko and X applicatiions

2013-01-29 Thread arne anka
An alternative would be to modify the touch screen kernel driver to send calibrated (and debounced, dejittered) events to the kernel. But the kernel can't read/write calibration data and adding /sys nodes to to that needs some daemon to write it. I.e. also needs some "configuration". not quite s

Re: QtMoko and X applicatiions

2013-01-29 Thread arne anka
Also, for GTA04 I think the installed xorg.conf has the wrong Why is there an installed xorg.conf at all? We are well past the days where Xorg needs a configuration file, it gained automatic configuration a long time ago. not sure about X in QTMoko, but for normal X, auto conf does not work.

Re: QtMoko and X applicatiions

2013-01-29 Thread Dr. H. Nikolaus Schaller
Hi, using the new 3.7 kernel with debian squeeze Xorg also makes troubles... Am 28.01.2013 um 00:36 schrieb Neil Jerram: > Radek Polak writes: > >> On Friday, January 25, 2013 04:37:05 PM Iain B. Findleton wrote: >> >>> Thanks for the hint. >>> >>> When I start QM from the qtmoko menu, I get

Re: Upgrading QtMoko kernel

2013-01-29 Thread Radek Polak
On Saturday, January 26, 2013 11:01:29 AM Radek Polak wrote: > On Friday, January 25, 2013 08:32:20 PM NeilBrown wrote: > > On Fri, 25 Jan 2013 11:38:08 +0100 Adrien Dorsaz wrote: > > > Hello! > > > > > > I've just seen this commit : > > > https://github.com/radekp/qtmoko/commit/683ff99d7262950

Re: Install latest navit on qtmoko without gpsd / GTA02

2013-01-29 Thread Radek Polak
On Tuesday, January 29, 2013 11:07:36 AM robin wrote: > if the buildhost which can address 1gb ram builds much faster I would like > to ask you to upload it so I could use that one instead. I dont know if it's much faster, but it should not be slower. And that kernel can be used also for armhf,

Re: QtMoko and X applicatiions

2013-01-29 Thread Dr. H. Nikolaus Schaller
Am 28.01.2013 um 02:49 schrieb Paul Wise: > On Mon, Jan 28, 2013 at 7:36 AM, Neil Jerram wrote: > >> Also, for GTA04 I think the installed xorg.conf has the wrong > > Why is there an installed xorg.conf at all? We are well past the days > where Xorg needs a configuration file, it gained automat

Re: Install latest navit on qtmoko without gpsd / GTA02

2013-01-29 Thread robin
if the buildhost which can address 1gb ram builds much faster I would like to ask you to upload it so I could use that one instead. I will try to summarize what I have understood, so please correct me if I am wrong: 1.) get the buildhost to be able to compile 2.) compile qtmoko-base-system eith

Re: Install latest navit on qtmoko without gpsd / GTA02

2013-01-29 Thread Radek Polak
On Tuesday, January 29, 2013 08:46:13 AM robin wrote: > which version of qtmoko will one be building if one clones your git tree? > always the latest one (no matter if latest is stable or experimental) I try to keep master stable, but of course during releases things can break for short time. Yo