최근에 그래픽이 통합 된 Intel Ivy Bridge와 Optimus 기술이 적용된 NVidia GPU에 Ubuntu 12.04를 설치했지만 제대로 작동하도록 관리 할 수 없습니다. 나는 이미 bumblebee 프로젝트의 해결책을 통과했지만 iam은 nvidia 카드로 무엇이든 실행하려고 할 때 다음 메시지를 받았습니다 (예 :) optirun firefox
.
[ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ERROR]Could not connect to bumblebee daemon - is it running?
nvidia 카드가 제대로 작동하지 않기 때문에 그래픽 처리 및 플로팅에 X11 시스템을 사용하는 Scilab과 같은 일부 소프트웨어도 작동하지 않습니다.
내 BIOS에는 그래픽 카드와 관련된 옵션이 없으며 데몬 로그가 반환됩니다.
Jul 5 16:10:51 humannoise-W251ESQ-W270ESQ bumblebeed[980]: Module 'nvidia' is not found.
Jul 5 16:10:51 humannoise-W251ESQ-W270ESQ kernel: [ 17.943272] init: bumblebeed main process (980) terminated with status 1
Jul 5 16:10:51 humannoise-W251ESQ-W270ESQ kernel: [ 17.943288] init: bumblebeed main process ended, respawning
Jul 5 16:10:51 humannoise-W251ESQ-W270ESQ bumblebeed[1026]: Module 'nvidia' is not found.
lspci -nn | grep '\[030[02]\]:'
반환
00:02.0 VGA compatible controller [0300]: Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:0de9] (rev a1)
좋아, dpkg -l | grep '^ii' | grep nvidia
내가 얻은 명령에 대해 :
ii bumblebee-nvidia 3.0-2~preciseppa1 nVidia Optimus support using the proprietary NVIDIA driver
ii nvidia-current 302.17-0ubuntu1~precise~xup1 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-current-updates 295.49-0ubuntu0.1 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-settings 302.17-0ubuntu1~precise~xup3 Tool of configuring the NVIDIA graphics driver
ii nvidia-settings-updates 295.33-0ubuntu1 Tool of configuring the NVIDIA graphics driver
이전 엔비디아 드라이브 제거를 포함한 전체 재설치 후 lsmod | grep -E 'nvidia|nouveau'
다음을 반환했습니다.
nvidia 10888310 46
dmesg | grep -C3 -E 'nouveau | NVRM'은 다음을 반환했습니다.
[ 1875.607283] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1875.607289] nvidia 0000:01:00.0: setting latency timer to 64
[ 1875.607293] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[ 1875.607363] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 302.17 Tue Jun 12 16:03:22 PDT 2012
[ 1884.830035] nvidia 0000:01:00.0: PCI INT A disabled
[ 1884.832058] bbswitch: disabling discrete graphics
[ 1884.832960] bbswitch: Result of Optimus _DSM call: 09000019
Scilab과 같은 일부 프로그램은 이제 optirun (예 :) >optirun scilab
호출 에서 제대로 작동합니다 .