Como faço para o Ubuntu reconhecer minha placa gráfica nvidia?

14

Se eu digitar lspci| grep VGA no terminal, recebo esta saída:

00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller(rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 0fd1 (rev a1)

Quando eu instalo nvidia-current ele instala 259.49, que é o driver errado para o 650m (259.59 é o correto). Alguma idéia?

EDIT: Eu usei este comando dpkg --list | egrep '(nvidia|bumbl)' | grep ^ii qual saída

ii  bumblebee                              3.0-2~preciseppa1                       nVidia Optimus support
ii  bumblebee-nvidia                       3.0-2~preciseppa1                       nVidia Optimus support using the proprietary NVIDIA driver
ii  nvidia-common                          1:0.2.44                                Find obsolete NVIDIA drivers
ii  nvidia-current                         295.40-0ubuntu1                         NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-settings                        295.33-0ubuntu1                         Tool of configuring the NVIDIA graphics driver

Então, acho que isso mostra que, como não tem ideia de qual cartão é, ele não seleciona os drivers certos ...

Além disso, o computador é um Samsung Série 7 (700Z7C), se isso ajuda

A execução de optirun glxspheres fornece essa saída em kern.log

NVRM: GPU at 0000:01:00.0 has fallen off the bus.
NVRM: GPU at 0000:01:00.0 has fallen off the bus.
NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
NVRM: rm_init_adapter(0) failed
    
por twf0001 12.07.2012 / 04:03

5 respostas

14

Ok, como você não mencionou na sua pergunta que você tem laptop otimizado e, de acordo com a interação com outros usuários, está claro que você está em uma confusão. É necessária uma nova instalação. Deixe-me explicar para você .

optimus não é suportado pelos drivers nvdia no linux. Então, se você instalar drivers nvidia de qualquer repo. Você não poderá inicializar na GUI. A página do driver linux da nvidia tem um aviso como The driver won't work with few models (poucos significam placas gráficas otimizadas)

Portanto, há algum trabalho não oficial para obter pelo menos o recurso de economia de energia (ou seja, desativar a GPU discreta). O primeiro sucesso foi por mj-casalogic . (Eu não sei o nome dele) Seu primeiro projeto chamado bumblebee então ele atualizou e renomeou ironhide .

No entanto, o ironhide não foi bem projetado e tem muitos problemas. Agora é um projeto abandonado.

Bumblebee 3.0 foi um fork do projeto original do bumblebee. Ele tem mais estabilidade e todo o código foi reescrito em C. Agora, um daemon é executado a partir da inicialização. Desative a GPU discreta automaticamente e use-a somente quando necessário. Mas isso não é compatível com ironhide ou anterior bumblebee . Você tem que fazer um monte de coisas para fazer isso funcionar. É mais fácil reinstalar o Ubuntu.

Após a instalação limpa do Ubuntu, faça o seguinte

Instrução para instalar o Bumblebee para desativar a GPU discreta e ativar somente quando necessário

  1. Digite o seguinte no terminal:

    sudo add-apt-repository ppa:bumblebee/stable
    sudo apt-get update
    
  2. Para instalar o Bumblebee usando o driver nvidia proprietário:

    Para 12.04 - 13.04

    sudo apt-get install bumblebee bumblebee-nvidia virtualgl linux-headers-generic
    

    E para 13.10:

    sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
    
  3. Reinicie.

Se você quiser apenas desativar o cartão nvidia, não há necessidade de aprender os seguintes

Instrução de uso:

Para executar um programa com placa nvidia, use o comando optirun prefixado no terminal. Gostaria de executar glxspheres com o tipo de cartão nvidia

optirun glxspheres

Para executar o tipo do firefox: optirun firefox &

Para obter o modelo da placa gráfica, instale mesa-utils . Lembre-se de que o modelo da placa gráfica não será da nvidia one. Será intel, porque na nvidia optimus a placa nvidia não é exposta diretamente. Placa da Nvidia é conectada via Intel

Perguntas vinculadas:

Como bem os cartões Nvidia Optimus serão suportado em 12.04?

Uma tecnologia NVIDIA GeForce com Optimus é suportada pelo Ubuntu?

Não é possível usar cartão / driver nvidia no notebook otimus

    
por Web-E 13.07.2012 / 06:13
6

Você deseja usar os drivers agrupados Bumblebee para o seu sistema. Você deve ser capaz de resolver seu problema seguindo o mesmo procedimento aqui: Problemas com gráficos portáteis Switchable no Ubuntu 12.04?

PS. Não use ironhide ou x-swat para uma placa gráfica Optimus. As pessoas estão espalhando informações desatualizadas.

    
por Sepero 12.07.2012 / 09:16
1

Você aceitou uma resposta para sua pergunta, mas você já resolveu esse problema? Caso você não tenha, e para outras pessoas que procuram instruções passo-a-passo para obter o Optimus GT650M trabalhando com o zangão e o driver proprietário da NVidia, você deve verificar uma receita que eu escrevi aqui: link

Basicamente, até o bumblebee 3.0.1 e o nvidia-current 304.22b estarem em um repositório do Ubuntu, você provavelmente terá que seguir um método semelhante à minha receita para poder usar sua placa NVidia.

Em suma, isso envolve a instalação de uma nova versão beta do driver NVidia (a versão oficial), mas você tem que usar muitas opções de linha de comando ao instalá-lo, para obtê-lo em um local não padrão e por isso não remove todas as suas coisas existentes no OpenGL.

Então você tem que instalar o bumblebee 3.0.1 de seu repositório git, e configurá-lo para poder encontrar todas as bibliotecas NVidia, mas também para usar um driver Intel ao acessar o framebuffer.

As instruções completas estão no link que eu forneci, mas por favor siga-as apenas em uma nova instalação do Ubuntu, com tudo feito em outro lugar.

    
por Defcronyke 01.08.2012 / 01:33
0

Eu tenho Bumblebee trabalhando. Eu estou usando Mint 13 64bit Mate Maya, que é muito perto de Ubuntu 12.04, na Samsung Series 7 Chronos NP700z5c laptop Optimus usando Intel GPU Intel Ivy Bridge hd4000 e GPU Geforce GT 630m e CPU i7-3615QM.

Este site ajudou bastante: link

Execute todas as etapas, exceto a etapa 7 e, em seguida, você terá que fazer o seguinte em um terminal:

sudo gedit /etc/modprobe.d/blacklist.conf

Agora adicione as seguintes linhas ao final do arquivo e salve:

blacklist amd76x_edac
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv

Você precisará fazer o seguinte em um terminal:

sudo gedit /etc/bumblebee/bumblebee.conf

Altere-os no arquivo e salve:

Driver="empty or whatever" to  Driver=nvidia
kernelDriver=nvidia-current to KernelDriver=nvidia

sudo update-initramfs -u

O arranque pode ser um buggy que deve ser Ctrl + Alt + F6 e depois Ctrl + < kbd> Alt + F8 para sair da tela preta de pânico para o Mint 13.

O Ubuntu usa chaves diferentes Ctrl + Alt + F1 e depois Ctrl + Alt + F7 .

sudo reboot

Em seguida, execute seu gerenciador de atualização. Meu zangão não funcionou até que o SO ir as coisas novas.

Tente optirun glxgears em um terminal.

Estes são os sites que me ajudam muito na minha Samsung:

link e link

Eu corri:

optirun firefox    and played www.quakelive.com 
optirun glxgears, and optirun glxspheres.

pluma é um editor de texto no mint 13 mate maya.

Veja como é esse arquivo:

sudo pluma /etc/modprobe.d/blacklist.conf

# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.

blacklist amd76x_edac
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv









 Here is what this file look like,
sudo pluma /etc/bumblebee/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=nvidia

## Client options. Will take effect on the next optirun executed.
[optirun]
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# 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

## 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
Module=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-current/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
    
por keghn 18.08.2012 / 21:28
0

No Ubuntu 15.10 com um modelo NVIDIA GPU NVS 5400M em um Lenovo ThinkPad T430, tudo que eu precisava era:

sudo apt-get install nvidia-352

em que nvidia-352 é o driver mais recente encontrado em:

sudo apt-cache search nvidia-

Uma opção de GUI é executada:

software-properties-gtk

depois, na aba "Drivers adicionais", obtenha o driver da GPU que diz "testado".

Depois de uma reinicialização, eu verifiquei se ele funciona como mencionado em: por Ciro Santilli 新疆改造中心 六四事件 法轮功 01.11.2015 / 01:04