Hi,
I have installed bumblebee on OpenSUSE Tumbleweed. And tried to install Nvidia Drivers as https://en.opensuse.org/SDB:NVIDIA_the_hard_way. But installer says
“You do not appear to have an NVIDIA GPU supported by the 375.20 NVIDIA
Linux graphics driver installed in this system. For further details,
please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in the README
available on the Linux driver download page at www.nvidia.com.”
I have Nvidia Geforce 940MX card which is supported by latest drivers.
When I check
optirun --status
, It says:
“Bumblebee status: Ready (3.2.1). X inactive. Discrete video card is off.”
I couldn’t change discrete video card status with ON.
I have tried
tee /proc/acpi/bbswitch <<<ON
. But it still same as before.
How can I enable discrete gpu of my laptop.
Thanks in advance.
zypper ar -f [http://download.opensuse.org/repositories/X11:/Bumblebee/openSUSE_Tumbleweed/](http://download.opensuse.org/repositories/X11:/Bumblebee/openSUSE_13.2/)Bumblebee
And reinstalled from this repository:
zypper remove bumblebee
zypper in bumblebee
My problem about making discrete card ON fixed:
tee /proc/acpi/bbswitch <<<ON
cat /proc/acpi/bbswitch
0000:01:00.0 ON
optirun --status
Bumblebee status: Ready (3.2.1). X inactive. Discrete video card is on.
I have first installed CUDA package as Nvidia mention:
With cuda installation I have had a graphic card’s driver package installed.
After
nvidia-xconfig
But still I can’t login.
According to Xorg.0.log:
618.722] (II) NVIDIA dlloader X Driver 367.48 Sat Sep 3 17:19:36 PDT 2016
618.722] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
618.738] (EE) No devices detected.
618.739] (EE)
Fatal server error:
618.739] (EE) no screens found(EE)
618.739] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
618.739] (EE) Please also check the log file at “/var/log/Xorg.0.log” for additional information.
618.739] (EE)
Also I have installed Nvidia installation file too. (NVIDIA-Linux-x86_64-375.20.run)
How can I fix this issue about my graphic card installation.
Thanks in Advance