Avec plusieurs modifications ; Il y a de l’inutile, c’est certain mais je lui ai “foncé dans le lard” sans méchanceté
[code]root@n73sm:/home/rem# cat /etc/bumblebee/xorg.conf.nouveau
Section "ServerLayout"
Identifier "Layout0"
Option “AutoAddDevices” "false"
Option “AutoAddGPU” "false"
EndSection
Section "Device"
Identifier "DiscreteNvidia"
Driver “nvidia”
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.
BusID “PCI:01:00:0”
EndSection[/code]
Avoir suivi un peu : http://carlosbecker.com/posts/how-to-enable-kms-on-i915-graphiccard-archlinux/
[code]root@n73sm:/home/rem# cat /etc/initramfs-tools/modules
List of modules that you want to include in your initramfs.
They will be loaded at boot time in the order below.
Syntax: module_name [args …]
You must run update-initramfs(8) to effect this change.
Examples:
raid1
sd_mod
intel_agp
drm
i915 modeset=1[/code]
root@n73sm:/home/rem# cat /etc/modprobe.d/i915-kms.conf
options i915 modeset=1
Jusqu’ici. (reboot)
Un extrait du /etc/bumblebee/bumblebee.conf
[code]…
Driver=nouveau
…
Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
#PMMethod=auto
PMMethod=none
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau[/code]
Et avoir effacé un /etc/bumblebee/xorg.conf.nvidia
J’ai maintenant optirun de fonctionnel et un Xorg.0.log meilleur ;
[code][ 501.942] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 501.942] (II) FBDEV: driver for framebuffer: fbdev
[ 501.942] (II) VESA: driver for VESA chipsets: vesa
[ 501.942] (–) using VT number 2
[ 501.955] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
[ 501.955] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917-1 (Vincent Cheng vcheng@debian.org)
[ 501.956] (II) [drm] nouveau interface version: 1.1.2
[ 501.956] (WW) Falling back to old probe method for modesetting
[ 501.956] (WW) Falling back to old probe method for fbdev
[ 501.956] (II) Loading sub module “fbdevhw”
[ 501.956] (II) LoadModule: “fbdevhw”
[ 501.956] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 501.956] (II) Module fbdevhw: vendor=“X.Org Foundation”
[ 501.956] compiled for 1.17.1, module version = 0.0.2
[ 501.956] ABI class: X.Org Video Driver, version 19.0
[ 501.956] (WW) Falling back to old probe method for vesa
[ 501.956] (–) intel(0): Integrated Graphics Chipset: Intel® HD Graphics 3000[/code]
Avec des " Falling back " dont je ne sais pas si il faut que je me préoccupe… Ce ne sont que des Warnings.
Je veux bien une indication là dessus
https://wiki.debian.org/KernelModesetting ne m’a pas beaucoup servi