Não - erro: não foi possível carregar o driver da GPU; Não é possível acessar a GPU secundária - erro: não foi possível carregar o driver da GPU

1

Especificações do meu notebook:

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

Hoje, instalei o zangão e o driver Nvidia 331. A instalação foi bem sucedida, então o notebook começou sem tela preta. O problema é que o notebook não inicia programas com a Nvidia. E não reconhecerá as GPUs. Aqui está o que eu fiz:

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

Substituiu as palavras-chave correspondentes por esses valores:

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

Salvar e sair

Eu então removi o driver 304

sudo jockey-text -d kmod:nvidia_304

Em seguida, reconfigure algumas coisas, executando isto e pressionando ok.

sudo pam-auth-update --force

Rebooted.

Então eu instalei o VirtualGL link

sudo dpkg -i virtualgl_2.3.3_amd64.deb

Depois de executar o optirun, aqui está a saída:

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>

com 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>

E aqui está o meu arquivo 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>

Se você precisar de algo mais do meu lado, por favor, pergunte.

    
por user251066 22.02.2014 / 13:30

2 respostas

3

Ok, compartilhamos especificações bem parecidas! Você precisa se livrar de Bumblebee e 304 driver Nvidia. Bumblebee não roda na minha máquina Optimus, os mesmos problemas. obter indicador Prime.

Para remover e limpar o terminal de execução do bumblebee (se você tem tela preta, pressione Ctrl+Alt+F2 ) e digite:

sudo apt-get remove --purge bumblebee

Para instalar o Prime run:

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

Deve funcionar a partir da caixa com o Prime.Indicator. Se não, purgue-os todos com:

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

e comece do zero com:

sudo apt-get install nvidia-331 prime-indicator

Quando funcionar, instale o mesa-utils com sudo apt-get install mesa-utils , o que nos permite reconhecer a GPU. Mude para GPU Intel a partir do Indicador Prime e obtenha Intel Graphics Installer , localize o Instalador no Dash e execute-o para atualizar o seu Intel 4000 com os drivers mais recentes.

EDIT: Depois de instalar o pacote Intel, se sudo apt-get update falhar na chave pública "download.01.org", execute isto no terminal:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A902DDA375E52366
    
por Zbunjeni 27.11.2014 / 01:42
0

Eu tive esse problema no debian, mudando

Driver= to Driver=nvidia

e

KernelDriver=nvidia to KernelDriver=nvidia-current

e depois reiniciar o bumblebeed resolveu o problema. Espero que ajude. Enfim, verifique o nome do seu motorista

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

e tente configurá-lo para a configuração do seu bumblebee.

    
por Pavel Davydov 10.03.2014 / 15:53