Page 1 of 1

Launching VLC on a different display

Posted: 21 Apr 2014 19:45
by jdwiegman
I have a dev environment where I am working on from a command line and need to initialize programs via the command line. I am using vlc 2.0.8 with i915 hw acceleration enabled on an Ubuntu system.

I can launch VLC successfully with the command

Code: Select all

DISPLAY=":0" vlc PARAM


but I get the error message

Code: Select all

Xlib: extension "XFree86-DRI" missing on display ":0" libva: va_getDriverName() returns -1
It works ok if I launch from within an Xsession terminal window itself.

Any suggestions on how to get this working?