[Xorg] Récupérer MatchVendor et MatchProduct (Abandonné)

Questions et astuces concernant l'installation et la configuration d'archlinux
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Alors, ça ne marche ni en interne (10-evdev.conf), ni en externe (50-joystick.conf), ni avec xf86-input-joystick d’installé, ni désinstallé et ni avec /dev/input/js*, ni avec /dev/input/js0
Le seul moyen que j’ai de faire bouger le curseur avec ma souris, c’est de dégager 50-joystick.conf et de réinstaller xf86-input-joystick. A ces deux conditions, ça marche.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Qu'est ce qui ne marche pas alors ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Ce qui ne marche pas, c’est de faire bouger le curseur avec la manette que j’ai choisie, mais pas l’autre.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

On risque de revenir à ta question initiale, mais comme ceci j'aurais bien tout compris :-)
Si tu ajoutes cette configuration

Code : Tout sélectionner

Section "InputClass"
        Identifier "joystick catchall"
        MatchIsJoystick "on"
        MatchDevicePath "/dev/input/event*"
        Driver "joystick"
        Option "StartKeysEnabled" "False"       #Disable mouse
        Option "StartMouseEnabled" "False"      #support
EndSection
Normalement les 2 manettes ne doivent plus contrôler la souris

Edit : Et si j'ai bien tout compris cette configuration finale (faire le premier test si ceci ne fonctionne pas) devrait résoudre ton souci :

Code : Tout sélectionner

    Section "InputClass"
        Identifier "joystick catchall"
        MatchIsJoystick "on"
        MatchDevicePath "/dev/input/event*"
        MatchVendor "Logitech, Inc."
        MatchProduct "Dual Action Gamepad"
        Driver "joystick"
        Option "StartKeysEnabled" "False"       #Disable mouse
        Option "StartMouseEnabled" "False"      #support
EndSection
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Encore désolé, mais aucune de ces deux solutions ne fonctionne. Ni avec le driver, ni sans, ni en interne, ni en externe, ni avec "event", ni avec "js1".
Pour faire bouger le curseur, il faut le driver, et NE PAS toucher au fichier 50-joystick.conf. Xorg n’aime pas nos modifs.
Par contre, les deux manettes font bouger le curseur.
Est-ce que j’en demande trop à Xorg / au kernel ?
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Hum, on n'as pas du se comprendre...
Il ne faut surtout pas toucher aux fichiers dans /etc/X11/xorg.conf.d/. Tous les fichiers dans ce dossier appartienne à un paquet et il est fortement recommandé de ne pas les toucher ! Toute modification doit être fait en rajoutant des fichiers...

Qu'est ce que tu appel
Ni avec le driver, ni sans, ni en interne, ni en externe, ni avec "event", ni avec "js1".
Peux tu restaurer la configuration d'origine ? Avec xf86-input-joystick d'installé ?

Sinon la première configuration permet de ne pas faire bouger le curseur, chose que tu cherches à faire non ? C'était un test comme indiqué...
La 2ème configuration est à placer dans un autre fichier...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Le driver = xf86-input-joystick
En interne = dans 10-evdev.conf
En externe = dans 50-joystick.conf
event/js1 = fin du path du périphérique.
---
Je retente sur un nouveau fichier.
----
EDIT
Driver installé, ton second code (avec "event" ou "js1", idem) dans un fichier 12-Souris.conf, les 2 manettes font bouger le curseur.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Ce qui est intéressant c'est de tester la première configuration (sans aucune modification)
Puis voir le log de Xorg avec les 2 manettes de branchées
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Alors, avec le code
cat /etc/X11/xorg.conf.d/12-Souris.conf

Code : Tout sélectionner

Section "InputClass"
	Identifier "joystick catchall"
	MatchIsJoystick "on"
	MatchDevicePath "/dev/input/event*"
#	MatchVendor "Logitech, Inc."
#	MatchProduct "Dual Action Gamepad"
	Driver "joystick"
	Option "StartKeysEnabled" "False"       #Disable mouse
	Option "StartMouseEnabled" "False"      #support
EndSection
Cas 1
Pas de manettes branchées.
Note : la souris non plus, ça fait longtemps que je l’ai viré.
cat Xorg.0.log.NoPaddle.txt

Code : Tout sélectionner

[    13.174] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    13.174] X Protocol Version 11, Revision 0
[    13.174] Build Operating System: Linux 3.11.0-1-ARCH i686 
[    13.174] Current Operating System: Linux kakariko 3.11.1-2-ARCH #1 SMP PREEMPT Sun Sep 22 20:03:40 CEST 2013 i686
[    13.174] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fa6fbfda-ba09-45f5-99a8-0aeb8ac3d62b rw quiet init=/usr/lib/systemd/systemd
[    13.174] Build Date: 13 September 2013  01:31:03PM
[    13.174]  
[    13.174] Current version of pixman: 0.30.2
[    13.174] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.174] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.175] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 25 10:21:03 2013
[    13.230] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.230] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.231] (==) No Layout section.  Using the first Screen section.
[    13.231] (==) No screen section available. Using defaults.
[    13.231] (**) |-->Screen "Default Screen Section" (0)
[    13.231] (**) |   |-->Monitor "<default monitor>"
[    13.246] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    13.246] (**) |   |-->Device "Card0"
[    13.246] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.247] (==) Automatically adding devices
[    13.247] (==) Automatically enabling devices
[    13.247] (==) Automatically adding GPU devices
[    13.389] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    13.389] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.389] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.393] (II) Loader magic: 0x8259620
[    13.393] (II) Module ABI versions:
[    13.393] 	X.Org ANSI C Emulation: 0.4
[    13.393] 	X.Org Video Driver: 14.1
[    13.393] 	X.Org XInput driver : 19.1
[    13.393] 	X.Org Server Extension : 7.0
[    13.394] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.396] (--) PCI:*(0:1:0:0) 10de:0326:1462:9982 rev 161, Mem @ 0xde000000/16777216, 0xd0000000/134217728, BIOS @ 0x????????/131072
[    13.411] Initializing built-in extension Generic Event Extension
[    13.411] Initializing built-in extension SHAPE
[    13.411] Initializing built-in extension MIT-SHM
[    13.411] Initializing built-in extension XInputExtension
[    13.411] Initializing built-in extension XTEST
[    13.411] Initializing built-in extension BIG-REQUESTS
[    13.411] Initializing built-in extension SYNC
[    13.411] Initializing built-in extension XKEYBOARD
[    13.411] Initializing built-in extension XC-MISC
[    13.411] Initializing built-in extension SECURITY
[    13.411] Initializing built-in extension XINERAMA
[    13.411] Initializing built-in extension XFIXES
[    13.411] Initializing built-in extension RENDER
[    13.411] Initializing built-in extension RANDR
[    13.411] Initializing built-in extension COMPOSITE
[    13.411] Initializing built-in extension DAMAGE
[    13.411] Initializing built-in extension MIT-SCREEN-SAVER
[    13.411] Initializing built-in extension DOUBLE-BUFFER
[    13.411] Initializing built-in extension RECORD
[    13.411] Initializing built-in extension DPMS
[    13.411] Initializing built-in extension X-Resource
[    13.411] Initializing built-in extension XVideo
[    13.411] Initializing built-in extension XVideo-MotionCompensation
[    13.411] Initializing built-in extension XFree86-VidModeExtension
[    13.411] Initializing built-in extension XFree86-DGA
[    13.411] Initializing built-in extension XFree86-DRI
[    13.411] Initializing built-in extension DRI2
[    13.411] (II) "glx" will be loaded by default.
[    13.411] (II) LoadModule: "dri2"
[    13.412] (II) Module "dri2" already built-in
[    13.412] (II) LoadModule: "glamoregl"
[    13.536] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    14.007] (II) Module glamoregl: vendor="X.Org Foundation"
[    14.007] 	compiled for 1.14.2, module version = 0.5.1
[    14.007] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.007] (II) LoadModule: "glx"
[    14.032] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.138] (II) Module glx: vendor="X.Org Foundation"
[    14.139] 	compiled for 1.14.3, module version = 1.0.0
[    14.139] 	ABI class: X.Org Server Extension, version 7.0
[    14.139] (==) AIGLX enabled
[    14.141] Loading extension GLX
[    14.141] (II) LoadModule: "nouveau"
[    14.141] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    14.294] (II) Module nouveau: vendor="X.Org Foundation"
[    14.294] 	compiled for 1.14.2, module version = 1.0.9
[    14.294] 	Module class: X.Org Video Driver
[    14.294] 	ABI class: X.Org Video Driver, version 14.1
[    14.294] (II) NOUVEAU driver 
[    14.294] (II) NOUVEAU driver for NVIDIA chipset families :
[    14.294] 	RIVA TNT        (NV04)
[    14.294] 	RIVA TNT2       (NV05)
[    14.294] 	GeForce 256     (NV10)
[    14.294] 	GeForce 2       (NV11, NV15)
[    14.294] 	GeForce 4MX     (NV17, NV18)
[    14.295] 	GeForce 3       (NV20)
[    14.295] 	GeForce 4Ti     (NV25, NV28)
[    14.295] 	GeForce FX      (NV3x)
[    14.295] 	GeForce 6       (NV4x)
[    14.295] 	GeForce 7       (G7x)
[    14.295] 	GeForce 8       (G8x)
[    14.295] 	GeForce GTX 200 (NVA0)
[    14.295] 	GeForce GTX 400 (NVC0)
[    14.295] (++) using VT number 1

[    14.296] (II) [drm] nouveau interface version: 1.1.1
[    14.296] (II) Loading sub module "dri2"
[    14.296] (II) LoadModule: "dri2"
[    14.296] (II) Module "dri2" already built-in
[    14.296] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
[    14.296] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    14.296] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    14.296] (==) NOUVEAU(0): RGB weight 888
[    14.297] (==) NOUVEAU(0): Default visual is TrueColor
[    14.297] (==) NOUVEAU(0): Using HW cursor
[    14.297] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    14.297] (==) NOUVEAU(0): Page flipping enabled
[    14.297] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[    14.333] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    14.387] (II) NOUVEAU(0): Output TV-1 has no monitor section
[    14.389] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    14.421] (II) NOUVEAU(0): EDID for output VGA-1
[    14.421] (II) NOUVEAU(0): Manufacturer: ACR  Model: a8  Serial#: 2435972668
[    14.421] (II) NOUVEAU(0): Year: 2009  Week: 13
[    14.421] (II) NOUVEAU(0): EDID Version: 1.3
[    14.421] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    14.422] (II) NOUVEAU(0): Sync:  Separate
[    14.422] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[    14.422] (II) NOUVEAU(0): Gamma: 2.20
[    14.422] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[    14.422] (II) NOUVEAU(0): First detailed timing is preferred mode
[    14.422] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    14.422] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    14.422] (II) NOUVEAU(0): Supported established timings:
[    14.422] (II) NOUVEAU(0): 720x400@70Hz
[    14.422] (II) NOUVEAU(0): 640x480@60Hz
[    14.422] (II) NOUVEAU(0): 640x480@67Hz
[    14.422] (II) NOUVEAU(0): 800x600@56Hz
[    14.422] (II) NOUVEAU(0): 800x600@60Hz
[    14.422] (II) NOUVEAU(0): 1024x768@60Hz
[    14.422] (II) NOUVEAU(0): 1024x768@70Hz
[    14.422] (II) NOUVEAU(0): Manufacturer's mask: 0
[    14.422] (II) NOUVEAU(0): Supported standard timings:
[    14.422] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    14.422] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    14.422] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    14.422] (II) NOUVEAU(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    14.422] (II) NOUVEAU(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    14.422] (II) NOUVEAU(0): Supported detailed timing:
[    14.422] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[    14.422] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    14.422] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    14.422] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 185 MHz
[    14.422] (II) NOUVEAU(0): Serial No: LG1080044200
[    14.422] (II) NOUVEAU(0): Monitor name: ACER X233H
[    14.422] (II) NOUVEAU(0): EDID (in hex):
[    14.422] (II) NOUVEAU(0): 	00ffffffffffff000472a8003cfe3191
[    14.422] (II) NOUVEAU(0): 	0d13010368331d782aee91a3544c9926
[    14.422] (II) NOUVEAU(0): 	0f5054b30c00714f818095008100d1c0
[    14.422] (II) NOUVEAU(0): 	010101010101023a801871382d40582c
[    14.422] (II) NOUVEAU(0): 	4500fe1f1100001e000000fd00384b1e
[    14.422] (II) NOUVEAU(0): 	5312000a202020202020000000ff004c
[    14.422] (II) NOUVEAU(0): 	47313038303034343230300a000000fc
[    14.422] (II) NOUVEAU(0): 	00414345522058323333480a202000f9
[    14.422] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[    14.422] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    14.422] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.423] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.473] (II) NOUVEAU(0): EDID for output TV-1
[    14.475] (II) NOUVEAU(0): EDID for output DVI-D-1
[    14.476] (II) NOUVEAU(0): Output VGA-1 connected
[    14.476] (II) NOUVEAU(0): Output TV-1 disconnected
[    14.476] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    14.476] (II) NOUVEAU(0): Using exact sizes for initial modes
[    14.476] (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080
[    14.476] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    14.476] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[    14.476] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    14.476] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    14.476] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    14.476] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    14.476] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[    14.476] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    14.476] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    14.476] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    14.476] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    14.476] (==) NOUVEAU(0): DPI set to (96, 96)
[    14.476] (II) Loading sub module "fb"
[    14.476] (II) LoadModule: "fb"
[    14.477] (II) Loading /usr/lib/xorg/modules/libfb.so
[    14.511] (II) Module fb: vendor="X.Org Foundation"
[    14.512] 	compiled for 1.14.3, module version = 1.0.0
[    14.512] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.512] (II) Loading sub module "exa"
[    14.512] (II) LoadModule: "exa"
[    14.512] (II) Loading /usr/lib/xorg/modules/libexa.so
[    14.518] (II) Module exa: vendor="X.Org Foundation"
[    14.518] 	compiled for 1.14.3, module version = 2.6.0
[    14.518] 	ABI class: X.Org Video Driver, version 14.1
[    14.518] (II) Loading sub module "shadowfb"
[    14.518] (II) LoadModule: "shadowfb"
[    14.519] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    14.526] (II) Module shadowfb: vendor="X.Org Foundation"
[    14.526] 	compiled for 1.14.3, module version = 1.0.0
[    14.526] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.526] (--) Depth 24 pixmap format is 32 bpp
[    14.527] (II) NOUVEAU(0): Opened GPU channel 0
[    14.549] (II) NOUVEAU(0): [DRI2] Setup complete
[    14.549] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    14.549] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    14.558] (II) EXA(0): Driver allocated offscreen pixmaps
[    14.558] (II) EXA(0): Driver registered support for the following operations:
[    14.558] (II)         Solid
[    14.558] (II)         Copy
[    14.558] (II)         Composite (RENDER acceleration)
[    14.558] (II)         UploadToScreen
[    14.558] (II)         DownloadFromScreen
[    14.559] (==) NOUVEAU(0): Backing store disabled
[    14.559] (==) NOUVEAU(0): Silken mouse enabled
[    14.560] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
[    14.560] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    14.560] (==) NOUVEAU(0): DPMS enabled
[    14.560] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    14.562] (--) RandR disabled
[    16.438] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    16.438] (II) AIGLX: enabled GLX_INTEL_swap_event
[    16.438] (II) AIGLX: enabled GLX_ARB_create_context
[    16.438] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    16.438] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    16.438] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    16.438] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    16.439] (II) AIGLX: Loaded and initialized nouveau
[    16.439] (II) GLX: Initialized DRI2 GL provider for screen 0
[    16.449] (II) NOUVEAU(0): NVEnterVT is called.
[    16.450] (II) NOUVEAU(0): Setting screen physical size to 507 x 285
[    16.450] resize called 1920 1080
[    18.135] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    18.135] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.135] (II) LoadModule: "evdev"
[    18.135] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.266] (II) Module evdev: vendor="X.Org Foundation"
[    18.266] 	compiled for 1.14.2, module version = 2.8.1
[    18.266] 	Module class: X.Org XInput Driver
[    18.266] 	ABI class: X.Org XInput driver, version 19.1
[    18.266] (II) Using input driver 'evdev' for 'Power Button'
[    18.266] (**) Power Button: always reports core events
[    18.266] (**) evdev: Power Button: Device: "/dev/input/event4"
[    18.266] (--) evdev: Power Button: Vendor 0 Product 0x1
[    18.266] (--) evdev: Power Button: Found keys
[    18.266] (II) evdev: Power Button: Configuring as keyboard
[    18.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    18.266] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    18.266] (**) Option "xkb_rules" "evdev"
[    18.267] (**) Option "xkb_model" "pc105"
[    18.267] (**) Option "xkb_layout" "fr"
[    18.267] (**) Option "xkb_variant" "latin9"
[    18.376] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    18.376] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.376] (II) Using input driver 'evdev' for 'Power Button'
[    18.376] (**) Power Button: always reports core events
[    18.376] (**) evdev: Power Button: Device: "/dev/input/event2"
[    18.376] (--) evdev: Power Button: Vendor 0 Product 0x1
[    18.376] (--) evdev: Power Button: Found keys
[    18.376] (II) evdev: Power Button: Configuring as keyboard
[    18.376] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    18.376] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    18.376] (**) Option "xkb_rules" "evdev"
[    18.376] (**) Option "xkb_model" "pc105"
[    18.376] (**) Option "xkb_layout" "fr"
[    18.376] (**) Option "xkb_variant" "latin9"
[    18.378] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    18.378] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    18.378] (II) Using input driver 'evdev' for 'Sleep Button'
[    18.378] (**) Sleep Button: always reports core events
[    18.378] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    18.378] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    18.378] (--) evdev: Sleep Button: Found keys
[    18.378] (II) evdev: Sleep Button: Configuring as keyboard
[    18.378] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[    18.378] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    18.378] (**) Option "xkb_rules" "evdev"
[    18.378] (**) Option "xkb_model" "pc105"
[    18.378] (**) Option "xkb_layout" "fr"
[    18.378] (**) Option "xkb_variant" "latin9"
[    18.383] (II) config/udev: Adding drm device (/dev/dri/card0)
[    18.384] (II) config/udev: Adding input device TypeMatrix.com USB Keyboard (/dev/input/event0)
[    18.385] (**) TypeMatrix.com USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    18.385] (**) TypeMatrix.com USB Keyboard: Applying InputClass "Typematrix Bepo"
[    18.385] (II) Using input driver 'evdev' for 'TypeMatrix.com USB Keyboard'
[    18.385] (**) TypeMatrix.com USB Keyboard: always reports core events
[    18.385] (**) evdev: TypeMatrix.com USB Keyboard: Device: "/dev/input/event0"
[    18.385] (--) evdev: TypeMatrix.com USB Keyboard: Vendor 0x1e54 Product 0x2030
[    18.385] (--) evdev: TypeMatrix.com USB Keyboard: Found keys
[    18.385] (II) evdev: TypeMatrix.com USB Keyboard: Configuring as keyboard
[    18.385] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb5/5-2/5-2:1.0/input/input0/event0"
[    18.385] (II) XINPUT: Adding extended input device "TypeMatrix.com USB Keyboard" (type: KEYBOARD, id 9)
[    18.385] (**) Option "xkb_rules" "evdev"
[    18.385] (**) Option "xkb_model" "pc105"
[    18.385] (**) Option "xkb_layout" "fr"
[    18.385] (**) Option "xkb_variant" "bepo"
[    18.385] (**) Option "xkb_options" "compose:lwin,grp:ctrls_toggle,lv3:ralt_switch"
[    18.461] (II) config/udev: Adding input device TypeMatrix.com USB Keyboard (/dev/input/event1)
[    18.462] (**) TypeMatrix.com USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    18.462] (**) TypeMatrix.com USB Keyboard: Applying InputClass "Typematrix Bepo"
[    18.462] (II) Using input driver 'evdev' for 'TypeMatrix.com USB Keyboard'
[    18.462] (**) TypeMatrix.com USB Keyboard: always reports core events
[    18.462] (**) evdev: TypeMatrix.com USB Keyboard: Device: "/dev/input/event1"
[    18.462] (--) evdev: TypeMatrix.com USB Keyboard: Vendor 0x1e54 Product 0x2030
[    18.462] (--) evdev: TypeMatrix.com USB Keyboard: Found 1 mouse buttons
[    18.462] (--) evdev: TypeMatrix.com USB Keyboard: Found scroll wheel(s)
[    18.462] (--) evdev: TypeMatrix.com USB Keyboard: Found relative axes
[    18.462] (II) evdev: TypeMatrix.com USB Keyboard: Forcing relative x/y axes to exist.
[    18.462] (--) evdev: TypeMatrix.com USB Keyboard: Found absolute axes
[    18.462] (II) evdev: TypeMatrix.com USB Keyboard: Forcing absolute x/y axes to exist.
[    18.462] (--) evdev: TypeMatrix.com USB Keyboard: Found keys
[    18.462] (II) evdev: TypeMatrix.com USB Keyboard: Configuring as mouse
[    18.462] (II) evdev: TypeMatrix.com USB Keyboard: Configuring as keyboard
[    18.462] (II) evdev: TypeMatrix.com USB Keyboard: Adding scrollwheel support
[    18.462] (**) evdev: TypeMatrix.com USB Keyboard: YAxisMapping: buttons 4 and 5
[    18.462] (**) evdev: TypeMatrix.com USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.462] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb5/5-2/5-2:1.1/input/input1/event1"
[    18.462] (II) XINPUT: Adding extended input device "TypeMatrix.com USB Keyboard" (type: KEYBOARD, id 10)
[    18.462] (**) Option "xkb_rules" "evdev"
[    18.462] (**) Option "xkb_model" "pc105"
[    18.462] (**) Option "xkb_layout" "fr"
[    18.462] (**) Option "xkb_variant" "bepo"
[    18.462] (**) Option "xkb_options" "compose:lwin,grp:ctrls_toggle,lv3:ralt_switch"
[    18.463] (II) evdev: TypeMatrix.com USB Keyboard: initialized for relative axes.
[    18.463] (WW) evdev: TypeMatrix.com USB Keyboard: ignoring absolute axes.
[    18.463] (**) TypeMatrix.com USB Keyboard: (accel) keeping acceleration scheme 1
[    18.463] (**) TypeMatrix.com USB Keyboard: (accel) acceleration profile 0
[    18.464] (**) TypeMatrix.com USB Keyboard: (accel) acceleration factor: 2.000
[    18.464] (**) TypeMatrix.com USB Keyboard: (accel) acceleration threshold: 4
[    18.464] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    18.464] (II) No input driver specified, ignoring this device.
[    18.464] (II) This device may have been added with another device file.
[    28.980] (II) AIGLX: Suspending AIGLX clients for VT switch
[    28.980] (II) NOUVEAU(0): NVLeaveVT is called.
Cas 2
Les 2 manettes sont branchées.
cat Xorg.0.log.2Paddles.txt

Code : Tout sélectionner

[    14.250] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    14.251] X Protocol Version 11, Revision 0
[    14.251] Build Operating System: Linux 3.11.0-1-ARCH i686 
[    14.251] Current Operating System: Linux kakariko 3.11.1-2-ARCH #1 SMP PREEMPT Sun Sep 22 20:03:40 CEST 2013 i686
[    14.251] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fa6fbfda-ba09-45f5-99a8-0aeb8ac3d62b rw quiet init=/usr/lib/systemd/systemd
[    14.251] Build Date: 13 September 2013  01:31:03PM
[    14.251]  
[    14.251] Current version of pixman: 0.30.2
[    14.251] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.251] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.251] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 25 10:23:03 2013
[    14.295] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    14.295] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.296] (==) No Layout section.  Using the first Screen section.
[    14.296] (==) No screen section available. Using defaults.
[    14.296] (**) |-->Screen "Default Screen Section" (0)
[    14.296] (**) |   |-->Monitor "<default monitor>"
[    14.306] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    14.317] (**) |   |-->Device "Card0"
[    14.317] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    14.317] (==) Automatically adding devices
[    14.317] (==) Automatically enabling devices
[    14.317] (==) Automatically adding GPU devices
[    14.449] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    14.449] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.449] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.470] (II) Loader magic: 0x8259620
[    14.470] (II) Module ABI versions:
[    14.470] 	X.Org ANSI C Emulation: 0.4
[    14.470] 	X.Org Video Driver: 14.1
[    14.470] 	X.Org XInput driver : 19.1
[    14.470] 	X.Org Server Extension : 7.0
[    14.470] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.473] (--) PCI:*(0:1:0:0) 10de:0326:1462:9982 rev 161, Mem @ 0xde000000/16777216, 0xd0000000/134217728, BIOS @ 0x????????/131072
[    14.504] Initializing built-in extension Generic Event Extension
[    14.504] Initializing built-in extension SHAPE
[    14.504] Initializing built-in extension MIT-SHM
[    14.504] Initializing built-in extension XInputExtension
[    14.504] Initializing built-in extension XTEST
[    14.504] Initializing built-in extension BIG-REQUESTS
[    14.504] Initializing built-in extension SYNC
[    14.504] Initializing built-in extension XKEYBOARD
[    14.504] Initializing built-in extension XC-MISC
[    14.504] Initializing built-in extension SECURITY
[    14.504] Initializing built-in extension XINERAMA
[    14.504] Initializing built-in extension XFIXES
[    14.504] Initializing built-in extension RENDER
[    14.504] Initializing built-in extension RANDR
[    14.504] Initializing built-in extension COMPOSITE
[    14.504] Initializing built-in extension DAMAGE
[    14.504] Initializing built-in extension MIT-SCREEN-SAVER
[    14.504] Initializing built-in extension DOUBLE-BUFFER
[    14.504] Initializing built-in extension RECORD
[    14.504] Initializing built-in extension DPMS
[    14.505] Initializing built-in extension X-Resource
[    14.505] Initializing built-in extension XVideo
[    14.505] Initializing built-in extension XVideo-MotionCompensation
[    14.505] Initializing built-in extension XFree86-VidModeExtension
[    14.505] Initializing built-in extension XFree86-DGA
[    14.505] Initializing built-in extension XFree86-DRI
[    14.505] Initializing built-in extension DRI2
[    14.505] (II) "glx" will be loaded by default.
[    14.505] (II) LoadModule: "dri2"
[    14.505] (II) Module "dri2" already built-in
[    14.505] (II) LoadModule: "glamoregl"
[    14.646] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.334] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.334] 	compiled for 1.14.2, module version = 0.5.1
[    15.334] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.334] (II) LoadModule: "glx"
[    15.500] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.590] (II) Module glx: vendor="X.Org Foundation"
[    15.590] 	compiled for 1.14.3, module version = 1.0.0
[    15.590] 	ABI class: X.Org Server Extension, version 7.0
[    15.590] (==) AIGLX enabled
[    15.593] Loading extension GLX
[    15.593] (II) LoadModule: "nouveau"
[    15.593] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    15.681] (II) Module nouveau: vendor="X.Org Foundation"
[    15.681] 	compiled for 1.14.2, module version = 1.0.9
[    15.681] 	Module class: X.Org Video Driver
[    15.681] 	ABI class: X.Org Video Driver, version 14.1
[    15.681] (II) NOUVEAU driver 
[    15.681] (II) NOUVEAU driver for NVIDIA chipset families :
[    15.681] 	RIVA TNT        (NV04)
[    15.681] 	RIVA TNT2       (NV05)
[    15.681] 	GeForce 256     (NV10)
[    15.681] 	GeForce 2       (NV11, NV15)
[    15.681] 	GeForce 4MX     (NV17, NV18)
[    15.681] 	GeForce 3       (NV20)
[    15.681] 	GeForce 4Ti     (NV25, NV28)
[    15.681] 	GeForce FX      (NV3x)
[    15.681] 	GeForce 6       (NV4x)
[    15.682] 	GeForce 7       (G7x)
[    15.682] 	GeForce 8       (G8x)
[    15.682] 	GeForce GTX 200 (NVA0)
[    15.682] 	GeForce GTX 400 (NVC0)
[    15.682] (++) using VT number 1

[    15.682] (II) [drm] nouveau interface version: 1.1.1
[    15.683] (II) Loading sub module "dri2"
[    15.683] (II) LoadModule: "dri2"
[    15.683] (II) Module "dri2" already built-in
[    15.684] (--) NOUVEAU(0): Chipset: "NVIDIA NV34"
[    15.684] (II) NOUVEAU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.684] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[    15.684] (==) NOUVEAU(0): RGB weight 888
[    15.684] (==) NOUVEAU(0): Default visual is TrueColor
[    15.684] (==) NOUVEAU(0): Using HW cursor
[    15.684] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    15.684] (==) NOUVEAU(0): Page flipping enabled
[    15.684] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
[    15.716] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[    15.767] (II) NOUVEAU(0): Output TV-1 has no monitor section
[    15.770] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
[    15.805] (II) NOUVEAU(0): EDID for output VGA-1
[    15.805] (II) NOUVEAU(0): Manufacturer: ACR  Model: a8  Serial#: 2435972668
[    15.805] (II) NOUVEAU(0): Year: 2009  Week: 13
[    15.805] (II) NOUVEAU(0): EDID Version: 1.3
[    15.805] (II) NOUVEAU(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    15.805] (II) NOUVEAU(0): Sync:  Separate
[    15.805] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[    15.805] (II) NOUVEAU(0): Gamma: 2.20
[    15.805] (II) NOUVEAU(0): DPMS capabilities: Off; RGB/Color Display
[    15.805] (II) NOUVEAU(0): First detailed timing is preferred mode
[    15.805] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[    15.805] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[    15.805] (II) NOUVEAU(0): Supported established timings:
[    15.805] (II) NOUVEAU(0): 720x400@70Hz
[    15.805] (II) NOUVEAU(0): 640x480@60Hz
[    15.805] (II) NOUVEAU(0): 640x480@67Hz
[    15.805] (II) NOUVEAU(0): 800x600@56Hz
[    15.805] (II) NOUVEAU(0): 800x600@60Hz
[    15.805] (II) NOUVEAU(0): 1024x768@60Hz
[    15.805] (II) NOUVEAU(0): 1024x768@70Hz
[    15.806] (II) NOUVEAU(0): Manufacturer's mask: 0
[    15.806] (II) NOUVEAU(0): Supported standard timings:
[    15.806] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    15.806] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    15.806] (II) NOUVEAU(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    15.806] (II) NOUVEAU(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    15.806] (II) NOUVEAU(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    15.806] (II) NOUVEAU(0): Supported detailed timing:
[    15.806] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  510 x 287 mm
[    15.806] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    15.806] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    15.806] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 185 MHz
[    15.806] (II) NOUVEAU(0): Serial No: LG1080044200
[    15.806] (II) NOUVEAU(0): Monitor name: ACER X233H
[    15.806] (II) NOUVEAU(0): EDID (in hex):
[    15.806] (II) NOUVEAU(0): 	00ffffffffffff000472a8003cfe3191
[    15.806] (II) NOUVEAU(0): 	0d13010368331d782aee91a3544c9926
[    15.806] (II) NOUVEAU(0): 	0f5054b30c00714f818095008100d1c0
[    15.806] (II) NOUVEAU(0): 	010101010101023a801871382d40582c
[    15.806] (II) NOUVEAU(0): 	4500fe1f1100001e000000fd00384b1e
[    15.806] (II) NOUVEAU(0): 	5312000a202020202020000000ff004c
[    15.806] (II) NOUVEAU(0): 	47313038303034343230300a000000fc
[    15.806] (II) NOUVEAU(0): 	00414345522058323333480a202000f9
[    15.806] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[    15.806] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    15.806] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    15.806] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.807] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.860] (II) NOUVEAU(0): EDID for output TV-1
[    15.862] (II) NOUVEAU(0): EDID for output DVI-D-1
[    15.862] (II) NOUVEAU(0): Output VGA-1 connected
[    15.862] (II) NOUVEAU(0): Output TV-1 disconnected
[    15.862] (II) NOUVEAU(0): Output DVI-D-1 disconnected
[    15.862] (II) NOUVEAU(0): Using exact sizes for initial modes
[    15.862] (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080
[    15.862] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    15.862] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
[    15.862] (**) NOUVEAU(0):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[    15.862] (II) NOUVEAU(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    15.862] (**) NOUVEAU(0):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[    15.862] (II) NOUVEAU(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    15.862] (**) NOUVEAU(0):  Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[    15.862] (II) NOUVEAU(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    15.862] (**) NOUVEAU(0):  Driver mode "1280x800": 83.5 MHz (scaled from 0.0 MHz), 49.7 kHz, 59.8 Hz
[    15.862] (II) NOUVEAU(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    15.862] (**) NOUVEAU(0):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[    15.862] (II) NOUVEAU(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    15.862] (**) NOUVEAU(0):  Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[    15.862] (II) NOUVEAU(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    15.862] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[    15.863] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    15.863] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[    15.863] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    15.863] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[    15.863] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    15.863] (**) NOUVEAU(0):  Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
[    15.863] (II) NOUVEAU(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    15.863] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[    15.863] (II) NOUVEAU(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    15.863] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[    15.863] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    15.863] (==) NOUVEAU(0): DPI set to (96, 96)
[    15.863] (II) Loading sub module "fb"
[    15.863] (II) LoadModule: "fb"
[    15.863] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.853] (II) Module fb: vendor="X.Org Foundation"
[    16.853] 	compiled for 1.14.3, module version = 1.0.0
[    16.853] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.853] (II) Loading sub module "exa"
[    16.853] (II) LoadModule: "exa"
[    16.853] (II) Loading /usr/lib/xorg/modules/libexa.so
[    16.879] (II) Module exa: vendor="X.Org Foundation"
[    16.879] 	compiled for 1.14.3, module version = 2.6.0
[    16.879] 	ABI class: X.Org Video Driver, version 14.1
[    16.879] (II) Loading sub module "shadowfb"
[    16.879] (II) LoadModule: "shadowfb"
[    16.880] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    16.886] (II) Module shadowfb: vendor="X.Org Foundation"
[    16.886] 	compiled for 1.14.3, module version = 1.0.0
[    16.886] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.886] (--) Depth 24 pixmap format is 32 bpp
[    16.887] (II) NOUVEAU(0): Opened GPU channel 0
[    16.909] (II) NOUVEAU(0): [DRI2] Setup complete
[    16.909] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[    16.909] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[    16.918] (II) EXA(0): Driver allocated offscreen pixmaps
[    16.918] (II) EXA(0): Driver registered support for the following operations:
[    16.918] (II)         Solid
[    16.918] (II)         Copy
[    16.918] (II)         Composite (RENDER acceleration)
[    16.918] (II)         UploadToScreen
[    16.919] (II)         DownloadFromScreen
[    16.919] (==) NOUVEAU(0): Backing store disabled
[    16.919] (==) NOUVEAU(0): Silken mouse enabled
[    16.920] (II) NOUVEAU(0): [XvMC] Associated with NV30 texture adapter.
[    16.920] (II) NOUVEAU(0): [XvMC] Extension initialized.
[    16.920] (==) NOUVEAU(0): DPMS enabled
[    16.920] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    16.922] (--) RandR disabled
[    18.664] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.664] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.664] (II) AIGLX: enabled GLX_ARB_create_context
[    18.664] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    18.664] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    18.664] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    18.664] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    18.666] (II) AIGLX: Loaded and initialized nouveau
[    18.666] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.680] (II) NOUVEAU(0): NVEnterVT is called.
[    18.680] (II) NOUVEAU(0): Setting screen physical size to 507 x 285
[    18.680] resize called 1920 1080
[    19.553] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    19.553] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.553] (II) LoadModule: "evdev"
[    19.554] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.584] (II) Module evdev: vendor="X.Org Foundation"
[    19.584] 	compiled for 1.14.2, module version = 2.8.1
[    19.584] 	Module class: X.Org XInput Driver
[    19.584] 	ABI class: X.Org XInput driver, version 19.1
[    19.584] (II) Using input driver 'evdev' for 'Power Button'
[    19.584] (**) Power Button: always reports core events
[    19.584] (**) evdev: Power Button: Device: "/dev/input/event6"
[    19.585] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.585] (--) evdev: Power Button: Found keys
[    19.585] (II) evdev: Power Button: Configuring as keyboard
[    19.585] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    19.585] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.585] (**) Option "xkb_rules" "evdev"
[    19.585] (**) Option "xkb_model" "pc105"
[    19.585] (**) Option "xkb_layout" "fr"
[    19.585] (**) Option "xkb_variant" "latin9"
[    19.650] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    19.650] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.650] (II) Using input driver 'evdev' for 'Power Button'
[    19.650] (**) Power Button: always reports core events
[    19.650] (**) evdev: Power Button: Device: "/dev/input/event4"
[    19.650] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.650] (--) evdev: Power Button: Found keys
[    19.650] (II) evdev: Power Button: Configuring as keyboard
[    19.650] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
[    19.650] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    19.650] (**) Option "xkb_rules" "evdev"
[    19.650] (**) Option "xkb_model" "pc105"
[    19.650] (**) Option "xkb_layout" "fr"
[    19.650] (**) Option "xkb_variant" "latin9"
[    19.652] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[    19.652] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    19.652] (II) Using input driver 'evdev' for 'Sleep Button'
[    19.652] (**) Sleep Button: always reports core events
[    19.652] (**) evdev: Sleep Button: Device: "/dev/input/event5"
[    19.652] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    19.652] (--) evdev: Sleep Button: Found keys
[    19.652] (II) evdev: Sleep Button: Configuring as keyboard
[    19.652] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
[    19.652] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    19.652] (**) Option "xkb_rules" "evdev"
[    19.652] (**) Option "xkb_model" "pc105"
[    19.652] (**) Option "xkb_layout" "fr"
[    19.652] (**) Option "xkb_variant" "latin9"
[    19.653] (II) config/udev: Adding drm device (/dev/dri/card0)
[    19.654] (II) config/udev: Adding input device TypeMatrix.com USB Keyboard (/dev/input/event0)
[    19.654] (**) TypeMatrix.com USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    19.654] (**) TypeMatrix.com USB Keyboard: Applying InputClass "Typematrix Bepo"
[    19.655] (II) Using input driver 'evdev' for 'TypeMatrix.com USB Keyboard'
[    19.655] (**) TypeMatrix.com USB Keyboard: always reports core events
[    19.655] (**) evdev: TypeMatrix.com USB Keyboard: Device: "/dev/input/event0"
[    19.655] (--) evdev: TypeMatrix.com USB Keyboard: Vendor 0x1e54 Product 0x2030
[    19.655] (--) evdev: TypeMatrix.com USB Keyboard: Found keys
[    19.655] (II) evdev: TypeMatrix.com USB Keyboard: Configuring as keyboard
[    19.655] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb5/5-2/5-2:1.0/input/input0/event0"
[    19.655] (II) XINPUT: Adding extended input device "TypeMatrix.com USB Keyboard" (type: KEYBOARD, id 9)
[    19.655] (**) Option "xkb_rules" "evdev"
[    19.655] (**) Option "xkb_model" "pc105"
[    19.655] (**) Option "xkb_layout" "fr"
[    19.655] (**) Option "xkb_variant" "bepo"
[    19.655] (**) Option "xkb_options" "compose:lwin,grp:ctrls_toggle,lv3:ralt_switch"
[    19.714] (II) config/udev: Adding input device TypeMatrix.com USB Keyboard (/dev/input/event1)
[    19.714] (**) TypeMatrix.com USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    19.714] (**) TypeMatrix.com USB Keyboard: Applying InputClass "Typematrix Bepo"
[    19.714] (II) Using input driver 'evdev' for 'TypeMatrix.com USB Keyboard'
[    19.714] (**) TypeMatrix.com USB Keyboard: always reports core events
[    19.714] (**) evdev: TypeMatrix.com USB Keyboard: Device: "/dev/input/event1"
[    19.714] (--) evdev: TypeMatrix.com USB Keyboard: Vendor 0x1e54 Product 0x2030
[    19.714] (--) evdev: TypeMatrix.com USB Keyboard: Found 1 mouse buttons
[    19.714] (--) evdev: TypeMatrix.com USB Keyboard: Found scroll wheel(s)
[    19.714] (--) evdev: TypeMatrix.com USB Keyboard: Found relative axes
[    19.714] (II) evdev: TypeMatrix.com USB Keyboard: Forcing relative x/y axes to exist.
[    19.714] (--) evdev: TypeMatrix.com USB Keyboard: Found absolute axes
[    19.714] (II) evdev: TypeMatrix.com USB Keyboard: Forcing absolute x/y axes to exist.
[    19.714] (--) evdev: TypeMatrix.com USB Keyboard: Found keys
[    19.714] (II) evdev: TypeMatrix.com USB Keyboard: Configuring as mouse
[    19.714] (II) evdev: TypeMatrix.com USB Keyboard: Configuring as keyboard
[    19.715] (II) evdev: TypeMatrix.com USB Keyboard: Adding scrollwheel support
[    19.715] (**) evdev: TypeMatrix.com USB Keyboard: YAxisMapping: buttons 4 and 5
[    19.715] (**) evdev: TypeMatrix.com USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.715] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.0/usb5/5-2/5-2:1.1/input/input1/event1"
[    19.715] (II) XINPUT: Adding extended input device "TypeMatrix.com USB Keyboard" (type: KEYBOARD, id 10)
[    19.715] (**) Option "xkb_rules" "evdev"
[    19.715] (**) Option "xkb_model" "pc105"
[    19.715] (**) Option "xkb_layout" "fr"
[    19.715] (**) Option "xkb_variant" "bepo"
[    19.715] (**) Option "xkb_options" "compose:lwin,grp:ctrls_toggle,lv3:ralt_switch"
[    19.715] (II) evdev: TypeMatrix.com USB Keyboard: initialized for relative axes.
[    19.715] (WW) evdev: TypeMatrix.com USB Keyboard: ignoring absolute axes.
[    19.716] (**) TypeMatrix.com USB Keyboard: (accel) keeping acceleration scheme 1
[    19.716] (**) TypeMatrix.com USB Keyboard: (accel) acceleration profile 0
[    19.716] (**) TypeMatrix.com USB Keyboard: (accel) acceleration factor: 2.000
[    19.716] (**) TypeMatrix.com USB Keyboard: (accel) acceleration threshold: 4
[    19.717] (II) config/udev: Adding input device Mega World USB Game Controllers (/dev/input/event2)
[    19.717] (**) Mega World USB Game Controllers: Applying InputClass "joystick catchall"
[    19.717] (**) Mega World USB Game Controllers: Applying InputClass "joystick catchall"
[    19.717] (II) LoadModule: "joystick"
[    19.717] (II) Loading /usr/lib/xorg/modules/input/joystick_drv.so
[    19.723] (II) Module joystick: vendor="X.Org Foundation"
[    19.723] 	compiled for 1.14.0, module version = 1.6.2
[    19.723] 	Module class: X.Org XInput Driver
[    19.723] 	ABI class: X.Org XInput driver, version 19.1
[    19.723] (II) Using input driver 'joystick' for 'Mega World USB Game Controllers'
[    19.723] (**) Mega World USB Game Controllers: always reports core events
[    19.724] (**) Mega World USB Game Controllers (keys): Applying InputClass "joystick catchall"
[    19.724] (**) Mega World USB Game Controllers (keys): Applying InputClass "joystick catchall"
[    19.724] (II) Using input driver 'joystick' for 'Mega World USB Game Controllers (keys)'
[    19.724] (**) Mega World USB Game Controllers (keys): always reports core events
[    19.724] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb6/6-1/6-1:1.0/input/input2/event2"
[    19.724] (II) XINPUT: Adding extended input device "Mega World USB Game Controllers (keys)" (type: JOYSTICK, id 11)
[    19.773] (**) Option "Device" "/dev/input/event2"
[    19.773] (**) Option "StartMouseEnabled" "False"
[    19.773] (**) Option "StartKeysEnabled" "False"
[    19.773] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb6/6-1/6-1:1.0/input/input2/event2"
[    19.773] (II) XINPUT: Adding extended input device "Mega World USB Game Controllers" (type: JOYSTICK, id 12)
[    19.773] (II) Joystick: Mega World USB Game Controllers. bus 0x3 vendor 0x7b5 product 0x312 version 0x110
[    19.773] (II) Joystick: found 6 axes, 12 buttons
[    19.793] JOYSTICK: DebugLevel set to 0
[    19.793] (**) Mega World USB Game Controllers: (accel) keeping acceleration scheme 1
[    19.793] (**) Mega World USB Game Controllers: (accel) acceleration profile 0
[    19.793] (**) Mega World USB Game Controllers: (accel) acceleration factor: 2.000
[    19.793] (**) Mega World USB Game Controllers: (accel) acceleration threshold: 4
[    19.794] (II) config/udev: Adding input device Mega World USB Game Controllers (/dev/input/js0)
[    19.794] (II) No input driver specified, ignoring this device.
[    19.794] (II) This device may have been added with another device file.
[    19.795] (II) config/udev: Adding input device Logitech Logitech Dual Action (/dev/input/event3)
[    19.795] (**) Logitech Logitech Dual Action: Applying InputClass "joystick catchall"
[    19.795] (**) Logitech Logitech Dual Action: Applying InputClass "joystick catchall"
[    19.795] (II) Using input driver 'joystick' for 'Logitech Logitech Dual Action'
[    19.795] (**) Logitech Logitech Dual Action: always reports core events
[    19.795] (**) Logitech Logitech Dual Action (keys): Applying InputClass "joystick catchall"
[    19.795] (**) Logitech Logitech Dual Action (keys): Applying InputClass "joystick catchall"
[    19.795] (II) Using input driver 'joystick' for 'Logitech Logitech Dual Action (keys)'
[    19.795] (**) Logitech Logitech Dual Action (keys): always reports core events
[    19.795] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb6/6-2/6-2:1.0/input/input3/event3"
[    19.795] (II) XINPUT: Adding extended input device "Logitech Logitech Dual Action (keys)" (type: JOYSTICK, id 13)
[    19.796] (**) Option "Device" "/dev/input/event3"
[    19.796] (**) Option "StartMouseEnabled" "False"
[    19.796] (**) Option "StartKeysEnabled" "False"
[    19.796] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb6/6-2/6-2:1.0/input/input3/event3"
[    19.796] (II) XINPUT: Adding extended input device "Logitech Logitech Dual Action" (type: JOYSTICK, id 14)
[    19.796] (II) Joystick: Logitech Logitech Dual Action. bus 0x3 vendor 0x46d product 0xc216 version 0x110
[    19.796] (II) Joystick: found 6 axes, 12 buttons
[    19.833] JOYSTICK: DebugLevel set to 0
[    19.833] (**) Logitech Logitech Dual Action: (accel) keeping acceleration scheme 1
[    19.833] (**) Logitech Logitech Dual Action: (accel) acceleration profile 0
[    19.833] (**) Logitech Logitech Dual Action: (accel) acceleration factor: 2.000
[    19.833] (**) Logitech Logitech Dual Action: (accel) acceleration threshold: 4
[    19.834] (II) config/udev: Adding input device Logitech Logitech Dual Action (/dev/input/js1)
[    19.834] (II) No input driver specified, ignoring this device.
[    19.834] (II) This device may have been added with another device file.
[    19.835] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    19.835] (II) No input driver specified, ignoring this device.
[    19.835] (II) This device may have been added with another device file.
[    25.354] (II) AIGLX: Suspending AIGLX clients for VT switch
[    25.354] (II) NOUVEAU(0): NVLeaveVT is called.
Les curseur ne bouge avec aucune des deux manettes.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Il suffit maintenant de trouver le MatchVendor, pas besoin du MatchProduct.
Donc donne nous les sorties demandés au début (lsusb ne donne pas une chose utilisable pour Xorg) : pastebin...
Tu peux aussi trouver le Vendor via : xinput list
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Sortie de udevadm info --query=all --name=/dev/input/js1 | grep -e "VENDOR=" -e "MODEL="

Code : Tout sélectionner

E: ID_MODEL=Logitech_Dual_Action
E: ID_VENDOR=Logitech
Sortie de xinput list

Code : Tout sélectionner

⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ TypeMatrix.com USB Keyboard             	id=10	[slave  pointer  (2)]
⎜   ↳ Logitech Logitech Dual Action           	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=7	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
    ↳ TypeMatrix.com USB Keyboard             	id=9	[slave  keyboard (3)]
    ↳ Logitech Logitech Dual Action (keys)    	id=11	[slave  keyboard (3)]
Fait intéressant découvert en jouant avec 12-Souris.conf et en virant 50-joystick.conf :
La configuration suivante autorise le contrôle du pointeur par la manette Logitech :

Code : Tout sélectionner

Section "InputClass"
	Identifier "joystick catchall"
	MatchIsJoystick "on"
	MatchDevicePath "/dev/input/event*"
	MatchVendor "Logitech"
	MatchProduct "Logitech Dual Action"
	#MatchVendor "Mega World"
	#MatchProduct "USB Game Controllers"
	Driver "joystick"
#	Option "StartKeysEnabled" "False"       #Disable mouse
#	Option "StartMouseEnabled" "False"      #support
EndSection
Alors que la configuration inverse, non.
Le fait intéressant là-dedans, c’est que la Logitech est vue par xinput list mais pas la Mega World. Y a un truc à creuser.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Ceci est 100% logique...
Bref restaure toutes tes modifications et met ce que j'avais indiqué depuis le début, mais avec les bon match product/vendor
Ce qui donne la création du fichier suivant :

Code : Tout sélectionner

Section "InputClass"
   Identifier "joystick no mouse"
   MatchIsJoystick "on"
   MatchDevicePath "/dev/input/event*"
   MatchVendor "Logitech"
   #MatchProduct "Logitech Dual Action"
   Driver "joystick"
   Option "StartKeysEnabled" "False"       #Disable mouse
   Option "StartMouseEnabled" "False"      #support
EndSection
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Code : Tout sélectionner

Section "InputClass"
	Identifier "joystick catchall"
	MatchIsJoystick "on"
# -------------------------------------------
#	MatchDevicePath "/dev/input/event2"
#	MatchVendor "Mega World"
#	MatchProduct "USB Game Controllers"
# -------------------------------------------
	MatchDevicePath "/dev/input/js1"
	MatchVendor "Logitech"
	MatchProduct "Logitech Dual Action"
# -------------------------------------------
	Driver "joystick"
#	Option "StartKeysEnabled" "False"		 #Disable mouse
#	Option "StartMouseEnabled" "False"		#support
EndSection
Désolé encore mais seule cette configuration fonctionne.
Si je décommente les deux Option, aucune des deux manettes ne peut rien faire.
Avec cette conf', c’est la manette Logitech qui répond présente.
Y'a vraiment un truc qui m’échappe. Je dégage xf86-input-mouse ?
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Peux tu faire le test préconisé et donner le log de Xorg, sans log on ne peut pas aider ni comprendre...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

Tu souhaites à nouveau un log de Xorg sans les manettes et un log avec les 2 manettes branchées ?
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Non sans cela ne m'a jamais intéressé, ici il me faut le log avec les 2 manettes
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

http://pastebin.archlinux.fr/470815
Les parties qui me semblent intéressantes :

Code : Tout sélectionner

[    19.453] (II) config/udev: Adding input device Mega World USB Game Controllers (/dev/input/event2)
[    19.453] (II) No input driver specified, ignoring this device.
[    19.453] (II) This device may have been added with another device file.
[    19.454] (II) config/udev: Adding input device Mega World USB Game Controllers (/dev/input/js0)
[    19.454] (II) No input driver specified, ignoring this device.
[    19.454] (II) This device may have been added with another device file.
[    19.455] (II) config/udev: Adding input device Logitech Logitech Dual Action (/dev/input/event3)
[    19.455] (II) No input driver specified, ignoring this device.
[    19.455] (II) This device may have been added with another device file.
[    19.455] (II) config/udev: Adding input device Logitech Logitech Dual Action (/dev/input/js1)
[    19.455] (**) Logitech Logitech Dual Action: Applying InputClass "joystick catchall"
[    19.455] (II) LoadModule: "joystick"
[    19.456] (II) Loading /usr/lib/xorg/modules/input/joystick_drv.so
[    19.466] (II) Module joystick: vendor="X.Org Foundation"
[    19.466] 	compiled for 1.14.0, module version = 1.6.2
[    19.466] 	Module class: X.Org XInput Driver
[    19.466] 	ABI class: X.Org XInput driver, version 19.1
[    19.466] (II) Using input driver 'joystick' for 'Logitech Logitech Dual Action'
[    19.467] (**) Logitech Logitech Dual Action: always reports core events
[    19.467] (**) Logitech Logitech Dual Action (keys): Applying InputClass "joystick catchall"
[    19.467] (II) Using input driver 'joystick' for 'Logitech Logitech Dual Action (keys)'
[    19.467] (**) Logitech Logitech Dual Action (keys): always reports core events
[    19.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb6/6-2/6-2:1.0/input/input3/js1"
[    19.467] (II) XINPUT: Adding extended input device "Logitech Logitech Dual Action (keys)" (type: JOYSTICK, id 11)
[    19.516] (**) Option "Device" "/dev/input/js1"
[    19.516] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:10.1/usb6/6-2/6-2:1.0/input/input3/js1"
[    19.516] (II) XINPUT: Adding extended input device "Logitech Logitech Dual Action" (type: JOYSTICK, id 12)
[    19.516] (EE) Joystick: ioctl EVIOCGVERSION on '/dev/input/js1' failed: Invalid argument
[    19.520] (II) Joystick: Logitech Logitech Dual Action. 6 axes, 12 buttons
[    19.580] JOYSTICK: DebugLevel set to 0
[    19.580] (**) Logitech Logitech Dual Action: (accel) keeping acceleration scheme 1
[    19.580] (**) Logitech Logitech Dual Action: (accel) acceleration profile 0
[    19.580] (**) Logitech Logitech Dual Action: (accel) acceleration factor: 2.000
[    19.580] (**) Logitech Logitech Dual Action: (accel) acceleration threshold: 4
De la ligne 367 à la ligne 400.
Au fait, tu cherches quoi ?
Parce que pour Match{Vendor|Product}, je pense que c’est

Code : Tout sélectionner

usb-devices|grep -e "Manufacturer=" -e "Product="
qui donne les bonnes chaînes. Mais je peux me tromper.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

Le log de Xorg correspond bien à une configuration par défaut + le fichier de configuration donnée ? Car je n'ai vraiment pas l'impression que ce soit le cas
Dans tous les messages/tests suivant (avec les 2 manettes de branchées) peut tu donner la sortie via pastebin de ces commandes

Code : Tout sélectionner

cat /var/log/Xorg.0.log
grep -Ev "^$|^#" /etc/X11/xorg.conf.d/*
Peux tu faire le test en ajoutant ce fichier (par rapport à la configuration par défaut)

Code : Tout sélectionner

Section "InputClass"
   Identifier "joystick no mouse"
   MatchIsJoystick "on"
   MatchDevicePath "/dev/input/event*"
   MatchVendor "Logitech"
   Driver "joystick"
   Option "StartKeysEnabled" "False"
   Option "StartMouseEnabled" "False"
EndSection
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Fork Bomb
Daikyu
Messages : 99
Inscription : dim. 29 mai 2011, 15:29
Localisation : Error 404, not found !

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par Fork Bomb »

A / Sans la modif’
1/
--> http://pastebin.archlinux.fr/470817

2/
--> http://pastebin.archlinux.fr/470818

B/ Avec la modif'
1/
--> http://pastebin.archlinux.fr/470819

2/
--> http://pastebin.archlinux.fr/470820
------------------
benjarobin a écrit : Le log de Xorg correspond bien à une configuration par défaut + le fichier de configuration donnée ?
Non, il y a une modif’ du clavier dans 10-evdev.conf. Ça dit que tous les claviers sont des Azerty.
Il y a aussi un ajout de clavier dans 11-TypeMatrix.conf. Ça dit que si on trouve un TypeMatrix, sa disposition doit être Bépo.
J’ai installé xf86-input-joystick mais dégagé son fichier de conf’ 50-joystick.conf.
Je crois que c’est tout.
Bépo,TypeMatrix, what best ?
---
« Je ne considère pas les femmes comme des objets, je pense qu'elles ont chacune leur propre classe. »
---
Being an adult is quite easy. Earn your own money and forget all your child's dreams.
Okkusenman ! Okkusenman !
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17613
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Xorg] Récupérer MatchVendor et MatchProduct

Message par benjarobin »

J’ai installé xf86-input-joystick mais dégagé son fichier de conf’ 50-joystick.conf.
... Et comment veux tu que cela fonctionne...
Et c'est quoi ce 12-Souris.conf, je ne t'ai jamais indiqué ceci...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre