OBS Not starting on debian

Windless

New Member
Hi,

I tried to install OBS on a debian 10 (with fresh upgrade), it failed to initialize video. I replace the 1070 driver with the proprietary ones (NVIDIA-Linux-x86_64-470.74) but still the same result :

Code:
~$ obs --version
OBS Studio - 27.1.0-rc3-2-gef0540c0d (linux)
~$ obs
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/Dark.qss
Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss
info: CPU Name: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
info: CPU Speed: 4200.280MHz
info: Physical Cores: 4, Logical Cores: 8
info: Physical Memory: 15957MB Total, 7828MB Free
info: Kernel Version: Linux 4.19.0-17-amd64
info: Distribution: "Debian GNU/Linux" "10"
info: Session Type: x11
info: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.20.4
info: Portable mode: false
Attempted path: share/obs/obs-studio/themes/Dark/no_sources.svg
Attempted path: /usr/share/obs/obs-studio/themes/Dark/no_sources.svg
QMetaObject::connectSlotsByName: No matching signal for on_tbar_position_valueChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_actionShowTransitionProperties_triggered()
QMetaObject::connectSlotsByName: No matching signal for on_actionHideTransitionProperties_triggered()
info: OBS 27.1.0-rc3-2-gef0540c0d (linux)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
info: ---------------------------------
info: Initializing OpenGL...
info: Loading up OpenGL on adapter NVIDIA Corporation NVIDIA GeForce GTX 1070/PCIe/SSE2
info: OpenGL loaded successfully, version 3.3.0 NVIDIA 470.74, shading language 3.30 NVIDIA via Cg compiler
error: Failed to initialize video.  Your GPU may not be supported, or your graphics drivers may need to be updated.
info: Freeing OBS context data
info: == Profiler Results =============================
info: run_program_init: 40802.3 ms
info:  ┣OBSApp::AppInit: 1.975 ms
info:  ┃ ┗OBSApp::InitLocale: 0.643 ms
info:  ┗OBSApp::OBSInit: 89.626 ms
info:    ┣obs_startup: 18.271 ms
info:    ┗OBSBasic::OBSInit: 49.612 ms
info:      ┣OBSBasic::InitBasicConfig: 0.062 ms
info:      ┣OBSBasic::ResetAudio: 0.175 ms
info:      ┗OBSBasic::ResetVideo: 49.336 ms
info: obs_hotkey_thread(25 ms): min=0.053 ms, median=0.727 ms, max=10.57 ms, 99th percentile=1.043 ms, 100% below 25 ms
info: audio_thread(Audio): min=0 ms, median=0.035 ms, max=0.192 ms, 99th percentile=0.05 ms
info: =================================================
info: == Profiler Time Between Calls ==================
info: obs_hotkey_thread(25 ms): min=25.111 ms, median=25.829 ms, max=35.63 ms, 8.50254% within ±2% of 25 ms (0% lower, 91.4975% higher)
info: =================================================
info: Number of memory leaks: 186

Anything I should try to give a better diagnostic / find solutions ?
 
Top