On Wed, Feb 15, 2017 at 12:23 AM, sajeevan k <[email protected]> wrote: > I stated the X server with startx command. > Also now a default display is coming in the LCD display(which may be the > BBB's default display) That's good. I don't know about the erorrs---it looks like the GL software rendering is turned off but simple X should work now.
> Now I tried to run a simpleQt program, by opening another terminal. But it > is only showing the following message in the terminal. > > root@localhost:~# ./simpleQt > QXcbConnection: Could not connect to display Are you doing that from the same terminal as the one you ran startx from? What is the value of the DISPLAY environment variable? Try doing DISPLAY=:0 ./simpleQt -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAC%3D1GgFDcd%2B7Rbq1QYrdWKmCk00tAZSdPuodgqH19raPX-0ZHg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
