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="
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"
.
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
> 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
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