PDA

View Full Version : hello. problem with QT....



webquinty
5th May 2008, 11:03
Hello,

I have a strange problem and I do not know how to fix it.

I compile QT embedded 3.3.8, and after it, I execute demo example, but when I move mouse, screen overwrite with characters of console.

any advice??

best regards

webquinty
6th May 2008, 10:43
Hello

I'm able to compile and run the applications with "-qws" parameter,
but unfortunately it seems that they dont get any mouse or keyboard
input. They just display th econtent and then they are somewhat "dead".
if the gpm is running then the content is "overpainted" by text mouse
cursor. if I kill gpm nothing is happening.
I've tried to set QWS_PROTO_MOUSE variable, but no proggres =(

Best regards

webquinty
6th May 2008, 15:36
well,

I fix my problem.
I shutdown gpm -> "gpm -k"
and QWS_MOUSE_PROTO=MouseMan:/dev/mouse1 in my case.
Before, I used IntelliMouse and it does not work properly.

Best regards