[touchpad] Curseur qui réagit comme avec un touchscreen
[touchpad] Curseur qui réagit comme avec un touchscreen
Bonjour à tous,
Suite à une mise à jour récente, j'ai remarqué que le touchpad de mon netbook (MSI GX700) ne répondait plus correctement. Au début j'ai cru qu'il s'agissait d'un problème de sensibilité ou même de bug du pilote, mais j'ai réalisé après qu'en fait le touchpad s'était mis à fonctionner comme un touchscreen !
Quand je pose le doigt à un endroit du touchpad, par exemple en haut à gauche, le curseur à l'écran saute directement en haut à gauche de l'écran. Si je le pose ensuite en base à droite, le curseur saute à cet endroit. C'est peut être un comportement qui peut être utile dans certains cas mais ici c'est très gênant !
Le touchpad en question est un Synaptics (ALPS Touchpad PS/2). J'imagine qu'avec toutes les options disponibles sur ce pilote il doit y en avoir une qui active ou désactive ce comportement, mais je n'ai pas trouvé. Quelqu'un aurait une idée ?
Merci d'avance
Suite à une mise à jour récente, j'ai remarqué que le touchpad de mon netbook (MSI GX700) ne répondait plus correctement. Au début j'ai cru qu'il s'agissait d'un problème de sensibilité ou même de bug du pilote, mais j'ai réalisé après qu'en fait le touchpad s'était mis à fonctionner comme un touchscreen !
Quand je pose le doigt à un endroit du touchpad, par exemple en haut à gauche, le curseur à l'écran saute directement en haut à gauche de l'écran. Si je le pose ensuite en base à droite, le curseur saute à cet endroit. C'est peut être un comportement qui peut être utile dans certains cas mais ici c'est très gênant !
Le touchpad en question est un Synaptics (ALPS Touchpad PS/2). J'imagine qu'avec toutes les options disponibles sur ce pilote il doit y en avoir une qui active ou désactive ce comportement, mais je n'ai pas trouvé. Quelqu'un aurait une idée ?
Merci d'avance
- FoolEcho
- Maître du Kyudo
- Messages : 10711
- Inscription : dim. 15 août 2010, 11:48
- Localisation : Basse-Normandie
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Salut,
Aucune idée si une option cause ceci et surtout laquelle... Donc à part regarder du côté de synclient ou xinput, Touchpad_Synaptics ...
Aucune idée si une option cause ceci et surtout laquelle... Donc à part regarder du côté de synclient ou xinput, Touchpad_Synaptics ...
«The following statement is not true. The previous statement is true.» 

Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Merci, j'avais déjà regardé de ce côté mais je n'ai rien trouvé de probant.
En variant mes recherches je suis tombé sur des pages qui mentionnent le mode "absolu" (sous-entendu "coordonnées absolues") qui pourrait être activable sur les touchpads Synaptics, mais je n'ai pas encore trouvé comment modifier ce paramètre via synclient ou autre.
C'est bizarre, juste une mise à jour comme j'en ai fait des dizaines avant, et paf, un touchpad vieux de 5 à 6 ans qui part en vrille.
EDIT : il semblerait que la fonctionnalité ait été retirée du driver Synaptics de Xorg, mais il est toujours possible de l'utiliser depuis evdev (http://askubuntu.com/questions/239823/u ... ics-tablet). Peut-être que pour une raison que j'ignore, c'est le driver de evdev qui gère mon touchpad depuis la dernière mise à jour. Je regarderai ça.
En variant mes recherches je suis tombé sur des pages qui mentionnent le mode "absolu" (sous-entendu "coordonnées absolues") qui pourrait être activable sur les touchpads Synaptics, mais je n'ai pas encore trouvé comment modifier ce paramètre via synclient ou autre.
C'est bizarre, juste une mise à jour comme j'en ai fait des dizaines avant, et paf, un touchpad vieux de 5 à 6 ans qui part en vrille.
EDIT : il semblerait que la fonctionnalité ait été retirée du driver Synaptics de Xorg, mais il est toujours possible de l'utiliser depuis evdev (http://askubuntu.com/questions/239823/u ... ics-tablet). Peut-être que pour une raison que j'ignore, c'est le driver de evdev qui gère mon touchpad depuis la dernière mise à jour. Je regarderai ça.
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Bingo, c'était bien evdev qui causait le problème.
Tout d'abord synclient ne trouvait plus le touchpad :
alors même que dans les logs de Xorg il semblait pourtant se charger :
Il m'a suffit de commenter les 3 dernières sections de /etc/X11/xorg.conf.d/10-evdev.conf (correspondant respectivement aux touchpads, tablettes et touchscreens) puis de redémarrer Xorg/GDM pour que le touchpad fonctionne à nouveau correctement.
Problème résolu ! (enfin, reste à comprendre maintenant pourquoi evdev a ce comportement...)
Tout d'abord synclient ne trouvait plus le touchpad :
Code : Tout sélectionner
$ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
Code : Tout sélectionner
$ grep syn /var/log/Xorg.0.log
[ 12.721] (II) LoadModule: "synaptics"
[ 12.721] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 12.723] (II) Module synaptics: vendor="X.Org Foundation"
[ 12.723] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 12.863] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 32 - 544 (res 0)
[ 12.863] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 32 - 352 (res 0)
[ 12.863] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
[ 12.863] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report finger width.
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: invalid pressure range. defaulting to 0 - 255
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: invalid finger width range. defaulting to 0 - 15
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12.964] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 12.964] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[ 12.964] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.332
[ 12.965] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
Problème résolu ! (enfin, reste à comprendre maintenant pourquoi evdev a ce comportement...)
- benjarobin
- Maître du Kyudo
- Messages : 17629
- Inscription : sam. 30 mai 2009, 15:48
- Localisation : Lyon
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Bonsoir, tout simplement que ce fichier aurait du être supprimé (bien que je ne pense pas que ce soit la raison du problème)... Celui-ci est maintenant ici :
Voir la news https://archlinux.fr/news/xorg-server-1 ... disponible qui au passage n'est pas 100% exacte. Il n'est pas conseillé de renommer les .pacsave mais plutôt de créer des fichiers supplémentaires tel que décrit dans le Wiki pour par exemple changer la disposition du clavier
/usr/share/X11/xorg.conf.d/10-evdev.conf
Voir la news https://archlinux.fr/news/xorg-server-1 ... disponible qui au passage n'est pas 100% exacte. Il n'est pas conseillé de renommer les .pacsave mais plutôt de créer des fichiers supplémentaires tel que décrit dans le Wiki pour par exemple changer la disposition du clavier
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Effectivement, à mon sens ce n'est pas du tout la source du problème. La mise à jour a effectivement changé l'emplacement des fichiers par défaut (dont fait partiebenjarobin a écrit :Bonsoir, tout simplement que ce fichier aurait du être supprimé (bien que je ne pense pas que ce soit la raison du problème)...
10-evdev.conf
), mais il n'empêche que ce sont les directives à l'intérieur de celui-ci qui posent problème.Dans mon cas, et si je ne fais pas d'erreur, le fichier
10-evdev.conf
dans /etc/X11/xorg.conf.d
surcharge celui présent dans /usr/share/X11/xorg.conf.d
, et me permet ainsi de corriger le problème sans toucher aux fichiers gérés par Pacman dans /usr/share/X11
.- FoolEcho
- Maître du Kyudo
- Messages : 10711
- Inscription : dim. 15 août 2010, 11:48
- Localisation : Basse-Normandie
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Il le surcharge oui... mais ne l'écrase pas (selon comment il est fait)... et tu ne devrais pas avoir à le faire pour autant.nanawel a écrit :Dans mon cas, et si je ne fais pas d'erreur, le fichier 10-evdev.conf dans /etc/X11/xorg.conf.d surcharge celui présent dans /usr/share/X11/xorg.conf.d, et me permet ainsi de corriger le problème sans toucher aux fichiers gérés par Pacman dans /usr/share/X11.
Je serais curieux de voir ta configuration de Xorg (cat /etc/X11/xorg.conf.d/* ) et le log complet de X.
«The following statement is not true. The previous statement is true.» 

Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Voici la conf de Xorg et le log du dernier boot. Je n'ai que 2 fichiers dans
La seule différence de 10-evdev.conf avec la version présente dans
/etc/X11/xorg.conf.d/10-evdev.conf
/etc/X11/xorg.conf.d/20-nvidia.conf
/var/log/Xorg.0.log
/etc/X11/xorg.conf.d
.La seule différence de 10-evdev.conf avec la version présente dans
/usr/share/X11/xorg.conf.d
(hormis le fait que j'ai commenté les 3 dernières sections) est la configuration du clavier : Option "XkbLayout" "fr"
/etc/X11/xorg.conf.d/10-evdev.conf
Code : Tout sélectionner
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "fr"
EndSection
#Section "InputClass"
# Identifier "evdev touchpad catchall"
# MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
# Driver "evdev"
#EndSection
#Section "InputClass"
# Identifier "evdev tablet catchall"
# MatchIsTablet "on"
# MatchDevicePath "/dev/input/event*"
# Driver "evdev"
#EndSection
#Section "InputClass"
# Identifier "evdev touchscreen catchall"
# MatchIsTouchscreen "on"
# MatchDevicePath "/dev/input/event*"
# Driver "evdev"
#EndSection
Code : Tout sélectionner
Section "Device"
Identifier "nvidia card"
Driver "nvidia"
# Option "GLXVBlank" "true"
EndSection
Code : Tout sélectionner
[ 8.463]
X.Org X Server 1.15.0
Release Date: 2013-12-27
[ 8.463] X Protocol Version 11, Revision 0
[ 8.463] Build Operating System: Linux 3.12.5-1-ARCH x86_64
[ 8.463] Current Operating System: Linux stilgar-laptop 3.14.0-4-ARCH #1 SMP PREEMPT Wed Apr 9 21:11:25 CEST 2014 x86_64
[ 8.463] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b36dc5f6-a805-4b57-8370-c0be512d06f8 ro resume=/dev/sda3 init=/usr/lib/systemd/systemd
[ 8.463] Build Date: 09 January 2014 08:47:24AM
[ 8.463]
[ 8.463] Current version of pixman: 0.32.4
[ 8.463] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.463] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.463] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 15 21:45:42 2014
[ 8.475] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 8.488] (==) No Layout section. Using the first Screen section.
[ 8.488] (==) No screen section available. Using defaults.
[ 8.488] (**) |-->Screen "Default Screen Section" (0)
[ 8.488] (**) | |-->Monitor "<default monitor>"
[ 8.489] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 8.489] (**) | |-->Device "nvidia card"
[ 8.489] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 8.490] (==) Automatically adding devices
[ 8.490] (==) Automatically enabling devices
[ 8.490] (==) Automatically adding GPU devices
[ 8.505] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 8.505] Entry deleted from font path.
[ 8.535] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 8.535] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.535] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 8.535] (II) Loader magic: 0x804c80
[ 8.535] (II) Module ABI versions:
[ 8.535] X.Org ANSI C Emulation: 0.4
[ 8.535] X.Org Video Driver: 15.0
[ 8.535] X.Org XInput driver : 20.0
[ 8.535] X.Org Server Extension : 8.0
[ 8.536] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8.538] (--) PCI:*(0:8:0:0) 10de:0407:1462:4327 rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
[ 8.538] (II) Open ACPI successful (/var/run/acpid.socket)
[ 8.539] Initializing built-in extension Generic Event Extension
[ 8.539] Initializing built-in extension SHAPE
[ 8.539] Initializing built-in extension MIT-SHM
[ 8.539] Initializing built-in extension XInputExtension
[ 8.539] Initializing built-in extension XTEST
[ 8.539] Initializing built-in extension BIG-REQUESTS
[ 8.539] Initializing built-in extension SYNC
[ 8.539] Initializing built-in extension XKEYBOARD
[ 8.539] Initializing built-in extension XC-MISC
[ 8.539] Initializing built-in extension SECURITY
[ 8.539] Initializing built-in extension XINERAMA
[ 8.539] Initializing built-in extension XFIXES
[ 8.539] Initializing built-in extension RENDER
[ 8.539] Initializing built-in extension RANDR
[ 8.539] Initializing built-in extension COMPOSITE
[ 8.539] Initializing built-in extension DAMAGE
[ 8.539] Initializing built-in extension MIT-SCREEN-SAVER
[ 8.539] Initializing built-in extension DOUBLE-BUFFER
[ 8.539] Initializing built-in extension RECORD
[ 8.539] Initializing built-in extension DPMS
[ 8.539] Initializing built-in extension Present
[ 8.539] Initializing built-in extension DRI3
[ 8.539] Initializing built-in extension X-Resource
[ 8.539] Initializing built-in extension XVideo
[ 8.539] Initializing built-in extension XVideo-MotionCompensation
[ 8.539] Initializing built-in extension XFree86-VidModeExtension
[ 8.539] Initializing built-in extension XFree86-DGA
[ 8.539] Initializing built-in extension XFree86-DRI
[ 8.539] Initializing built-in extension DRI2
[ 8.539] (II) LoadModule: "glx"
[ 8.575] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10.014] (II) Module glx: vendor="NVIDIA Corporation"
[ 10.014] compiled for 4.0.2, module version = 1.0.0
[ 10.014] Module class: X.Org Server Extension
[ 10.014] (II) NVIDIA GLX Module 334.21 Thu Feb 27 13:54:04 PST 2014
[ 10.027] Loading extension GLX
[ 10.027] (II) LoadModule: "nvidia"
[ 10.035] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 10.132] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 10.132] compiled for 4.0.2, module version = 1.0.0
[ 10.132] Module class: X.Org Video Driver
[ 10.132] (II) NVIDIA dlloader X Driver 334.21 Thu Feb 27 13:34:35 PST 2014
[ 10.132] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 10.132] (++) using VT number 1
[ 10.132] (II) Loading sub module "fb"
[ 10.132] (II) LoadModule: "fb"
[ 10.132] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 10.136] (II) Module fb: vendor="X.Org Foundation"
[ 10.136] compiled for 1.15.0, module version = 1.0.0
[ 10.136] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.136] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 10.136] (II) Loading sub module "wfb"
[ 10.136] (II) LoadModule: "wfb"
[ 10.136] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 10.141] (II) Module wfb: vendor="X.Org Foundation"
[ 10.141] compiled for 1.15.0, module version = 1.0.0
[ 10.141] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.141] (II) Loading sub module "ramdac"
[ 10.141] (II) LoadModule: "ramdac"
[ 10.141] (II) Module "ramdac" already built-in
[ 10.141] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 10.141] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 10.141] (==) NVIDIA(0): RGB weight 888
[ 10.141] (==) NVIDIA(0): Default visual is TrueColor
[ 10.141] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10.141] (**) NVIDIA(0): Enabling 2D acceleration
[ 11.046] (II) NVIDIA(0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 11.046] (II) NVIDIA(0): Vision stereo.
[ 11.046] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 11.048] (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GT (G84) at PCI:8:0:0 (GPU-0)
[ 11.048] (--) NVIDIA(0): Memory: 524288 kBytes
[ 11.048] (--) NVIDIA(0): VideoBIOS: 60.84.41.00.09
[ 11.048] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 11.053] (--) NVIDIA(0): Valid display device(s) on GeForce 8600M GT at PCI:8:0:0
[ 11.053] (--) NVIDIA(0): CRT-0
[ 11.053] (--) NVIDIA(0): TV-0
[ 11.053] (--) NVIDIA(0): Seiko/Epson (DFP-0) (boot, connected)
[ 11.053] (--) NVIDIA(0): DFP-1
[ 11.053] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 11.053] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
[ 11.053] (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal Dual Link LVDS
[ 11.053] (--) NVIDIA(0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
[ 11.053] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 11.053] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 11.053] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 11.053] (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has
[ 11.053] (**) NVIDIA(0): been enabled on all display devices.)
[ 11.054] (==) NVIDIA(0):
[ 11.054] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 11.054] (==) NVIDIA(0): will be used as the requested mode.
[ 11.054] (==) NVIDIA(0):
[ 11.054] (II) NVIDIA(0): Validated MetaModes:
[ 11.054] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 11.054] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[ 12.092] (--) NVIDIA(0): DPI set to (115, 115); computed from "UseEdidDpi" X config
[ 12.092] (--) NVIDIA(0): option
[ 12.092] (--) Depth 24 pixmap format is 32 bpp
[ 12.093] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 12.106] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 12.411] Loading extension NV-GLX
[ 12.444] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 12.444] (==) NVIDIA(0): Backing store enabled
[ 12.444] (==) NVIDIA(0): Silken mouse enabled
[ 12.448] (==) NVIDIA(0): DPMS enabled
[ 12.448] Loading extension NV-CONTROL
[ 12.449] Loading extension XINERAMA
[ 12.449] (II) Loading sub module "dri2"
[ 12.449] (II) LoadModule: "dri2"
[ 12.449] (II) Module "dri2" already built-in
[ 12.449] (II) NVIDIA(0): [DRI2] Setup complete
[ 12.449] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 12.449] (--) RandR disabled
[ 12.465] (II) Initializing extension GLX
[ 12.677] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 12.677] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12.677] (II) LoadModule: "evdev"
[ 12.677] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 12.683] (II) Module evdev: vendor="X.Org Foundation"
[ 12.683] compiled for 1.15.0, module version = 2.8.2
[ 12.683] Module class: X.Org XInput Driver
[ 12.683] ABI class: X.Org XInput driver, version 20.0
[ 12.683] (II) Using input driver 'evdev' for 'Power Button'
[ 12.683] (**) Power Button: always reports core events
[ 12.683] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 12.683] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 12.683] (--) evdev: Power Button: Found keys
[ 12.683] (II) evdev: Power Button: Configuring as keyboard
[ 12.683] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[ 12.683] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12.684] (**) Option "xkb_rules" "evdev"
[ 12.684] (**) Option "xkb_model" "pc104"
[ 12.684] (**) Option "xkb_layout" "fr"
[ 12.717] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 12.717] (II) No input driver specified, ignoring this device.
[ 12.717] (II) This device may have been added with another device file.
[ 12.718] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 12.718] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 12.718] (II) Using input driver 'evdev' for 'Sleep Button'
[ 12.718] (**) Sleep Button: always reports core events
[ 12.718] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[ 12.718] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 12.718] (--) evdev: Sleep Button: Found keys
[ 12.718] (II) evdev: Sleep Button: Configuring as keyboard
[ 12.718] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/PNP0C09:00/PNP0C0E:00/input/input6/event2"
[ 12.718] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[ 12.718] (**) Option "xkb_rules" "evdev"
[ 12.718] (**) Option "xkb_model" "pc104"
[ 12.718] (**) Option "xkb_layout" "fr"
[ 12.718] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 12.718] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 12.718] (II) Using input driver 'evdev' for 'Video Bus'
[ 12.718] (**) Video Bus: always reports core events
[ 12.718] (**) evdev: Video Bus: Device: "/dev/input/event5"
[ 12.718] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 12.718] (--) evdev: Video Bus: Found keys
[ 12.718] (II) evdev: Video Bus: Configuring as keyboard
[ 12.718] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input9/event5"
[ 12.718] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 12.718] (**) Option "xkb_rules" "evdev"
[ 12.718] (**) Option "xkb_model" "pc104"
[ 12.718] (**) Option "xkb_layout" "fr"
[ 12.719] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 12.719] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12.719] (II) Using input driver 'evdev' for 'Power Button'
[ 12.719] (**) Power Button: always reports core events
[ 12.719] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 12.719] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 12.719] (--) evdev: Power Button: Found keys
[ 12.719] (II) evdev: Power Button: Configuring as keyboard
[ 12.719] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input7/event3"
[ 12.719] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 12.719] (**) Option "xkb_rules" "evdev"
[ 12.719] (**) Option "xkb_model" "pc104"
[ 12.719] (**) Option "xkb_layout" "fr"
[ 12.719] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 12.719] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[ 12.719] (II) No input driver specified, ignoring this device.
[ 12.719] (II) This device may have been added with another device file.
[ 12.720] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
[ 12.720] (II) No input driver specified, ignoring this device.
[ 12.720] (II) This device may have been added with another device file.
[ 12.720] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event9)
[ 12.720] (II) No input driver specified, ignoring this device.
[ 12.720] (II) This device may have been added with another device file.
[ 12.720] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event8)
[ 12.720] (II) No input driver specified, ignoring this device.
[ 12.720] (II) This device may have been added with another device file.
[ 12.720] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 12.720] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 12.720] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 12.720] (**) AT Translated Set 2 keyboard: always reports core events
[ 12.720] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 12.720] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 12.720] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 12.720] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 12.720] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 12.720] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 12.720] (**) Option "xkb_rules" "evdev"
[ 12.720] (**) Option "xkb_model" "pc104"
[ 12.720] (**) Option "xkb_layout" "fr"
[ 12.721] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[ 12.721] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 12.721] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 12.721] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[ 12.721] (II) LoadModule: "synaptics"
[ 12.721] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 12.723] (II) Module synaptics: vendor="X.Org Foundation"
[ 12.723] compiled for 1.15.0, module version = 1.7.4
[ 12.723] Module class: X.Org XInput Driver
[ 12.723] ABI class: X.Org XInput driver, version 20.0
[ 12.723] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 12.723] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 12.723] (**) Option "Device" "/dev/input/event11"
[ 12.863] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 32 - 544 (res 0)
[ 12.863] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 32 - 352 (res 0)
[ 12.863] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
[ 12.863] (II) synaptics: ETPS/2 Elantech Touchpad: device does not report finger width.
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: invalid pressure range. defaulting to 0 - 255
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: invalid finger width range. defaulting to 0 - 15
[ 12.864] (**) Option "TapButton1" "1"
[ 12.864] (**) Option "TapButton2" "2"
[ 12.864] (**) Option "TapButton3" "3"
[ 12.864] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12.864] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 12.963] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input14/event11"
[ 12.963] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
[ 12.964] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 12.964] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[ 12.964] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.332
[ 12.964] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 12.964] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 12.964] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 12.964] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 12.965] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 12.965] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 12.965] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 12.966] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 12.966] (II) No input driver specified, ignoring this device.
[ 12.966] (II) This device may have been added with another device file.
[ 15.245] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 15.245] (II) NVIDIA(GPU-0): Vision stereo.
[ 16.541] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 16.541] (II) NVIDIA(GPU-0): Vision stereo.
[ 1561.538] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 1561.538] (II) NVIDIA(GPU-0): Vision stereo.
[ 1562.158] (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
[ 1562.158] (II) NVIDIA(GPU-0): Vision stereo.
- FoolEcho
- Maître du Kyudo
- Messages : 10711
- Inscription : dim. 15 août 2010, 11:48
- Localisation : Basse-Normandie
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Mmmm... Bizarre...
Sinon mets ton /etc/X11/xorg.conf.d/10-evdev.conf de côté et regarde avec un /etc/X11/xorg.conf.d/10-keyboard-layout.conf avec pour simple contenu:
ce que ça donne (tout le reste est complété par le 10-evdev.conf et bien sûr le 50-synaptics de /usr/share)...
Tu n'as pas à jour, déjà... 3.16 pour le kernel actuellement (mais ton log est vieux...).nanawel a écrit :[ 8.463] Current Operating System: Linux stilgar-laptop 3.14.0-4-ARCH #1 SMP PREEMPT Wed Apr 9 21:11:25 CEST 2014 x86_64
Sinon mets ton /etc/X11/xorg.conf.d/10-evdev.conf de côté et regarde avec un /etc/X11/xorg.conf.d/10-keyboard-layout.conf avec pour simple contenu:
Code : Tout sélectionner
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "fr"
EndSection
«The following statement is not true. The previous statement is true.» 

- benjarobin
- Maître du Kyudo
- Messages : 17629
- Inscription : sam. 30 mai 2009, 15:48
- Localisation : Lyon
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Le log est dans le home de l'utilisateur si X n'est pas lancé en root (logique en faite)
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Re: [touchpad] Curseur qui réagit comme avec un touchscreen
Effectivement je n'avais pas remarqué que le log de Xorg n'était plus écrit dansFoolEcho a écrit : Tu n'as pas à jour, déjà... 3.16 pour le kernel actuellement (mais ton log est vieux...).
/var/log
depuis avril ! Ce fichier n'est donc plus du tout représentatif.Pour info j'utilise GDM classique, donc a priori je ne suis pas en mode rootless.
En passant par
journalctl
ça donne ça pour le boot courant :
Code : Tout sélectionner
-- Logs begin at dim. 2012-11-04 16:50:47 CET, end at mer. 2014-09-10 22:16:36 CEST. --
sept. 10 19:36:03 stilgar-laptop systemd[1]: Starting GNOME Display Manager...
sept. 10 19:36:03 stilgar-laptop systemd[1]: Started GNOME Display Manager.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: X.Org X Server 1.16.0
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Release Date: 2014-07-16
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: X Protocol Version 11, Revision 0
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Build Operating System: Linux 3.15.5-2-ARCH x86_64
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Current Operating System: Linux stilgar-laptop 3.16.2-1-ARCH #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014 x86_64
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b36dc5f6-a805-4b57-8370-c0be512d06f8 ro resume=/dev/sda3 init=/usr/lib/systemd/systemd
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Build Date: 31 July 2014 11:53:19AM
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Current version of pixman: 0.32.6
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Before reporting problems, check http://wiki.x.org
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: to make sure that you have the latest version.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Markers: (--) probed, (**) from config file, (==) default setting,
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (++) from command line, (!!) notice, (II) informational,
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (++) Log file: "/dev/null", Time: Wed Sep 10 19:36:04 2014
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) Using config directory: "/etc/X11/xorg.conf.d"
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) No Layout section. Using the first Screen section.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) No screen section available. Using defaults.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (**) |-->Screen "Default Screen Section" (0)
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (**) | |-->Monitor "<default monitor>"
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) No device specified for screen "Default Screen Section".
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Using the first device section listed.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (**) | |-->Device "nvidia card"
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) No monitor specified for screen "Default Screen Section".
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Using a default monitor configuration.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) Automatically adding devices
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) Automatically enabling devices
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) Automatically adding GPU devices
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (WW) The directory "/usr/share/fonts/OTF/" does not exist.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: Entry deleted from font path.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) FontPath set to:
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: /usr/share/fonts/misc/,
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: /usr/share/fonts/TTF/,
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: /usr/share/fonts/Type1/,
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: /usr/share/fonts/100dpi/,
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: /usr/share/fonts/75dpi/
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (==) ModulePath set to "/usr/lib/xorg/modules"
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) The server relies on udev to provide the list of input devices.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: If no devices become available, reconfigure udev or disable AutoAddDevices.
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) Loader magic: 0x818d80
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) Module ABI versions:
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: X.Org ANSI C Emulation: 0.4
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: X.Org Video Driver: 18.0
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: X.Org XInput driver : 21.0
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: X.Org Server Extension : 8.0
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (EE) systemd-logind: failed to get session: PID 869 does not belong to any known session
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) xfree86: Adding drm device (/dev/dri/card0)
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (--) PCI:*(0:8:0:0) 10de:0407:1462:4327 rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) Open ACPI successful (/var/run/acpid.socket)
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "glx"
sept. 10 19:36:04 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Module glx: vendor="NVIDIA Corporation"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: compiled for 4.0.2, module version = 1.0.0
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: Module class: X.Org Server Extension
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA GLX Module 340.32 Tue Aug 5 20:32:43 PDT 2014
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "nvidia"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Module nvidia: vendor="NVIDIA Corporation"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: compiled for 4.0.2, module version = 1.0.0
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: Module class: X.Org Video Driver
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA dlloader X Driver 340.32 Tue Aug 5 20:13:04 PDT 2014
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (++) using VT number 1
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading sub module "fb"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "fb"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading /usr/lib/xorg/modules/libfb.so
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Module fb: vendor="X.Org Foundation"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: compiled for 1.16.0, module version = 1.0.0
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: ABI class: X.Org ANSI C Emulation, version 0.4
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (WW) Unresolved symbol: fbGetGCPrivateKey
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading sub module "wfb"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "wfb"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading /usr/lib/xorg/modules/libwfb.so
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Module wfb: vendor="X.Org Foundation"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: compiled for 1.16.0, module version = 1.0.0
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: ABI class: X.Org ANSI C Emulation, version 0.4
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading sub module "ramdac"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "ramdac"
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) Module "ramdac" already built-in
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Creating default Display subsection in Screen section
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: "Default Screen Section" for depth/fbbpp 24/32
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): RGB weight 888
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): Default visual is TrueColor
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
sept. 10 19:36:05 stilgar-laptop gdm-Xorg-:0[869]: (**) NVIDIA(0): Enabling 2D acceleration
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Vision stereo.
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): NVIDIA GPU GeForce 8600M GT (G84) at PCI:8:0:0 (GPU-0)
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): Memory: 524288 kBytes
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): VideoBIOS: 60.84.41.00.09
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): Valid display device(s) on GeForce 8600M GT at PCI:8:0:0
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): CRT-0
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): TV-0
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): Seiko/Epson (DFP-0) (boot, connected)
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): DFP-1
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(GPU-0): TV-0: 400.0 MHz maximum pixel clock
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): Seiko/Epson (DFP-0): Internal LVDS
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(GPU-0): Seiko/Epson (DFP-0): 330.0 MHz maximum pixel clock
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): DFP-1: Internal TMDS
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (**) NVIDIA(0): device Seiko/Epson (DFP-0) (Using EDID frequencies has
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (**) NVIDIA(0): been enabled on all display devices.)
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0):
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): will be used as the requested mode.
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0):
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Validated MetaModes:
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
sept. 10 19:36:06 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): DPI set to (115, 115); computed from "UseEdidDpi" X config
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (--) NVIDIA(0): option
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (--) Depth 24 pixmap format is 32 bpp
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): Disabling shared memory pixmaps
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): Backing store enabled
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): Silken mouse enabled
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (==) NVIDIA(0): DPMS enabled
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading sub module "dri2"
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "dri2"
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) Module "dri2" already built-in
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): [DRI2] Setup complete
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (--) RandR disabled
sept. 10 19:36:07 stilgar-laptop gdm-Xorg-:0[869]: (II) Initializing extension GLX
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device Power Button (/dev/input/event4)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "evdev"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Module evdev: vendor="X.Org Foundation"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: compiled for 1.16.0, module version = 2.9.0
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: Module class: X.Org XInput Driver
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: ABI class: X.Org XInput driver, version 21.0
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Using input driver 'evdev' for 'Power Button'
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Power Button: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) evdev: Power Button: Device: "/dev/input/event4"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Power Button: Vendor 0 Product 0x1
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Power Button: Found keys
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) evdev: Power Button: Configuring as keyboard
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_rules" "evdev"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_model" "pc104"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_layout" "fr"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: > Ignoring extra symbols
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) No input driver specified, ignoring this device.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) This device may have been added with another device file.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Using input driver 'evdev' for 'Sleep Button'
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Sleep Button: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) evdev: Sleep Button: Device: "/dev/input/event2"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Sleep Button: Vendor 0 Product 0x3
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Sleep Button: Found keys
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) evdev: Sleep Button: Configuring as keyboard
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/PNP0C09:00/PNP0C0E:00/input/input6/event2"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_rules" "evdev"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_model" "pc104"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_layout" "fr"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device Video Bus (/dev/input/event5)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Using input driver 'evdev' for 'Video Bus'
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Video Bus: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) evdev: Video Bus: Device: "/dev/input/event5"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Video Bus: Vendor 0 Product 0x6
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Video Bus: Found keys
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) evdev: Video Bus: Configuring as keyboard
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input9/event5"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_rules" "evdev"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_model" "pc104"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_layout" "fr"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device Power Button (/dev/input/event3)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Using input driver 'evdev' for 'Power Button'
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Power Button: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) evdev: Power Button: Device: "/dev/input/event3"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Power Button: Vendor 0 Product 0x1
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: Power Button: Found keys
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) evdev: Power Button: Configuring as keyboard
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event3"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_rules" "evdev"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_model" "pc104"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_layout" "fr"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) No input driver specified, ignoring this device.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) This device may have been added with another device file.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event7)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) No input driver specified, ignoring this device.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) This device may have been added with another device file.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device HDA Intel Line (/dev/input/event8)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) No input driver specified, ignoring this device.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) This device may have been added with another device file.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) No input driver specified, ignoring this device.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) This device may have been added with another device file.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) AT Translated Set 2 keyboard: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) evdev: AT Translated Set 2 keyboard: Found keys
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_rules" "evdev"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_model" "pc104"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "xkb_layout" "fr"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) LoadModule: "synaptics"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Module synaptics: vendor="X.Org Foundation"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: compiled for 1.16.0, module version = 1.8.0
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: Module class: X.Org XInput Driver
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: ABI class: X.Org XInput driver, version 21.0
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "Device" "/dev/input/event11"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 32 - 544 (res 0)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 32 - 352 (res 0)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) synaptics: ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) synaptics: ETPS/2 Elantech Touchpad: device does not report finger width.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: invalid pressure range. defaulting to 0 - 255
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: invalid finger width range. defaulting to 0 - 15
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "TapButton1" "1"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "TapButton2" "2"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "TapButton3" "3"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: always reports core events
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input18/event11"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.332
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) No input driver specified, ignoring this device.
sept. 10 19:36:08 stilgar-laptop gdm-Xorg-:0[869]: (II) This device may have been added with another device file.
sept. 10 19:36:08 stilgar-laptop gdm[850]: Failed to give slave programs access to the display. Trying to proceed.
sept. 10 19:36:10 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
sept. 10 19:36:10 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Vision stereo.
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Ignoring extra symbols
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Ignoring extra symbols
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: > Ignoring extra symbols
sept. 10 19:36:11 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
sept. 10 19:36:13 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Vision stereo.
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:10 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Vision stereo.
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Error: Key <MDSW> added to map for multiple modifiers
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Using Mod3, ignoring Mod5.
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 symbols
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: > Ignoring extra symbols
sept. 10 22:16:15 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 22:16:16 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 22:16:16 stilgar-laptop gdm-Xorg-:0[869]: > Error: Key <MDSW> added to map for multiple modifiers
sept. 10 22:16:16 stilgar-laptop gdm-Xorg-:0[869]: > Using Mod3, ignoring Mod5.
sept. 10 22:16:16 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 symbols
sept. 10 22:16:16 stilgar-laptop gdm-Xorg-:0[869]: > Ignoring extra symbols
sept. 10 22:16:16 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Display (Seiko/Epson (DFP-0)) does not support NVIDIA 3D
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: (II) NVIDIA(GPU-0): Vision stereo.
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: The XKEYBOARD keymap compiler (xkbcomp) reports:
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 2 redefined
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 3 redefined
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Warning: Compat map for group 4 redefined
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: > Using new definition
sept. 10 22:16:18 stilgar-laptop gdm-Xorg-:0[869]: Errors from xkbcomp are not fatal to the X server