Results 1 to 3 of 3
hello,
I installed Qt X11 browser in my netbook which consist of ubuntu 9.10. All are fine but when i start qt browser it is slow. I dont know why. ...
- 01-28-2010 #1Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
Qt browser is slow
hello,
I installed Qt X11 browser in my netbook which consist of ubuntu 9.10. All are fine but when i start qt browser it is slow. I dont know why. Can anyone please help me?Thanks in advance...
- 01-29-2010 #2Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
didnt get the solution for this. so i tried to compile QtEmbedded for my x86 processor (ie)intel processor. This time it compiles well and when i start the browser i am getting this error. Please help me
Please help me. why it happens?Code:sharief@sharief-laptop:~/plugins$ ./browser Qt for Embedded Linux data directory is not owned by user 1000 Aborted sharief@sharief-laptop:~/plugins$ ./browser Qt for Embedded Linux data directory is not owned by user 1000 Aborted sharief@sharief-laptop:~/plugins$ sudo ./browser QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused No Qt for Embedded Linux server appears to be running. If you want to run this program as a server, add the "-qws" command-line option. sharief@sharief-laptop:~/plugins$ sudo ./browser -qws ^C sharief@sharief-laptop:~/plugins$ ./browser -qws Qt for Embedded Linux data directory is not owned by user 1000 Aborted sharief@sharief-laptop:~/plugins$
Thanks in advance...
- 01-29-2010 #3Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
I found the answer for this. As it is a "QtEmbedded" it will play in x window. So It require virtual frame buffer. For this we have to create "/dev/f0" device. But i dont know how t o create that device.
I follwed the steps which is given below link. But i didnt get success.
Qt 4.6: The Virtual Framebuffer
In this link it has said the "qvfb" folder will be in /tools but i found in /"src/..../qvfs". And when i configure using "./configure -qvfb" it is getting configured but when i search for qvfb bin its not there. But i the link it has said that "./qvfb". With bin how can i do this. So confused. Please help meThanks in advance...


Reply With Quote