Question / Help QXcbConnection: Could not connect to display Aborted (core dumped)

kadirxp

New Member
Hello,

I need your help.

I searched to fix the issue but still cant found any solution

I am getting the following error:

QXcbConnection: Could not connect to display
Aborted (core dumped)

after I followed those steps:

1. sudo apt-add-repository ppa:jon-severinsson/ffmpeg
2. sudo update
3. sudo apt-get install ffmpeg
4. sudo apt-add-repository ppa:btbn/obs-studio
5. sudo update
6. sudo apt-get install obs-studio
7. obs
$ QXcbConnection: Could not connect to display
Aborted (core dumped)

I am using Ubuntu 14.04.1 server LTS 64bit

Thanks in advance!

Greets,
Kadir
 
you can't run OBS from a server install, you need a desktop environment and more importantly you need an X Server running. You can go with standard ubuntu which is a unity desktop or kubuntu which is kde or xubuntu which is xfce or lubuntu which is lxde. Each command is slightly different to install the desktop environment of choice. google is your friend
 
Top