Re: [Interest] QtLinuxFB no mouse or keyboard

2013-09-05 Thread yahoo pers
st 30, 2013 10:03 PM Subject: Re: [Interest] QtLinuxFB no mouse or keyboard My keyboard is detected as /dev/input/event0   and my  mouse  as /dev/input/mice In my app i have a QLineEdit and when it starts i can see the cursor blinking in it. I tried: export QT_QPA_EVDEV_KEYBOARD_PARAMETERS="

Re: [Interest] QtLinuxFB no mouse or keyboard

2013-08-31 Thread yahoo pers
ubject: Re: [Interest] QtLinuxFB no mouse or keyboard My keyboard is detected as /dev/input/event0   and my  mouse  as /dev/input/mice In my app i have a QLineEdit and when it starts i can see the cursor blinking in it. I tried: export QT_QPA_EVDEV_KEYBOARD_PARAMETERS="/dev/input/event0" 

Re: [Interest] QtLinuxFB no mouse or keyboard

2013-08-30 Thread yahoo pers
. then i tried: ./app -platform linuxfb -plugin EvdevKeyboard:/dev/input/event0 but still no keyboard. From: Knight Andrew To: yahoo pers ; "interest@qt-project.org" Sent: Friday, August 30, 2013 7:43 AM Subject: RE: [Interest] QtLinuxFB no mous

Re: [Interest] QtLinuxFB no mouse or keyboard

2013-08-29 Thread Knight Andrew
> A also wrote on the forum and i got help to build qt5 and run the app but > couldn't get help about the mouse and keyboard problem. Some QPA plugins, like LinuxFB, don't load their own input handlers, so you need to do this yourself by passing additional -plugin arguments when you start your

[Interest] QtLinuxFB no mouse or keyboard

2013-08-29 Thread yahoo pers
Hi all, i have static built qt5 with linuxFB, no XCB. Then i build a small gui app. When i run my application in another machine without window manager, the application window opens but i don't have mouse or keyboard. This is my build configuration:  ./configure -opensource -release -force-debu