[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#696965: support for HW_SKIP_CONSOLE breaks use by blind people



Michal Suchanek, le Sat 05 Jan 2013 18:55:28 +0100, a écrit :
> On 5 January 2013 02:10, Samuel Thibault <sthibault@debian.org> wrote:
> > Alan Coopersmith, le Mon 31 Dec 2012 17:46:47 -0800, a écrit :
> >> On 12/31/12 05:36 PM, Samuel Thibault wrote:
> >> > Michal Suchanek, le Mon 31 Dec 2012 19:22:13 +0100, a écrit :
> >> >> why is that patch needed?
> >> >>
> >> >> It is quite non-obvious why would dummy driver require a console under
> >> >> any circumstances. It does not render anything anywhere so does not
> >> >> use console for anything.
> >> >
> >> > The console *is* needed for keyboard input.
> >> >
> >> > Again, the use case is blind people who have use of possessing an actual
> >> > screen, and thus don't have any, and thus have to use the dummy driver.
> >>
> >> So it sounds like that should be handled by the input driver, not the
> >> output driver.
> >
> > Ok, that makes sense. Input drivers however don't currently have a way
> > to request the core to callxf86OpenConsole, similar to the absence of
> > the HW_SKIP_CONSOLE flag in the case of video drivers.
> >
> > What do you recommend to add to the InputDriverRec? A driverFunc method
> > like video drivers? Something else?
> 
> I still don't understand the problem. The evdev driver opens the evdev
> device when loaded and reads input there. That happens even with dummy
> video driver so long as you do not carefully prevent the evdev driver
> from loading, does it not?

It does not. See for instance the attached xorg.conf, then I run from
vt1

xinit /usr/bin/fvwm -- :1

there is no VT switch, and pressing ^C 5s later kills the server (while
we'd want ^C to just go to the server). The resulting Xorg.1.log is
attached.

What I understand is that evedev does open things, but since no VT was
allocated, the evdev driver does not eat keypresses, i.e. from its point
of view it's as if we had switched away from an allocated VT.

So what Alan suggested is that the evdev driver simply tells the core
that it needs a VT to work properly. I'm now just asking which way that
should be done.

Samuel
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"evdev"
	Option		"XkbModel"	"geniuskb19e"
	Option		"XkbLayout"	"fr,brai"
	Option		"XkbVariant"	"oss,"
	Option          "XkbOptions"    "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Protocol"		"IntelliMouse"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"dummy"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection
[ 66121.842] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 66121.846] X Protocol Version 11, Revision 0
[ 66121.847] Build Operating System: Linux 3.2.0-4.drm-amd64 x86_64 Debian
[ 66121.849] Current Operating System: Linux type 3.7.0 #2 SMP Fri Dec 21 01:14:41 CET 2012 x86_64
[ 66121.849] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.0 root=UUID=38e6e493-2f5f-4a98-b1d6-a9434f0683cc ro
[ 66121.851] Build Date: 29 November 2012  07:18:16PM
[ 66121.852] xorg-server 2:1.12.4-4 (Julien Cristau <jcristau@debian.org>) 
[ 66121.853] Current version of pixman: 0.26.0
[ 66121.858] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 66121.858] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 66121.863] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Jan  5 19:00:53 2013
[ 66121.871] (==) Using config file: "/etc/X11/xorg.conf"
[ 66121.873] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 66121.876] (==) No Layout section.  Using the first Screen section.
[ 66121.876] (==) No screen section available. Using defaults.
[ 66121.876] (**) |-->Screen "Default Screen Section" (0)
[ 66121.876] (**) |   |-->Monitor "<default monitor>"
[ 66121.876] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 66121.876] (**) |   |-->Device "Configured Video Device"
[ 66121.876] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 66121.876] (==) Automatically adding devices
[ 66121.876] (==) Automatically enabling devices
[ 66121.896] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[ 66121.896] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 66121.896] (==) |-->Input Device "Configured Mouse"
[ 66121.896] (==) No Layout section. Using the first core pointer device.
[ 66121.896] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 66121.896] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 66121.896] (WW) Disabling Configured Mouse
[ 66121.896] (II) Loader magic: 0x7ff9ea6cbae0
[ 66121.896] (II) Module ABI versions:
[ 66121.896] 	X.Org ANSI C Emulation: 0.4
[ 66121.896] 	X.Org Video Driver: 12.1
[ 66121.896] 	X.Org XInput driver : 16.0
[ 66121.896] 	X.Org Server Extension : 6.0
[ 66121.900] (--) PCI:*(0:0:2:0) 8086:0126:1028:0493 rev 9, Mem @ 0xe5400000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
[ 66121.900] (II) Open ACPI successful (/var/run/acpid.socket)
[ 66121.900] (II) LoadModule: "extmod"
[ 66121.912] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 66121.915] (II) Module extmod: vendor="X.Org Foundation"
[ 66121.915] 	compiled for 1.12.4, module version = 1.0.0
[ 66121.915] 	Module class: X.Org Server Extension
[ 66121.915] 	ABI class: X.Org Server Extension, version 6.0
[ 66121.915] (II) Loading extension SELinux
[ 66121.915] (II) Loading extension MIT-SCREEN-SAVER
[ 66121.915] (II) Loading extension XFree86-VidModeExtension
[ 66121.915] (II) Loading extension XFree86-DGA
[ 66121.915] (II) Loading extension DPMS
[ 66121.915] (II) Loading extension XVideo
[ 66121.915] (II) Loading extension XVideo-MotionCompensation
[ 66121.915] (II) Loading extension X-Resource
[ 66121.915] (II) LoadModule: "dbe"
[ 66121.915] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 66121.917] (II) Module dbe: vendor="X.Org Foundation"
[ 66121.917] 	compiled for 1.12.4, module version = 1.0.0
[ 66121.917] 	Module class: X.Org Server Extension
[ 66121.917] 	ABI class: X.Org Server Extension, version 6.0
[ 66121.917] (II) Loading extension DOUBLE-BUFFER
[ 66121.917] (II) LoadModule: "glx"
[ 66121.917] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 66121.920] (II) Module glx: vendor="X.Org Foundation"
[ 66121.920] 	compiled for 1.12.4, module version = 1.0.0
[ 66121.920] 	ABI class: X.Org Server Extension, version 6.0
[ 66121.920] (==) AIGLX enabled
[ 66121.920] (II) Loading extension GLX
[ 66121.920] (II) LoadModule: "record"
[ 66121.921] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 66121.922] (II) Module record: vendor="X.Org Foundation"
[ 66121.922] 	compiled for 1.12.4, module version = 1.13.0
[ 66121.922] 	Module class: X.Org Server Extension
[ 66121.922] 	ABI class: X.Org Server Extension, version 6.0
[ 66121.922] (II) Loading extension RECORD
[ 66121.922] (II) LoadModule: "dri"
[ 66121.922] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 66121.924] (II) Module dri: vendor="X.Org Foundation"
[ 66121.924] 	compiled for 1.12.4, module version = 1.0.0
[ 66121.924] 	ABI class: X.Org Server Extension, version 6.0
[ 66121.924] (II) Loading extension XFree86-DRI
[ 66121.924] (II) LoadModule: "dri2"
[ 66121.924] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 66121.926] (II) Module dri2: vendor="X.Org Foundation"
[ 66121.926] 	compiled for 1.12.4, module version = 1.2.0
[ 66121.926] 	ABI class: X.Org Server Extension, version 6.0
[ 66121.926] (II) Loading extension DRI2
[ 66121.926] (II) LoadModule: "dummy"
[ 66121.927] (II) Loading /usr/lib/xorg/modules/drivers/dummy_drv.so
[ 66121.929] (II) Module dummy: vendor="X.Org Foundation"
[ 66121.929] 	compiled for 1.12.1, module version = 0.3.5
[ 66121.929] 	Module class: X.Org Video Driver
[ 66121.929] 	ABI class: X.Org Video Driver, version 12.0
[ 66121.929] (II) DUMMY: Driver for Dummy chipsets: dummy
[ 66121.929] (WW) Falling back to old probe method for dummy
[ 66121.929] (II) DUMMY(0): Chipset is a DUMMY
[ 66121.929] (II) DUMMY(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 66121.929] (==) DUMMY(0): Depth 24, (--) framebuffer bpp 32
[ 66121.929] (==) DUMMY(0): RGB weight 888
[ 66121.929] (==) DUMMY(0): Default visual is TrueColor
[ 66121.929] (==) DUMMY(0): Using gamma correction (1.0, 1.0, 1.0)
[ 66121.929] (--) DUMMY(0): VideoRAM: 4096 kByte
[ 66121.929] (--) DUMMY(0): Max Clock: 230000 kHz
[ 66121.929] (II) DUMMY(0): <default monitor>: Using default hsync range of 31.50-48.00 kHz
[ 66121.929] (II) DUMMY(0): <default monitor>: Using default vrefresh range of 50.00-70.00 Hz
[ 66121.929] (II) DUMMY(0): <default monitor>: Using default maximum pixel clock of 65.00 MHz
[ 66121.929] (WW) DUMMY(0): Unable to estimate virtual size
[ 66121.929] (II) DUMMY(0): Clock range:  11.00 to 300.00 MHz
[ 66121.929] (II) DUMMY(0): Not using default mode "640x350" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "320x175" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x400" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "320x200" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "720x400" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "360x200" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x480" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "320x240" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x480" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "320x240" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x480" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "320x240" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "800x600" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "400x300" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "800x600" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "400x300" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "800x600" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "400x300" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1024x768i" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "512x384i" (vrefresh out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1024x768" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "512x384" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1024x768" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "512x384" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1024x768" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "512x384" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1280x960" (insufficient memory for mode)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x480" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1280x960" (insufficient memory for mode)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x480" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1280x1024" (insufficient memory for mode)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x512" (hsync out of range)
[ 66121.929] (II) DUMMY(0): Not using default mode "1280x1024" (insufficient memory for mode)
[ 66121.929] (II) DUMMY(0): Not using default mode "640x512" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1280x1024" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "640x512" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1600x1200" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "800x600" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1600x1200" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "800x600" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1600x1200" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "800x600" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1600x1200" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "800x600" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1600x1200" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "800x600" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1792x1344" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "896x672" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1792x1344" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "896x672" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1856x1392" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "928x696" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1856x1392" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "928x696" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1920x1440" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "960x720" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1920x1440" (insufficient memory for mode)
[ 66121.930] (II) DUMMY(0): Not using default mode "960x720" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "832x624" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "416x312" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1152x864" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "576x432" (hsync out of range)
[ 66121.930] (II) DUMMY(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
[ 66121.932] (II) DUMMY(0): Not using default mode "1360x768" (mode clock too high)
[ 66121.932] (II) DUMMY(0): Not using default mode "1400x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "700x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1400x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "700x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1400x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "700x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1400x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "700x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1440x900" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "720x450" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1600x1024" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "800x512" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1680x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "840x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1680x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "840x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1680x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "840x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1680x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "840x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1680x1050" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "840x525" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1920x1080" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "960x540" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1920x1200" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "960x600" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "1920x1440" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "960x720" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "2048x1536" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "1024x768" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "2048x1536" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "1024x768" (hsync out of range)
[ 66121.932] (II) DUMMY(0): Not using default mode "2048x1536" (insufficient memory for mode)
[ 66121.932] (II) DUMMY(0): Not using default mode "1024x768" (hsync out of range)
[ 66121.932] (--) DUMMY(0): Virtual size is 1024x768 (pitch 1024)
[ 66121.932] (**) DUMMY(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[ 66121.932] (II) DUMMY(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[ 66121.932] (II) DUMMY(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[ 66121.932] (II) DUMMY(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[ 66121.932] (II) DUMMY(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "680x384": 36.0 MHz, 47.4 kHz, 60.0 Hz (D)
[ 66121.932] (II) DUMMY(0): Modeline "680x384"x60.0   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "680x384": 42.4 MHz, 47.7 kHz, 59.8 Hz (D)
[ 66121.932] (II) DUMMY(0): Modeline "680x384"x59.8   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
[ 66121.932] (II) DUMMY(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
[ 66121.932] (II) DUMMY(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
[ 66121.932] (II) DUMMY(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz zd)
[ 66121.932] (**) DUMMY(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
[ 66121.932] (II) DUMMY(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz zd)
[ 66121.932] (==) DUMMY(0): DPI set to (96, 96)
[ 66121.932] (II) Loading sub module "fb"
[ 66121.932] (II) LoadModule: "fb"
[ 66121.932] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 66121.935] (II) Module fb: vendor="X.Org Foundation"
[ 66121.935] 	compiled for 1.12.4, module version = 1.0.0
[ 66121.935] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 66121.935] (II) Loading sub module "ramdac"
[ 66121.935] (II) LoadModule: "ramdac"
[ 66121.935] (II) Module "ramdac" already built-in
[ 66121.935] (--) Depth 24 pixmap format is 32 bpp
[ 66121.937] (II) DUMMY(0): Using 256 scanlines of offscreen memory 
[ 66121.937] (==) DUMMY(0): Backing store disabled
[ 66121.937] (==) DUMMY(0): Silken mouse enabled
[ 66121.937] (==) RandR enabled
[ 66121.937] (II) Initializing built-in extension Generic Event Extension
[ 66121.937] (II) Initializing built-in extension SHAPE
[ 66121.937] (II) Initializing built-in extension MIT-SHM
[ 66121.937] (II) Initializing built-in extension XInputExtension
[ 66121.937] (II) Initializing built-in extension XTEST
[ 66121.937] (II) Initializing built-in extension BIG-REQUESTS
[ 66121.937] (II) Initializing built-in extension SYNC
[ 66121.937] (II) Initializing built-in extension XKEYBOARD
[ 66121.937] (II) Initializing built-in extension XC-MISC
[ 66121.937] (II) Initializing built-in extension SECURITY
[ 66121.937] (II) Initializing built-in extension XINERAMA
[ 66121.937] (II) Initializing built-in extension XFIXES
[ 66121.937] (II) Initializing built-in extension RENDER
[ 66121.937] (II) Initializing built-in extension RANDR
[ 66121.937] (II) Initializing built-in extension COMPOSITE
[ 66121.937] (II) Initializing built-in extension DAMAGE
[ 66121.937] (II) SELinux: Disabled on system
[ 66121.942] (II) AIGLX: Screen 0 is not DRI2 capable
[ 66121.942] (II) AIGLX: Screen 0 is not DRI capable
[ 66122.049] (II) AIGLX: Loaded and initialized swrast
[ 66122.049] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 66122.312] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 66122.312] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 66122.312] (II) LoadModule: "evdev"
[ 66122.312] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 66122.312] (II) Module evdev: vendor="X.Org Foundation"
[ 66122.312] 	compiled for 1.12.1, module version = 2.7.0
[ 66122.312] 	Module class: X.Org XInput Driver
[ 66122.312] 	ABI class: X.Org XInput driver, version 16.0
[ 66122.312] (II) Using input driver 'evdev' for 'Power Button'
[ 66122.312] (**) Power Button: always reports core events
[ 66122.312] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 66122.312] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 66122.312] (--) evdev: Power Button: Found keys
[ 66122.312] (II) evdev: Power Button: Configuring as keyboard
[ 66122.312] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 66122.312] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 66122.312] (**) Option "xkb_rules" "evdev"
[ 66122.312] (**) Option "xkb_model" "geniuskb19e"
[ 66122.312] (**) Option "xkb_layout" "fr,brai"
[ 66122.312] (**) Option "xkb_variant" "oss,"
[ 66122.312] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.379] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 66122.379] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 66122.379] (II) Using input driver 'evdev' for 'Video Bus'
[ 66122.379] (**) Video Bus: always reports core events
[ 66122.379] (**) evdev: Video Bus: Device: "/dev/input/event10"
[ 66122.379] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 66122.379] (--) evdev: Video Bus: Found keys
[ 66122.379] (II) evdev: Video Bus: Configuring as keyboard
[ 66122.379] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10"
[ 66122.379] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 66122.379] (**) Option "xkb_rules" "evdev"
[ 66122.379] (**) Option "xkb_model" "geniuskb19e"
[ 66122.379] (**) Option "xkb_layout" "fr,brai"
[ 66122.379] (**) Option "xkb_variant" "oss,"
[ 66122.379] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.380] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 66122.380] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 66122.380] (II) Using input driver 'evdev' for 'Video Bus'
[ 66122.380] (**) Video Bus: always reports core events
[ 66122.380] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 66122.380] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 66122.380] (--) evdev: Video Bus: Found keys
[ 66122.380] (II) evdev: Video Bus: Configuring as keyboard
[ 66122.380] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input9/event9"
[ 66122.380] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 66122.380] (**) Option "xkb_rules" "evdev"
[ 66122.381] (**) Option "xkb_model" "geniuskb19e"
[ 66122.381] (**) Option "xkb_layout" "fr,brai"
[ 66122.381] (**) Option "xkb_variant" "oss,"
[ 66122.381] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.382] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 66122.382] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 66122.382] (II) Using input driver 'evdev' for 'Power Button'
[ 66122.382] (**) Power Button: always reports core events
[ 66122.382] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 66122.382] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 66122.382] (--) evdev: Power Button: Found keys
[ 66122.382] (II) evdev: Power Button: Configuring as keyboard
[ 66122.382] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[ 66122.382] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 66122.382] (**) Option "xkb_rules" "evdev"
[ 66122.382] (**) Option "xkb_model" "geniuskb19e"
[ 66122.382] (**) Option "xkb_layout" "fr,brai"
[ 66122.382] (**) Option "xkb_variant" "oss,"
[ 66122.382] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.383] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 66122.383] (II) No input driver specified, ignoring this device.
[ 66122.383] (II) This device may have been added with another device file.
[ 66122.383] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 66122.384] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 66122.384] (II) Using input driver 'evdev' for 'Sleep Button'
[ 66122.384] (**) Sleep Button: always reports core events
[ 66122.384] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 66122.384] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 66122.384] (--) evdev: Sleep Button: Found keys
[ 66122.384] (II) evdev: Sleep Button: Configuring as keyboard
[ 66122.384] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[ 66122.384] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 66122.384] (**) Option "xkb_rules" "evdev"
[ 66122.384] (**) Option "xkb_model" "geniuskb19e"
[ 66122.384] (**) Option "xkb_layout" "fr,brai"
[ 66122.384] (**) Option "xkb_variant" "oss,"
[ 66122.384] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.384] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 66122.384] (II) No input driver specified, ignoring this device.
[ 66122.384] (II) This device may have been added with another device file.
[ 66122.384] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 66122.384] (II) No input driver specified, ignoring this device.
[ 66122.384] (II) This device may have been added with another device file.
[ 66122.384] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[ 66122.384] (II) No input driver specified, ignoring this device.
[ 66122.384] (II) This device may have been added with another device file.
[ 66122.384] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
[ 66122.384] (II) No input driver specified, ignoring this device.
[ 66122.384] (II) This device may have been added with another device file.
[ 66122.385] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[ 66122.385] (II) No input driver specified, ignoring this device.
[ 66122.385] (II) This device may have been added with another device file.
[ 66122.385] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[ 66122.385] (II) No input driver specified, ignoring this device.
[ 66122.385] (II) This device may have been added with another device file.
[ 66122.385] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 66122.385] (II) No input driver specified, ignoring this device.
[ 66122.385] (II) This device may have been added with another device file.
[ 66122.385] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event15)
[ 66122.385] (II) No input driver specified, ignoring this device.
[ 66122.385] (II) This device may have been added with another device file.
[ 66122.385] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event19)
[ 66122.385] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 66122.385] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[ 66122.385] (**) Logitech USB Keyboard: always reports core events
[ 66122.385] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event19"
[ 66122.385] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
[ 66122.385] (--) evdev: Logitech USB Keyboard: Found keys
[ 66122.385] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[ 66122.385] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.3/2-1.1.3:1.0/input/input19/event19"
[ 66122.385] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 11)
[ 66122.385] (**) Option "xkb_rules" "evdev"
[ 66122.385] (**) Option "xkb_model" "geniuskb19e"
[ 66122.385] (**) Option "xkb_layout" "fr,brai"
[ 66122.385] (**) Option "xkb_variant" "oss,"
[ 66122.385] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.386] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event20)
[ 66122.386] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 66122.386] (II) Using input driver 'evdev' for 'Logitech USB Keyboard'
[ 66122.386] (**) Logitech USB Keyboard: always reports core events
[ 66122.386] (**) evdev: Logitech USB Keyboard: Device: "/dev/input/event20"
[ 66122.386] (--) evdev: Logitech USB Keyboard: Vendor 0x46d Product 0xc31d
[ 66122.386] (--) evdev: Logitech USB Keyboard: Found absolute axes
[ 66122.386] (II) evdev: Logitech USB Keyboard: Forcing absolute x/y axes to exist.
[ 66122.386] (--) evdev: Logitech USB Keyboard: Found keys
[ 66122.386] (II) evdev: Logitech USB Keyboard: Configuring as mouse
[ 66122.386] (II) evdev: Logitech USB Keyboard: Configuring as keyboard
[ 66122.386] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.3/2-1.1.3:1.1/input/input20/event20"
[ 66122.386] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 12)
[ 66122.386] (**) Option "xkb_rules" "evdev"
[ 66122.386] (**) Option "xkb_model" "geniuskb19e"
[ 66122.386] (**) Option "xkb_layout" "fr,brai"
[ 66122.386] (**) Option "xkb_variant" "oss,"
[ 66122.386] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.386] (II) evdev: Logitech USB Keyboard: initialized for absolute axes.
[ 66122.386] (**) Logitech USB Keyboard: (accel) keeping acceleration scheme 1
[ 66122.388] (**) Logitech USB Keyboard: (accel) acceleration profile 0
[ 66122.388] (**) Logitech USB Keyboard: (accel) acceleration factor: 2.000
[ 66122.388] (**) Logitech USB Keyboard: (accel) acceleration threshold: 4
[ 66122.388] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event21)
[ 66122.388] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 66122.388] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
[ 66122.388] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 66122.388] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event21"
[ 66122.388] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
[ 66122.388] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
[ 66122.388] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
[ 66122.388] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
[ 66122.388] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
[ 66122.388] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
[ 66122.388] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
[ 66122.388] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
[ 66122.388] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 66122.388] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1.4/2-1.1.4:1.0/input/input21/event21"
[ 66122.388] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 13)
[ 66122.388] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
[ 66122.388] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
[ 66122.388] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
[ 66122.388] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 66122.388] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 66122.388] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[ 66122.388] (II) No input driver specified, ignoring this device.
[ 66122.388] (II) This device may have been added with another device file.
[ 66122.389] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 66122.389] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 66122.389] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 66122.389] (**) AT Translated Set 2 keyboard: always reports core events
[ 66122.389] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 66122.389] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 66122.389] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 66122.389] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 66122.389] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 66122.389] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 66122.389] (**) Option "xkb_rules" "evdev"
[ 66122.389] (**) Option "xkb_model" "geniuskb19e"
[ 66122.389] (**) Option "xkb_layout" "fr,brai"
[ 66122.389] (**) Option "xkb_variant" "oss,"
[ 66122.389] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.389] (II) config/udev: Adding input device DualPoint Stick (/dev/input/event7)
[ 66122.389] (**) DualPoint Stick: Applying InputClass "evdev pointer catchall"
[ 66122.389] (II) Using input driver 'evdev' for 'DualPoint Stick'
[ 66122.389] (**) DualPoint Stick: always reports core events
[ 66122.389] (**) evdev: DualPoint Stick: Device: "/dev/input/event7"
[ 66122.389] (--) evdev: DualPoint Stick: Vendor 0x2 Product 0x8
[ 66122.389] (--) evdev: DualPoint Stick: Found 3 mouse buttons
[ 66122.389] (--) evdev: DualPoint Stick: Found relative axes
[ 66122.389] (--) evdev: DualPoint Stick: Found x and y relative axes
[ 66122.389] (II) evdev: DualPoint Stick: Configuring as mouse
[ 66122.389] (**) evdev: DualPoint Stick: YAxisMapping: buttons 4 and 5
[ 66122.389] (**) evdev: DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 66122.389] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 66122.389] (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE, id 15)
[ 66122.389] (II) evdev: DualPoint Stick: initialized for relative axes.
[ 66122.389] (**) DualPoint Stick: (accel) keeping acceleration scheme 1
[ 66122.389] (**) DualPoint Stick: (accel) acceleration profile 0
[ 66122.389] (**) DualPoint Stick: (accel) acceleration factor: 2.000
[ 66122.389] (**) DualPoint Stick: (accel) acceleration threshold: 4
[ 66122.389] (II) config/udev: Adding input device DualPoint Stick (/dev/input/mouse0)
[ 66122.389] (II) No input driver specified, ignoring this device.
[ 66122.389] (II) This device may have been added with another device file.
[ 66122.389] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event8)
[ 66122.389] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[ 66122.389] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[ 66122.389] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[ 66122.389] (II) LoadModule: "synaptics"
[ 66122.390] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 66122.390] (II) Module synaptics: vendor="X.Org Foundation"
[ 66122.390] 	compiled for 1.12.4, module version = 1.6.2
[ 66122.390] 	Module class: X.Org XInput Driver
[ 66122.390] 	ABI class: X.Org XInput driver, version 16.0
[ 66122.390] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[ 66122.390] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[ 66122.390] (**) Option "Device" "/dev/input/event8"
[ 66122.406] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: ignoring touch events for semi-multitouch device
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 2000
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 1400
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127
[ 66122.406] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle double triple
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[ 66122.406] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[ 66122.406] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[ 66122.424] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[ 66122.424] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 16)
[ 66122.424] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 66122.424] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: MaxSpeed is now 1.75
[ 66122.424] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: AccelFactor is now 0.082
[ 66122.425] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[ 66122.425] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[ 66122.425] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[ 66122.425] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[ 66122.425] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[ 66122.425] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[ 66122.425] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 66122.426] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 66122.426] (II) No input driver specified, ignoring this device.
[ 66122.426] (II) This device may have been added with another device file.
[ 66122.427] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event22)
[ 66122.427] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 66122.427] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 66122.427] (**) ACPI Virtual Keyboard Device: always reports core events
[ 66122.427] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event22"
[ 66122.427] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 66122.427] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[ 66122.427] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 66122.427] (**) Option "config_info" "udev:/sys/devices/virtual/input/input22/event22"
[ 66122.427] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 17)
[ 66122.427] (**) Option "xkb_rules" "evdev"
[ 66122.427] (**) Option "xkb_model" "geniuskb19e"
[ 66122.427] (**) Option "xkb_layout" "fr,brai"
[ 66122.427] (**) Option "xkb_variant" "oss,"
[ 66122.427] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66122.428] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event6)
[ 66122.428] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 66122.428] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 66122.428] (**) Dell WMI hotkeys: always reports core events
[ 66122.428] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event6"
[ 66122.428] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 66122.428] (--) evdev: Dell WMI hotkeys: Found keys
[ 66122.428] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 66122.428] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[ 66122.428] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 18)
[ 66122.428] (**) Option "xkb_rules" "evdev"
[ 66122.429] (**) Option "xkb_model" "geniuskb19e"
[ 66122.429] (**) Option "xkb_layout" "fr,brai"
[ 66122.429] (**) Option "xkb_variant" "oss,"
[ 66122.429] (**) Option "xkb_options" "compose:lwin,compose:rwin,nbsp:level3n,grp:shift_caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,kpdl:kposs"
[ 66127.836] (II) evdev: Power Button: Close
[ 66127.836] (II) UnloadModule: "evdev"
[ 66127.836] (II) evdev: Video Bus: Close
[ 66127.836] (II) UnloadModule: "evdev"
[ 66127.844] (II) evdev: Video Bus: Close
[ 66127.844] (II) UnloadModule: "evdev"
[ 66127.844] (II) evdev: Power Button: Close
[ 66127.844] (II) UnloadModule: "evdev"
[ 66127.848] (II) evdev: Sleep Button: Close
[ 66127.848] (II) UnloadModule: "evdev"
[ 66127.852] (II) evdev: Logitech USB Keyboard: Close
[ 66127.852] (II) UnloadModule: "evdev"
[ 66127.856] (II) evdev: Logitech USB Keyboard: Close
[ 66127.856] (II) UnloadModule: "evdev"
[ 66127.888] (II) evdev: Logitech USB-PS/2 Optical Mouse: Close
[ 66127.888] (II) UnloadModule: "evdev"
[ 66127.892] (II) evdev: AT Translated Set 2 keyboard: Close
[ 66127.892] (II) UnloadModule: "evdev"
[ 66127.900] (II) evdev: DualPoint Stick: Close
[ 66127.900] (II) UnloadModule: "evdev"
[ 66127.916] (II) UnloadModule: "synaptics"
[ 66127.924] (II) evdev: ACPI Virtual Keyboard Device: Close
[ 66127.924] (II) UnloadModule: "evdev"
[ 66127.932] (II) evdev: Dell WMI hotkeys: Close
[ 66127.932] (II) UnloadModule: "evdev"
[ 66127.947] Server terminated successfully (0). Closing log file.

Reply to: