by raptor2600 on Wed Feb 27, 2013 2:25 pm
Ok, I installed bumblebee from the official site, according to the official procedure.
After the reboot the daemon was not started so I started the daemon from root.
output from optirun:
raptor ~ # optirun firefox
[ 242.798669] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
[ 242.798780] [ERROR]Aborting because fallback start is disabled.
raptor ~ #
with verbose output:
raptor ~ # optirun -vv firefox
[ 466.636289] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 466.637220] [DEBUG]optirun version 3.1 starting...
[ 466.637247] [DEBUG]Active configuration:
[ 466.637258] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 466.637279] [DEBUG] X display: :8
[ 466.637288] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-current:/usr/lib32/nvidia-current
[ 466.637298] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 466.637308] [DEBUG] Accel/display bridge: auto
[ 466.637318] [DEBUG] VGL Compression: proxy
[ 466.637358] [DEBUG]Using auto-detected bridge virtualgl
[ 466.677758] [INFO]Response: No - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
[ 466.677782] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
[ 466.677789] [DEBUG]Socket closed.
[ 466.677808] [ERROR]Aborting because fallback start is disabled.
[ 466.677815] [DEBUG]Killing all remaining processes.
Kernel log:
Feb 27 19:16:25 raptor kernel: [ 226.578284] bbswitch: version 0.5
Feb 27 19:16:25 raptor kernel: [ 226.578303] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
Feb 27 19:16:25 raptor kernel: [ 226.578318] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.VGA_
Feb 27 19:16:25 raptor kernel: [ 226.578349] bbswitch: failed to evaluate _DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Feb 27 19:16:25 raptor kernel: [ 226.578365] bbswitch: failed to evaluate _DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Feb 27 19:16:25 raptor kernel: [ 226.578383] bbswitch: failed to evaluate _DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Feb 27 19:16:25 raptor kernel: [ 226.578386] bbswitch: No suitable _DSM call found.
Feb 27 19:16:41 raptor kernel: [ 242.539895] nvidia: module license 'NVIDIA' taints kernel.
Feb 27 19:16:41 raptor kernel: [ 242.539899] Disabling lock debugging due to kernel taint
Feb 27 19:16:41 raptor kernel: [ 242.550351] nvidia 0000:01:00.0: >enabling device (0006 -> 0007)
Feb 27 19:16:41 raptor kernel: [ 242.550368] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Feb 27 19:16:41 raptor kernel: [ 242.550496] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.43 Sun Aug 19 20:14:03 PDT 2012
Feb 27 19:16:41 raptor kernel: [ 242.663987] NVRM: failed to copy vbios to system memory.
Feb 27 19:16:41 raptor kernel: [ 242.665640] NVRM: RmInitAdapter failed! (0x30:0xffffffff:861)
Feb 27 19:16:41 raptor kernel: [ 242.665648] NVRM: rm_init_adapter(0) failed
Feb 27 19:20:21 raptor kernel: [ 462.371872] NVRM: failed to copy vbios to system memory.
Feb 27 19:20:21 raptor kernel: [ 462.373516] NVRM: RmInitAdapter failed! (0x30:0xffffffff:861)
Feb 27 19:20:21 raptor kernel: [ 462.373525] NVRM: rm_init_adapter(0) failed
Feb 27 19:20:25 raptor kernel: [ 466.321968] NVRM: failed to copy vbios to system memory.
Feb 27 19:20:25 raptor kernel: [ 466.323599] NVRM: RmInitAdapter failed! (0x30:0xffffffff:861)
Feb 27 19:20:25 raptor kernel: [ 466.323607] NVRM: rm_init_adapter(0) failed
Config for bumblebee, starting from [driver-nvidia] section:
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-current
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
Got to the same point as before the mint reinstall.
Any suggestions ?