You are not logged in.

#1 2012-11-19 01:36:00

iduine
Member
From: Rennes - France
Registered: 2012-11-18
Posts: 6

[SOLVED] Touchpad not working

Hi everyone. That's my first post, i'm new on Arch, and i need some help from advanced users.
It's the second time i installed Arch on a laptop, the first one it was not really well configured.

Now i learn a bit more so i've my entire system working, except my touchpad.
I'm gonna try to do it in the right order (and sorry if my sentences are not good enough, i'm french, but i'm gonna try to do my best!)

So my Touchpad is a Synaptic one, my

 xinput list 

give me that result :

 Virtual core pointer                    	id=2	[master pointer  (3)]
    Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    Logitech Optical USB Mouse              	id=10	[slave  pointer  (2)]
    ETPS/2 Elantech Touchpad                	id=13	[slave  pointer  (2)]
 Virtual core keyboard                   	id=3	[master keyboard (2)]
     Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
     Power Button                            	id=6	[slave  keyboard (3)]
     Video Bus                               	id=7	[slave  keyboard (3)]
     Power Button                            	id=8	[slave  keyboard (3)]
     Sleep Button                            	id=9	[slave  keyboard (3)]
     HD WebCam                               	id=11	[slave  keyboard (3)]
     AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]
     Acer WMI hotkeys                        	id=14	[slave  keyboard (3)]

So it seems my touchpad is ETPS/2 Elantech Touchpad. Up there i think i'm right?

So i seen some other topics, there was people saying that could be a double declaration in my log files (i'm using xorg server X11 and xfce4)

My /etc/X11/xorg.conf.d/10-synaptics.conf is like this :

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
	Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "VertEdgeScroll" "on"
        Option "VertTwoFingerScroll" "on"
EndSection

I already add the line that should avoir double declaration during the log

MatchDevicePath "/dev/input/event*"

This is my /etc/X11/xorg.conf.d/10-evdev.conf file :

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"
EndSection

and after all, my /var/log/Xorg.0.log file.

[    58.232] 
X.Org X Server 1.13.0
Release Date: 2012-09-05
[    58.232] X Protocol Version 11, Revision 0
[    58.232] Build Operating System: Linux 3.6.3-1-ARCH i686 
[    58.233] Current Operating System: Linux eduine-laptop 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 13:14:42 CET 2012 i686
[    58.233] Kernel command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux 
[    58.233] Build Date: 08 November 2012  07:12:52PM
[    58.233]  
[    58.234] Current version of pixman: 0.28.0
[    58.234] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    58.234] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    58.235] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 18 19:34:50 2012
[    58.271] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    58.316] (==) No Layout section.  Using the first Screen section.
[    58.316] (==) No screen section available. Using defaults.
[    58.316] (**) |-->Screen "Default Screen Section" (0)
[    58.316] (**) |   |-->Monitor "<default monitor>"
[    58.318] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    58.318] (==) Automatically adding devices
[    58.318] (==) Automatically enabling devices
[    58.318] (==) Automatically adding GPU devices
[    58.372] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    58.372] 	Entry deleted from font path.
[    58.407] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    58.407] 	Entry deleted from font path.
[    58.407] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    58.408] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    58.408] 	Entry deleted from font path.
[    58.408] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    58.408] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    58.408] (==) ModulePath set to "/usr/lib/xorg/modules"
[    58.408] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    58.409] (II) Loader magic: 0x825a640
[    58.409] (II) Module ABI versions:
[    58.409] 	X.Org ANSI C Emulation: 0.4
[    58.409] 	X.Org Video Driver: 13.1
[    58.409] 	X.Org XInput driver : 18.0
[    58.409] 	X.Org Server Extension : 7.0
[    58.410] (II) config/udev: Adding drm device (/dev/dri/card0)
[    58.415] (--) PCI:*(0:0:1:0) 1002:9807:1025:0740 rev 0, Mem @ 0xe0000000/268435456, 0xf0200000/262144, I/O @ 0x00003000/256
[    58.416] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    58.417] Initializing built-in extension Generic Event Extension
[    58.417] Initializing built-in extension SHAPE
[    58.417] Initializing built-in extension MIT-SHM
[    58.417] Initializing built-in extension XInputExtension
[    58.417] Initializing built-in extension XTEST
[    58.418] Initializing built-in extension BIG-REQUESTS
[    58.418] Initializing built-in extension SYNC
[    58.418] Initializing built-in extension XKEYBOARD
[    58.418] Initializing built-in extension XC-MISC
[    58.418] Initializing built-in extension SECURITY
[    58.418] Initializing built-in extension XINERAMA
[    58.418] Initializing built-in extension XFIXES
[    58.418] Initializing built-in extension RENDER
[    58.419] Initializing built-in extension RANDR
[    58.419] Initializing built-in extension COMPOSITE
[    58.419] Initializing built-in extension DAMAGE
[    58.419] Initializing built-in extension MIT-SCREEN-SAVER
[    58.419] Initializing built-in extension DOUBLE-BUFFER
[    58.419] Initializing built-in extension RECORD
[    58.420] Initializing built-in extension DPMS
[    58.420] Initializing built-in extension X-Resource
[    58.422] Initializing built-in extension XVideo
[    58.424] Initializing built-in extension XVideo-MotionCompensation
[    58.426] Initializing built-in extension XFree86-VidModeExtension
[    58.428] Initializing built-in extension XFree86-DGA
[    58.430] Initializing built-in extension XFree86-DRI
[    58.432] Initializing built-in extension DRI2
[    58.432] (II) LoadModule: "glx"
[    58.434] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    58.488] (II) Module glx: vendor="X.Org Foundation"
[    58.488] 	compiled for 1.13.0, module version = 1.0.0
[    58.488] 	ABI class: X.Org Server Extension, version 7.0
[    58.488] (==) AIGLX enabled
[    58.492] Loading extension GLX
[    58.492] (==) Matched ati as autoconfigured driver 0
[    58.492] (==) Matched ati as autoconfigured driver 1
[    58.492] (==) Matched vesa as autoconfigured driver 2
[    58.492] (==) Matched modesetting as autoconfigured driver 3
[    58.492] (==) Matched fbdev as autoconfigured driver 4
[    58.492] (==) Assigned the driver to the xf86ConfigLayout
[    58.492] (II) LoadModule: "ati"
[    58.501] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    58.505] (II) Module ati: vendor="X.Org Foundation"
[    58.506] 	compiled for 1.13.0, module version = 7.0.0
[    58.506] 	Module class: X.Org Video Driver
[    58.506] 	ABI class: X.Org Video Driver, version 13.0
[    58.506] (II) LoadModule: "radeon"
[    58.506] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    58.536] (II) Module radeon: vendor="X.Org Foundation"
[    58.536] 	compiled for 1.13.0, module version = 7.0.0
[    58.536] 	Module class: X.Org Video Driver
[    58.536] 	ABI class: X.Org Video Driver, version 13.0
[    58.536] (II) LoadModule: "vesa"
[    58.537] (WW) Warning, couldn't open module vesa
[    58.537] (II) UnloadModule: "vesa"
[    58.537] (II) Unloading vesa
[    58.537] (EE) Failed to load module "vesa" (module does not exist, 0)
[    58.537] (II) LoadModule: "modesetting"
[    58.538] (WW) Warning, couldn't open module modesetting
[    58.538] (II) UnloadModule: "modesetting"
[    58.538] (II) Unloading modesetting
[    58.538] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    58.538] (II) LoadModule: "fbdev"
[    58.539] (WW) Warning, couldn't open module fbdev
[    58.539] (II) UnloadModule: "fbdev"
[    58.539] (II) Unloading fbdev
[    58.539] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    58.539] (II) RADEON: Driver for ATI Radeon chipsets:
	ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
	ATI Radeon Mobility X300 (M24) 3152 (PCIE),
	ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
	ATI Radeon X600 (RV380) 3E50 (PCIE),
	ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
	ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
	ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
	ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
	ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
	ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
	ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
	ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
	ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
	ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
	ATI Radeon IGP330M/340M/350M (U2) 4337,
	ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
	ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
	ATI Radeon X800PRO (R420) JI (AGP),
	ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
	ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
	ATI Radeon Mobility 9800 (M18) JN (AGP),
	ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
	ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
	ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
	ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
	ATI Radeon Mobility M7 LW (AGP),
	ATI Mobility FireGL 7800 M7 LX (AGP),
	ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
	ATI FireGL Mobility 9000 (M9) Ld (AGP),
	ATI Radeon Mobility 9000 (M9) Lf (AGP),
	ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
	ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
	ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
	ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
	ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
	ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
	ATI Radeon Mobility 9600 (M10) NQ (AGP),
	ATI Radeon Mobility 9600 (M11) NR (AGP),
	ATI Radeon Mobility 9600 (M10) NS (AGP),
	ATI FireGL Mobility T2 (M10) NT (AGP),
	ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
	ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
	ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
	ATI Radeon Mobility X300 (M22) 5460 (PCIE),
	ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
	ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
	ATI Radeon X800PRO (R423) UI (PCIE),
	ATI Radeon X800LE (R423) UJ (PCIE),
	ATI Radeon X800SE (R423) UK (PCIE),
	ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
	ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
	ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
	ATI FireGL unknown (R423) UR (PCIE),
	ATI FireGL unknown (R423) UT (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility FireGL V5000 (M26) (PCIE),
	ATI Mobility Radeon X700 XL (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Mobility Radeon X700 (M26) (PCIE),
	ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
	ATI Radeon Mobility 9100 IGP (U3) 5835,
	ATI Radeon XPRESS 200 5954 (PCIE),
	ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
	ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
	ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
	ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
	ATI Radeon XPRESS 200M 5975 (PCIE),
	ATI Radeon XPRESS 200 5A41 (PCIE),
	ATI Radeon XPRESS 200M 5A42 (PCIE),
	ATI Radeon XPRESS 200 5A61 (PCIE),
	ATI Radeon XPRESS 200M 5A62 (PCIE),
	ATI Radeon X300 (RV370) 5B60 (PCIE),
	ATI Radeon X600 (RV370) 5B62 (PCIE),
	ATI Radeon X550 (RV370) 5B63 (PCIE),
	ATI FireGL V3100 (RV370) 5B64 (PCIE),
	ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
	ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
	ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
	ATI Mobility Radeon X800 XT (M28) (PCIE),
	ATI Mobility FireGL V5100 (M28) (PCIE),
	ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
	ATI Radeon X850 XT PE (R480) (PCIE),
	ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
	ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
	ATI Radeon X850 XT (R480) (PCIE),
	ATI Radeon X800XT (R423) 5D57 (PCIE),
	ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
	ATI Radeon X700 PRO (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
	ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
	ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
	ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
	ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
	ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
	ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
	ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
	ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
	ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
	ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
	ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
	ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
	ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
	ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
	ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
	ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
	ATI Mobility Radeon X1700, ATI Radeon X2300HD,
	ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
	ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
	ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
	ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
	ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
	ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
	ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
	ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
	ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
	ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
	ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
	ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
	ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
	ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
	AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
	ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
	ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
	ATI Mobility Radeon HD 4670, ATI FirePro M5750,
	ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
	ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
	ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
	ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
	ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
	ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
	ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI RV670,
	ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
	ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
	ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
	ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
	ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
	ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
	ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
	ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
	ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
	ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
	ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
	SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
	ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
	AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Mobility Radeon HD 5800 Series,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
	ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
	ATI Mobility Radeon HD 5000 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
	ATI Mobility Radeon Graphics, CEDAR,
	ATI FirePro (FireGL) Graphics Adapter,
	ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
	ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
	AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
	CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
	BARTS, BARTS, Mobility Radeon HD 6000 Series,
	Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
	AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
	CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
	ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
	TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
	PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
	VERDE, VERDE, VERDE, VERDE, VERDE
[    58.552] (++) using VT number 1

[    58.554] (II) [KMS] Kernel modesetting enabled.
[    58.554] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    58.554] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    58.554] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    58.554] (==) RADEON(0): Default visual is TrueColor
[    58.554] (==) RADEON(0): RGB weight 888
[    58.554] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    58.554] (--) RADEON(0): Chipset: "AMD Radeon HD 6200 Series Graphics" (ChipID = 0x9807)
[    58.554] (II) Loading sub module "dri2"
[    58.554] (II) LoadModule: "dri2"
[    58.554] (II) Module "dri2" already built-in
[    58.554] (II) Loading sub module "exa"
[    58.554] (II) LoadModule: "exa"
[    58.554] (II) Loading /usr/lib/xorg/modules/libexa.so
[    58.637] (II) Module exa: vendor="X.Org Foundation"
[    58.637] 	compiled for 1.13.0, module version = 2.6.0
[    58.637] 	ABI class: X.Org Video Driver, version 13.1
[    58.637] (II) RADEON(0): KMS Color Tiling: enabled
[    58.637] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    58.637] (II) RADEON(0): KMS Pageflipping: enabled
[    58.637] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    58.638] (II) RADEON(0): Output LVDS has no monitor section
[    58.640] (II) RADEON(0): Output HDMI-0 has no monitor section
[    58.660] (II) RADEON(0): Output VGA-0 has no monitor section
[    58.661] (II) RADEON(0): EDID for output LVDS
[    58.661] (II) RADEON(0): Manufacturer: AUO  Model: 325c  Serial#: 0
[    58.661] (II) RADEON(0): Year: 2011  Week: 0
[    58.661] (II) RADEON(0): EDID Version: 1.3
[    58.661] (II) RADEON(0): Digital Display Input
[    58.661] (II) RADEON(0): Max Image Size [cm]: horiz.: 26  vert.: 14
[    58.661] (II) RADEON(0): Gamma: 2.20
[    58.661] (II) RADEON(0): No DPMS capabilities specified
[    58.661] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    58.661] (II) RADEON(0): First detailed timing is preferred mode
[    58.661] (II) RADEON(0): redX: 0.584 redY: 0.333   greenX: 0.338 greenY: 0.571
[    58.661] (II) RADEON(0): blueX: 0.158 blueY: 0.133   whiteX: 0.313 whiteY: 0.329
[    58.661] (II) RADEON(0): Manufacturer's mask: 0
[    58.661] (II) RADEON(0): Supported detailed timing:
[    58.661] (II) RADEON(0): clock: 69.3 MHz   Image Size:  256 x 144 mm
[    58.661] (II) RADEON(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1456 h_border: 0
[    58.661] (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 793 v_border: 0
[    58.661] (II) RADEON(0): Unknown vendor-specific block f
[    58.661] (II) RADEON(0):  AUO
[    58.661] (II) RADEON(0):  B116XW03 V2
[    58.661] (II) RADEON(0): EDID (in hex):
[    58.661] (II) RADEON(0): 	00ffffffffffff0006af5c3200000000
[    58.662] (II) RADEON(0): 	00150103801a0e780a99859555569228
[    58.662] (II) RADEON(0): 	22505400000001010101010101010101
[    58.662] (II) RADEON(0): 	010101010101121b565a500019303020
[    58.662] (II) RADEON(0): 	36000090100000180000000f00000000
[    58.662] (II) RADEON(0): 	00000000000000000020000000fe0041
[    58.662] (II) RADEON(0): 	554f0a202020202020202020000000fe
[    58.662] (II) RADEON(0): 	004231313658573033205632200a00e6
[    58.662] (II) RADEON(0): EDID vendor "AUO", prod id 12892
[    58.662] (II) RADEON(0): Printing DDC gathered Modelines:
[    58.662] (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1456  768 771 777 793 -hsync -vsync (47.6 kHz eP)
[    58.662] (II) RADEON(0): Printing probed modes for output LVDS
[    58.662] (II) RADEON(0): Modeline "1366x768"x60.0   69.30  1366 1414 1446 1456  768 771 777 793 -hsync -vsync (47.6 kHz eP)
[    58.662] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[    58.662] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[    58.662] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    58.662] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    58.662] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    58.662] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    58.662] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    58.665] (II) RADEON(0): EDID for output HDMI-0
[    58.687] (II) RADEON(0): EDID for output VGA-0
[    58.687] (II) RADEON(0): Output LVDS connected
[    58.687] (II) RADEON(0): Output HDMI-0 disconnected
[    58.687] (II) RADEON(0): Output VGA-0 disconnected
[    58.687] (II) RADEON(0): Using exact sizes for initial modes
[    58.687] (II) RADEON(0): Output LVDS using initial mode 1366x768
[    58.687] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    58.687] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fba0000
[    58.687] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    58.687] (**) RADEON(0): Display dimensions: (260, 140) mm
[    58.687] (**) RADEON(0): DPI set to (133, 139)
[    58.687] (II) Loading sub module "fb"
[    58.687] (II) LoadModule: "fb"
[    58.688] (II) Loading /usr/lib/xorg/modules/libfb.so
[    58.700] (II) Module fb: vendor="X.Org Foundation"
[    58.700] 	compiled for 1.13.0, module version = 1.0.0
[    58.700] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    58.700] (II) Loading sub module "ramdac"
[    58.700] (II) LoadModule: "ramdac"
[    58.700] (II) Module "ramdac" already built-in
[    58.700] (--) Depth 24 pixmap format is 32 bpp
[    58.701] (II) RADEON(0): [DRI2] Setup complete
[    58.702] (II) RADEON(0): [DRI2]   DRI driver: r600
[    58.702] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    58.702] (II) RADEON(0): Front buffer size: 4128K
[    58.702] (II) RADEON(0): VRAM usage limit set to 228182K
[    58.729] (==) RADEON(0): Backing store disabled
[    58.729] (II) RADEON(0): Direct rendering enabled
[    58.729] (II) RADEON(0): Setting EXA maxPitchBytes
[    58.730] (II) EXA(0): Driver allocated offscreen pixmaps
[    58.730] (II) EXA(0): Driver registered support for the following operations:
[    58.730] (II)         Solid
[    58.730] (II)         Copy
[    58.730] (II)         Composite (RENDER acceleration)
[    58.730] (II)         UploadToScreen
[    58.730] (II)         DownloadFromScreen
[    58.730] (II) RADEON(0): Acceleration enabled
[    58.730] (==) RADEON(0): DPMS enabled
[    58.730] (==) RADEON(0): Silken mouse enabled
[    58.730] (II) RADEON(0): Set up textured video
[    58.730] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    58.730] (II) RADEON(0): [XvMC] Extension initialized.
[    58.730] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    58.732] (--) RandR disabled
[    59.158] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    59.158] (II) AIGLX: enabled GLX_INTEL_swap_event
[    59.158] (II) AIGLX: enabled GLX_ARB_create_context
[    59.158] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    59.158] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    59.158] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    59.158] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    59.160] (II) AIGLX: Loaded and initialized r600
[    59.160] (II) GLX: Initialized DRI2 GL provider for screen 0
[    59.162] (II) RADEON(0): Setting screen physical size to 361 x 203
[    59.501] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    59.501] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    59.501] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    59.501] (II) LoadModule: "evdev"
[    59.501] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    59.520] (II) Module evdev: vendor="X.Org Foundation"
[    59.520] 	compiled for 1.13.0, module version = 2.7.3
[    59.520] 	Module class: X.Org XInput Driver
[    59.520] 	ABI class: X.Org XInput driver, version 18.0
[    59.521] (II) Using input driver 'evdev' for 'Power Button'
[    59.521] (**) Power Button: always reports core events
[    59.521] (**) evdev: Power Button: Device: "/dev/input/event5"
[    59.521] (--) evdev: Power Button: Vendor 0 Product 0x1
[    59.521] (--) evdev: Power Button: Found keys
[    59.521] (II) evdev: Power Button: Configuring as keyboard
[    59.521] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
[    59.521] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    59.521] (**) Option "xkb_rules" "evdev"
[    59.521] (**) Option "xkb_model" "evdev"
[    59.521] (**) Option "xkb_layout" "fr"
[    59.521] (**) Option "xkb_variant" "latin9"
[    59.592] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    59.592] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    59.592] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    59.592] (II) Using input driver 'evdev' for 'Video Bus'
[    59.592] (**) Video Bus: always reports core events
[    59.592] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    59.592] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    59.592] (--) evdev: Video Bus: Found keys
[    59.592] (II) evdev: Video Bus: Configuring as keyboard
[    59.592] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6/event6"
[    59.592] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    59.592] (**) Option "xkb_rules" "evdev"
[    59.593] (**) Option "xkb_model" "evdev"
[    59.593] (**) Option "xkb_layout" "fr"
[    59.593] (**) Option "xkb_variant" "latin9"
[    59.595] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    59.595] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    59.595] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    59.595] (II) Using input driver 'evdev' for 'Power Button'
[    59.595] (**) Power Button: always reports core events
[    59.595] (**) evdev: Power Button: Device: "/dev/input/event2"
[    59.595] (--) evdev: Power Button: Vendor 0 Product 0x1
[    59.595] (--) evdev: Power Button: Found keys
[    59.595] (II) evdev: Power Button: Configuring as keyboard
[    59.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    59.595] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    59.595] (**) Option "xkb_rules" "evdev"
[    59.595] (**) Option "xkb_model" "evdev"
[    59.595] (**) Option "xkb_layout" "fr"
[    59.595] (**) Option "xkb_variant" "latin9"
[    59.597] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[    59.597] (II) No input driver specified, ignoring this device.
[    59.597] (II) This device may have been added with another device file.
[    59.598] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    59.598] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    59.598] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    59.598] (II) Using input driver 'evdev' for 'Sleep Button'
[    59.598] (**) Sleep Button: always reports core events
[    59.598] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[    59.598] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    59.598] (--) evdev: Sleep Button: Found keys
[    59.598] (II) evdev: Sleep Button: Configuring as keyboard
[    59.598] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[    59.598] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    59.598] (**) Option "xkb_rules" "evdev"
[    59.598] (**) Option "xkb_model" "evdev"
[    59.598] (**) Option "xkb_layout" "fr"
[    59.598] (**) Option "xkb_variant" "latin9"
[    59.599] (II) config/udev: Adding drm device (/dev/dri/card0)
[    59.600] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event12)
[    59.600] (II) No input driver specified, ignoring this device.
[    59.600] (II) This device may have been added with another device file.
[    59.601] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event1)
[    59.601] (**) Logitech Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[    59.601] (II) Using input driver 'evdev' for 'Logitech Optical USB Mouse'
[    59.601] (**) Logitech Optical USB Mouse: always reports core events
[    59.601] (**) evdev: Logitech Optical USB Mouse: Device: "/dev/input/event1"
[    59.601] (--) evdev: Logitech Optical USB Mouse: Vendor 0x46d Product 0xc016
[    59.601] (--) evdev: Logitech Optical USB Mouse: Found 3 mouse buttons
[    59.601] (--) evdev: Logitech Optical USB Mouse: Found scroll wheel(s)
[    59.601] (--) evdev: Logitech Optical USB Mouse: Found relative axes
[    59.601] (--) evdev: Logitech Optical USB Mouse: Found x and y relative axes
[    59.601] (II) evdev: Logitech Optical USB Mouse: Configuring as mouse
[    59.601] (II) evdev: Logitech Optical USB Mouse: Adding scrollwheel support
[    59.601] (**) evdev: Logitech Optical USB Mouse: YAxisMapping: buttons 4 and 5
[    59.601] (**) evdev: Logitech Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    59.601] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.0/input/input1/event1"
[    59.601] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE, id 10)
[    59.601] (II) evdev: Logitech Optical USB Mouse: initialized for relative axes.
[    59.602] (**) Logitech Optical USB Mouse: (accel) keeping acceleration scheme 1
[    59.602] (**) Logitech Optical USB Mouse: (accel) acceleration profile 0
[    59.602] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[    59.602] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[    59.602] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse0)
[    59.603] (II) No input driver specified, ignoring this device.
[    59.603] (II) This device may have been added with another device file.
[    59.603] (II) config/udev: Adding input device HD WebCam (/dev/input/event9)
[    59.603] (**) HD WebCam: Applying InputClass "evdev keyboard catchall"
[    59.603] (**) HD WebCam: Applying InputClass "Keyboard Defaults"
[    59.603] (II) Using input driver 'evdev' for 'HD WebCam'
[    59.603] (**) HD WebCam: always reports core events
[    59.603] (**) evdev: HD WebCam: Device: "/dev/input/event9"
[    59.604] (--) evdev: HD WebCam: Vendor 0x1bcf Product 0x2c17
[    59.604] (--) evdev: HD WebCam: Found keys
[    59.604] (II) evdev: HD WebCam: Configuring as keyboard
[    59.604] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb4/4-2/4-2:1.0/input/input10/event9"
[    59.604] (II) XINPUT: Adding extended input device "HD WebCam" (type: KEYBOARD, id 11)
[    59.604] (**) Option "xkb_rules" "evdev"
[    59.604] (**) Option "xkb_model" "evdev"
[    59.604] (**) Option "xkb_layout" "fr"
[    59.604] (**) Option "xkb_variant" "latin9"
[    59.605] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event13)
[    59.605] (II) No input driver specified, ignoring this device.
[    59.605] (II) This device may have been added with another device file.
[    59.606] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event14)
[    59.606] (II) No input driver specified, ignoring this device.
[    59.606] (II) This device may have been added with another device file.
[    59.607] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    59.607] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    59.607] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    59.607] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    59.607] (**) AT Translated Set 2 keyboard: always reports core events
[    59.607] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    59.607] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    59.607] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    59.607] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    59.607] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    59.607] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    59.607] (**) Option "xkb_rules" "evdev"
[    59.607] (**) Option "xkb_model" "evdev"
[    59.607] (**) Option "xkb_layout" "fr"
[    59.607] (**) Option "xkb_variant" "latin9"
[    59.608] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[    59.608] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    59.608] (II) LoadModule: "synaptics"
[    59.609] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    59.619] (II) Module synaptics: vendor="X.Org Foundation"
[    59.619] 	compiled for 1.13.0, module version = 1.6.2
[    59.619] 	Module class: X.Org XInput Driver
[    59.619] 	ABI class: X.Org XInput driver, version 18.0
[    59.619] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    59.619] (**) ETPS/2 Elantech Touchpad: always reports core events
[    59.619] (**) Option "Device" "/dev/input/event11"
[    59.620] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2436
[    59.620] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1044
[    59.620] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    59.620] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    59.620] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[    59.621] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    59.621] (**) Option "VertEdgeScroll" "on"
[    59.621] (**) Option "VertTwoFingerScroll" "on"
[    59.621] (**) Option "TapButton1" "1"
[    59.621] (**) Option "TapButton2" "2"
[    59.621] (**) Option "TapButton3" "3"
[    59.621] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    59.621] (**) ETPS/2 Elantech Touchpad: always reports core events
[    59.621] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input11/event11"
[    59.621] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[    59.622] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    59.622] (**) synaptics: ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
[    59.622] (**) synaptics: ETPS/2 Elantech Touchpad: AccelFactor is now 0.075
[    59.622] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    59.622] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[    59.622] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    59.622] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    59.622] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    59.623] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[    59.623] (II) No input driver specified, ignoring this device.
[    59.623] (II) This device may have been added with another device file.
[    59.624] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    59.624] (II) No input driver specified, ignoring this device.
[    59.624] (II) This device may have been added with another device file.
[    59.626] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event8)
[    59.626] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    59.626] (**) Acer WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    59.626] (II) Using input driver 'evdev' for 'Acer WMI hotkeys'
[    59.626] (**) Acer WMI hotkeys: always reports core events
[    59.626] (**) evdev: Acer WMI hotkeys: Device: "/dev/input/event8"
[    59.626] (--) evdev: Acer WMI hotkeys: Vendor 0 Product 0
[    59.626] (--) evdev: Acer WMI hotkeys: Found keys
[    59.627] (II) evdev: Acer WMI hotkeys: Configuring as keyboard
[    59.627] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[    59.627] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 14)
[    59.627] (**) Option "xkb_rules" "evdev"
[    59.627] (**) Option "xkb_model" "evdev"
[    59.627] (**) Option "xkb_layout" "fr"
[    59.627] (**) Option "xkb_variant" "latin9"
[    59.628] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event10)
[    59.628] (II) No input driver specified, ignoring this device.
[    59.628] (II) This device may have been added with another device file.
[    59.628] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
[    59.628] (II) No input driver specified, ignoring this device.
[    59.628] (II) This device may have been added with another device file.
[    64.229] (II) RADEON(0): EDID vendor "AUO", prod id 12892
[    64.229] (II) RADEON(0): Printing DDC gathered Modelines:
[    64.229] (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1456  768 771 777 793 -hsync -vsync (47.6 kHz eP)
[ 22863.499] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 22867.234] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 22867.235] (II) RADEON(0): EDID vendor "AUO", prod id 12892
[ 22867.235] (II) RADEON(0): Printing DDC gathered Modelines:
[ 22867.235] (II) RADEON(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1456  768 771 777 793 -hsync -vsync (47.6 kHz eP)
[ 22867.272] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found

Ok i think i told you all the important stuff, and don't understand why my touchpad still doesn't work...
hope you will know how to help me, thanks!

Iduine.

Last edited by iduine (2012-11-21 14:30:54)

Offline

#2 2012-11-19 14:44:44

dtbx
Member
From: Temuco, Chile
Registered: 2007-10-14
Posts: 8

Re: [SOLVED] Touchpad not working

I'm having issues with my touchpad too.

I don't know why, but if I move the cursor while booting, right after gpm started up to the gdm display, my touchpad works.

It's strange and idiotic, but is the only way I can activate the touchpad.

Offline

#3 2012-11-19 15:59:37

iduine
Member
From: Rennes - France
Registered: 2012-11-18
Posts: 6

Re: [SOLVED] Touchpad not working

What do you mean by moving the cursor? and gpm? (maybe it's not the same name in french...)

Offline

#4 2012-11-19 17:04:54

dtbx
Member
From: Temuco, Chile
Registered: 2007-10-14
Posts: 8

Re: [SOLVED] Touchpad not working

I have to move my finger over the touchpad in order to make it work.

Try to do that while booting.

Offline

#5 2012-11-19 19:08:18

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: [SOLVED] Touchpad not working

My suggestion would be to try a different kernel like linux-lts to see if it's a kernel problem.  From what I've seen, when touchpads suddenly stop working it's due to a new kernel that doesn't work well with certain touchpads.  If you do a forum search for elantech touchpad there is an old article and it seems to suggest kernel problems awhile ago so perhaps it has happened again.  Your configs seem fine to me but your touchpad is being seen twice in your Xorg.log.

Last edited by bgc1954 (2012-11-19 19:09:38)


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#6 2012-11-21 00:40:19

iduine
Member
From: Rennes - France
Registered: 2012-11-18
Posts: 6

Re: [SOLVED] Touchpad not working

I know my config seems right, the line

MatchDevicePath "/dev/input/event*"

should reslove the double declaration problem in the log.

I'm on kernel 3.6.6-1-ARCH if it could help you?

Offline

#7 2012-11-21 14:11:24

dtbx
Member
From: Temuco, Chile
Registered: 2007-10-14
Posts: 8

Re: [SOLVED] Touchpad not working

Maybe your config it's all ok, but your touchpad is deactivated.

See this thread: https://bbs.archlinux.org/viewtopic.php?id=148411

That dude did have to boot into a fedora live cd, then activate the touchpad using the fn keys, and then his touchpad was working.

Offline

#8 2012-11-21 14:29:55

iduine
Member
From: Rennes - France
Registered: 2012-11-18
Posts: 6

Re: [SOLVED] Touchpad not working

I didn't even try it, but when i use the Fn key to activate my touchpad it works... such an idiot i am...
Thanks for the tip! wink

Offline

#9 2014-03-19 16:30:48

NingaFishleg
Member
Registered: 2014-01-03
Posts: 7

Re: [SOLVED] Touchpad not working

Don't worry, it happens to the best of us. smile

Last edited by NingaFishleg (2014-03-19 16:31:03)

Offline

#10 2014-03-19 16:41:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Touchpad not working

NingaFishleg wrote:

Don't worry, it happens to the best of us. smile

There's really no need to bump an old thread like that.

Offline

#11 2014-03-19 17:11:47

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: [SOLVED] Touchpad not working

Closing


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB