sudo gedit /etc/bumblebee/xorg.conf.nvidia
и вставить строчку
BusID "PCI:02:00:0"
точнее рас комментировать если нужно и исправить
Правил в /etc/bumblebee/xorg.conf.nvidia параметр BusID на "PCI:02:00:0"
также в файле /etc/bumblebee/xorg.conf.nouveau тот же параметр изменил на PCI:02:00:0
Проблема осталось, при команде
optirun firefox пишет
[ 2240.205111] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ 2240.205219] [ERROR]Aborting because fallback start is disabled.
Пользователь решил продолжить мысль 17 Ноября 2013, 21:18:31:
Наконец-то. Раскоментировал и расставил по местам как нужно. Выполнил команду optirun firefox и он черт подери запустился! Спасибо всем большое (в частности огромное спасибо
neon1ks'у
Если кому интересно, вот мои настройки:
1. Для /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:02:00:0"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting may be needed in some platforms with more than one
# nvidia card, which may confuse the proprietary driver (e.g.,
# trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#
# Setting ProbeAllGpus to false prevents the new proprietary driver
# instance spawned to try to control the integrated graphics card,
# which is already being managed outside bumblebee.
# This option doesn't hurt and it is required on platforms running
# more than one nvidia graphics card with the proprietary driver.
# (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
# If this option is not set, the new Xorg may blacken the screen and
# render it unusable (unless you have some way to run killall Xorg).
Option "ProbeAllGpus" "false"
Option "NoLogo" "true"
Option "UseEDID" "false"
Option "UseDisplayDevice" "none"
EndSection
2. Для /etc/bumblebee/xorg.conf.nouveau
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver "nouveau"
BusID "PCI:02:00:0"
# If the X server does not automatically detect your VGA device,
# you can manually set it here.
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
# as you see in the commented example.
# This Setting is needed on Ubuntu 13.04.
#
EndSection
Пользователь решил продолжить мысль 17 Ноября 2013, 21:21:22:
А как правильно с помощью bumblebee запустить photoshop из wine?