भौंरा मेरे ग्राफिक कार्ड को नहीं पहचानता है,
$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
मैंने नोव्यू ड्राइवर के साथ भौंरा स्थापित करने की कोशिश की है:
sudo apt-get install bumblebee primus
और एनवीडिया ड्राइवर के साथ, लेकिन मेरे पास हमेशा एक ही त्रुटि होती है:
sudo apt-get install bumblebee-nvidia primus
मैंने लिनक्स-हेडर भी लगाए हैं:
sudo apt-get install linux-headers-$(uname -r)
और ग्रब में ACPI मोड को आगे रखें, लेकिन फिर भी त्रुटि:
$ optirun blender
[ 769.988591] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ 769.988627] [ERROR]Aborting because fallback start is disabled.
$ optirun -vv blender
[ 806.686792] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 806.687551] [DEBUG]optirun version 3.2.1 starting...
[ 806.687576] [DEBUG]Active configuration:
[ 806.687585] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 806.687593] [DEBUG] X display: :8
[ 806.687600] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-304
[ 806.687608] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 806.687616] [DEBUG] Accel/display bridge: auto
[ 806.687623] [DEBUG] VGL Compression: proxy
[ 806.687631] [DEBUG] VGLrun extra options:
[ 806.687638] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 806.687698] [DEBUG]Using auto-detected bridge virtualgl
[ 806.718838] [INFO]Response: No - error: [XORG] (EE) No devices detected.
[ 806.718871] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ 806.718883] [DEBUG]Socket closed.
[ 806.718912] [ERROR]Aborting because fallback start is disabled.
[ 806.718922] [DEBUG]Killing all remaining processes.
मैं क्या कर सकता हूँ?