Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, November 2007
Mouse on QT4.2.4


Message 1 in thread

Hello all,
        I was trying to get Qt4.2.4 working on my ARM board. Failing 
that I gave it a try on my i-686 laptop. The behaviour is identical in 
both: no mouse.

I configured for i-686: ./configure -no-qvfb -prefix /opt/Qtopia

There is no mouse cursor to be seen. I provide mouse as: 
QWS_MOUSE_PROTO="USB:/dev/input/mice" which is indeed my mouse.
It does not take input either from mouse or keyboard.


Kindly advice,
Akshay

--
 [ signature omitted ] 

Message 2 in thread

In your export QWS_MOUSE_PROTO command, USB needs to be replaced with a 
mouse driver. Look here for the available options:

http://doc.trolltech.com/4.3/qtopiacore-envvars.html

IntelliMouse worked for me with a basic dell usb mouse.

chris burke
phone: 617-621-0060 x195
email: cburke@xxxxxxx
skype: chris.burke0



Akshay Mishra wrote:
> Hello all,
>        I was trying to get Qt4.2.4 working on my ARM board. Failing 
> that I gave it a try on my i-686 laptop. The behaviour is identical in 
> both: no mouse.
>
> I configured for i-686: ./configure -no-qvfb -prefix /opt/Qtopia
>
> There is no mouse cursor to be seen. I provide mouse as: 
> QWS_MOUSE_PROTO="USB:/dev/input/mice" which is indeed my mouse.
> It does not take input either from mouse or keyboard.
>
>
> Kindly advice,
> Akshay
>
> -- 
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/

--
 [ signature omitted ] 

Message 3 in thread

Chris Burke wrote:
> In your export QWS_MOUSE_PROTO command, USB needs to be replaced with a 
> mouse driver. Look here for the available options:
> 
> http://doc.trolltech.com/4.3/qtopiacore-envvars.html
> 
> IntelliMouse worked for me with a basic dell usb mouse.
> 

Could you please let me know what were your config options ?IntelliMouse 
hangs the machine. I believe I am doing something bad in config itself.

How do you run Qt ? by runqpe ? or by runqtopia ? or manually ?

I have Qtopia 2 working perfectly with the USB Mouse.

thanks,
Akshay
> 
> 
> Akshay Mishra wrote:
>> Hello all,
>>        I was trying to get Qt4.2.4 working on my ARM board. Failing 
>> that I gave it a try on my i-686 laptop. The behaviour is identical in 
>> both: no mouse.
>>
>> I configured for i-686: ./configure -no-qvfb -prefix /opt/Qtopia
>>
>> There is no mouse cursor to be seen. I provide mouse as: 
>> QWS_MOUSE_PROTO="USB:/dev/input/mice" which is indeed my mouse.
>> It does not take input either from mouse or keyboard.
>>
>>
>> Kindly advice,
>> Akshay

--
 [ signature omitted ] 

Message 4 in thread

I configured Qtopia with:|

./configure -xplatform qws/linux-arm-g++ -embedded arm -static

|My export mouse command was:

|export QWS_MOUSE_PROTO=Intellimouse:/dev/mouse

|||This was compiled for the Embedian APC-7117:

http://www.embedian.com/index.php?main_page=product_info&cPath=1_17&products_id=187

I cross compiled programs using qtopia and arm-linux-g++, copied them to 
the device, and ran them.

chris burke
phone: 617-621-0060 x195
email: cburke@xxxxxxx
skype: chris.burke0



Akshay Mishra wrote:
> Chris Burke wrote:
>> In your export QWS_MOUSE_PROTO command, USB needs to be replaced with 
>> a mouse driver. Look here for the available options:
>>
>> http://doc.trolltech.com/4.3/qtopiacore-envvars.html
>>
>> IntelliMouse worked for me with a basic dell usb mouse.
>>
>
> Could you please let me know what were your config options 
> ?IntelliMouse hangs the machine. I believe I am doing something bad in 
> config itself.
>
> How do you run Qt ? by runqpe ? or by runqtopia ? or manually ?
>
> I have Qtopia 2 working perfectly with the USB Mouse.
>
> thanks,
> Akshay
>>
>>
>> Akshay Mishra wrote:
>>> Hello all,
>>>        I was trying to get Qt4.2.4 working on my ARM board. Failing 
>>> that I gave it a try on my i-686 laptop. The behaviour is identical 
>>> in both: no mouse.
>>>
>>> I configured for i-686: ./configure -no-qvfb -prefix /opt/Qtopia
>>>
>>> There is no mouse cursor to be seen. I provide mouse as: 
>>> QWS_MOUSE_PROTO="USB:/dev/input/mice" which is indeed my mouse.
>>> It does not take input either from mouse or keyboard.
>>>
>>>
>>> Kindly advice,
>>> Akshay
>
> -- 
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/

--
 [ signature omitted ]