bumblebee: Failed to initiate mode change

Как правильно задавать вопросы Правильно сформулированный вопрос и его грамотное оформление способствует высокой вероятности получения достаточно содержательного и по существу ответа. Общая рекомендация по составлению тем: 1. Для начала воспользуйтесь поиском форума. 2. Укажите версию ОС вместе с разрядностью. Пример: LM 19.3 x64, LM Sarah x32 3. DE. Если вопрос касается двух, то через запятую. (xfce, KDE, cinnamon, mate) 4. Какое железо. (достаточно вывод inxi -Fxz в спойлере (как пользоваться спойлером смотрим здесь)) или же дать ссылку на hw-probe 5. Суть. Желательно с выводом консоли, логами. 6. Скрин. Просьба указывать 2, 3 и 4 независимо от того, имеет ли это отношение к вопросу или нет. Так же не забываем об общих правилах Как пример вот
Закрыто
no avatar

Автор темы
sheriff
Сообщения: 10
Зарегистрирован: 29 авг 2017, 09:02
Поблагодарили: 1 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#1

29 авг 2017, 09:13

Помогите разобраться, который день бьюсь!
Не могу настроить гибридную графику!

Код: Выделить всё

lspci | egrep 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
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
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
# Xorg binary to run
XorgBinary=/usr/lib/xorg/Xorg

## 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-340
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-340:/usr/lib32/nvidia-340
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-340/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
Xorg.conf.nvidia

Код: Выделить всё

Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"

#   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.
    BusID "PCI:01:00:0"

#   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
Xorg.8.log

Код: Выделить всё

[    22.391] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    22.391] X Protocol Version 11, Revision 0
[    22.391] Build Operating System: Linux 4.4.0-83-generic x86_64 Ubuntu
[    22.391] Current Operating System: Linux sheriff-Lenovo-G580 4.12.9-041209-generic #201708242344 SMP Fri Aug 25 03:47:24 UTC 2017 x86_64
[    22.391] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.9-041209-generic root=UUID=0a759c3a-b3a6-4cf1-b6d8-59a4a3d83d6b ro nogpumanager apci_osi=! acpi_osi=Windows2009 quiet rcutree.rcu_idle_gp_delay=1 splash vt.handoff=7
[    22.391] Build Date: 17 July 2017  05:05:12PM
[    22.391] xorg-server 2:1.18.4-0ubuntu0.3 (For technical support please see http://www.ubuntu.com/support) 
[    22.391] Current version of pixman: 0.33.6
[    22.391] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.391] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.391] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 29 01:25:10 2017
[    22.391] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[    22.391] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[    22.391] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.392] (==) ServerLayout "Layout0"
[    22.392] (==) No screen section available. Using defaults.
[    22.392] (**) |-->Screen "Default Screen Section" (0)
[    22.392] (**) |   |-->Monitor "<default monitor>"
[    22.393] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    22.393] (**) |   |-->Device "DiscreteNvidia"
[    22.393] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.393] (**) Option "AutoAddDevices" "false"
[    22.393] (**) Option "AutoAddGPU" "false"
[    22.393] (**) Not automatically adding devices
[    22.393] (==) Automatically enabling devices
[    22.393] (**) Not automatically adding GPU devices
[    22.393] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.393] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    22.393] 	Entry deleted from font path.
[    22.393] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    22.393] 	Entry deleted from font path.
[    22.393] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    22.393] 	Entry deleted from font path.
[    22.393] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    22.393] 	Entry deleted from font path.
[    22.393] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    22.393] 	Entry deleted from font path.
[    22.393] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    22.393] (++) ModulePath set to "/usr/lib/nvidia-340/xorg,/usr/lib/xorg/modules"
[    22.393] (==) |-->Input Device "<default pointer>"
[    22.393] (==) |-->Input Device "<default keyboard>"
[    22.393] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
[    22.393] (==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
[    22.393] (II) Loader magic: 0x556e8b74fdc0
[    22.393] (II) Module ABI versions:
[    22.393] 	X.Org ANSI C Emulation: 0.4
[    22.393] 	X.Org Video Driver: 20.0
[    22.393] 	X.Org XInput driver : 22.1
[    22.393] 	X.Org Server Extension : 9.0
[    22.394] (--) using VT number 7

[    22.394] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    22.394] (II) xfree86: Adding drm device (/dev/dri/card1)
[    22.395] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.395] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[    22.395] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    22.396] (--) PCI:*(0:1:0:0) 10de:1140:17aa:3983 rev 161, Mem @ 0xf2000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x00003000/128
[    22.396] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    22.396] (II) "glx" will be loaded by default.
[    22.396] (II) LoadModule: "glx"
[    22.397] (II) Loading /usr/lib/nvidia-340/xorg/libglx.so
[    22.517] (II) Module glx: vendor="NVIDIA Corporation"
[    22.517] 	compiled for 4.0.2, module version = 1.0.0
[    22.517] 	Module class: X.Org Server Extension
[    22.517] (II) NVIDIA GLX Module  340.102  Mon Jan 16 12:37:38 PST 2017
[    22.518] (II) LoadModule: "nvidia"
[    22.518] (II) Loading /usr/lib/nvidia-340/xorg/nvidia_drv.so
[    22.526] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.526] 	compiled for 4.0.2, module version = 1.0.0
[    22.526] 	Module class: X.Org Video Driver
[    22.527] (II) LoadModule: "mouse"
[    22.527] (WW) Warning, couldn't open module mouse
[    22.527] (II) UnloadModule: "mouse"
[    22.527] (II) Unloading mouse
[    22.527] (EE) Failed to load module "mouse" (module does not exist, 0)
[    22.527] (II) LoadModule: "kbd"
[    22.527] (WW) Warning, couldn't open module kbd
[    22.527] (II) UnloadModule: "kbd"
[    22.528] (II) Unloading kbd
[    22.528] (EE) Failed to load module "kbd" (module does not exist, 0)
[    22.528] (II) NVIDIA dlloader X Driver  340.102  Mon Jan 16 12:17:09 PST 2017
[    22.528] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.529] (II) Loading sub module "fb"
[    22.529] (II) LoadModule: "fb"
[    22.529] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.530] (II) Module fb: vendor="X.Org Foundation"
[    22.530] 	compiled for 1.18.4, module version = 1.0.0
[    22.530] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.530] (WW) Unresolved symbol: fbGetGCPrivateKey
[    22.530] (II) Loading sub module "wfb"
[    22.530] (II) LoadModule: "wfb"
[    22.531] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.532] (II) Module wfb: vendor="X.Org Foundation"
[    22.532] 	compiled for 1.18.4, module version = 1.0.0
[    22.532] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.532] (II) Loading sub module "ramdac"
[    22.532] (II) LoadModule: "ramdac"
[    22.532] (II) Module "ramdac" already built-in
[    22.534] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    22.534] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    22.534] (==) NVIDIA(0): RGB weight 888
[    22.534] (==) NVIDIA(0): Default visual is TrueColor
[    22.534] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.534] (**) NVIDIA(0): Option "NoLogo" "true"
[    22.534] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[    22.534] (**) NVIDIA(0): Option "UseEDID" "false"
[    22.534] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[    22.535] (**) NVIDIA(0): Enabling 2D acceleration
[    22.535] (**) NVIDIA(0): Ignoring EDIDs
[    22.535] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[    22.535] (**) NVIDIA(0):     mode
[    35.311] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[    35.312] (II) NVIDIA(0): NVIDIA GPU GeForce 610M (GF117) at PCI:1:0:0 (GPU-0)
[    35.313] (--) NVIDIA(0): Memory: 1048576 kBytes
[    35.313] (--) NVIDIA(0): VideoBIOS: 75.17.2e.00.04
[    35.313] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    35.313] (--) NVIDIA(0): Valid display device(s) on GeForce 610M at PCI:1:0:0
[    35.313] (--) NVIDIA(0):     none
[    35.313] (II) NVIDIA(0): Validated MetaModes:
[    35.313] (II) NVIDIA(0):     "NULL"
[    35.313] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    35.313] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    35.313] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    35.313] (--) Depth 24 pixmap format is 32 bpp
[    35.313] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    35.313] (II) NVIDIA:     access.
[    61.354] (II) NVIDIA(0): Setting mode "NULL"
[    61.354] (EE) NVIDIA(0): Failed to initiate mode change.
[    61.354] (EE) NVIDIA(0): Failed to complete mode change
[    81.606] (EE) 
Fatal server error:
[    81.606] (EE) NVIDIA: A GPU exception occurred during X server initialization(EE) 
[    81.606] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    81.606] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[    81.606] (EE) 
[    81.606] (EE) Server terminated with error (1). Closing log file.
Заранее спасибо!!!

Аватара пользователя

Chocobo
Сообщения: 10015
Зарегистрирован: 27 авг 2016, 22:57
Решено: 215
Откуда: НН
Благодарил (а): 815 раз
Поблагодарили: 3010 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#2

29 авг 2017, 09:19

Bumblebee (Nvidia + Intel) в Linux Mint 18 - Здесь смотрел?
Касаемо указания версии драйвера в bumblebee.conf, блеклинстинга модулей и реконф пакету после установки.
В Sarah я ставился так
Изображение
   
Изображение

no avatar

Автор темы
sheriff
Сообщения: 10
Зарегистрирован: 29 авг 2017, 09:02
Поблагодарили: 1 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#3

29 авг 2017, 10:07

Я поэтой инструкции и делал!! там возникали еще ошибки но их кое как устранил, а эту не могу, и драйвера разные пробовал!
у меня ядро 4.12.9. но вроде как ядро модули подхватывает нормально!!! проблема гдето в настройках. но у меня не хватает знаний чтоб понять самому!!
Linux Mint 18.2

Аватара пользователя

Chocobo
Сообщения: 10015
Зарегистрирован: 27 авг 2016, 22:57
Решено: 215
Откуда: НН
Благодарил (а): 815 раз
Поблагодарили: 3010 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#4

29 авг 2017, 11:40

sheriff,судя по логу иксов так и взлетает nvidia-340, а он должен быть в блеклисте уже, чтоб стартовать под интелом без явного указания optirun.
Изображение
   
Изображение

Аватара пользователя

Unborn
Сообщения: 1920
Зарегистрирован: 03 сен 2016, 13:36
Решено: 24
Благодарил (а): 5 раз
Поблагодарили: 264 раза
Контактная информация:

bumblebee: Failed to initiate mode change

#5

29 авг 2017, 16:30

sheriff писал(а): apci_osi=! acpi_osi=Windows2009 quiet rcutree.rcu_idle_gp_delay=1 splash vt.handoff=7
Вот это всё удаляй, если не понимаешь, что это за параметры.
apci_osi=! - без восклицательного знака, это - костыль для ноутов Асус. По большому счёту не нужен. Отдельная тема.
acpi_osi=Windows2009 - бестолковка полная. Нет такого параметра.
rcutree.rcu_idle_gp_delay=1 - не нужно с включенным Оптимус. По сути - костыль.
И сторонние графические репы не нужны. Мёдом там тебе не намазано, - у тебя карта далеко не новой модели, раз со Интелом 2-го поколения работает на пару.
Просто вместо нвидиа-прайм устанавливается шмель по инструкции. А дальше уже смотреть как работает, что не работает.

no avatar

Автор темы
sheriff
Сообщения: 10
Зарегистрирован: 29 авг 2017, 09:02
Поблагодарили: 1 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#6

29 авг 2017, 18:00

переустановил систему ядро не обновлял, поставил все по инструкции Bumblebee (Nvidia + Intel) в Linux Mint 18 драйвера 375 версии, теперь такая ошибка
[ 359.399]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 359.399] X Protocol Version 11, Revision 0
[ 359.399] Build Operating System: Linux 4.4.0-83-generic x86_64 Ubuntu
[ 359.399] Current Operating System: Linux sheriff-Lenovo-G580 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64
[ 359.399] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic root=UUID=e6ff87d0-c433-4f22-b5a3-190e06ae3613 ro nogpumanager quiet splash vt.handoff=7
[ 359.399] Build Date: 17 July 2017 05:05:12PM
[ 359.399] xorg-server 2:1.18.4-0ubuntu0.3 (For technical support please see http://www.ubuntu.com/support&#41;
[ 359.399] Current version of pixman: 0.33.6
[ 359.399] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 359.399] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 359.399] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 29 17:56:34 2017
[ 359.399] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[ 359.399] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[ 359.399] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 359.401] (==) ServerLayout "Layout0"
[ 359.401] (==) No screen section available. Using defaults.
[ 359.401] (**) |-->Screen "Default Screen Section" (0)
[ 359.401] (**) | |-->Monitor "<default monitor>"
[ 359.401] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 359.401] (**) | |-->Device "DiscreteNvidia"
[ 359.401] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 359.401] (**) Option "AutoAddDevices" "false"
[ 359.401] (**) Option "AutoAddGPU" "false"
[ 359.401] (**) Not automatically adding devices
[ 359.401] (==) Automatically enabling devices
[ 359.401] (**) Not automatically adding GPU devices
[ 359.401] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 359.401] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 359.401] (++) ModulePath set to "/usr/lib/nvidia-375/xorg,/usr/lib/xorg/modules"
[ 359.401] (==) |-->Input Device "<default pointer>"
[ 359.401] (==) |-->Input Device "<default keyboard>"
[ 359.401] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[ 359.401] (==) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
[ 359.401] (II) Loader magic: 0x55d7a8786dc0
[ 359.401] (II) Module ABI versions:
[ 359.401] X.Org ANSI C Emulation: 0.4
[ 359.401] X.Org Video Driver: 20.0
[ 359.401] X.Org XInput driver : 22.1
[ 359.401] X.Org Server Extension : 9.0
[ 359.402] (--) using VT number 7

[ 359.402] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 359.403] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 359.403] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 359.403] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 359.405] (--) PCI:*(0:1:0:0) 10de:1140:17aa:3983 rev 161, Mem @ 0xf2000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x00003000/128
[ 359.405] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 359.405] (II) "glx" will be loaded by default.
[ 359.405] (II) LoadModule: "glx"
[ 359.405] (II) Loading /usr/lib/nvidia-375/xorg/libglx.so
[ 359.470] (II) Module glx: vendor="NVIDIA Corporation"
[ 359.470] compiled for 4.0.2, module version = 1.0.0
[ 359.470] Module class: X.Org Server Extension
[ 359.471] (II) NVIDIA GLX Module 375.82 Wed Jul 19 20:30:13 PDT 2017
[ 359.471] (II) LoadModule: "nvidia"
[ 359.471] (II) Loading /usr/lib/nvidia-375/xorg/nvidia_drv.so
[ 359.481] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 359.481] compiled for 4.0.2, module version = 1.0.0
[ 359.481] Module class: X.Org Video Driver
[ 359.481] (II) LoadModule: "mouse"
[ 359.481] (WW) Warning, couldn't open module mouse
[ 359.482] (II) UnloadModule: "mouse"
[ 359.482] (II) Unloading mouse
[ 359.482] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 359.482] (II) LoadModule: "kbd"
[ 359.482] (WW) Warning, couldn't open module kbd
[ 359.482] (II) UnloadModule: "kbd"
[ 359.482] (II) Unloading kbd
[ 359.482] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 359.482] (II) NVIDIA dlloader X Driver 375.82 Wed Jul 19 20:05:50 PDT 2017
[ 359.482] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 359.483] (II) Loading sub module "fb"
[ 359.483] (II) LoadModule: "fb"
[ 359.483] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 359.484] (II) Module fb: vendor="X.Org Foundation"
[ 359.484] compiled for 1.18.4, module version = 1.0.0
[ 359.484] ABI class: X.Org ANSI C Emulation, version 0.4
[ 359.484] (II) Loading sub module "wfb"
[ 359.484] (II) LoadModule: "wfb"
[ 359.485] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 359.486] (II) Module wfb: vendor="X.Org Foundation"
[ 359.486] compiled for 1.18.4, module version = 1.0.0
[ 359.486] ABI class: X.Org ANSI C Emulation, version 0.4
[ 359.486] (II) Loading sub module "ramdac"
[ 359.486] (II) LoadModule: "ramdac"
[ 359.486] (II) Module "ramdac" already built-in
[ 359.489] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 359.489] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 359.489] (==) NVIDIA(0): RGB weight 888
[ 359.489] (==) NVIDIA(0): Default visual is TrueColor
[ 359.489] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 359.492] (**) NVIDIA(0): Option "NoLogo" "true"
[ 359.492] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[ 359.492] (**) NVIDIA(0): Option "UseEDID" "false"
[ 359.492] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[ 359.492] (**) NVIDIA(0): Enabling 2D acceleration
[ 359.492] (**) NVIDIA(0): Ignoring EDIDs
[ 359.492] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[ 359.492] (**) NVIDIA(0): mode
[ 372.229] (II) NVIDIA(0): NVIDIA GPU GeForce 610M (GF117) at PCI:1:0:0 (GPU-0)
[ 372.229] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 372.229] (--) NVIDIA(0): VideoBIOS: 75.17.2e.00.04
[ 372.229] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 372.229] (II) NVIDIA(0): Validated MetaModes:
[ 372.229] (II) NVIDIA(0): "NULL"
[ 372.229] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 372.229] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 372.229] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 372.229] (--) Depth 24 pixmap format is 32 bpp
[ 372.230] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[ 372.230] (II) NVIDIA: access.
[ 410.913] (EE)
Fatal server error:
[ 410.913] (EE) NVIDIA: A GPU exception occurred during X server initialization(EE)
[ 410.913] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 410.913] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[ 410.913] (EE)
[ 410.913] (EE) Server terminated with error (1). Closing log file.
вывод optirun --status при запуски системы
sheriff@sheriff-Lenovo-G580 ~ $ optirun --status
Bumblebee status: Ready (3.2.1). X inactive. Discrete video card is off.
вывод optirun --status после выполнения optirun glxgears
sheriff@sheriff-Lenovo-G580 ~ $ optirun --status
Bumblebee status: Error (3.2.1): [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

Аватара пользователя

Unborn
Сообщения: 1920
Зарегистрирован: 03 сен 2016, 13:36
Решено: 24
Благодарил (а): 5 раз
Поблагодарили: 264 раза
Контактная информация:

bumblebee: Failed to initiate mode change

#7

29 авг 2017, 20:00

sheriff, у тебя проприетарный драйвер загружается по умолчанию, а должен Интел и всегда Интел для использования Шмеля. У тебя в БИОС Оптимус или что?
Что-то кажется, что ты сначала из Менеджера драйверов устанавливаешь Нвидиа, а потом уже остальное.

no avatar

Автор темы
sheriff
Сообщения: 10
Зарегистрирован: 29 авг 2017, 09:02
Поблагодарили: 1 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#8

29 авг 2017, 21:44

в биосе стоит оптимус, я не из менеджера ставил а вот так

Код: Выделить всё

sudo apt-get install bumblebee nvidia-375 nvidia-settings bumblebee-nvidia primus virtualgl linux-headers-$(uname -r) -y
P.S. поставил в биосе только intel
это log Xorg8
[ 359.399]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 359.399] X Protocol Version 11, Revision 0
[ 359.399] Build Operating System: Linux 4.4.0-83-generic x86_64 Ubuntu
[ 359.399] Current Operating System: Linux sheriff-Lenovo-G580 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64
[ 359.399] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic root=UUID=e6ff87d0-c433-4f22-b5a3-190e06ae3613 ro nogpumanager quiet splash vt.handoff=7
[ 359.399] Build Date: 17 July 2017 05:05:12PM
[ 359.399] xorg-server 2:1.18.4-0ubuntu0.3 (For technical support please see http://www.ubuntu.com/support&#41;
[ 359.399] Current version of pixman: 0.33.6
[ 359.399] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 359.399] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 359.399] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Aug 29 17:56:34 2017
[ 359.399] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[ 359.399] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[ 359.399] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 359.401] (==) ServerLayout "Layout0"
[ 359.401] (==) No screen section available. Using defaults.
[ 359.401] (**) |-->Screen "Default Screen Section" (0)
[ 359.401] (**) | |-->Monitor "<default monitor>"
[ 359.401] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 359.401] (**) | |-->Device "DiscreteNvidia"
[ 359.401] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 359.401] (**) Option "AutoAddDevices" "false"
[ 359.401] (**) Option "AutoAddGPU" "false"
[ 359.401] (**) Not automatically adding devices
[ 359.401] (==) Automatically enabling devices
[ 359.401] (**) Not automatically adding GPU devices
[ 359.401] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 359.401] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 359.401] Entry deleted from font path.
[ 359.401] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 359.401] (++) ModulePath set to "/usr/lib/nvidia-375/xorg,/usr/lib/xorg/modules"
[ 359.401] (==) |-->Input Device "<default pointer>"
[ 359.401] (==) |-->Input Device "<default keyboard>"
[ 359.401] (==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
[ 359.401] (==) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
[ 359.401] (II) Loader magic: 0x55d7a8786dc0
[ 359.401] (II) Module ABI versions:
[ 359.401] X.Org ANSI C Emulation: 0.4
[ 359.401] X.Org Video Driver: 20.0
[ 359.401] X.Org XInput driver : 22.1
[ 359.401] X.Org Server Extension : 9.0
[ 359.402] (--) using VT number 7

[ 359.402] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 359.403] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 359.403] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 359.403] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[ 359.405] (--) PCI:*(0:1:0:0) 10de:1140:17aa:3983 rev 161, Mem @ 0xf2000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x00003000/128
[ 359.405] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 359.405] (II) "glx" will be loaded by default.
[ 359.405] (II) LoadModule: "glx"
[ 359.405] (II) Loading /usr/lib/nvidia-375/xorg/libglx.so
[ 359.470] (II) Module glx: vendor="NVIDIA Corporation"
[ 359.470] compiled for 4.0.2, module version = 1.0.0
[ 359.470] Module class: X.Org Server Extension
[ 359.471] (II) NVIDIA GLX Module 375.82 Wed Jul 19 20:30:13 PDT 2017
[ 359.471] (II) LoadModule: "nvidia"
[ 359.471] (II) Loading /usr/lib/nvidia-375/xorg/nvidia_drv.so
[ 359.481] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 359.481] compiled for 4.0.2, module version = 1.0.0
[ 359.481] Module class: X.Org Video Driver
[ 359.481] (II) LoadModule: "mouse"
[ 359.481] (WW) Warning, couldn't open module mouse
[ 359.482] (II) UnloadModule: "mouse"
[ 359.482] (II) Unloading mouse
[ 359.482] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 359.482] (II) LoadModule: "kbd"
[ 359.482] (WW) Warning, couldn't open module kbd
[ 359.482] (II) UnloadModule: "kbd"
[ 359.482] (II) Unloading kbd
[ 359.482] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 359.482] (II) NVIDIA dlloader X Driver 375.82 Wed Jul 19 20:05:50 PDT 2017
[ 359.482] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 359.483] (II) Loading sub module "fb"
[ 359.483] (II) LoadModule: "fb"
[ 359.483] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 359.484] (II) Module fb: vendor="X.Org Foundation"
[ 359.484] compiled for 1.18.4, module version = 1.0.0
[ 359.484] ABI class: X.Org ANSI C Emulation, version 0.4
[ 359.484] (II) Loading sub module "wfb"
[ 359.484] (II) LoadModule: "wfb"
[ 359.485] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 359.486] (II) Module wfb: vendor="X.Org Foundation"
[ 359.486] compiled for 1.18.4, module version = 1.0.0
[ 359.486] ABI class: X.Org ANSI C Emulation, version 0.4
[ 359.486] (II) Loading sub module "ramdac"
[ 359.486] (II) LoadModule: "ramdac"
[ 359.486] (II) Module "ramdac" already built-in
[ 359.489] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 359.489] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 359.489] (==) NVIDIA(0): RGB weight 888
[ 359.489] (==) NVIDIA(0): Default visual is TrueColor
[ 359.489] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 359.492] (**) NVIDIA(0): Option "NoLogo" "true"
[ 359.492] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[ 359.492] (**) NVIDIA(0): Option "UseEDID" "false"
[ 359.492] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[ 359.492] (**) NVIDIA(0): Enabling 2D acceleration
[ 359.492] (**) NVIDIA(0): Ignoring EDIDs
[ 359.492] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[ 359.492] (**) NVIDIA(0): mode
[ 372.229] (II) NVIDIA(0): NVIDIA GPU GeForce 610M (GF117) at PCI:1:0:0 (GPU-0)
[ 372.229] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 372.229] (--) NVIDIA(0): VideoBIOS: 75.17.2e.00.04
[ 372.229] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[ 372.229] (II) NVIDIA(0): Validated MetaModes:
[ 372.229] (II) NVIDIA(0): "NULL"
[ 372.229] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 372.229] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 372.229] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 372.229] (--) Depth 24 pixmap format is 32 bpp
[ 372.230] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[ 372.230] (II) NVIDIA: access.
[ 410.913] (EE)
Fatal server error:
[ 410.913] (EE) NVIDIA: A GPU exception occurred during X server initialization(EE)
[ 410.913] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 410.913] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[ 410.913] (EE)
[ 410.913] (EE) Server terminated with error (1). Closing log file.
вот лог Xorg0
[ 7.005]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 7.005] X Protocol Version 11, Revision 0
[ 7.005] Build Operating System: Linux 4.4.0-83-generic x86_64 Ubuntu
[ 7.005] Current Operating System: Linux sheriff-Lenovo-G580 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64
[ 7.005] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-33-generic root=UUID=e6ff87d0-c433-4f22-b5a3-190e06ae3613 ro nogpumanager quiet splash vt.handoff=7
[ 7.005] Build Date: 17 July 2017 05:05:12PM
[ 7.005] xorg-server 2:1.18.4-0ubuntu0.3 (For technical support please see http://www.ubuntu.com/support&#41;
[ 7.005] Current version of pixman: 0.33.6
[ 7.005] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7.005] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7.005] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 29 21:45:54 2017
[ 7.010] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7.012] (==) No Layout section. Using the first Screen section.
[ 7.012] (==) No screen section available. Using defaults.
[ 7.012] (**) |-->Screen "Default Screen Section" (0)
[ 7.012] (**) | |-->Monitor "<default monitor>"
[ 7.013] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7.013] (==) Automatically adding devices
[ 7.013] (==) Automatically enabling devices
[ 7.013] (==) Automatically adding GPU devices
[ 7.013] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7.013] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 7.013] Entry deleted from font path.
[ 7.013] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 7.013] Entry deleted from font path.
[ 7.013] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 7.013] Entry deleted from font path.
[ 7.013] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 7.013] Entry deleted from font path.
[ 7.013] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 7.013] Entry deleted from font path.
[ 7.013] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 7.013] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 7.013] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7.013] (II) Loader magic: 0x56182ae63dc0
[ 7.013] (II) Module ABI versions:
[ 7.013] X.Org ANSI C Emulation: 0.4
[ 7.013] X.Org Video Driver: 20.0
[ 7.013] X.Org XInput driver : 22.1
[ 7.013] X.Org Server Extension : 9.0
[ 7.014] (++) using VT number 7

[ 7.014] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 7.015] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7.027] (--) PCI:*(0:0:2:0) 8086:0106:17aa:3977 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 7.027] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 7.027] (II) "glx" will be loaded by default.
[ 7.027] (II) LoadModule: "glx"
[ 7.029] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7.214] (II) Module glx: vendor="X.Org Foundation"
[ 7.214] compiled for 1.18.4, module version = 1.0.0
[ 7.214] ABI class: X.Org Server Extension, version 9.0
[ 7.214] (==) AIGLX enabled
[ 7.214] (==) Matched intel as autoconfigured driver 0
[ 7.214] (==) Matched intel as autoconfigured driver 1
[ 7.214] (==) Matched modesetting as autoconfigured driver 2
[ 7.214] (==) Matched fbdev as autoconfigured driver 3
[ 7.214] (==) Matched vesa as autoconfigured driver 4
[ 7.214] (==) Assigned the driver to the xf86ConfigLayout
[ 7.214] (II) LoadModule: "intel"
[ 7.214] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 7.255] (II) Module intel: vendor="X.Org Foundation"
[ 7.255] compiled for 1.18.4, module version = 2.99.917
[ 7.255] Module class: X.Org Video Driver
[ 7.255] ABI class: X.Org Video Driver, version 20.0
[ 7.255] (II) LoadModule: "modesetting"
[ 7.256] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7.256] (II) Module modesetting: vendor="X.Org Foundation"
[ 7.256] compiled for 1.18.4, module version = 1.18.4
[ 7.256] Module class: X.Org Video Driver
[ 7.256] ABI class: X.Org Video Driver, version 20.0
[ 7.256] (II) LoadModule: "fbdev"
[ 7.256] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 7.256] (II) Module fbdev: vendor="X.Org Foundation"
[ 7.256] compiled for 1.18.1, module version = 0.4.4
[ 7.256] Module class: X.Org Video Driver
[ 7.256] ABI class: X.Org Video Driver, version 20.0
[ 7.256] (II) LoadModule: "vesa"
[ 7.256] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 7.256] (II) Module vesa: vendor="X.Org Foundation"
[ 7.256] compiled for 1.18.1, module version = 2.3.4
[ 7.256] Module class: X.Org Video Driver
[ 7.256] ABI class: X.Org Video Driver, version 20.0
[ 7.256] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 7.257] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 7.257] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 7.257] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 7.257] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7.257] (II) FBDEV: driver for framebuffer: fbdev
[ 7.257] (II) VESA: driver for VESA chipsets: vesa
[ 7.257] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20161121
[ 7.257] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.2 (Timo Aaltonen <tjaalton@debian.org>)
[ 7.257] (II) intel(0): SNA compiled for use with valgrind
[ 7.257] (WW) Falling back to old probe method for modesetting
[ 7.258] (WW) Falling back to old probe method for fbdev
[ 7.258] (II) Loading sub module "fbdevhw"
[ 7.258] (II) LoadModule: "fbdevhw"
[ 7.258] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 7.258] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 7.258] compiled for 1.18.4, module version = 0.0.2
[ 7.258] ABI class: X.Org Video Driver, version 20.0
[ 7.258] (WW) Falling back to old probe method for vesa
[ 7.258] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
[ 7.258] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2; using a maximum of 2 threads
[ 7.258] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 7.259] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 7.259] (==) intel(0): RGB weight 888
[ 7.259] (==) intel(0): Default visual is TrueColor
[ 7.259] (II) intel(0): Output LVDS1 has no monitor section
[ 7.276] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[ 7.276] (II) intel(0): Enabled output LVDS1
[ 7.276] (II) intel(0): Output VGA1 has no monitor section
[ 7.276] (II) intel(0): Enabled output VGA1
[ 7.276] (II) intel(0): Output HDMI1 has no monitor section
[ 7.276] (II) intel(0): Enabled output HDMI1
[ 7.276] (II) intel(0): Output DP1 has no monitor section
[ 7.276] (II) intel(0): Enabled output DP1
[ 7.276] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 7.276] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 7.276] (II) intel(0): Enabled output VIRTUAL1
[ 7.276] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[ 7.276] (==) intel(0): TearFree disabled
[ 7.276] (==) intel(0): DPI set to (96, 96)
[ 7.276] (II) Loading sub module "dri2"
[ 7.276] (II) LoadModule: "dri2"
[ 7.276] (II) Module "dri2" already built-in
[ 7.276] (II) Loading sub module "present"
[ 7.276] (II) LoadModule: "present"
[ 7.276] (II) Module "present" already built-in
[ 7.276] (II) UnloadModule: "modesetting"
[ 7.276] (II) Unloading modesetting
[ 7.276] (II) UnloadModule: "fbdev"
[ 7.276] (II) Unloading fbdev
[ 7.276] (II) UnloadSubModule: "fbdevhw"
[ 7.276] (II) Unloading fbdevhw
[ 7.276] (II) UnloadModule: "vesa"
[ 7.276] (II) Unloading vesa
[ 7.276] (==) Depth 24 pixmap format is 32 bpp
[ 7.296] (II) intel(0): SNA initialized with Sandybridge (gen6, gt1) backend
[ 7.296] (==) intel(0): Backing store enabled
[ 7.296] (==) intel(0): Silken mouse enabled
[ 7.296] (II) intel(0): HW Cursor enabled
[ 7.296] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 7.297] (==) intel(0): DPMS enabled
[ 7.297] (==) intel(0): Display hotplug detection enabled
[ 7.297] (II) intel(0): [DRI2] Setup complete
[ 7.297] (II) intel(0): [DRI2] DRI driver: i965
[ 7.297] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 7.297] (II) intel(0): direct rendering: DRI2 enabled
[ 7.297] (II) intel(0): hardware support for Present enabled
[ 7.297] (--) RandR disabled
[ 7.316] (II) SELinux: Disabled on system
[ 7.449] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 7.449] (II) AIGLX: enabled GLX_ARB_create_context
[ 7.449] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 7.449] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 7.449] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 7.449] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 7.449] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 7.449] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 7.449] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 7.449] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 7.449] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 7.449] (II) AIGLX: Loaded and initialized i965
[ 7.449] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7.452] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 7.458] (II) intel(0): Setting screen physical size to 361 x 203
[ 7.645] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 7.645] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 7.645] (II) LoadModule: "evdev"
[ 7.645] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 7.658] (II) Module evdev: vendor="X.Org Foundation"
[ 7.658] compiled for 1.18.1, module version = 2.10.1
[ 7.658] Module class: X.Org XInput Driver
[ 7.658] ABI class: X.Org XInput driver, version 22.1
[ 7.658] (II) Using input driver 'evdev' for 'Power Button'
[ 7.658] (**) Power Button: always reports core events
[ 7.658] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 7.658] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 7.658] (--) evdev: Power Button: Found keys
[ 7.658] (II) evdev: Power Button: Configuring as keyboard
[ 7.658] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 7.658] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 7.658] (**) Option "xkb_rules" "evdev"
[ 7.658] (**) Option "xkb_model" "pc105"
[ 7.659] (**) Option "xkb_layout" "us"
[ 7.659] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 7.660] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 7.660] (II) Using input driver 'evdev' for 'Video Bus'
[ 7.660] (**) Video Bus: always reports core events
[ 7.660] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 7.660] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 7.660] (--) evdev: Video Bus: Found keys
[ 7.660] (II) evdev: Video Bus: Configuring as keyboard
[ 7.660] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event4"
[ 7.660] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 7.660] (**) Option "xkb_rules" "evdev"
[ 7.660] (**) Option "xkb_model" "pc105"
[ 7.660] (**) Option "xkb_layout" "us"
[ 7.661] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 7.661] (II) No input driver specified, ignoring this device.
[ 7.661] (II) This device may have been added with another device file.
[ 7.661] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 7.661] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 7.662] (II) Using input driver 'evdev' for 'Sleep Button'
[ 7.662] (**) Sleep Button: always reports core events
[ 7.662] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 7.662] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 7.662] (--) evdev: Sleep Button: Found keys
[ 7.662] (II) evdev: Sleep Button: Configuring as keyboard
[ 7.662] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 7.662] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 7.662] (**) Option "xkb_rules" "evdev"
[ 7.662] (**) Option "xkb_model" "pc105"
[ 7.662] (**) Option "xkb_layout" "us"
[ 7.663] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event7)
[ 7.663] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
[ 7.663] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
[ 7.663] (**) Lenovo EasyCamera: always reports core events
[ 7.663] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event7"
[ 7.663] (--) evdev: Lenovo EasyCamera: Vendor 0x5986 Product 0x295
[ 7.663] (--) evdev: Lenovo EasyCamera: Found keys
[ 7.663] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
[ 7.663] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input8/event7"
[ 7.663] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 9)
[ 7.663] (**) Option "xkb_rules" "evdev"
[ 7.663] (**) Option "xkb_model" "pc105"
[ 7.663] (**) Option "xkb_layout" "us"
[ 7.664] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[ 7.664] (II) No input driver specified, ignoring this device.
[ 7.664] (II) This device may have been added with another device file.
[ 7.665] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[ 7.665] (II) No input driver specified, ignoring this device.
[ 7.665] (II) This device may have been added with another device file.
[ 7.665] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[ 7.665] (II) No input driver specified, ignoring this device.
[ 7.665] (II) This device may have been added with another device file.
[ 7.666] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
[ 7.666] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[ 7.666] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
[ 7.666] (**) Ideapad extra buttons: always reports core events
[ 7.666] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event6"
[ 7.666] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
[ 7.666] (--) evdev: Ideapad extra buttons: Found keys
[ 7.666] (II) evdev: Ideapad extra buttons: Configuring as keyboard
[ 7.666] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input7/event6"
[ 7.666] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 10)
[ 7.666] (**) Option "xkb_rules" "evdev"
[ 7.666] (**) Option "xkb_model" "pc105"
[ 7.666] (**) Option "xkb_layout" "us"
[ 7.667] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 7.667] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 7.667] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 7.667] (**) AT Translated Set 2 keyboard: always reports core events
[ 7.667] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 7.667] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 7.667] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 7.667] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 7.668] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 7.668] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 7.668] (**) Option "xkb_rules" "evdev"
[ 7.668] (**) Option "xkb_model" "pc105"
[ 7.668] (**) Option "xkb_layout" "us"
[ 7.669] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[ 7.669] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 7.669] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchscreen catchall"
[ 7.669] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 7.669] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 7.669] (II) LoadModule: "synaptics"
[ 7.669] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 7.669] (II) Module synaptics: vendor="X.Org Foundation"
[ 7.669] compiled for 1.18.1, module version = 1.8.2
[ 7.669] Module class: X.Org XInput Driver
[ 7.669] ABI class: X.Org XInput driver, version 22.1
[ 7.669] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 7.669] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 7.669] (**) Option "Device" "/dev/input/event5"
[ 7.736] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5728 (res 46)
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4902 (res 83)
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 7.736] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 7.736] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 7.776] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 7.776] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 7.776] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 7.776] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 7.776] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[ 7.776] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 7.776] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 7.776] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 7.776] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 7.776] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 7.776] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 7.777] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 9.172] (II) intel(0): EDID vendor "SEC", prod id 16978
[ 9.172] (II) intel(0): Printing DDC gathered Modelines:
[ 9.172] (II) intel(0): Modeline "1366x768"x0.0 74.80 1366 1414 1446 1578 768 770 775 790 -hsync -vsync (47.4 kHz eP)

Аватара пользователя

Unborn
Сообщения: 1920
Зарегистрирован: 03 сен 2016, 13:36
Решено: 24
Благодарил (а): 5 раз
Поблагодарили: 264 раза
Контактная информация:

bumblebee: Failed to initiate mode change

#9

30 авг 2017, 10:29

sheriff, вот ещё попробуй - http://help.ubuntu.ru/wiki/bumblebee
Должен быть включен Оптимус. Загрузка с nomodeset и установка всего это хозяйства.
В Убунтоподобных х.з., а в Арче даже с nouveau заводили шмеля.
А может в твоём ноуте Оптимус сводится к софтовому переключению карт, а не их совместной работе.

no avatar

Автор темы
sheriff
Сообщения: 10
Зарегистрирован: 29 авг 2017, 09:02
Поблагодарили: 1 раз
Контактная информация:

bumblebee: Failed to initiate mode change

#10

30 авг 2017, 22:42

то что по ссылке эт я пробовоал!!! можешь подробнее рассказать как и что!!

Закрыто

Вернуться в «Видеокарты»

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и 2 гостя