0

I have a "Lenovo ThinkPad Edge E520"

This is my GPU: "Radeon HD 6630M"

Running:

obs

Gives:

Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /usr/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
info: OBS 0.10.0 (linux)
info: Processor: 4 logical cores
info: Processor: Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
info: Physical Memory: 3863MB Total
info: Kernel Version: Linux 3.16.0-37-generic
info: Distribution: "Ubuntu" "14.04"
info: audio settings reset:
    samples per sec: 44100
    speakers:        2
    buffering (ms):  1000

info: X and Y: 902 489
Backbuffers: 2
Color Format: 3
ZStencil Format: 0
Adapter: 0

error: Failed to create OpenGL context.
error: Failed to create context!
*** Error in `obs': double free or corruption (out): 0x0000000001d00260 ***
Aborted (core dumped)

I need to run Open Broadcaster Software.

 lspci | grep "VGA"
 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor
 Family Integrated Graphics Controller (rev 09)

Ubuntu is not detecting my Graphic card

glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 10.3.2
Slon
  • 1

1 Answers1

0

You need to install a proprietary video driver to extend features of your graphical card. You can do it by running

sudo apt-get install fglrx

And reboot.

Due to a bug in fglrx-installer package the driver may not install. To fix it now you can go to System Settings -> Software & Updates -> Updates and click on proposed repository.

Then do

sudo apt-get update
sudo apt-get install fglrx

Then it is highly recommended to click proposed off before you install any of other updates.

Pilot6
  • 92,041