Good evening, Community.
The system was clean and fresh installed(42.1).
After fallowing this manual(as observation: all times [maybe 5-7 times] this worked flawlessly):
https://en.opensuse.org/SDB:NVIDIA_Bumblebee
I didn’t received any error, but when tried to run optirun glxgears Gnome went in to logout right away. And this repeated all the time.
After, I tried to fallow this manual:
https://forums.opensuse.org/showthread.php/505270-ultimate-tutorial-installing-Bumblebee-driver-for-SUSE/page2?highlight=Bumblebee
Firstly removed all nvidia related packages and then installed all over again.
Received same thing: Black screen -> logoff
After doing times mkinitrd and adding
options nouveau modeset=0
to
/etc/modprobe.d/50-blacklist.conf
I finally managed to stop logoffs, but instead all the time I start to receive this:
igor@phoenix:~> optirun glxspheres
749.879415] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
749.879447] [ERROR]Aborting because fallback start is disabled.
Already added this:
Section "Screen"
Identifier "Default Screen"
Device "DiscreteNvidia"
EndSection
to /etc/bumblebee/xorg.conf.nvidia.
Didn’t see any result.
Some output before run command:
phoenix:/home/igor # optirun --status
Bumblebee status: Ready (3.2.1). X inactive. Discrete video card is off.
phoenix:/home/igor # systemctl status bumblebeed
bumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled)
Active: active (running) since Mon 2016-07-18 22:13:02 BRT; 11min ago
Main PID: 1289 (bumblebeed)
CGroup: /system.slice/bumblebeed.service
└─1289 /usr/sbin/bumblebeed
Jul 18 22:13:02 phoenix systemd[1]: Started Bumblebee C Daemon.
Jul 18 22:13:02 phoenix bumblebeed[1289]: 5.846475] [INFO]/usr/sbin/bumblebeed 3.2.1 started
phoenix:/home/igor #
Some output after run command:
igor@phoenix:~> optirun --status
Bumblebee status: Error (3.2.1): [XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
phoenix:/home/igor # systemctl status -l bumblebeedbumblebeed.service - Bumblebee C Daemon
Loaded: loaded (/usr/lib/systemd/system/bumblebeed.service; enabled)
Active: active (running) since Mon 2016-07-18 22:13:02 BRT; 14min ago
Main PID: 1289 (bumblebeed)
CGroup: /system.slice/bumblebeed.service
└─1289 /usr/sbin/bumblebeed
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.044986] [ERROR][XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045032] [ERROR][XORG] (EE) [drm] KMS not enabled
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045039] [ERROR][XORG] (EE) No devices detected.
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045045] [ERROR][XORG] (EE)
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045051] [ERROR][XORG] (EE) no screens found(EE)
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045056] [ERROR][XORG] (EE)
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045065] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045071] [ERROR][XORG] (EE)
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045077] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
Jul 18 22:27:22 phoenix bumblebeed[1289]: 866.045082] [ERROR]X did not start properly
Thanks for any help.