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.

nombre réponses : 25

#0 Re : -1 »  Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus » Le 23/04/2013, à 21:18

DarthAngel
Réponses : 1 197

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.

#1 Re : -1 »  Ordinateurs Portables - Deux cartes graphiques - NVIDIA Optimus » Le 23/04/2013, à 21:41

DarthAngel
Réponses : 1 197

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.

#2 Re : -1 »  Nouveautés & Infos de la 14.10 "Utopic Unicorn" » Le 18/04/2014, à 14:20

DarthAngel
Réponses : 953

Reste plus qu'à attendre le coup de sifflet pour mettre à jour ses dépôts et télécharger Ultimate Unicorn big_smile

#3 Re : -1 »  Nouveautés & Infos de la 14.10 "Utopic Unicorn" » Le 29/04/2014, à 17:36

DarthAngel
Réponses : 953
nam1962 a écrit :

Je ne vois pas le rapport mais je n'ai plus besoin de nomodeset que j'avais du mettre depuis 3/4 semaines.

Grâce à une mise à jour du noyau peut-être?

#4 Re : -1 »  Nouveautés dans Trusty » Le 07/11/2013, à 20:03

DarthAngel
Réponses : 2 200
darthangel@GABUZOMEU:~$ uname -a
Linux GABUZOMEU 3.12.0-2-generic #5-Ubuntu SMP Wed Nov 6 23:53:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

#5 Re : -1 »  Nouveautés dans Trusty » Le 13/11/2013, à 20:04

DarthAngel
Réponses : 2 200
seb24 a écrit :

Tiens un nouvel indicateur pour le wifi ?

Nouvel indicateur ou c'est celui de l'ancienne version netbook remix?

#6 Re : -1 »  Nouveautés dans Trusty » Le 13/11/2013, à 21:02

DarthAngel
Réponses : 2 200

Je pose la question vu que l'indicateur a été évoquée au poste #148  mais même dans la daily d'hier il me semble l'indicateur en question n'était pas installé par défaut.

#7 Re : -1 »  Nouveautés dans Ubuntu Touch » Le 28/10/2013, à 22:37

DarthAngel
Réponses : 96
pierrob a écrit :

l'écran scintille et blocage du système

Idem sur mon nexus 7. Outre le manque d'application (et la batterie qui descend en flèche), c'est surtout ces plantages (au bout d'une à deux minutes) qui pose pour l'instant le plus gros soucis et m'empêche de laisser Ubuntu Touch sur ma tablette.

#8 Re : -1 »  Nouveautés dans Ubuntu Touch » Le 12/11/2013, à 17:34

DarthAngel
Réponses : 96

Pour redémarrer je crois que je n'ai jamais vraiment cherché comment faire (quand je l'avais installé sur mon nexus 7). Pour éteindre par contre un appuis long (parfois très long) sur le bouton on/off l'eteignait.

#9 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 03/05/2013, à 15:15

DarthAngel
Réponses : 2 008

Moi aussi je serais pour un 100% ubuntu. Mais Canonical en a-t-il les moyens?
Canonical peut-il développer et maintenir un serveur graphique, un environnement de bureau, un gestionnaire de fichiers et tout ce qui fait un système d'exploitation à part entière?

Concernant Friends je ne pense pas que ce soit l'interface définitif (Canonical avait bien annoncé que les interfaces grises étaient provisoires il me semble), ce qui expliquerait pourquoi il n'est pas installé par défaut.

#10 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 13/05/2013, à 20:52

DarthAngel
Réponses : 2 008

C'est moi où presqu'à chaque nouvelle version on parle de remplacer firefox?

#11 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 11/06/2013, à 15:16

DarthAngel
Réponses : 2 008
obrowny a écrit :

J'espère qu'ils reviendront sur cette décision.

Surtout qu'en l'état il faut plusieurs secondes pour que le preview s'affiche...

#12 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 28/06/2013, à 18:43

DarthAngel
Réponses : 2 008

J'ai du désinstaller bumblebee-nvidia et les pilotes nvidia (Optimus, GeForce GT 520MX), mais pas de différences notables pour la plupart du temps. Je constate quand même quelques petits ralentissements de temps à autre (à l'instant quand je tape au clavier les lettres apparaissent avec un retard mais rien de bien méchant).

#13 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 03/07/2013, à 19:42

DarthAngel
Réponses : 2 008
Spitfire 95 a écrit :

Et chaque distro ayant des besoins propres fait son propre serveur graphique, parfait, plus qu'à faire un port de chaque bibliothèque graphique et des applis dialoguant avec le serveur graphique par serveur graphique existant, donc par distro le besoin d'un serveur graphique.

Je donne mon point de vue d'amateur (amateur averti je pense vu que je suis sous ubuntu depuis Hardy).
J'aurai tendance à dire "oui.. bon... et alors?".
Si les distributions veulent faire ce qu'ils ont envie avec leurs distributions pourquoi s'en priveraient-ils?
Pourquoi plusieurs environnements de bureau, gestionnaires de fenêtres etc. mais qu'un seul serveur graphique?
Le libre s'arrêterait-il donc quand il s'agit du serveur graphique?
Ou alors s'agit d'il de la peur du succès de ce serveur graphique?
Peur que des applications soient développées, dans le long terme, uniquement pour ubuntu?
Peur que les autres distributions soient laissés à l'abandon?
J'ai de plus en plus l'impression que certains ont une peur de la possible trop grande réussite d'Ubuntu et que "Linux" soit juste un autre mot pour dire "Ubuntu". Laissons les utilisateurs faire leur choix, c'est eu qui auront le dernier mot (on peut voir les effets de Windows 8 qui a un succes plus que mitigé tant que PC, que tablette que smartphone).

P.S.: Par contre là où je suis d'accord avec vous c'est sur le peu d'arguments de Canonical concernant le pourquoi de Mir.

#14 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 06/07/2013, à 21:33

DarthAngel
Réponses : 2 008

En tout cas depuis quelques mises à jour noyau le réglage de la luminosité est géré en natif sur mon laptop (NP300E5A-S06FR). Plus besoin de "acpi_osi=Linux acpi_backlight=vendor" dans le grub et plus besoin de samsung tools. Bon maintenant reste plus que la détection de l'ouverture clapet pour sortir de veille (enfin quand le retour de veille fonctionnera plus qu'une fois sur trois).

#15 Re : -1 »  Nouveautés dans Saucy ... Voulez vous goûter ? » Le 22/07/2013, à 20:43

DarthAngel
Réponses : 2 008

Pinaise le million est déjà dépassé... yikes

#16 Re : -1 »  Nouveautés dans Raring » Le 23/03/2013, à 00:21

DarthAngel
Réponses : 2 844

Une nouvelle icone pour Gwibber ce soir
gwibbericon.jpg

#17 Re : -1 »  Nouveautés dans Raring » Le 25/03/2013, à 19:32

DarthAngel
Réponses : 2 844
jnq a écrit :

Skype ne fonctionne toujours pas sur la 13.04 64 bits : Erreur de segmentation (core dumped)

Pour skype j'ai trouvé un bug sur launchpad qui correspond, en fait faut utilisé un workaround en lançant skype de cette manière

LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype

Et pour créer un lanceur dans le tableau de bord il faut utiliser cette command

sh -c "LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype"

Voilà donc en attente de la correction pour ubuntu 64 bits.

Grand progrès pour les traductions c'est vrai mais il reste encore un peut d'anglais quand même.

j'avais eu le soucis il y a quelques semaines
resolu pour ma part par un

sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1

#18 Re : -1 »  Nouveautés dans Raring » Le 25/03/2013, à 19:56

DarthAngel
Réponses : 2 844

j'ai exactement les mêmes erreurs mais skype se lance tout de même

darthangel@GABUZOMEU:~$ skype
Gtk-Message: Failed to load module "overlay-scrollbar"
`menu_proxy_module_load': skype: undefined symbol: menu_proxy_module_load

(skype:14885): Gtk-WARNING **: Failed to load type module: (null)

`menu_proxy_module_load': skype: undefined symbol: menu_proxy_module_load

(skype:14885): Gtk-WARNING **: Failed to load type module: (null)

`menu_proxy_module_load': skype: undefined symbol: menu_proxy_module_load

(skype:14885): Gtk-WARNING **: Failed to load type module: (null)

`menu_proxy_module_load': skype: undefined symbol: menu_proxy_module_load

(skype:14885): Gtk-WARNING **: Failed to load type module: (null)

#19 Re : -1 »  Nouveautés dans Raring » Le 25/03/2013, à 21:38

DarthAngel
Réponses : 2 844
frenchy82 a écrit :

ca y est, le bug du redimensionnement des fenetres est corrigé avec la mise a jour de ce soir smile

Confirmé smile

#20 Re : -1 »  Nouveautés dans Raring » Le 28/03/2013, à 09:53

DarthAngel
Réponses : 2 844
nam1962 a écrit :

Maj rock'n roll ce matin : passage au kernel 3.8.15, paquet cassé (sur chacun de mes ordis) obligé de redémarrer, d'ouvrir Synaptic, réparer, mise à jour et ça passe...

Idem. j'ai du, pour ma part, killer le gestionnaire de mise à jour et supprimer le fichier verrou pour réparer les paquets cassés (en fait supprimer et réinstaller) pour éviter de redémarrer le système.

#21 Re : -1 »  Nouveautés dans Raring » Le 03/04/2013, à 20:10

DarthAngel
Réponses : 2 844
ben13 a écrit :

Dans nautilus c'est fatiguant mais c'est aussi le cas dans le dash et c'est d'un moche !

En fait le truc c'est tant qu'une miniature n'a pas été générée dans nautilus, le dash n'affichera qu'une icône moche.

Je vois que gwibber commence à s’améliorer niveau graphique: des cadres blanc entourent chaque post. Par contre toujours le problème de la taille de la fenêtre. La fenêtre prend toute la hauteur (résolution 1366x768), impossible d'avoir les boutons et la décoration des fenêtres. La taille de la fenêtre n'est toujours pas sauvegardée.

#22 Re : -1 »  Nouveautés dans Raring » Le 19/04/2013, à 23:37

DarthAngel
Réponses : 2 844

Amusantes les mises à jours de pulseaudio ce soir.
Au reboot du pc, kernel 3.8.0-19, plus de son. Dans les réglages du son, onglet Sortie, la carte son apparaît comme "sortie factice". Kill de pulseaudio, toujours le même soucis. Relance de la session sans effet. Même le redémarrage sur ce même kernel ne change rien.
Reboot sur le kernel 3.8.0-18 je récupère le son (et la sortie "haut-parleurs").
Redémarrage sur le kernel 3.8.0-19 et tout refonctionne...

#23 Re : -1 »  Nouveautés dans Raring » Le 25/04/2013, à 17:18

DarthAngel
Réponses : 2 844

Bon la question que tout le monde se pose... les dépots de saucy sont-ils déjà ouverts big_smile

#24 Re : -1 »  Nouveautés dans Raring » Le 25/04/2013, à 18:27

DarthAngel
Réponses : 2 844
seb24 a écrit :

Essaye, tu change toutes sources de raring a saucy et tu regarde le résultat tongue

C'est fait et c'est ouvert tongue
Ouais j'aime bien tout casser sur... mon système de prod tongue