Re: [beagleboard] Gtk-warning: cannot open display

2014-06-19 Thread Harisanker M
Hello, I have done export DISPLAY=.0. Still the error exists. I have a doubt isn't it possible to display the execution of beagleboard program using usb-serial cable on my laptop Or is it necessary to use HDMI to DVI-D cable and connect to a monitor to execute an opencv program??? Pls help me

Re: [beagleboard] Gtk-warning: cannot open display

2014-06-19 Thread Lee Crocker
Minicom (and serial terminals in general) have no means to display graphics. You need an X server for that. There are at least two ways to do that: run the X server on BB itself, displaying to its HDMI; or use the X server on your host machine by connecting to the BB with ssh -X instead of

Re: [beagleboard] Gtk-warning: cannot open display

2014-06-19 Thread Harisanker M
Thank you very much for your reply.. Actually I am completely unaware of that knowlwdge. If it is not a big deal What are the steps steps involved in ssh with x11 forwarding on BB with laptop? Or kindly plz provide me any online links for the same. Awating ur valuable response.

Re: [beagleboard] Gtk-warning: cannot open display

2014-06-19 Thread Lee Crocker
Depending on how you have your BB connected to the network, it might be as simple as opening a terminal on your PC and typing ssh -X root@beaglebone.local. If that doesn't work, you may have to play with IP addresses or hostnames and such. On Thursday, June 19, 2014 9:27:54 AM UTC-7, hari

Re: [beagleboard] Gtk-warning: cannot open display

2014-06-04 Thread liyaoshi
#export DISPLAY=:0 2014-06-04 15:23 GMT+08:00 hari hsmada...@gmail.com: Hello, I have copied opencv programs into sd card and put it on my beagleboard-xm ubuntu and ran it as root on minicom. I have already installed opencv,libwebcam,etc and compiled a sample c program-hello.cIt works