Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 23/04/2013, à 21:17

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Euh que le bug rencontré devient plus gênant que prévu ?

Tu peux fournir la sortie de optirun -vv glxinfo, le fichier Xorg.8.log complet, ainsi que le contenu des fichiers /etc/bumblebee/[xorg.conf.nvidia,bumblebee.conf] et /etc/bumblebee/xorg.conf.d/busid.conf ?

Hors ligne

#52 Le 23/04/2013, à 21:18

DarthAngel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

apres le remplacement des 3 fichiers de configuration j'ai aussi un soucis:

[  975.839221] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Screen 0 deleted because of no matching config section.

[  975.839325] [ERROR]Aborting because fallback start is disabled.

J'ai purgé les paquets de bumblebee et reinstaller mais ça ne change rien.
PS: Je suis sous raring mais bon à quelques jours de la sortie ce ne devrait pas être un soucis je pense.

Hors ligne

#53 Le 23/04/2013, à 21:18

GP974

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

bonjour chez moi avec le nouvelle version ca ne marche plus du tous

idem il ma demander de modifier 3 fichier de config
optirun glxspheres

[  218.289632] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  218.289969] [DEBUG]optirun version 3.2 starting...
[  218.289977] [DEBUG]Active configuration:
[  218.289980] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  218.289984] [DEBUG] X display: :8
[  218.289987] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-304
[  218.289990] [DEBUG] Socket path: /var/run/bumblebee.socket
[  218.289993] [DEBUG] Accel/display bridge: primus
[  218.289996] [DEBUG] VGL Compression: proxy
[  218.289999] [DEBUG] VGLrun extra options: 
[  218.290002] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  219.636089] [INFO]Response: Yes. X is active.

[  219.636113] [INFO]Running application using primus.
[  219.636244] [DEBUG]Process glxspheres started, PID 10666.
Polygons in scene: 62464
Visual ID of window: 0x20
Xlib:  extension "GLX" missing on display ":8".
[  219.819123] [DEBUG]SIGCHILD received, but wait failed with No child processes
[  219.819148] [DEBUG]Socket closed.
[  219.819163] [DEBUG]Killing all remaining processes.

cat /etc/bumblebee/xorg.conf.nvidia

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

Section "Device"
    Identifier  "Device1"
    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 | grep VGA` 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).
#   BusID "PCI:02:00:0"

 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"
    Option "ConnectedMonitor" "DFP"
EndSection

cat /etc/bumblebee/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=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## 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-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

cat /etc/bumblebee/xorg.conf.d/busid.conf

Section "Device"
    Identifier  "DiscreteNvidia"
#   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"
EndSection

Avec le bug l'ecran deviebs noir pour recuperer l'affichage je dois passer en console avec ctrl + alf + f1
puis revenir sur l'interface graphique

Dernière modification par GP974 (Le 23/04/2013, à 21:26)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#54 Le 23/04/2013, à 21:36

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

@GP974: Tu peux supprimer ton fichier xorg.conf.nvidia et faire un apt-get install --reinstall bumblebee ?

Les autres, j'ai besoin des logs demandés.

Dernière modification par ArchangeGabriel (Le 23/04/2013, à 21:37)

Hors ligne

#55 Le 23/04/2013, à 21:41

DarthAngel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

optirun glxspheres

[  628.241927] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  628.242661] [INFO]Configured driver: nvidia
[  628.242927] [DEBUG]optirun version 3.2 starting...
[  628.242962] [DEBUG]Active configuration:
[  628.242980] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  628.243001] [DEBUG] X display: :8
[  628.243012] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-304
[  628.243022] [DEBUG] Socket path: /var/run/bumblebee.socket
[  628.243032] [DEBUG] Accel/display bridge: auto
[  628.243042] [DEBUG] VGL Compression: proxy
[  628.243051] [DEBUG] VGLrun extra options: 
[  628.243060] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  628.243091] [DEBUG]Using auto-detected bridge primus
[  628.442977] [INFO]Response: No - error: [XORG] (EE) Screen 0 deleted because of no matching config section.

[  628.443034] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Screen 0 deleted because of no matching config section.

[  628.443057] [DEBUG]Socket closed.
[  628.443104] [ERROR]Aborting because fallback start is disabled.
[  628.443118] [DEBUG]Killing all remaining processes.

cat /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: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

cat /etc/bumblebee/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=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## 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-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

cat /etc/bumblebee/xorg.conf.d/busid.conf

Section "Device"
    Identifier  "DiscreteNvidia"
#   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"
EndSection

cat /var/log/Xorg.8.log

[  1826.609] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[  1826.609] X Protocol Version 11, Revision 0
[  1826.609] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[  1826.609] Current Operating System: Linux GABUZOMEU 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64
[  1826.609] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=dbf61de5-f0f9-4822-8f4a-200ab1a64084 ro quiet splash acpi_osi=Linux acpi_backlight=vendor
[  1826.610] Build Date: 17 April 2013  10:43:13PM
[  1826.610] xorg-server 2:1.13.3-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) 
[  1826.610] Current version of pixman: 0.28.2
[  1826.610] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1826.610] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1826.610] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Apr 23 22:54:47 2013
[  1826.610] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[  1826.610] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[  1826.610] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1826.612] (==) ServerLayout "Layout0"
[  1826.612] (==) No screen section available. Using defaults.
[  1826.612] (**) |-->Screen "Default Screen Section" (0)
[  1826.612] (**) |   |-->Monitor "<default monitor>"
[  1826.612] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1826.612] (**) |   |-->Device "DiscreteNvidia"
[  1826.612] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1826.612] (**) Option "AutoAddDevices" "false"
[  1826.612] (**) Option "AutoAddGPU" "false"
[  1826.612] (**) Not automatically adding devices
[  1826.612] (==) Automatically enabling devices
[  1826.612] (**) Not automatically adding GPU devices
[  1826.612] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1826.612] 	Entry deleted from font path.
[  1826.612] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  1826.612] 	Entry deleted from font path.
[  1826.612] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1826.612] 	Entry deleted from font path.
[  1826.612] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  1826.612] 	Entry deleted from font path.
[  1826.612] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1826.612] 	Entry deleted from font path.
[  1826.612] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  1826.612] 	Entry deleted from font path.
[  1826.612] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[  1826.612] (++) ModulePath set to "/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules"
[  1826.612] (==) |-->Input Device "<default pointer>"
[  1826.612] (==) |-->Input Device "<default keyboard>"
[  1826.612] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
[  1826.612] (==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
[  1826.612] (II) Loader magic: 0x7f2c5f295d20
[  1826.612] (II) Module ABI versions:
[  1826.612] 	X.Org ANSI C Emulation: 0.4
[  1826.612] 	X.Org Video Driver: 13.1
[  1826.612] 	X.Org XInput driver : 18.0
[  1826.612] 	X.Org Server Extension : 7.0
[  1826.612] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1826.613] (--) PCI: (0:1:0:0) 10de:1051:144d:c606 rev 161, Mem @ 0xe0000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128
[  1826.614] (II) Open ACPI successful (/var/run/acpid.socket)
[  1826.614] Initializing built-in extension Generic Event Extension
[  1826.614] Initializing built-in extension SHAPE
[  1826.614] Initializing built-in extension MIT-SHM
[  1826.614] Initializing built-in extension XInputExtension
[  1826.614] Initializing built-in extension XTEST
[  1826.614] Initializing built-in extension BIG-REQUESTS
[  1826.614] Initializing built-in extension SYNC
[  1826.614] Initializing built-in extension XKEYBOARD
[  1826.614] Initializing built-in extension XC-MISC
[  1826.614] Initializing built-in extension SECURITY
[  1826.614] Initializing built-in extension XINERAMA
[  1826.614] Initializing built-in extension XFIXES
[  1826.614] Initializing built-in extension RENDER
[  1826.614] Initializing built-in extension RANDR
[  1826.614] Initializing built-in extension COMPOSITE
[  1826.614] Initializing built-in extension DAMAGE
[  1826.614] Initializing built-in extension MIT-SCREEN-SAVER
[  1826.614] Initializing built-in extension DOUBLE-BUFFER
[  1826.614] Initializing built-in extension RECORD
[  1826.614] Initializing built-in extension DPMS
[  1826.614] Initializing built-in extension X-Resource
[  1826.614] Initializing built-in extension XVideo
[  1826.614] Initializing built-in extension XVideo-MotionCompensation
[  1826.614] Initializing built-in extension SELinux
[  1826.614] Initializing built-in extension XFree86-VidModeExtension
[  1826.614] Initializing built-in extension XFree86-DGA
[  1826.614] Initializing built-in extension XFree86-DRI
[  1826.614] Initializing built-in extension DRI2
[  1826.614] (II) LoadModule: "glx"
[  1826.614] (II) Loading /usr/lib/nvidia-304/xorg/libglx.so
[  1826.625] (II) Module glx: vendor="NVIDIA Corporation"
[  1826.625] 	compiled for 4.0.2, module version = 1.0.0
[  1826.625] 	Module class: X.Org Server Extension
[  1826.625] (II) NVIDIA GLX Module  304.88  Wed Mar 27 14:46:57 PDT 2013
[  1826.625] Loading extension GLX
[  1826.625] (==) Matched intel as autoconfigured driver 0
[  1826.625] (==) Matched intel as autoconfigured driver 1
[  1826.625] (==) Matched vesa as autoconfigured driver 2
[  1826.625] (==) Matched modesetting as autoconfigured driver 3
[  1826.625] (==) Matched fbdev as autoconfigured driver 4
[  1826.625] (==) Assigned the driver to the xf86ConfigLayout
[  1826.625] (II) LoadModule: "intel"
[  1826.626] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1826.626] (II) Module intel: vendor="X.Org Foundation"
[  1826.626] 	compiled for 1.13.3, module version = 2.21.6
[  1826.626] 	Module class: X.Org Video Driver
[  1826.626] 	ABI class: X.Org Video Driver, version 13.1
[  1826.626] (II) LoadModule: "vesa"
[  1826.626] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1826.626] (II) Module vesa: vendor="X.Org Foundation"
[  1826.626] 	compiled for 1.12.99.902, module version = 2.3.2
[  1826.626] 	Module class: X.Org Video Driver
[  1826.626] 	ABI class: X.Org Video Driver, version 13.0
[  1826.626] (II) LoadModule: "modesetting"
[  1826.626] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1826.626] (II) Module modesetting: vendor="X.Org Foundation"
[  1826.626] 	compiled for 1.13.3, module version = 0.7.0
[  1826.626] 	Module class: X.Org Video Driver
[  1826.626] 	ABI class: X.Org Video Driver, version 13.1
[  1826.626] (II) LoadModule: "fbdev"
[  1826.626] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1826.626] (II) Module fbdev: vendor="X.Org Foundation"
[  1826.626] 	compiled for 1.12.99.902, module version = 0.4.3
[  1826.626] 	Module class: X.Org Video Driver
[  1826.626] 	ABI class: X.Org Video Driver, version 13.0
[  1826.626] (II) LoadModule: "mouse"
[  1826.626] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[  1826.626] (II) Module mouse: vendor="X.Org Foundation"
[  1826.626] 	compiled for 1.13.0, module version = 1.7.2
[  1826.626] 	Module class: X.Org XInput Driver
[  1826.626] 	ABI class: X.Org XInput driver, version 18.0
[  1826.626] (II) LoadModule: "kbd"
[  1826.626] (WW) Warning, couldn't open module kbd
[  1826.626] (II) UnloadModule: "kbd"
[  1826.626] (II) Unloading kbd
[  1826.626] (EE) Failed to load module "kbd" (module does not exist, 0)
[  1826.626] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[  1826.627] (II) VESA: driver for VESA chipsets: vesa
[  1826.627] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1826.627] (II) FBDEV: driver for framebuffer: fbdev
[  1826.627] (--) using VT number 7

[  1826.627] (WW) Falling back to old probe method for vesa
[  1826.627] (WW) Falling back to old probe method for modesetting
[  1826.627] (II) modesetting(1): using default device
[  1826.627] (WW) Falling back to old probe method for fbdev
[  1826.627] (II) Loading sub module "fbdevhw"
[  1826.627] (II) LoadModule: "fbdevhw"
[  1826.627] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1826.627] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1826.627] 	compiled for 1.13.3, module version = 0.0.2
[  1826.627] 	ABI class: X.Org Video Driver, version 13.1
[  1826.627] (II) FBDEV(2): using default device
[  1826.627] (EE) Screen 0 deleted because of no matching config section.
[  1826.627] (II) UnloadModule: "modesetting"
[  1826.627] (II) modesetting(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1826.627] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
[  1826.627] (==) modesetting(0): RGB weight 888
[  1826.627] (==) modesetting(0): Default visual is TrueColor
[  1826.627] (II) modesetting(0): ShadowFB: preferred YES, enabled YES
[  1826.627] (II) modesetting(0): Output LVDS-0 has no monitor section
[  1826.640] (II) modesetting(0): Output VGA-0 has no monitor section
[  1826.656] (II) modesetting(0): Output HDMI-0 has no monitor section
[  1826.704] (II) modesetting(0): Output DisplayPort-0 has no monitor section
[  1826.704] (II) modesetting(0): EDID for output LVDS-0
[  1826.704] (II) modesetting(0): Manufacturer: SEC  Model: 324a  Serial#: 0
[  1826.704] (II) modesetting(0): Year: 2011  Week: 0
[  1826.704] (II) modesetting(0): EDID Version: 1.3
[  1826.704] (II) modesetting(0): Digital Display Input
[  1826.704] (II) modesetting(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1826.704] (II) modesetting(0): Gamma: 2.20
[  1826.704] (II) modesetting(0): No DPMS capabilities specified
[  1826.704] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1826.704] (II) modesetting(0): First detailed timing is preferred mode
[  1826.704] (II) modesetting(0): redX: 0.570 redY: 0.340   greenX: 0.330 greenY: 0.560
[  1826.704] (II) modesetting(0): blueX: 0.160 blueY: 0.135   whiteX: 0.313 whiteY: 0.329
[  1826.704] (II) modesetting(0): Manufacturer's mask: 0
[  1826.704] (II) modesetting(0): Supported detailed timing:
[  1826.704] (II) modesetting(0): clock: 70.7 MHz   Image Size:  344 x 194 mm
[  1826.704] (II) modesetting(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1486 h_border: 0
[  1826.704] (II) modesetting(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 792 v_border: 0
[  1826.704] (II) modesetting(0): Unknown vendor-specific block f
[  1826.704] (II) modesetting(0):  SAMSUNG
[  1826.704] (II) modesetting(0):  LTN156AT190
[  1826.704] (II) modesetting(0): EDID (in hex):
[  1826.704] (II) modesetting(0): 	00ffffffffffff004ca34a3200000000
[  1826.704] (II) modesetting(0): 	00150103802213780a09259257548f29
[  1826.704] (II) modesetting(0): 	22505400000001010101010101010101
[  1826.704] (II) modesetting(0): 	0101010101019e1b5678500018303020
[  1826.704] (II) modesetting(0): 	250058c2100000190000000f00000000
[  1826.704] (II) modesetting(0): 	00000000002387026401000000fe0053
[  1826.704] (II) modesetting(0): 	414d53554e470a2020202020000000fe
[  1826.704] (II) modesetting(0): 	004c544e31353641543139300a2000b4
[  1826.705] (II) modesetting(0): Printing probed modes for output LVDS-0
[  1826.705] (II) modesetting(0): Modeline "1366x768"x60.1   70.70  1366 1414 1446 1486  768 770 775 792 -hsync -vsync (47.6 kHz eP)
[  1826.705] (II) modesetting(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[  1826.705] (II) modesetting(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[  1826.705] (II) modesetting(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1826.705] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1826.705] (II) modesetting(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1826.705] (II) modesetting(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1826.705] (II) modesetting(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1826.705] (II) modesetting(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1826.705] (II) modesetting(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1826.705] (II) modesetting(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1826.705] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1826.705] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1826.705] (II) modesetting(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1826.705] (II) modesetting(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1826.705] (II) modesetting(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[  1826.705] (II) modesetting(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1826.705] (II) modesetting(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1826.705] (II) modesetting(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[  1826.705] (II) modesetting(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1826.705] (II) modesetting(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1826.705] (II) modesetting(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[  1826.705] (II) modesetting(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[  1826.706] (II) modesetting(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[  1826.706] (II) modesetting(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1826.706] (II) modesetting(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1826.706] (II) modesetting(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1826.706] (II) modesetting(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1826.720] (II) modesetting(0): EDID for output VGA-0
[  1826.736] (II) modesetting(0): EDID for output HDMI-0
[  1826.784] (II) modesetting(0): EDID for output DisplayPort-0
[  1826.784] (II) modesetting(0): Output LVDS-0 connected
[  1826.784] (II) modesetting(0): Output VGA-0 disconnected
[  1826.784] (II) modesetting(0): Output HDMI-0 disconnected
[  1826.784] (II) modesetting(0): Output DisplayPort-0 disconnected
[  1826.784] (II) modesetting(0): Using exact sizes for initial modes
[  1826.784] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
[  1826.784] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1826.784] (==) modesetting(0): DPI set to (96, 96)
[  1826.784] (II) Loading sub module "fb"
[  1826.784] (II) LoadModule: "fb"
[  1826.784] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1826.785] (II) Module fb: vendor="X.Org Foundation"
[  1826.785] 	compiled for 1.13.3, module version = 1.0.0
[  1826.785] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1826.785] (II) Loading sub module "shadow"
[  1826.785] (II) LoadModule: "shadow"
[  1826.785] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1826.785] (II) Module shadow: vendor="X.Org Foundation"
[  1826.785] 	compiled for 1.13.3, module version = 1.1.0
[  1826.785] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1826.785] (II) FBDEV(1): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1826.785] (==) FBDEV(1): Depth 24, (==) framebuffer bpp 32
[  1826.785] (==) FBDEV(1): RGB weight 888
[  1826.785] (==) FBDEV(1): Default visual is TrueColor
[  1826.785] (==) FBDEV(1): Using gamma correction (1.0, 1.0, 1.0)
[  1826.785] (II) FBDEV(1): hardware: inteldrmfb (video memory: 4128kB)
[  1826.785] (II) FBDEV(1): checking modes against framebuffer device...
[  1826.785] (II) FBDEV(1): checking modes against monitor...
[  1826.785] (--) FBDEV(1): Virtual size is 1366x768 (pitch 1366)
[  1826.786] (**) FBDEV(1):  Built-in mode "current"
[  1826.786] (==) FBDEV(1): DPI set to (96, 96)
[  1826.786] (II) Loading sub module "fb"
[  1826.786] (II) LoadModule: "fb"
[  1826.786] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1826.786] (II) Module fb: vendor="X.Org Foundation"
[  1826.786] 	compiled for 1.13.3, module version = 1.0.0
[  1826.786] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1826.786] (**) FBDEV(1): using shadow framebuffer
[  1826.786] (II) Loading sub module "shadow"
[  1826.786] (II) LoadModule: "shadow"
[  1826.786] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  1826.786] (II) Module shadow: vendor="X.Org Foundation"
[  1826.786] 	compiled for 1.13.3, module version = 1.1.0
[  1826.786] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1826.786] (II) UnloadModule: "intel"
[  1826.786] (II) Unloading intel
[  1826.786] (II) UnloadModule: "vesa"
[  1826.786] (II) Unloading vesa
[  1826.787] (==) Depth 24 pixmap format is 32 bpp
[  1826.787] Unable to set master
[  1826.787] 
Fatal server error:
[  1826.787] AddScreen/ScreenInit failed for driver 0
[  1826.787] 
[  1826.787] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1826.787] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[  1826.787] (EE) 
[  1826.787] Server terminated with error (1). Closing log file.

Dernière modification par DarthAngel (Le 23/04/2013, à 22:04)

Hors ligne

#56 Le 23/04/2013, à 21:42

cdjklm

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

$ optirun -vv glxinfo
[  156.409312] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  156.409544] [INFO]Configured driver: nvidia
[  156.409712] [DEBUG]optirun version 3.2 starting...
[  156.409734] [DEBUG]Active configuration:
[  156.409746] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  156.409766] [DEBUG] X display: :8
[  156.409783] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-experimental-310:/usr/lib32/nvidia-experimental-310
[  156.409795] [DEBUG] Socket path: /var/run/bumblebee.socket
[  156.409804] [DEBUG] Accel/display bridge: auto
[  156.409814] [DEBUG] VGL Compression: proxy
[  156.409825] [DEBUG] VGLrun extra options:
[  156.409835] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  156.409853] [DEBUG]Using auto-detected bridge primus
[  156.426806] [INFO]Response: No - error: [XORG] (EE) Failed to load module "nv" (module does not exist, 0)

[  156.426824] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nv" (module does not exist, 0)

[  156.426828] [DEBUG]Socket closed.
[  156.426841] [ERROR]Aborting because fallback start is disabled.
[  156.426846] [DEBUG]Killing all remaining processes.

log Xorg.8.log

[   156.411]
X.Org X Server 1.11.3
Release Date: 2011-12-16
[   156.411] X Protocol Version 11, Revision 0
[   156.411] Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
[   156.411] Current Operating System: Linux cdjklm-N55SF 3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 x86_64
[   156.411] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-40-generic root=UUID=a167518a-123b-4dd5-9fd1-dd80e263f625 ro quiet splash vt.handoff=7
[   156.411] Build Date: 11 April 2013  01:05:39PM
[   156.411] xorg-server 2:1.11.4-0ubuntu10.13 (For technical support please see http://www.ubuntu.com/support)
[   156.411] Current version of pixman: 0.24.4
[   156.411]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   156.411] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   156.411] (==) Log file: "/var/log/Xorg.8.log", Time: Tue Apr 23 22:28:04 2013
[   156.411] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[   156.411] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[   156.412] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   156.412] (==) ServerLayout "Layout0"
[   156.412] (==) No screen section available. Using defaults.
[   156.412] (**) |-->Screen "Default Screen Section" (0)
[   156.412] (**) |   |-->Monitor "<default monitor>"
[   156.412] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
[   156.412] (**) |   |-->Device "DiscreteNvidia"
[   156.412] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[   156.412] (**) Option "AutoAddDevices" "false"
[   156.412] (**) Not automatically adding devices
[   156.412] (==) Automatically enabling devices
[   156.412] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   156.412]     Entry deleted from font path.
[   156.412] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   156.412]     Entry deleted from font path.
[   156.412] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   156.412]     Entry deleted from font path.
[   156.412] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   156.412]     Entry deleted from font path.
[   156.412] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   156.412]     Entry deleted from font path.
[   156.412] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[   156.412]     Entry deleted from font path.
[   156.412] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[   156.412] (++) ModulePath set to "/usr/lib/nvidia-experimental-310/xorg,/usr/lib/xorg/modules"
[   156.412] (==) |-->Input Device "<default pointer>"
[   156.412] (==) |-->Input Device "<default keyboard>"
[   156.412] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
[   156.412] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
[   156.412] (II) Loader magic: 0x7fdf50913b00
[   156.412] (II) Module ABI versions:
[   156.412]     X.Org ANSI C Emulation: 0.4
[   156.412]     X.Org Video Driver: 11.0
[   156.412]     X.Org XInput driver : 16.0
[   156.412]     X.Org Server Extension : 6.0
[   156.413] (--) PCI:*(0:1:0:0) 10de:1247:1043:2050 rev 161, Mem @ 0xda000000/33554432, 0xc0000000/268435456, 0xd0000000/67108864, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[   156.413] (II) Open ACPI successful (/var/run/acpid.socket)
[   156.413] (II) LoadModule: "extmod"
[   156.413] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   156.413] (II) Module extmod: vendor="X.Org Foundation"
[   156.413]     compiled for 1.11.3, module version = 1.0.0
[   156.413]     Module class: X.Org Server Extension
[   156.413]     ABI class: X.Org Server Extension, version 6.0
[   156.413] (II) Loading extension MIT-SCREEN-SAVER
[   156.413] (II) Loading extension XFree86-VidModeExtension
[   156.413] (II) Loading extension XFree86-DGA
[   156.413] (II) Loading extension DPMS
[   156.413] (II) Loading extension XVideo
[   156.413] (II) Loading extension XVideo-MotionCompensation
[   156.413] (II) Loading extension X-Resource
[   156.413] (II) LoadModule: "dbe"
[   156.413] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   156.413] (II) Module dbe: vendor="X.Org Foundation"
[   156.413]     compiled for 1.11.3, module version = 1.0.0
[   156.413]     Module class: X.Org Server Extension
[   156.413]     ABI class: X.Org Server Extension, version 6.0
[   156.413] (II) Loading extension DOUBLE-BUFFER
[   156.413] (II) LoadModule: "glx"
[   156.413] (II) Loading /usr/lib/nvidia-experimental-310/xorg/libglx.so
[   156.420] (II) Module glx: vendor="NVIDIA Corporation"
[   156.420]     compiled for 4.0.2, module version = 1.0.0
[   156.420]     Module class: X.Org Server Extension
[   156.420] (II) NVIDIA GLX Module  310.14  Tue Oct  9 12:14:30 PDT 2012
[   156.420] (II) Loading extension GLX
[   156.420] (II) LoadModule: "record"
[   156.421] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   156.421] (II) Module record: vendor="X.Org Foundation"
[   156.421]     compiled for 1.11.3, module version = 1.13.0
[   156.421]     Module class: X.Org Server Extension
[   156.421]     ABI class: X.Org Server Extension, version 6.0
[   156.421] (II) Loading extension RECORD
[   156.421] (II) LoadModule: "dri"
[   156.421] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   156.421] (II) Module dri: vendor="X.Org Foundation"
[   156.421]     compiled for 1.11.3, module version = 1.0.0
[   156.421]     ABI class: X.Org Server Extension, version 6.0
[   156.421] (II) Loading extension XFree86-DRI
[   156.421] (II) LoadModule: "dri2"
[   156.421] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   156.421] (II) Module dri2: vendor="X.Org Foundation"
[   156.421]     compiled for 1.11.3, module version = 1.2.0
[   156.421]     ABI class: X.Org Server Extension, version 6.0
[   156.421] (II) Loading extension DRI2
[   156.421] (==) Matched nvidia as autoconfigured driver 0
[   156.421] (==) Matched nouveau as autoconfigured driver 1
[   156.421] (==) Matched nv as autoconfigured driver 2
[   156.421] (==) Matched vesa as autoconfigured driver 3
[   156.421] (==) Matched fbdev as autoconfigured driver 4
[   156.421] (==) Assigned the driver to the xf86ConfigLayout
[   156.421] (II) LoadModule: "nvidia"
[   156.421] (II) Loading /usr/lib/nvidia-experimental-310/xorg/nvidia_drv.so
[   156.421] (II) Module nvidia: vendor="NVIDIA Corporation"
[   156.421]     compiled for 4.0.2, module version = 1.0.0
[   156.421]     Module class: X.Org Video Driver
[   156.421] (II) LoadModule: "nouveau"
[   156.422] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   156.422] (II) Module nouveau: vendor="X.Org Foundation"
[   156.422]     compiled for 1.11.3, module version = 1.0.2
[   156.422]     Module class: X.Org Video Driver
[   156.422]     ABI class: X.Org Video Driver, version 11.0
[   156.422] (II) LoadModule: "nv"
[   156.422] (WW) Warning, couldn't open module nv
[   156.422] (II) UnloadModule: "nv"
[   156.422] (II) Unloading nv
[   156.422] (EE) Failed to load module "nv" (module does not exist, 0)
[   156.422] (II) LoadModule: "vesa"
[   156.422] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   156.422] (II) Module vesa: vendor="X.Org Foundation"
[   156.422]     compiled for 1.11.3, module version = 2.3.0
[   156.422]     Module class: X.Org Video Driver
[   156.422]     ABI class: X.Org Video Driver, version 11.0
[   156.422] (II) LoadModule: "fbdev"
[   156.422] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   156.422] (II) Module fbdev: vendor="X.Org Foundation"
[   156.422]     compiled for 1.11.3, module version = 0.4.2
[   156.422]     ABI class: X.Org Video Driver, version 11.0
[   156.422] (==) Matched nvidia as autoconfigured driver 0
[   156.422] (==) Matched nouveau as autoconfigured driver 1
[   156.422] (==) Matched nv as autoconfigured driver 2
[   156.422] (==) Matched vesa as autoconfigured driver 3
[   156.422] (==) Matched fbdev as autoconfigured driver 4
[   156.422] (==) Assigned the driver to the xf86ConfigLayout
[   156.422] (II) LoadModule: "nvidia"
[   156.422] (II) Loading /usr/lib/nvidia-experimental-310/xorg/nvidia_drv.so
[   156.422] (II) Module nvidia: vendor="NVIDIA Corporation"
[   156.422]     compiled for 4.0.2, module version = 1.0.0
[   156.422]     Module class: X.Org Video Driver
[   156.422] (II) UnloadModule: "nvidia"
[   156.422] (II) Unloading nvidia
[   156.422] (II) Failed to load module "nvidia" (already loaded, 32735)
[   156.422] (II) LoadModule: "nouveau"
[   156.422] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   156.422] (II) Module nouveau: vendor="X.Org Foundation"
[   156.422]     compiled for 1.11.3, module version = 1.0.2
[   156.422]     Module class: X.Org Video Driver
[   156.422]     ABI class: X.Org Video Driver, version 11.0
[   156.422] (II) UnloadModule: "nouveau"
[   156.422] (II) Unloading nouveau
[   156.422] (II) Failed to load module "nouveau" (already loaded, 32735)
[   156.422] (II) LoadModule: "nv"
[   156.423] (WW) Warning, couldn't open module nv
[   156.423] (II) UnloadModule: "nv"
[   156.423] (II) Unloading nv
[   156.423] (EE) Failed to load module "nv" (module does not exist, 0)
[   156.423] (II) LoadModule: "vesa"
[   156.423] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   156.423] (II) Module vesa: vendor="X.Org Foundation"
[   156.423]     compiled for 1.11.3, module version = 2.3.0
[   156.423]     Module class: X.Org Video Driver
[   156.423]     ABI class: X.Org Video Driver, version 11.0
[   156.423] (II) UnloadModule: "vesa"
[   156.423] (II) Unloading vesa
[   156.423] (II) Failed to load module "vesa" (already loaded, 0)
[   156.423] (II) LoadModule: "fbdev"
[   156.423] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   156.423] (II) Module fbdev: vendor="X.Org Foundation"
[   156.423]     compiled for 1.11.3, module version = 0.4.2
[   156.423]     ABI class: X.Org Video Driver, version 11.0
[   156.423] (II) UnloadModule: "fbdev"
[   156.423] (II) Unloading fbdev
[   156.423] (II) Failed to load module "fbdev" (already loaded, 0)
[   156.423] (II) LoadModule: "mouse"
[   156.423] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[   156.423] (II) Module mouse: vendor="X.Org Foundation"
[   156.423]     compiled for 1.11.3, module version = 1.7.1
[   156.423]     Module class: X.Org XInput Driver
[   156.423]     ABI class: X.Org XInput driver, version 16.0
[   156.423] (II) LoadModule: "kbd"
[   156.423] (WW) Warning, couldn't open module kbd
[   156.423] (II) UnloadModule: "kbd"
[   156.423] (II) Unloading kbd
[   156.423] (EE) Failed to load module "kbd" (module does not exist, 0)
[   156.423] (II) NVIDIA dlloader X Driver  310.14  Tue Oct  9 11:54:19 PDT 2012
[   156.423] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   156.423] (II) NOUVEAU driver Date:   Wed Sep 12 13:42:43 2012 +0200
[   156.423] (II) NOUVEAU driver for NVIDIA chipset families :
[   156.423]     RIVA TNT        (NV04)
[   156.423]     RIVA TNT2       (NV05)
[   156.423]     GeForce 256     (NV10)
[   156.423]     GeForce 2       (NV11, NV15)
[   156.423]     GeForce 4MX     (NV17, NV18)
[   156.423]     GeForce 3       (NV20)
[   156.423]     GeForce 4Ti     (NV25, NV28)
[   156.423]     GeForce FX      (NV3x)
[   156.423]     GeForce 6       (NV4x)
[   156.423]     GeForce 7       (G7x)
[   156.423]     GeForce 8       (G8x)
[   156.423]     GeForce GTX 200 (NVA0)
[   156.423]     GeForce GTX 400 (NVC0)
[   156.423] (II) VESA: driver for VESA chipsets: vesa
[   156.423] (II) FBDEV: driver for framebuffer: fbdev
[   156.423] (--) using VT number 7

[   156.424] (II) Loading sub module "wfb"
[   156.424] (II) LoadModule: "wfb"
[   156.424] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   156.424] (II) Module wfb: vendor="X.Org Foundation"
[   156.424]     compiled for 1.11.3, module version = 1.0.0
[   156.424]     ABI class: X.Org ANSI C Emulation, version 0.4
[   156.424] (II) Loading sub module "ramdac"
[   156.424] (II) LoadModule: "ramdac"
[   156.424] (II) Module "ramdac" already built-in
[   156.424] (II) Loading /usr/lib/nvidia-experimental-310/xorg/nvidia_drv.so
[   156.424] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   156.424] (WW) Falling back to old probe method for vesa
[   156.424] (WW) Falling back to old probe method for fbdev
[   156.424] (II) Loading sub module "fbdevhw"
[   156.424] (II) LoadModule: "fbdevhw"
[   156.424] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   156.424] (II) Module fbdevhw: vendor="X.Org Foundation"
[   156.424]     compiled for 1.11.3, module version = 0.0.2
[   156.424]     ABI class: X.Org Video Driver, version 11.0
[   156.424] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[   156.424] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   156.424] (==) NVIDIA(0): RGB weight 888
[   156.424] (==) NVIDIA(0): Default visual is TrueColor
[   156.424] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   156.424] (**) NVIDIA(0): Enabling 2D acceleration
[   156.424] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[   156.424] (EE) NVIDIA(0):     system's kernel log for additional error messages and
[   156.424] (EE) NVIDIA(0):     consult the NVIDIA README for details.
[   156.424] (EE) NVIDIA(0):  *** Aborting ***
[   156.424] (EE) NVIDIA(0): Failing initialization of X screen 0
[   156.424] (II) UnloadModule: "nvidia"
[   156.424] (II) Unloading nvidia
[   156.424] (II) UnloadModule: "wfb"
[   156.424] (II) Unloading wfb
[   156.424] (EE) Screen(s) found, but none have a usable configuration.
[   156.424]
Fatal server error:
[   156.424] no screens found
[   156.424]
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[   156.424] Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[   156.424]
[   156.425]  ddxSigGiveUp: Closing log
[   156.425] Server terminated with error (1). Closing log file.

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

## Client options. Will take effect on the next optirun executed.
[optirun]
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# 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/Bu … 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-current
Module=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-experimental-310:/usr/lib32/nvidia-experimental-310
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-experimental-310/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"
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "ConnectedMonitor" "DFP"
EndSection

BUSID.CONF

Section "Device"
    Identifier  "DiscreteNvidia"
#   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:02:00:0"
EndSection


voila j espère que ça va aider la comunautée


version 20.04 sur asus n55sf

Hors ligne

#57 Le 23/04/2013, à 21:48

GP974

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

c'est fais aucun changement ...

sudo apt-get install --reinstall bumblebee
[sudo] password for guillaume: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 63,1 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://ppa.launchpad.net/bumblebee/stable/ubuntu/ raring/main bumblebee amd64 3.2-1~raringppa1 [63,1 kB]
63,1 ko réceptionnés en 1s (38,5 ko/s)
(Lecture de la base de données... 244161 fichiers et répertoires déjà installés.)
Préparation du remplacement de bumblebee 3.2-1~raringppa1 (en utilisant .../bumblebee_3.2-1~raringppa1_amd64.deb) ...
bumblebeed stop/waiting
Dépaquetage de la mise à jour de bumblebee ...
Traitement des actions différées (« triggers ») pour « ureadahead »...
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de bumblebee (3.2-1~raringppa1) ...
Selecting 01:00:0 as discrete nvidia card. If this is incorrect,
edit the BusID line in /etc/bumblebee/xorg.conf.d/busid.conf
update-initramfs: deferring update (trigger activated)
bumblebeed start/running, process 4685
Traitement des actions différées (« triggers ») pour « initramfs-tools »...
update-initramfs: Generating /boot/initrd.img-3.8.0-19-generic
optirun -vv glxinfo
[  193.499772] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  193.500893] [DEBUG]optirun version 3.2 starting...
[  193.500920] [DEBUG]Active configuration:
[  193.500931] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  193.500942] [DEBUG] X display: :8
[  193.500952] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-304
[  193.500963] [DEBUG] Socket path: /var/run/bumblebee.socket
[  193.500973] [DEBUG] Accel/display bridge: primus
[  193.500983] [DEBUG] VGL Compression: proxy
[  193.500993] [DEBUG] VGLrun extra options: 
[  193.501003] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  194.640772] [INFO]Response: Yes. X is active.

[  194.640822] [INFO]Running application using primus.
[  194.641111] [DEBUG]Process glxinfo started, PID 10151.
name of display: :0
Xlib:  extension "GLX" missing on display ":8".
[  194.842647] [DEBUG]SIGCHILD received, but wait failed with No child processes
[  194.842674] [DEBUG]Socket closed.
[  194.842689] [DEBUG]Killing all remaining processes.

a noter aucun nouveau fichier generé....

cat /etc/bumblebee/xorg.conf.nvidia
cat: /etc/bumblebee/xorg.conf.nvidia: Aucun fichier ou dossier de ce type

ls /etc/bumblebee/
bumblebee.conf 
xorg.conf.nouveau.dpkg-old
bumblebee.conf.dpkg-old     
xorg.conf.d/
xorg.conf.nvidia.dpkg-dist
xorg.conf.nouveau

Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#58 Le 23/04/2013, à 21:50

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Renomme le .dpkg-dist en supprimant cette extension, mais ça ne va rien changer a priori, le bug semble toucher toutes les versions, sauf le driver 319.12...

Hors ligne

#59 Le 23/04/2013, à 21:56

GP974

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

@ArchangeGabriel
si c'est a moi que tu parle je n'ai pas compris ta demande...
ou est le .dpkg-dist a renomer
merci

a tous hasard je tente le fichier dont le nom est le plus proche xorg.conf.nvidia.dpkg-dist

Dernière modification par GP974 (Le 23/04/2013, à 21:59)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#60 Le 23/04/2013, à 21:57

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Dans /etc/bumblebee/ : xorg.conf.nvidia.dpkg-dist -> xorg.conf.nvidia, et tu redonnes tes logs, surtout le Xorg.8.log.

Hors ligne

#61 Le 23/04/2013, à 22:06

GP974

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

voila voila

┌┼─┤ guillaume @ guillaume-N75S ─┤├─ 01:00:22 ─┤
└┼─┤ ~ | $ ▶cd /etc/bumblebee/
┌┼─┤ guillaume @ guillaume-N75S ─┤├─ 01:00:32 ─┤
└┼─┤ /etc/bumblebee | $ ▶sudo cp xorg.conf.nvidia.dpkg-dist xorg.conf.nvidia
┌┼─┤ guillaume @ guillaume-N75S ─┤├─ 01:00:34 ─┤
└┼─┤ /etc/bumblebee | $ ▶optirun -vv glxinfo
[ 1010.068219] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1010.069492] [DEBUG]optirun version 3.2 starting...
[ 1010.069531] [DEBUG]Active configuration:
[ 1010.069542] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 1010.069553] [DEBUG] X display: :8
[ 1010.069563] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-304
[ 1010.069573] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 1010.069584] [DEBUG] Accel/display bridge: primus
[ 1010.069594] [DEBUG] VGL Compression: proxy
[ 1010.069604] [DEBUG] VGLrun extra options: 
[ 1010.069614] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 1010.532318] [INFO]Response: No - error: [XORG] (EE) Screen 0 deleted because of no matching config section.

[ 1010.532383] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Screen 0 deleted because of no matching config section.

[ 1010.532389] [DEBUG]Socket closed.
[ 1010.532407] [ERROR]Aborting because fallback start is disabled.
[ 1010.532413] [DEBUG]Killing all remaining processes.

cat /etc/bumblebee/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=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## 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-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

cat /etc/bumblebee/xorg.conf.d/busid.conf

Section "Device"
    Identifier  "DiscreteNvidia"
#   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"
EndSection


cat /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"

#   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

cat /var/log/Xorg.8.log

[  1010.510] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[  1010.510] X Protocol Version 11, Revision 0
[  1010.510] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[  1010.510] Current Operating System: Linux guillaume-N75S 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64
[  1010.510] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=a745c4ec-6e7e-498a-86d0-f8cd7a343ddc ro quiet splash
[  1010.510] Build Date: 17 April 2013  10:43:13PM
[  1010.510] xorg-server 2:1.13.3-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) 
[  1010.510] Current version of pixman: 0.28.2
[  1010.510] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1010.510] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1010.510] (==) Log file: "/var/log/Xorg.8.log", Time: Wed Apr 24 01:00:47 2013
[  1010.510] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[  1010.510] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[  1010.510] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1010.511] (==) ServerLayout "Layout0"
[  1010.511] (==) No screen section available. Using defaults.
[  1010.511] (**) |-->Screen "Default Screen Section" (0)
[  1010.511] (**) |   |-->Monitor "<default monitor>"
[  1010.512] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1010.512] (**) |   |-->Device "DiscreteNvidia"
[  1010.512] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1010.512] (**) Option "AutoAddDevices" "false"
[  1010.512] (**) Option "AutoAddGPU" "false"
[  1010.512] (**) Not automatically adding devices
[  1010.512] (==) Automatically enabling devices
[  1010.512] (**) Not automatically adding GPU devices
[  1010.512] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1010.512] 	Entry deleted from font path.
[  1010.512] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  1010.512] 	Entry deleted from font path.
[  1010.512] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1010.512] 	Entry deleted from font path.
[  1010.512] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  1010.512] 	Entry deleted from font path.
[  1010.512] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1010.512] 	Entry deleted from font path.
[  1010.512] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  1010.512] 	Entry deleted from font path.
[  1010.512] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[  1010.512] (++) ModulePath set to "/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules"
[  1010.512] (==) |-->Input Device "<default pointer>"
[  1010.512] (==) |-->Input Device "<default keyboard>"
[  1010.512] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
[  1010.512] (==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
[  1010.512] (II) Loader magic: 0x7f30050f9d20
[  1010.512] (II) Module ABI versions:
[  1010.512] 	X.Org ANSI C Emulation: 0.4
[  1010.512] 	X.Org Video Driver: 13.1
[  1010.512] 	X.Org XInput driver : 18.0
[  1010.512] 	X.Org Server Extension : 7.0
[  1010.513] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1010.515] (--) PCI: (0:1:0:0) 10de:1247:1043:2051 rev 161, Mem @ 0xda000000/33554432, 0xc0000000/268435456, 0xd0000000/67108864, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  1010.515] (II) Open ACPI successful (/var/run/acpid.socket)
[  1010.515] Initializing built-in extension Generic Event Extension
[  1010.515] Initializing built-in extension SHAPE
[  1010.515] Initializing built-in extension MIT-SHM
[  1010.515] Initializing built-in extension XInputExtension
[  1010.515] Initializing built-in extension XTEST
[  1010.515] Initializing built-in extension BIG-REQUESTS
[  1010.515] Initializing built-in extension SYNC
[  1010.515] Initializing built-in extension XKEYBOARD
[  1010.515] Initializing built-in extension XC-MISC
[  1010.515] Initializing built-in extension SECURITY
[  1010.515] Initializing built-in extension XINERAMA
[  1010.515] Initializing built-in extension XFIXES
[  1010.515] Initializing built-in extension RENDER
[  1010.515] Initializing built-in extension RANDR
[  1010.515] Initializing built-in extension COMPOSITE
[  1010.515] Initializing built-in extension DAMAGE
[  1010.515] Initializing built-in extension MIT-SCREEN-SAVER
[  1010.515] Initializing built-in extension DOUBLE-BUFFER
[  1010.515] Initializing built-in extension RECORD
[  1010.515] Initializing built-in extension DPMS
[  1010.515] Initializing built-in extension X-Resource
[  1010.515] Initializing built-in extension XVideo
[  1010.515] Initializing built-in extension XVideo-MotionCompensation
[  1010.515] Initializing built-in extension SELinux
[  1010.515] Initializing built-in extension XFree86-VidModeExtension
[  1010.515] Initializing built-in extension XFree86-DGA
[  1010.515] Initializing built-in extension XFree86-DRI
[  1010.515] Initializing built-in extension DRI2
[  1010.515] (II) LoadModule: "glx"
[  1010.515] (II) Loading /usr/lib/nvidia-304/xorg/libglx.so
[  1010.523] (II) Module glx: vendor="NVIDIA Corporation"
[  1010.523] 	compiled for 4.0.2, module version = 1.0.0
[  1010.523] 	Module class: X.Org Server Extension
[  1010.523] (II) NVIDIA GLX Module  304.88  Wed Mar 27 14:46:57 PDT 2013
[  1010.523] Loading extension GLX
[  1010.523] (==) Matched intel as autoconfigured driver 0
[  1010.523] (==) Matched intel as autoconfigured driver 1
[  1010.523] (==) Matched vesa as autoconfigured driver 2
[  1010.523] (==) Matched modesetting as autoconfigured driver 3
[  1010.523] (==) Matched fbdev as autoconfigured driver 4
[  1010.523] (==) Assigned the driver to the xf86ConfigLayout
[  1010.523] (II) LoadModule: "intel"
[  1010.523] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1010.523] (II) Module intel: vendor="X.Org Foundation"
[  1010.523] 	compiled for 1.13.3, module version = 2.21.6
[  1010.523] 	Module class: X.Org Video Driver
[  1010.523] 	ABI class: X.Org Video Driver, version 13.1
[  1010.523] (II) LoadModule: "vesa"
[  1010.523] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1010.524] (II) Module vesa: vendor="X.Org Foundation"
[  1010.524] 	compiled for 1.12.99.902, module version = 2.3.2
[  1010.524] 	Module class: X.Org Video Driver
[  1010.524] 	ABI class: X.Org Video Driver, version 13.0
[  1010.524] (II) LoadModule: "modesetting"
[  1010.524] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1010.524] (II) Module modesetting: vendor="X.Org Foundation"
[  1010.524] 	compiled for 1.13.3, module version = 0.7.0
[  1010.524] 	Module class: X.Org Video Driver
[  1010.524] 	ABI class: X.Org Video Driver, version 13.1
[  1010.524] (II) LoadModule: "fbdev"
[  1010.524] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1010.524] (II) Module fbdev: vendor="X.Org Foundation"
[  1010.524] 	compiled for 1.12.99.902, module version = 0.4.3
[  1010.524] 	Module class: X.Org Video Driver
[  1010.524] 	ABI class: X.Org Video Driver, version 13.0
[  1010.524] (II) LoadModule: "mouse"
[  1010.524] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
[  1010.525] (II) Module mouse: vendor="X.Org Foundation"
[  1010.525] 	compiled for 1.13.0, module version = 1.7.2
[  1010.525] 	Module class: X.Org XInput Driver
[  1010.525] 	ABI class: X.Org XInput driver, version 18.0
[  1010.525] (II) LoadModule: "kbd"
[  1010.526] (WW) Warning, couldn't open module kbd
[  1010.526] (II) UnloadModule: "kbd"
[  1010.526] (II) Unloading kbd
[  1010.526] (EE) Failed to load module "kbd" (module does not exist, 0)
[  1010.526] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
	Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
	Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
	Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
	Haswell Server (GT2+), Haswell SDV Desktop (GT1),
	Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
	Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
	Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
	Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
	Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
	Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
	Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
	Haswell ULT Server (GT1), Haswell ULT Server (GT2),
	Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
	Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
	Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
	Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
	Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
	ValleyView PO board
[  1010.527] (II) VESA: driver for VESA chipsets: vesa
[  1010.527] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1010.527] (II) FBDEV: driver for framebuffer: fbdev
[  1010.527] (--) using VT number 7

[  1010.527] vesa: Ignoring device with a bound kernel driver
[  1010.527] (WW) Falling back to old probe method for vesa
[  1010.527] (WW) Falling back to old probe method for modesetting
[  1010.527] (II) modesetting(2): using default device
[  1010.527] (II) Loading sub module "fbdevhw"
[  1010.527] (II) LoadModule: "fbdevhw"
[  1010.528] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1010.528] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1010.528] 	compiled for 1.13.3, module version = 0.0.2
[  1010.528] 	ABI class: X.Org Video Driver, version 13.1
[  1010.528] (**) FBDEV(3): claimed PCI slot 1@0:0:0
[  1010.528] (II) FBDEV(3): using default device
[  1010.528] (EE) Screen 0 deleted because of no matching config section.
[  1010.528] (II) UnloadModule: "vesa"
[  1010.528] (EE) Screen 0 deleted because of no matching config section.
[  1010.528] (II) UnloadModule: "modesetting"
[  1010.528] 
Fatal server error:
[  1010.528] Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
[  1010.528] 
[  1010.528] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1010.528] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
[  1010.528] (EE) 
[  1010.528] Server terminated with error (1). Closing log file.

Dernière modification par GP974 (Le 23/04/2013, à 22:11)


Ubunteros depuis 10.04 Restez libre avec Linux :)
Fixe : i7 i930@3.2ghz | DDR3 12go | Amd Rx580 | SSD - 120Go S2 | 14.04.05 & Arch
Fixe2 : I5 6500U@2.8ghz | DDR4 8GO | SSD 120 M2 | Arch
Développeur de nvidiux

Hors ligne

#62 Le 23/04/2013, à 22:18

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Au passage j'ai supprimé la version 3.2 du PPA pour le moment, malheureusement ça ne remet pas la 3.1 en place. Par contre vous devez encore l'avoir dans votre cache.

Hors ligne

#63 Le 23/04/2013, à 22:28

cdjklm

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

desole je ne sais ou es le cache et qand je recherche sur gogole ca ne m informe que sur les fichiers caché suis semi-novice


version 20.04 sur asus n55sf

Hors ligne

#64 Le 23/04/2013, à 22:33

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

/var/cache/apt/archives/

Et les paquets s'installent avec sudo dpkg -i, après avoir désinstallé les anciens.

Hors ligne

#65 Le 23/04/2013, à 22:43

cdjklm

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

c est normal que je n ai que le 3.2?en faites j utilise frequement tweak tool pour tout nettoyer et en faite je pense que j ai tout éffacé ,merci pour ton support


version 20.04 sur asus n55sf

Hors ligne

#66 Le 23/04/2013, à 23:34

ZeX

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

@ArchangeGabriel : Excuse-moi, je n'ai pas bien compris ta réponse (en fin de page 2), tu as besoin de certains logs ?

Hors ligne

#67 Le 24/04/2013, à 06:21

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Bon j'ai été en mesure de republier la version 3.1 sur le PPA, donc vous pouvez downgrader vers celle-ci (pour ceux qui ne savent pas le faire directement, le plus simple est de désinstaller puis réinstaller bumblebee et les paquets liés).

Sinon s'il y a des volontaires pour tester le paquet nvidia-319 de xorg-edgers ça m'intéresse (vous pouvez télécharger juste ce paquet, pas besoin d'ajouter tout le PPA), c'est ici :
Precise 64bit : https://launchpad.net/~xorg-edgers/+arc … _amd64.deb
Precise 32bit : https://launchpad.net/~xorg-edgers/+arc … 1_i386.deb
Quantal 64bit : https://launchpad.net/~xorg-edgers/+arc … _amd64.deb
Quantal 32bit : https://launchpad.net/~xorg-edgers/+arc … 1_i386.deb
Raring 64bit : https://launchpad.net/~xorg-edgers/+arc … _amd64.deb
Raring 32bit : https://launchpad.net/~xorg-edgers/+arc … 1_i386.deb

Celui est le seul qui fonctionne chez moi avec Bumblebee 3.2.

@Zex: Non toi je te disais juste d'utiliser les paquets officiels plutôt que ceux indiqués actuellement.

Dernière modification par ArchangeGabriel (Le 24/04/2013, à 06:21)

Hors ligne

#68 Le 24/04/2013, à 12:49

manu___

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Bonjour,

J'espère que c'est le bon fil pour poser ma question...
Voilà j'ai eu quelques soucis avec bumblebee comme d'autres personnes ici, c'est à dire par exemple écran noir au démarrage.
Ne souhaitant pas continuer à utiliser ma carte nvidia avec optimus (la désactiver quoi) j'ai suivi ces instructions trouvées là : http://ubuntuguide.net/turn-off-discret … ard-ubuntu
A la troisième opération :

sudo apt-get install bbswitch

, le terminal me donne ce résultat :

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet bbswitch

Si quelqu'un pouvait m'aider, en évitant bien sûr les problèmes au démarrage d'ubuntu (studio) 12.10 ... afin de conserver l'autonomie de ma batterie.


Merci beaucoup d'avance !

Hors ligne

#69 Le 24/04/2013, à 12:52

manu___

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Par ailleurs bravo au concepteur de ce soft, sans les pépins de démarrage, c'est impec pour le jeu!

Hors ligne

#70 Le 24/04/2013, à 13:00

ZeX

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Où puis-je trouver les paquets officiels ?

Hors ligne

#71 Le 24/04/2013, à 13:40

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

@manu___: Le paquet qui t'intéresse s'appelle bbswitch-dkms, pas bbswitch. wink

Le projet arrive à un état suffisamment avancé maintenant pour qu'on envisage de faire de la QA, en testant notamment un peu plus les configurations. Le fait que je recycle bientôt mon ordinateur Optimus devrait aider, je n'aurai aucun scrupule à réinstaller constamment des systèmes dessus à des fins de tests. Car effectivement il y a quelques bugs gênants parfois, qui devraient désormais constituer notre priorité.

@ZeX: bbswitch est là : http://packages.debian.org/search?keywords=bbswitch, les autres ne sont pas encore dispos (bumblebee:http://packages.debian.org/search?keywords=bumblebee, http://packages.debian.org/search?keywords=primus) mais ça ne devrait pas trop tarder, ça dépend à quel point tu es pressé ; sinon vu que tu ne savais pas où les trouver je vais éviter de te conseiller de les construire à la main avec les deux sources git...

Du coup oui, tu peux aussi fournir tes logs comme les autres histoire qu'on voie ce qui cloche sur ton système.

Hors ligne

#72 Le 24/04/2013, à 21:07

manu___

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Merci ArchangeGabriel...

Je ne comprends pas quelque chose... J'ai suivi les instructions du wiki :
https://github.com/Bumblebee-Project/bbswitch
J'ai installé le paquet bbswitch-dkms par les dépôts...

Et quand je tape dans le terminal :

sudo cat /proc/acpi/bbswitch  

j'obtiens :

cat: /proc/acpi/bbswitch: Aucun fichier ou dossier de ce type
mb@mb-W35-37ET:~$ 

Idem quand je tente de désactiver la carte...

sudo tee /proc/acpi/bbswitch <<<OFF

J'obtiens :

tee: /proc/acpi/bbswitch: Aucun fichier ou dossier de ce type
OFF

J'ai fait une recherche dans mes fichiers système, je ne retrouve pas ce dossier "proc/acpi/bbswitch" ni "proc/acpi/bbswitch-dkms" .....

Merci d'avance pour ton aide

ps. commandes réalisées avec bbswitch et bbswitch-dkms...

Dernière modification par manu___ (Le 24/04/2013, à 21:24)

Hors ligne

#73 Le 24/04/2013, à 21:17

manu___

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

... j'ai oublié... j'ai bien tapé le # entre

sudo

et le reste, mais ça m'affiche l'aide pour le sudo dans tous les cas hmm

Dernière modification par manu___ (Le 24/04/2013, à 21:25)

Hors ligne

#74 Le 24/04/2013, à 23:13

ArchangeGabriel

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Installer bbswitch seul ne sert pas à grand chose. Il faut soit le configurer pour qu'il se lance automatiquement (car là ton problème est que le module n'est pas lancé) et désactive la carte, soit installer bumblebee avec pour qu'il gère ça. Basiquement, si tu veux juste éteindre ta carte, je pense que ça ne coûte pas grand chose de faire ceci:

sudo apt-get install --no-install-recommends bumblebee

Hors ligne

#75 Le 25/04/2013, à 11:46

manu___

Re : Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus

Un grand merci à toi smile

Hors ligne