On Mon, Dec 28, 2009 at 04:49:42PM +0530, Rajesh Marathe wrote:
Hi,
We are working on IMX27 ADS board and have taken latest CVS based LTIB code. I have included 'Dillo2' and 'fltk' packages as my objective would be to run the browser dillo on the imx27 system.
After the Linux boots up, I go to the console and try to run the browser. But, I get the following error:
---------------------------------------------------------------------- mx27# mx27# mx27# ./dillo paths: Cannot open file '//.dillo/dillorc' paths: Using /usr/etc/dillo/dillorc paths: Cannot open file '//.dillo/keysrc' paths: Using /usr/etc/dillo/keysrc dillo_dns_init: Here we go! (threaded) Disabling cookies. Can't open display ":0.0" mx27# ----------------------------------------------------------------------
I did try to debug and found out that the function fltk::open_display returns the above display error.
How do I set the display correctly so that the browser's opening page gets displayed on the LCD panel connected to IMX27 board ?
Assuming you have the X server already running, run dillo as the same user that has the X server running (not root). Dillo needs the X server (or kdrive) to run. If you can run the fltk demo, dillo should run too. -- Cheers Jorge.-