否 - 错误:无法加载 GPU 驱动程序;无法访问辅助 GPU - 错误:无法加载 GPU 驱动程序

否 - 错误:无法加载 GPU 驱动程序;无法访问辅助 GPU - 错误:无法加载 GPU 驱动程序

我的笔记本规格:

CPU: Intel Core i5 3230m
RAM: 4gb 1600mhz
I have 2 GPUs:
    1st: Intel HD 4000 
    2nd: Nvidia GT 720m

今天,我安装了 bumblebee 和 Nvidia 331 驱动程序。安装成功,因此笔记本电脑启动时没有黑屏。问题是笔记本电脑无法启动 Nvidia 程序。而且它无法识别 GPU。以下是我所做的:

sudo apt-get install nvidia-331 bumblebee linux-headers-generic
sudo gedit /etc/bumblebee/bumblebee.conf

用以下值替换匹配的关键字:

Driver=nvidia
KernelDriver=nvidia-331
LibraryPath=/usr/lib/nvidia-331:/usr/lib32/nvidia-331
XorgModulePath=/usr/lib/nvidia-331/xorg,/usr/lib/xorg/modules

保存并退出

然后我删除了 304 驱动程序

sudo jockey-text -d kmod:nvidia_304

然后通过运行此程序并按确定来重新配置一些内容。

sudo pam-auth-update --force

已重新启动。

然后我安装了VirtualGL http://sourceforge.net/projects/virtualgl/files/VirtualGL/2.3.3/

sudo dpkg -i virtualgl_2.3.3_amd64.deb

运行 optirun 后,输出如下:

nikola95o@nikola95o-X550VC:~$ optirun -vvv glxgears
[ 2454.183529] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 2454.184219] [DEBUG]optirun version 3.2.1 starting...
[ 2454.184240] [DEBUG]Active configuration:
[ 2454.184248] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 2454.184255] [DEBUG] X display: :8
[ 2454.184261] [DEBUG] LD_LIBRARY_PATH: 
[ 2454.184267] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 2454.184273] [DEBUG] Accel/display bridge: auto
[ 2454.184279] [DEBUG] VGL Compression: proxy
[ 2454.184285] [DEBUG] VGLrun extra options: 
[ 2454.184291] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 2454.184340] [DEBUG]Using auto-detected bridge virtualgl
[ 2454.187518] [INFO]Response: No - error: Could not load GPU driver
[ 2454.187546] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
[ 2454.187555] [DEBUG]Socket closed.
[ 2454.187582] [ERROR]Aborting because fallback start is disabled.
[ 2454.187595] [DEBUG]Killing all remaining processes.</Code></Pre>

lspci -v | less

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core process
or Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 124d
    Flags: bus master, fast devsel, latency 0, IRQ 46
    Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at f000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915

01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 620M/625M/630M/720M] (rev a1)
    Subsystem: ASUSTeK Computer Inc. GeForce GT 720M
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Memory at f0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at e000 [size=128]
    Expansion ROM at f7000000 [disabled] [size=512K]
    Capabilities: <access denied> </Code></Pre>

这是我的 Bumblebee.conf 文件:

# Configuration file for Bumblebee. Values should **not** be put between quotes
## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-331
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-331:/usr/lib32/nvidia-331
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-331/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau</Code></Pre>

如果您需要我提供其他信息,请告诉我。

答案1

好的,我们的规格非常相似!您需要删除 Bumblebee 和 304 Nvidia 驱动程序。Bumblebee 无法在我的 Optimus 机器上运行,同样的问题。获取 Prime 指示器。

要删除并清除大黄蜂,请运行终端(如果出现黑屏,请按Ctrl+Alt+F2)并输入:

sudo apt-get remove --purge bumblebee

要安装 Prime,请运行:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install prime-indicator

它应该可以与 Prime.Indicator 一起使用。如果不行,请使用以下命令清除所有文件:

sudo apt-get remove nvidia* prime-indicator && sudo apt-get autoremove

并从头开始:

sudo apt-get install nvidia-331 prime-indicator

当你让它工作时,安装 mesa-utils,sudo apt-get install mesa-utils它允许我们识别 GPU。从 Prime Indicator 切换到 Intel GPU 并获取英特尔显卡安装程序,在 Dash 中找到安装程序并运行它以使用最新的驱动程序更新您的 Intel 4000。

编辑:安装英特尔软件包后,如果sudo apt-get update“download.01.org”公钥失败,请在终端中运行以下命令:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A902DDA375E52366

答案2

我在 debian 中遇到了这个问题,

Driver= to Driver=nvidia

KernelDriver=nvidia to KernelDriver=nvidia-current

然后重新启动 bumblebeed 解决了这个问题。希望这会有所帮助。无论如何,检查你的驱动程序的名称

ls -l /lib/modules/`uname -r`/nvidia/

并尝试将其设置为你的 bumblebee 配置。

相关内容