Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - OWB in VMware: (8 Items)
   
OWB in VMware  
I compiled OWB from latest SVN sources in 6.4.1 SDP installed in VMware image. When I run it with valid URL, the page 
gets loaded, but there is nothing displayed - black screen only with UI and mouse cursor is dead (works well under 
Photon). And No input available after I close it. Any ideas? Thanks.
Attachment: Image owb.png 35.54 KB
RE: OWB in VMware  
Can you send the text from the console where you invoked wklauncher?

Showing: 
- How you ran io-display, devi-hid, wklauncher. 
- How you set up LD_LIBRARY_PATH
- Any messages from wklauncher
- Anything else relevant

-----Original Message-----
From: Tomas Cervinka [mailto:community-noreply@qnx.com] 
Sent: Wednesday, November 11, 2009 6:56 AM
To: general-web_browsers
Subject: OWB in VMware

I compiled OWB from latest SVN sources in 6.4.1 SDP installed in VMware
image. When I run it with valid URL, the page gets loaded, but there is
nothing displayed - black screen only with UI and mouse cursor is dead
(works well under Photon). And No input available after I close it. Any
ideas? Thanks.



_______________________________________________

General
http://community.qnx.com/sf/go/post41752
Re: RE: OWB in VMware  
Sure, the input "problem" was caused by not correct starting of devi-hid, but still black output.
My starting script is something like this:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/crank/x86/lib:/root/workspace/web-browsers/webkit/trunk/nto-x86-gf/lib
io-display -dvid=0x15ad,did=0x405
/usr/photon/bin/devi-hid -P mouse kbd
/root/workspace/web-browsers/webkit/trunk/nto-x86-gf/bin/owb -d

and the output of owb is as follows:

Window w 1024, height 768

NOTIFY: Start loading http://www.google.com/
NOTIFY: Status: 
NOTIFY: Status: 
NOTIFY: Title: Google
NOTIFY: Progress : 29
NOTIFY: Progress : 36
NOTIFY: Progress : 45
NOTIFY: Progress : 50
NOTIFY: Progress : 63
Default Callbacks: Input Method State set to 1
NOTIFY: Progress : 67
NOTIFY: Progress : 100
NOTIFY: Finished loading http://www.google.cz/
NOTIFY: Hover: :http://video.google.cz/?hl=cs&tab=wv
NOTIFY: Hover: :http://maps.google.cz/maps?hl=cs&tab=wl
NOTIFY: Hover: NA:NA
NOTIFY: Tooltip: Vyhledat Googlem
Default Callbacks: Text field end edit
Default Callbacks: save view state for item 809b0e0 

RE: RE: OWB in VMware  
Can you email me directly at mfeil@qnx.com?

What is the contents of your /etc/system/config/display.conf file? 
Are you able to run other gf apps like egl-gears? 

-----Original Message-----
From: Tomas Cervinka [mailto:community-noreply@qnx.com] 
Sent: Wednesday, November 11, 2009 9:52 AM
To: general-web_browsers
Subject: Re: RE: OWB in VMware

Sure, the input "problem" was caused by not correct starting of
devi-hid, but still black output.
My starting script is something like this:

export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/crank/x86/lib:/root/workspace/web-
browsers/webkit/trunk/nto-x86-gf/lib
io-display -dvid=0x15ad,did=0x405
/usr/photon/bin/devi-hid -P mouse kbd
/root/workspace/web-browsers/webkit/trunk/nto-x86-gf/bin/owb -d

and the output of owb is as follows:

Window w 1024, height 768

NOTIFY: Start loading http://www.google.com/
NOTIFY: Status: 
NOTIFY: Status: 
NOTIFY: Title: Google
NOTIFY: Progress : 29
NOTIFY: Progress : 36
NOTIFY: Progress : 45
NOTIFY: Progress : 50
NOTIFY: Progress : 63
Default Callbacks: Input Method State set to 1
NOTIFY: Progress : 67
NOTIFY: Progress : 100
NOTIFY: Finished loading http://www.google.cz/
NOTIFY: Hover: :http://video.google.cz/?hl=cs&tab=wv
NOTIFY: Hover: :http://maps.google.cz/maps?hl=cs&tab=wl
NOTIFY: Hover: NA:NA
NOTIFY: Tooltip: Vyhledat Googlem
Default Callbacks: Text field end edit
Default Callbacks: save view state for item 809b0e0 





_______________________________________________

General
http://community.qnx.com/sf/go/post41766
Re: RE: RE: OWB in VMware  
Hi,

I am also facing the same issue. is this issue resolved. ? I am trying out this on QNX 6.4.1 self hosted.

Steps I have followed.
I downloaded the latest version of OWB webkit from SVN sources.
With the steps given in README , I could build the webkit.

Later I followed the pre-inquisitive instructions given in the README

I ran the display driver with display.conf file.
I ran devi-hid -P mouse kbd



After running, I am getting black screen with partial display.

Where am I doing wrong ?

your inputs are appreciated.

Thanks
Satish P.

RE: RE: RE: OWB in VMware  
Sorry about the delay in responding. The steps you are taking look
correct. Things to check:


1) You indicate that you are getting a partial display, i.e. the simple
gui buttons show up. This means that your problem might not be the same
as Tomas', because he was not getting any display. Are you using VMware
like he is? If so, then it may be the same problem he had: Newer
versions of VMware need an updated Neutrino VMware graphics driver. I
have attached one to this email you can try.

2) Make sure that only one devi-hid is running. When you boot Neutrino
if you exit photon the devi-hid used by Photon may still be running.

3) I notice that you are getting the "Could not set cursor" message.
This indicates that the gf_cursor_set() call is failing. I'm not sure
why it would be failing, but you can try passing the -C option to owb
which makes it not attempt to draw the mouse pointer.

4) When you run "owb" are all the shared libraries being found and
opened correctly? To get this information, run owb with the DL_DEBUG
environment variable set, for example: 
# DL_DEBUG=1 ./owb http://www.google.com 

If this does not solve your problem, please send me the output of "pidin
arg" and a copy of your display.conf file.

Regards,
Max

-----Original Message-----
From: satish pattar [mailto:community-noreply@qnx.com] 
Sent: Thursday, December 24, 2009 5:32 AM
To: general-web_browsers
Subject: Re: RE: RE: OWB in VMware

Hi,

I am also facing the same issue. is this issue resolved. ? I am trying
out this on QNX 6.4.1 self hosted.

Steps I have followed.
I downloaded the latest version of OWB webkit from SVN sources.
With the steps given in README , I could build the webkit.

Later I followed the pre-inquisitive instructions given in the README

I ran the display driver with display.conf file.
I ran devi-hid -P mouse kbd



After running, I am getting black screen with partial display.

Where am I doing wrong ?

your inputs are appreciated.

Thanks
Satish P.

--
Hello Max Feil,
 
I got your e-mail ID in QNX forum , I have already posted this issue on
QNX "web browser"  discussion forum.
Just mailing you direclty if you could help me resolve this at the
earliest.
 
The issue:
On launching OWB browser with some valid url, the system is gettng hung
& I am seeing a partial web browser (with some buttons at the bottom)
& a black screen displaying some text which goes like this
 
#./owb http://www.google.com
Window w 1024, height 768
Could not set cursor
 
Steps I followed:
 
1> I compiled OWB from latest SVN sources on QNX Neutrino 6.4.1(Self
hosted)
2> ran graphics driver with display.conf which has the vendor & device
ID for display matching with the output of "pci".
3> Then I ran "devi-hid -P mouse kbd"
 
Am I missing any steps ?
 
Your inputs are appriciated.
 
Thanks & Regards
Sateesh Pattar





_______________________________________________

General
http://community.qnx.com/sf/go/post44400

Attachment: Compressed file devg-vmware.zip 22.09 KB
Re: RE: RE: RE: OWB in VMware  
Hello,

On launching owb, I am getting the following error:

#./owb http://www.google.com
gf_dev_attach()  failed: No such file or directory
GF init failed: are you running io-display?
#

Even vsync also throwing the same error.

what am I doing wrong ?

Thanks & Regards
Satish 
RE: RE: RE: RE: OWB in VMware  
Are you running io-display? Also, make sure owb is run as root.

Max 

-----Original Message-----
From: satish pattar [mailto:community-noreply@qnx.com] 
Sent: Wednesday, February 10, 2010 4:00 AM
To: general-web_browsers
Subject: Re: RE: RE: RE: OWB in VMware

Hello,

On launching owb, I am getting the following error:

#./owb http://www.google.com
gf_dev_attach()  failed: No such file or directory
GF init failed: are you running io-display?
#

Even vsync also throwing the same error.

what am I doing wrong ?

Thanks & Regards
Satish 



_______________________________________________

General
http://community.qnx.com/sf/go/post47003