Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread joern
Hi Leo, I can report the same issue on Gumstix Overo with Chestnut43 Board. The UI is running on a 4,3 LCD with 480x272 resolution. Running a daily Meego Build from last week. (Meego 1.1 and GFX_4_00_00_01_libs.tar.gz) The driver which is used is: mesa-dri-swrast-driver. Can there be the

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Leo
Hi Joern: [?] to hear that, I think we'd check the component one by one, QT depends on the Xlib and X extension, I will do the test to check whether it's ok if I draw the string via Xlib, and to make clear which level it happened. B.R Leo 2010/11/24 joern kitestud...@googlemail.com Hi

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Thiago Macieira
Em Quarta-feira, 24 de Novembro de 2010, às 09:28:29, Leo escreveu: Hi Joern: [?] to hear that, I think we'd check the component one by one, QT depends on the Xlib and X extension, I will do the test to check whether it's ok if I draw the string via Xlib, and to make clear which level it

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread joern
So why don't we use the N900 SGX driver generally? Does anybody knows the difference beteween the official TI driver and the N900 Nokia ones? Where can I get the N900 SGX driver? I would like to test it, to see if I get the same results as you. B.R. Jörn Am 24.11.2010 10:28, schrieb Carsten

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Carsten Munk
I'd like us to use same SGX driver on all OMAP3 devices, yes. We've verified it worked on Beagle, but it requires that everyone uses the same kernel side driver too, that is, you should be working with the MeeGo kernel directly and contribute there. BR Carsten Munk 2010/11/24 joern

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Thiago Macieira
Em Quarta-feira, 24 de Novembro de 2010, às 10:47:17, joern escreveu: So why don't we use the N900 SGX driver generally? Does anybody knows the difference beteween the official TI driver and the N900 Nokia ones? Because the driver is patched to hell by the different device vendors to cope

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Thomas B. Ruecker
On Wed, Nov 24, 2010 at 10:54:42AM +0100, Carsten Munk wrote: I'd like us to use same SGX driver on all OMAP3 devices, yes. We've verified it worked on Beagle, but it requires that everyone uses the same kernel side driver too, that is, you should be working with the MeeGo kernel directly and

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Leo
daichen...@gmail.com -- Forwarded message -- From: Thomas B. Ruecker dm8...@openaos.org Date: 2010/11/24 Subject: Re: [MeeGo-dev] why my text display scratched To: meego-dev@meego.com On Wed, Nov 24, 2010 at 10:54:42AM +0100, Carsten Munk wrote: I'd like us to use same SGX

Re: [MeeGo-dev] why my text display scratched

2010-11-24 Thread Thiago Macieira
On Thursday, 25 de November de 2010 04:22:08 Leo wrote: Must we use the Ti driver? whether we can write framebuffer directly instead of TI's driver? Or any other methods Several days before, my touchscreen can not work, so I also do the similar workaround to fix it. If some one familiar with

Re: [MeeGo-dev] why my text display scratched

2010-11-23 Thread Andre Klapper
Am Mittwoch, den 24.11.2010, 10:54 +0800 schrieb Leo: After I do a workaround to fix touchscreen's problem. I can touch main menu to enter the application. But there's problem when app launched, the text is always scratched, but I found the image is ok. Please look at the my meego screen

[MeeGo-dev] why my text display scratched

2010-11-23 Thread Leo
http://bugs.meego.com/show_bug.cgi?id=5616 please look at this bug, I found there is a bug same as mine. Am Mittwoch, den 24.11.2010, 10:54 +0800 schrieb Leo: *After I do a workaround to fix touchscreen's problem. I can touch ** main menu to enter the application. ** But there's problem

Re: [MeeGo-dev] why my text display scratched

2010-11-23 Thread Carsten Munk
2010/11/24 Leo leo20090...@gmail.com: http://bugs.meego.com/show_bug.cgi?id=5616 please look at this bug, I found there is a bug same as mine. Could you tell what device (specifically, what SoC/chipset?) this is from? /Carsten ___ MeeGo-dev mailing

Re: [MeeGo-dev] why my text display scratched

2010-11-23 Thread Leo
My device is devkit8000, CPU-OMAP3530, -600-MHz ARM Cortex-A8 Core -412-MHz TMS320C64x+ DSP Core Here is details about hardware: http://www.armkits.com/Product/devkit8000.asp I launch the browser, it's good! I'm not familiar with the Gecko/Fennec, But I have some experience with webkit,

Re: [MeeGo-dev] why my text display scratched

2010-11-23 Thread Carsten Munk
2010/11/24 Leo leo20090...@gmail.com: http://bugs.meego.com/show_bug.cgi?id=5616 please look at this bug, I found there is a bug same as mine 2010/11/24 Leo leo20090...@gmail.com: My device is devkit8000, CPU-OMAP3530,    -600-MHz ARM Cortex-A8 Core    -412-MHz TMS320C64x+ DSP Core Here

Re: [MeeGo-dev] why my text display scratched

2010-11-23 Thread Leo
Hi Carsten: GFX version is the latest:GFX_4_00_00_01_libs.tar.gz. Meego1.1 handset. But if I use Xlib create window, and use userdefined font, we can render text correctly. Browser I think may also use their own font. How about your QT application? B.R Leo 2010/11/24 Carsten Munk