Hello,
After I installed the latest SDK on the Ubuntu host (see my previous post http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/179013.aspx ), I was able to compile OpenGL applications. When I run them on the target, it says "Could not open display", this means they need the X Window System
After copying the X Window System to /usr/local/XSGX, copying applications like pvrsrvinit to /usr/local/bin, I tried to run the X Window System "X -config /usr/local/XSGX/etc/xorg.conf"
There are two scenarios:
1) when the Matrix GUI is running, the X Window System behaves like it's running, does not complain about anything, when I run the applications with DISPLAY=:0, they succesfully connect to it and behave like they are running, but I don't see any output on the display, I see Matrix GUI there instead
2) when I stop the Matrix GUI, the X Window System fails to start saying there are no displays to connect to. I tried running "/etc/init.d/rc.pvr start" but there is no difference.
Is there any configuration option I am unaware of? It seems so...
Thanks,
Daniel Novotny