Re: [Interest] tty Keyboard Mouse Support in Qt5

2012-09-11 Thread ganesh.sathyanarayanan
Hi, Before I could try Qt5-Beta or reply to this thread, I had to wind-up the work I was doing on Qt5-Alpha. I have now been able to cross-compile Qt5-beta for my platform, but I have been asked to use directfb platform plugin instead of eglfs which I was formerly using (due to some flicker

[Interest] tty Keyboard Mouse Support in Qt5

2012-08-29 Thread ganesh.sathyanarayanan
Hi, I've asked this in the qt-forum ( http://qt-project.org/forums/viewthread/19912/) but am asking here again, since I didnt get any response there... How do I enable tty keyboard for linux in Qt5 which has only QPA. Previously we were on Qt4.8.2 QWS, where we used to configure Qt with

Re: [Interest] tty Keyboard Mouse Support in Qt5

2012-08-29 Thread Thiago Macieira
On quarta-feira, 29 de agosto de 2012 14.22.45, ganesh.sathyanarayanan wrote: Hi, I've asked this in the qt-forum ( http://qt-project.org/forums/viewthread/19912/) but am asking here again, since I didnt get any response there... How do I enable tty keyboard for linux in Qt5 which has only

Re: [Interest] tty Keyboard Mouse Support in Qt5

2012-08-29 Thread Thiago Macieira
On quarta-feira, 29 de agosto de 2012 15.17.48, ganesh.sathyanarayanan wrote: Hi Thiago, Sorry for not being clear, but I do not understand your question. Basically /dev/event0 is setup as my linux char device for keyboard, and likewise event1 for mouse. cat /dev/event0 and then pressing

Re: [Interest] tty Keyboard Mouse Support in Qt5

2012-08-29 Thread Samuel Rødal
On 08/29/2012 01:08 PM, ext Samuel Rødal wrote: Example ./myapp -plugin evdev:/dev/event0 Sorry, that should be ./myapp -plugin evdevkeyboard:/dev/event0 ___ Interest mailing list Interest@qt-project.org