Bonjour à tous,
J’ai souvent trouvé des réponses aux questions que je me posais en lisant ce forum. Aujourd’hui, après plusieurs semaines de recherches concernant le problème que je vais décrire, je me vois vous demander Ô communauté debian-fr, votre aide.
Voilà quelques temps j’ai mis à jour ma debian Squeeze vers Wheezy ce qui se fit sans problème majeur, si ce n’est la partie vidéo.
stac@mercure:~$ uname -a
Linux mercure 3.2.0-2-486 #1 Mon Apr 30 05:10:18 UTC 2012 i686 GNU/Linux
En effet, les pilotes “nv” ont été remplacés par les pilotes “nouveau”. J’avais un léger problème d’affichage (plus précisément de raffraichissement sur un tiers de la partie basse de l’écran). Chose résolue en mettant certains paramètres disponibles sous nouveau dans un fichier /usr/share/X11/xorg.conf.d/20-nouveau.conf.
Section "Device"
Identifier "Nvidia card"
Driver "nouveau"
Option "PageFlip" "on"
Option "HWCursor" "on"
Option "ShadowFB" "on"
Option "WrappedFB" "on"
Option "GLXVBlank" "on"
EndSection
Le bogue qui m’ennuie aujourd’hui est lié à XVideo. De fait, vlc a du mal à se lancer pour lire des vidéos et dans mplayer, le mode plein écran ne fonctionne pas. (Certes j’eusse pu utiliser un autre pilote pour la sortie vidéo mais mon ordi étant tellement vieux, je n’ai alors droit qu’à quelques images par seconde).
Le problème est le suivant :
stac@mercure:~$ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present
Le démarrage de Xorg a l’air correct :
[code][ 25.472]
X.Org X Server 1.11.4
Release Date: 2012-01-27
[ 25.472] X Protocol Version 11, Revision 0
[ 25.472] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[ 25.472] Current Operating System: Linux mercure 3.2.0-2-486 #1 Mon Apr 30 05:10:18 UTC 2012 i686
[ 25.472] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-2-486 root=/dev/mapper/mercure-root ro quiet
[ 25.472] Build Date: 05 March 2012 04:16:09AM
[ 25.472] xorg-server 2:1.11.4-1 (Cyril Brulebois kibi@debian.org)
[ 25.473] Current version of pixman: 0.24.4
[ 25.473] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 25.473] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 25.473] (==) Log file: “/var/log/Xorg.0.log”, Time: Fri May 18 12:16:04 2012
[ 25.572] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 25.611] (==) No Layout section. Using the first Screen section.
[ 25.611] (==) No screen section available. Using defaults.
[ 25.611] () |–>Screen “Default Screen Section” (0)
[ 25.611] () | |–>Monitor “”
[ 25.613] (==) No device specified for screen “Default Screen Section”.
Using the first device section listed.
[ 25.613] () | |–>Device “Nvidia card”
[ 25.613] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 25.613] (==) Automatically adding devices
[ 25.613] (==) Automatically enabling devices
[ 25.676] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[ 25.676] Entry deleted from font path.
[ 25.804] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 25.804] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 25.804] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 25.819] (II) Loader magic: 0xb7800580
[ 25.819] (II) Module ABI versions:
[ 25.819] X.Org ANSI C Emulation: 0.4
[ 25.819] X.Org Video Driver: 11.0
[ 25.819] X.Org XInput driver : 13.0
[ 25.819] X.Org Server Extension : 6.0
[ 25.819] (–) PCI:*(0:1:0:0) 10de:0324:1028:019c rev 161, Mem @ 0xfc000000/16777216, 0xd0000000/268435456, BIOS @ 0x???/131072
[ 25.820] (II) Open ACPI successful (/var/run/acpid.socket)
[ 25.820] (II) LoadModule: “extmod”
[ 25.842] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 25.878] (II) Module extmod: vendor=“X.Org Foundation”
[ 25.878] compiled for 1.11.4, module version = 1.0.0
[ 25.878] Module class: X.Org Server Extension
[ 25.878] ABI class: X.Org Server Extension, version 6.0
[ 25.878] (II) Loading extension SELinux
[ 25.878] (II) Loading extension MIT-SCREEN-SAVER
[ 25.878] (II) Loading extension XFree86-VidModeExtension
[ 25.879] (II) Loading extension XFree86-DGA
[ 25.879] (II) Loading extension DPMS
[ 25.879] (II) Loading extension XVideo
[ 25.879] (II) Loading extension XVideo-MotionCompensation
[ 25.879] (II) Loading extension X-Resource
[ 25.879] (II) LoadModule: “dbe”
[ 25.879] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 25.911] (II) Module dbe: vendor=“X.Org Foundation”
[ 25.911] compiled for 1.11.4, module version = 1.0.0
[ 25.911] Module class: X.Org Server Extension
[ 25.911] ABI class: X.Org Server Extension, version 6.0
[ 25.911] (II) Loading extension DOUBLE-BUFFER
[ 25.911] (II) LoadModule: “glx”
[ 25.912] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 26.009] (II) Module glx: vendor=“X.Org Foundation”
[ 26.009] compiled for 1.11.4, module version = 1.0.0
[ 26.009] ABI class: X.Org Server Extension, version 6.0
[ 26.009] (==) AIGLX enabled
[ 26.009] (II) Loading extension GLX
[ 26.009] (II) LoadModule: “record”
[ 26.009] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 26.049] (II) Module record: vendor=“X.Org Foundation”
[ 26.049] compiled for 1.11.4, module version = 1.13.0
[ 26.049] Module class: X.Org Server Extension
[ 26.049] ABI class: X.Org Server Extension, version 6.0
[ 26.049] (II) Loading extension RECORD
[ 26.049] (II) LoadModule: “dri”
[ 26.049] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 26.069] (II) Module dri: vendor=“X.Org Foundation”
[ 26.069] compiled for 1.11.4, module version = 1.0.0
[ 26.069] ABI class: X.Org Server Extension, version 6.0
[ 26.069] (II) Loading extension XFree86-DRI
[ 26.069] (II) LoadModule: “dri2”
[ 26.069] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 26.070] (II) Module dri2: vendor=“X.Org Foundation”
[ 26.070] compiled for 1.11.4, module version = 1.2.0
[ 26.070] ABI class: X.Org Server Extension, version 6.0
[ 26.070] (II) Loading extension DRI2
[ 26.070] (II) LoadModule: “nouveau”
[ 26.126] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 26.198] (II) Module nouveau: vendor=“X.Org Foundation”
[ 26.198] compiled for 1.11.2.901, module version = 0.0.16
[ 26.198] Module class: X.Org Video Driver
[ 26.198] ABI class: X.Org Video Driver, version 11.0
[ 26.222] (II) NOUVEAU driver Date: Wed Nov 30 18:56:54 2011 +0100
[ 26.222] (II) NOUVEAU driver for NVIDIA chipset families :
[ 26.222] RIVA TNT (NV04)
[ 26.222] RIVA TNT2 (NV05)
[ 26.222] GeForce 256 (NV10)
[ 26.222] GeForce 2 (NV11, NV15)
[ 26.222] GeForce 4MX (NV17, NV18)
[ 26.222] GeForce 3 (NV20)
[ 26.222] GeForce 4Ti (NV25, NV28)
[ 26.222] GeForce FX (NV3x)
[ 26.222] GeForce 6 (NV4x)
[ 26.223] GeForce 7 (G7x)
[ 26.223] GeForce 8 (G8x)
[ 26.223] GeForce GTX 200 (NVA0)
[ 26.223] GeForce GTX 400 (NVC0)
[ 26.223] (++) using VT number 7
[ 26.276] drmOpenDevice: node name is /dev/dri/card0
[ 26.276] drmOpenDevice: open result is 8, (OK)
[ 26.276] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 26.276] drmOpenDevice: node name is /dev/dri/card0
[ 26.276] drmOpenDevice: open result is 8, (OK)
[ 26.276] drmOpenByBusid: drmOpenMinor returns 8
[ 26.276] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 26.276] (II) [drm] nouveau interface version: 0.0.16
[ 26.276] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 26.277] (II) Loading sub module “dri”
[ 26.277] (II) LoadModule: “dri”
[ 26.277] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 26.277] (II) Module dri: vendor=“X.Org Foundation”
[ 26.277] compiled for 1.11.4, module version = 1.0.0
[ 26.277] ABI class: X.Org Server Extension, version 6.0
[ 26.277] (II) NOUVEAU(0): Loaded DRI module
[ 26.277] drmOpenDevice: node name is /dev/dri/card0
[ 26.277] drmOpenDevice: open result is 9, (OK)
[ 26.277] drmOpenDevice: node name is /dev/dri/card0
[ 26.277] drmOpenDevice: open result is 9, (OK)
[ 26.277] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 26.277] drmOpenDevice: node name is /dev/dri/card0
[ 26.277] drmOpenDevice: open result is 9, (OK)
[ 26.277] drmOpenByBusid: drmOpenMinor returns 9
[ 26.277] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 26.277] (II) [drm] DRM interface version 1.4
[ 26.277] (II) [drm] DRM open master succeeded.
[ 26.277] (–) NOUVEAU(0): Chipset: “NVIDIA NV34”
[ 26.277] (II) NOUVEAU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 26.277] (==) NOUVEAU(0): Depth 24, (–) framebuffer bpp 32
[ 26.277] (==) NOUVEAU(0): RGB weight 888
[ 26.277] (==) NOUVEAU(0): Default visual is TrueColor
[ 26.277] () NOUVEAU(0): Option “HWcursor” “on”
[ 26.277] () NOUVEAU(0): Option “ShadowFB” “on”
[ 26.277] () NOUVEAU(0): Option “WrappedFB” “on”
[ 26.277] () NOUVEAU(0): Option “GLXVBlank” “on”
[ 26.277] () NOUVEAU(0): Option “PageFlip” “on”
[ 26.277] () NOUVEAU(0): Using HW cursor
[ 26.277] () NOUVEAU(0): Using “Shadow Framebuffer” - acceleration disabled
[ 26.277] () NOUVEAU(0): Page flipping enabled
[ 26.340] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[ 26.449] (II) NOUVEAU(0): Output LVDS-1 has no monitor section
[ 26.456] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[ 26.512] (II) NOUVEAU(0): Output TV-1 has no monitor section
[ 26.572] (II) NOUVEAU(0): EDID for output VGA-1
[ 26.687] (II) NOUVEAU(0): EDID for output LVDS-1
[ 26.687] (II) NOUVEAU(0): Manufacturer: SEC Model: 3158 Serial#: 0
[ 26.687] (II) NOUVEAU(0): Year: 2003 Week: 0
[ 26.687] (II) NOUVEAU(0): EDID Version: 1.3
[ 26.687] (II) NOUVEAU(0): Digital Display Input
[ 26.687] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 33 vert.: 21
[ 26.687] (II) NOUVEAU(0): Gamma: 2.20
[ 26.687] (II) NOUVEAU(0): No DPMS capabilities specified
[ 26.687] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 26.687] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 26.687] (II) NOUVEAU(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
[ 26.687] (II) NOUVEAU(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
[ 26.687] (II) NOUVEAU(0): Manufacturer’s mask: 0
[ 26.687] (II) NOUVEAU(0): Supported detailed timing:
[ 26.687] (II) NOUVEAU(0): clock: 71.2 MHz Image Size: 331 x 207 mm
[ 26.687] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
[ 26.687] (II) NOUVEAU(0): v_active: 800 v_sync: 802 v_sync_end 808 v_blanking: 823 v_border: 0
[ 26.687] (II) NOUVEAU(0): Unknown vendor-specific block f
[ 26.687] (II) NOUVEAU(0): Y0316a154X1
[ 26.687] (II) NOUVEAU(0): ů??r`@
[ 26.688] (II) NOUVEAU(0): EDID (in hex):
[ 26.688] (II) NOUVEAU(0): 00ffffffffffff004ca3583100000000
[ 26.688] (II) NOUVEAU(0): 000d0103802115780a87f594574f8c27
[ 26.688] (II) NOUVEAU(0): 27505400000001010101010101010101
[ 26.688] (II) NOUVEAU(0): 010101010101d51b00a0502017303020
[ 26.688] (II) NOUVEAU(0): 26004bcf100000190000000f00000000
[ 26.688] (II) NOUVEAU(0): 00000000002387026400000000fe0059
[ 26.688] (II) NOUVEAU(0): 303331360731353458310a20000000fe
[ 26.688] (II) NOUVEAU(0): 00c5af9e8e72604000010a2020200052
[ 26.688] (II) NOUVEAU(0): Printing probed modes for output LVDS-1
[ 26.688] (II) NOUVEAU(0): Modeline "1280x800"x60.1 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)
[ 26.688] (II) NOUVEAU(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
[ 26.688] (II) NOUVEAU(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
[ 26.688] (II) NOUVEAU(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
[ 26.688] (II) NOUVEAU(0): Modeline "720x400"x59.6 22.25 720 744 808 896 400 403 413 417 -hsync +vsync (24.8 kHz)
[ 26.688] (II) NOUVEAU(0): Modeline "640x400"x60.0 20.00 640 664 720 800 400 403 409 417 -hsync +vsync (25.0 kHz)
[ 26.688] (II) NOUVEAU(0): Modeline "640x350"x59.8 17.50 640 664 720 800 350 353 363 366 -hsync +vsync (21.9 kHz)
[ 26.696] (II) NOUVEAU(0): EDID for output DVI-D-1
[ 26.752] (II) NOUVEAU(0): EDID for output TV-1
[ 26.752] (II) NOUVEAU(0): Output VGA-1 disconnected
[ 26.752] (II) NOUVEAU(0): Output LVDS-1 connected
[ 26.752] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[ 26.752] (II) NOUVEAU(0): Output TV-1 disconnected
[ 26.752] (II) NOUVEAU(0): Using exact sizes for initial modes
[ 26.752] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1280x800
[ 26.752] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 26.752] (–) NOUVEAU(0): Virtual size is 1280x800 (pitch 0)
[ 26.752] () NOUVEAU(0): Driver mode “1280x800”: 71.2 MHz (scaled from 0.0 MHz), 49.5 kHz, 60.1 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "1280x800"x60.1 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)
[ 26.752] () NOUVEAU(0): Driver mode “1024x768”: 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
[ 26.752] () NOUVEAU(0): Driver mode “800x600”: 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
[ 26.752] () NOUVEAU(0): Driver mode “640x480”: 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
[ 26.752] () NOUVEAU(0): Driver mode “720x400”: 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "720x400"x59.6 22.25 720 744 808 896 400 403 413 417 -hsync +vsync (24.8 kHz)
[ 26.752] () NOUVEAU(0): Driver mode “640x400”: 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "640x400"x60.0 20.00 640 664 720 800 400 403 409 417 -hsync +vsync (25.0 kHz)
[ 26.752] () NOUVEAU(0): Driver mode “640x350”: 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz
[ 26.752] (II) NOUVEAU(0): Modeline "640x350"x59.8 17.50 640 664 720 800 350 353 363 366 -hsync +vsync (21.9 kHz)
[ 26.752] (==) NOUVEAU(0): DPI set to (96, 96)
[ 26.752] (II) Loading sub module “fb”
[ 26.752] (II) LoadModule: “fb”
[ 26.752] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 26.902] (II) Module fb: vendor=“X.Org Foundation”
[ 26.902] compiled for 1.11.4, module version = 1.0.0
[ 26.902] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.902] (II) Loading sub module “shadowfb”
[ 26.902] (II) LoadModule: “shadowfb”
[ 26.902] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 26.932] (II) Module shadowfb: vendor=“X.Org Foundation”
[ 26.932] compiled for 1.11.4, module version = 1.0.0
[ 26.932] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.932] (–) Depth 24 pixmap format is 32 bpp
[ 26.970] (==) NOUVEAU(0): Backing store disabled
[ 26.970] (==) NOUVEAU(0): Silken mouse enabled
[ 26.970] (==) NOUVEAU(0): DPMS enabled
[ 26.970] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 26.971] (–) RandR disabled
[ 26.971] (II) Initializing built-in extension Generic Event Extension
[ 26.971] (II) Initializing built-in extension SHAPE
[ 26.971] (II) Initializing built-in extension MIT-SHM
[ 26.971] (II) Initializing built-in extension XInputExtension
[ 26.971] (II) Initializing built-in extension XTEST
[ 26.971] (II) Initializing built-in extension BIG-REQUESTS
[ 26.971] (II) Initializing built-in extension SYNC
[ 26.971] (II) Initializing built-in extension XKEYBOARD
[ 26.971] (II) Initializing built-in extension XC-MISC
[ 26.971] (II) Initializing built-in extension SECURITY
[ 26.971] (II) Initializing built-in extension XINERAMA
[ 26.971] (II) Initializing built-in extension XFIXES
[ 26.971] (II) Initializing built-in extension RENDER
[ 26.971] (II) Initializing built-in extension RANDR
[ 26.971] (II) Initializing built-in extension COMPOSITE
[ 26.971] (II) Initializing built-in extension DAMAGE
[ 26.971] (II) SELinux: Disabled on system
[ 27.088] (II) AIGLX: Screen 0 is not DRI2 capable
[ 27.088] (II) AIGLX: Screen 0 is not DRI capable
[ 27.634] (II) AIGLX: Loaded and initialized swrast
[ 27.634] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 27.641] (II) NOUVEAU(0): NVEnterVT is called.
[ 28.192] (II) NOUVEAU(0): Setting screen physical size to 338 x 211
[ 28.338] resize called 1280 800
[ 29.618] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 29.894] () Video Bus: Applying InputClass “evdev keyboard catchall”
[ 29.894] (II) LoadModule: “evdev”
[ 29.894] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.903] (II) Module evdev: vendor=“X.Org Foundation”
[ 29.903] compiled for 1.11.4, module version = 2.7.0
[ 29.903] Module class: X.Org XInput Driver
[ 29.903] ABI class: X.Org XInput driver, version 13.0
[ 29.903] (II) Using input driver ‘evdev’ for ‘Video Bus’
[ 29.903] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29.903] () Video Bus: always reports core events
[ 29.903] () evdev: Video Bus: Device: “/dev/input/event4”
[ 29.903] (–) evdev: Video Bus: Vendor 0 Product 0x6
[ 29.903] (–) evdev: Video Bus: Found keys
[ 29.903] (II) evdev: Video Bus: Configuring as keyboard
[ 29.903] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:1e/LNXVIDEO:00/input/input4/event4”
[ 29.903] (II) XINPUT: Adding extended input device “Video Bus” (type: KEYBOARD, id 6)
[ 29.903] () Option “xkb_rules” “evdev”
[ 29.903] () Option “xkb_model” “pc105”
[ 29.903] () Option “xkb_layout” “fr”
[ 29.903] () Option “xkb_variant” “latin9”
[ 30.013] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 30.013] () Power Button: Applying InputClass “evdev keyboard catchall”
[ 30.013] (II) Using input driver ‘evdev’ for ‘Power Button’
[ 30.013] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.013] () Power Button: always reports core events
[ 30.013] () evdev: Power Button: Device: “/dev/input/event2”
[ 30.013] (–) evdev: Power Button: Vendor 0 Product 0x1
[ 30.013] (–) evdev: Power Button: Found keys
[ 30.013] (II) evdev: Power Button: Configuring as keyboard
[ 30.013] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2”
[ 30.013] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 7)
[ 30.013] () Option “xkb_rules” “evdev”
[ 30.013] () Option “xkb_model” “pc105”
[ 30.013] () Option “xkb_layout” “fr”
[ 30.014] () Option “xkb_variant” “latin9”
[ 30.014] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 30.014] (II) No input driver specified, ignoring this device.
[ 30.014] (II) This device may have been added with another device file.
[ 30.015] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 30.015] () Sleep Button: Applying InputClass “evdev keyboard catchall”
[ 30.015] (II) Using input driver ‘evdev’ for ‘Sleep Button’
[ 30.015] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.015] () Sleep Button: always reports core events
[ 30.015] () evdev: Sleep Button: Device: “/dev/input/event3”
[ 30.015] (–) evdev: Sleep Button: Vendor 0 Product 0x3
[ 30.015] (–) evdev: Sleep Button: Found keys
[ 30.015] (II) evdev: Sleep Button: Configuring as keyboard
[ 30.015] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3”
[ 30.015] (II) XINPUT: Adding extended input device “Sleep Button” (type: KEYBOARD, id 8)
[ 30.015] () Option “xkb_rules” “evdev”
[ 30.015] () Option “xkb_model” “pc105”
[ 30.015] () Option “xkb_layout” “fr”
[ 30.015] () Option “xkb_variant” “latin9”
[ 30.016] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye™ (/dev/input/event7)
[ 30.016] () Microsoft Microsoft 3-Button Mouse with IntelliEye™: Applying InputClass “evdev pointer catchall”
[ 30.016] (II) Using input driver ‘evdev’ for ‘Microsoft Microsoft 3-Button Mouse with IntelliEye™’
[ 30.016] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.016] () Microsoft Microsoft 3-Button Mouse with IntelliEye™: always reports core events
[ 30.016] () evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Device: “/dev/input/event7”
[ 30.016] (–) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Vendor 0x45e Product 0x53
[ 30.016] (–) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Found 3 mouse buttons
[ 30.016] (–) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Found scroll wheel(s)
[ 30.016] (–) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Found relative axes
[ 30.016] (–) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Found x and y relative axes
[ 30.016] (II) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Configuring as mouse
[ 30.016] (II) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: Adding scrollwheel support
[ 30.016] () evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: YAxisMapping: buttons 4 and 5
[ 30.016] () evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 30.016] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:02:01.0/0000:03:00.1/usb7/7-1/7-1:1.0/input/input7/event7”
[ 30.016] (II) XINPUT: Adding extended input device “Microsoft Microsoft 3-Button Mouse with IntelliEye™” (type: MOUSE, id 9)
[ 30.016] (II) evdev: Microsoft Microsoft 3-Button Mouse with IntelliEye™: initialized for relative axes.
[ 30.017] () Microsoft Microsoft 3-Button Mouse with IntelliEye™: (accel) keeping acceleration scheme 1
[ 30.017] () Microsoft Microsoft 3-Button Mouse with IntelliEye™: (accel) acceleration profile 0
[ 30.017] () Microsoft Microsoft 3-Button Mouse with IntelliEye™: (accel) acceleration factor: 2.000
[ 30.017] () Microsoft Microsoft 3-Button Mouse with IntelliEye™: (accel) acceleration threshold: 4
[ 30.017] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye™ (/dev/input/mouse2)
[ 30.017] (II) No input driver specified, ignoring this device.
[ 30.017] (II) This device may have been added with another device file.
[ 30.017] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 30.017] () AT Translated Set 2 keyboard: Applying InputClass “evdev keyboard catchall”
[ 30.017] (II) Using input driver ‘evdev’ for ‘AT Translated Set 2 keyboard’
[ 30.017] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.018] () AT Translated Set 2 keyboard: always reports core events
[ 30.018] () evdev: AT Translated Set 2 keyboard: Device: “/dev/input/event0”
[ 30.018] (–) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 30.018] (–) evdev: AT Translated Set 2 keyboard: Found keys
[ 30.018] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 30.018] () Option “config_info” “udev:/sys/devices/platform/i8042/serio0/input/input0/event0”
[ 30.018] (II) XINPUT: Adding extended input device “AT Translated Set 2 keyboard” (type: KEYBOARD, id 10)
[ 30.018] () Option “xkb_rules” “evdev”
[ 30.018] () Option “xkb_model” “pc105”
[ 30.018] () Option “xkb_layout” “fr”
[ 30.018] () Option “xkb_variant” “latin9”
[ 30.019] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
[ 30.019] () PS/2 Mouse: Applying InputClass “evdev pointer catchall”
[ 30.019] (II) Using input driver ‘evdev’ for ‘PS/2 Mouse’
[ 30.019] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.019] () PS/2 Mouse: always reports core events
[ 30.019] () evdev: PS/2 Mouse: Device: “/dev/input/event5”
[ 30.019] (–) evdev: PS/2 Mouse: Vendor 0x2 Product 0x8
[ 30.019] (–) evdev: PS/2 Mouse: Found 3 mouse buttons
[ 30.019] (–) evdev: PS/2 Mouse: Found relative axes
[ 30.019] (–) evdev: PS/2 Mouse: Found x and y relative axes
[ 30.019] (II) evdev: PS/2 Mouse: Configuring as mouse
[ 30.019] () evdev: PS/2 Mouse: YAxisMapping: buttons 4 and 5
[ 30.019] () evdev: PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 30.019] () Option “config_info” “udev:/sys/devices/platform/i8042/serio1/input/input5/event5”
[ 30.019] (II) XINPUT: Adding extended input device “PS/2 Mouse” (type: MOUSE, id 11)
[ 30.019] (II) evdev: PS/2 Mouse: initialized for relative axes.
[ 30.019] () PS/2 Mouse: (accel) keeping acceleration scheme 1
[ 30.019] () PS/2 Mouse: (accel) acceleration profile 0
[ 30.019] () PS/2 Mouse: (accel) acceleration factor: 2.000
[ 30.019] () PS/2 Mouse: (accel) acceleration threshold: 4
[ 30.019] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 30.019] (II) No input driver specified, ignoring this device.
[ 30.019] (II) This device may have been added with another device file.
[ 30.020] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
[ 30.020] () AlpsPS/2 ALPS GlidePoint: Applying InputClass “evdev touchpad catchall”
[ 30.020] () AlpsPS/2 ALPS GlidePoint: Applying InputClass “touchpad catchall”
[ 30.020] () AlpsPS/2 ALPS GlidePoint: Applying InputClass “Default clickpad buttons”
[ 30.020] (II) LoadModule: “synaptics”
[ 30.020] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 30.312] (II) Module synaptics: vendor=“X.Org Foundation”
[ 30.312] compiled for 1.11.4, module version = 1.5.99
[ 30.312] Module class: X.Org XInput Driver
[ 30.312] ABI class: X.Org XInput driver, version 13.0
[ 30.312] (II) Using input driver ‘synaptics’ for ‘AlpsPS/2 ALPS GlidePoint’
[ 30.312] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 30.312] () AlpsPS/2 ALPS GlidePoint: always reports core events
[ 30.312] () Option “Device” “/dev/input/event6”
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[ 30.312] (II) synaptics: AlpsPS/2 ALPS GlidePoint: device does not report finger width.
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: Vendor 0x2 Product 0x8
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 15
[ 30.312] (–) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[ 30.312] () AlpsPS/2 ALPS GlidePoint: always reports core events
[ 30.312] () Option “config_info” “udev:/sys/devices/platform/i8042/serio1/input/input6/event6”
[ 30.312] (II) XINPUT: Adding extended input device “AlpsPS/2 ALPS GlidePoint” (type: TOUCHPAD, id 12)
[ 30.313] () synaptics: AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[ 30.313] () synaptics: AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[ 30.313] () synaptics: AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[ 30.313] () AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[ 30.313] () AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[ 30.313] () AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[ 30.313] () AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[ 30.313] (–) synaptics: AlpsPS/2 ALPS GlidePoint: touchpad found
[ 30.313] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[ 30.313] () AlpsPS/2 ALPS GlidePoint: Ignoring device from InputClass “touchpad ignore duplicates”
[ 30.314] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event8)
[ 30.314] () ACPI Virtual Keyboard Device: Applying InputClass “evdev keyboard catchall”
[ 30.314] (II) Using input driver ‘evdev’ for ‘ACPI Virtual Keyboard Device’
[ 30.314] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 30.314] () ACPI Virtual Keyboard Device: always reports core events
[ 30.314] () evdev: ACPI Virtual Keyboard Device: Device: “/dev/input/event8”
[ 30.314] (–) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 30.314] (–) evdev: ACPI Virtual Keyboard Device: Found keys
[ 30.314] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 30.314] () Option “config_info” “udev:/sys/devices/virtual/input/input8/event8”
[ 30.314] (II) XINPUT: Adding extended input device “ACPI Virtual Keyboard Device” (type: KEYBOARD, id 13)
[ 30.314] () Option “xkb_rules” “evdev”
[ 30.314] () Option “xkb_model” “pc105”
[ 30.314] () Option “xkb_layout” “fr”
[ 30.314] () Option “xkb_variant” “latin9”
[ 30.537] (II) NOUVEAU(0): EDID vendor “SEC”, prod id 12632
[ 30.537] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 30.537] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)
[ 39.906] (II) NOUVEAU(0): EDID vendor “SEC”, prod id 12632
[ 39.906] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 39.906] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)
[ 47.761] (II) NOUVEAU(0): EDID vendor “SEC”, prod id 12632
[ 47.761] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 47.761] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)
[ 60.479] (II) NOUVEAU(0): EDID vendor “SEC”, prod id 12632
[ 60.479] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 60.479] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)
[ 60.721] (II) NOUVEAU(0): EDID vendor “SEC”, prod id 12632
[ 60.721] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[ 60.721] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.25 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.5 kHz)[/code]
La carte graphique NV34 supporte le mode XVideo d’après le site officiel de “nouveau”. De plus, avec les anciens pilotes “nv” cela fonctionnait.
Quelqu’un aurait-il déjà été confronté à ce genre de problème ? Voyez-vous quelque chose que j’aurais manqué ?
Merci par avance pour toute aide,
Stac
PS : je ne mettrai pas les pilotes “nvidia”