You are not logged in.
This is file /var/log/Xorg.0.log (full here: http://pastebin.com/VJucuxa2):
[ 13.225] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 13.225] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13.225] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Synaptics touchpads"
[ 13.225] (II) LoadModule: "synaptics"
[ 13.225] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 13.262] (II) Module synaptics: vendor="X.Org Foundation"
[ 13.262] compiled for 1.12.2, module version = 1.6.2
[ 13.263] Module class: X.Org XInput Driver
[ 13.263] ABI class: X.Org XInput driver, version 16.0
[ 13.263] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 13.263] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13.263] (**) Option "Device" "/dev/input/event7"
[ 13.263] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 13.263] (**) Option "EmulateTwoFingerMinZ" "40"
[ 13.263] (**) Option "EmulateTwoFingerMinW" "8"
[ 13.263] (**) Option "VertEdgeScroll" "on"
[ 13.263] (**) Option "HorizEdgeScroll" "on"
[ 13.263] (**) Option "HorizTwoFingerScroll" "on"
[ 13.263] (**) Option "TapButton1" "1"
[ 13.263] (**) Option "TapButton2" "2"
[ 13.263] (**) Option "TapButton3" "3"
[ 13.263] (**) Option "CircularScrolling" "on"
[ 13.263] (**) Option "CircScrollTrigger" "2"
[ 13.263] (**) Option "CoastingSpeed" "0"
[ 13.263] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 13.263] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13.263] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 13.263] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 13.263] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 13.263] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 13.263] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 13.264] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 13.264] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 13.264] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 13.264] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 13.264] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[ 13.264] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 13.264] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/mouse0"
[ 13.264] (EE) evdev: SynPS/2 Synaptics TouchPad: ioctl EVIOCGID failed: Inappropriate ioctl for device
[ 13.264] (EE) PreInit returned 8 for "SynPS/2 Synaptics TouchPad"
[ 13.264] (II) UnloadModule: "evdev"This is file /etc/X11/xorg.conf.d/10-synaptics.conf:
Section "InputClass"
Identifier "Synaptics touchpads"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
EndSectionThis is file /etc/X11/xorg.conf.d/10-evdev.conf:
#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchpad catchall"
MatchIsTouchpad "on"
# MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSectionPleases help me, thanks !
Offline
Hi you !
Please post output
cat /proc/bus/input/devices
and
xinput -list
for more information
Kind regard !
Offline
# cat /proc/bus/input/devices
# cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input0
U: Uniq=
H: Handlers=kbd event0
B: PROP=0
B: EV=120013
B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
B: MSC=10
B: LED=7
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=3
B: KEY=10000000000000 0
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2
B: PROP=0
B: EV=21
B: SW=1
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
U: Uniq=
H: Handlers=kbd event3
B: PROP=0
B: EV=3
B: KEY=10000000000000 0
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input4
U: Uniq=
H: Handlers=kbd event4
B: PROP=0
B: EV=40001
B: SND=6
I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Toshiba input device"
P: Phys=toshiba_acpi/input0
S: Sysfs=/devices/virtual/input/input5
U: Uniq=
H: Handlers=kbd event5 rfkill
B: PROP=0
B: EV=13
B: KEY=40000 10000 1c00000000 0 0 1501f00002000 3809604001 2000000000000 0
B: MSC=10
I: Bus=0001 Vendor=14f1 Product=506e Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input6
U: Uniq=
H: Handlers=kbd event6
B: PROP=0
B: EV=40001
B: SND=6
I: Bus=0003 Vendor=10f1 Product=1a34 Version=6207
N: Name="TOSHIBA Web Camera"
P: Phys=usb-0000:00:1a.0-1.3/button
S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input8
U: Uniq=
H: Handlers=kbd event8
B: PROP=0
B: EV=3
B: KEY=100000 0 0 0
I: Bus=0003 Vendor=09da Product=054f Version=0111
N: Name="A4TECH USB Device"
P: Phys=usb-0000:00:1d.0-1.1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input9
U: Uniq=
H: Handlers=kbd event9 js0
B: PROP=0
B: EV=12001f
B: KEY=4c37fff072ff32d bf54445600000000 c00000000000001 30c100b17c007 ffa67bfad951dfff febeffdfffefffff fffffffffffffffe
B: REL=40
B: ABS=ffffff01000701ff
B: MSC=10
B: LED=1f
I: Bus=0003 Vendor=09da Product=054f Version=0111
N: Name="A4TECH USB Device"
P: Phys=usb-0000:00:1d.0-1.1/input1
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input10
U: Uniq=
H: Handlers=mouse1 event10
B: PROP=0
B: EV=17
B: KEY=ffff0000 0 0 0 0
B: REL=143
B: MSC=10
I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=LNXVIDEO/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
U: Uniq=
H: Handlers=kbd event11
B: PROP=0
B: EV=3
B: KEY=3e000b00000000 0 0 0
I: Bus=0003 Vendor=1c4f Product=0003 Version=0110
N: Name="SIGMACHIP Usb Mouse"
P: Phys=usb-0000:00:1d.0-1.2.1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.1/2-1.2.1:1.0/input/input12
U: Uniq=
H: Handlers=mouse2 event12
B: PROP=0
B: EV=17
B: KEY=70000 0 0 0 0
B: REL=103
B: MSC=10xinput -list
# xinput -list
No protocol specified
Unable to connect to X serverOffline
Hi,
I had :
$ cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input8
U: Uniq=
H: Handlers=mouse1 event8
B: PROP=9
B: EV=b
B: KEY=6420 30000 0 0 0 0
B: ABS=260800011000003Pls, help.
Offline
My touchpad worked. I was reboot width Fedora live cd and press Fn+F9 (touchpad) for touchpad working. Then reboot to Arch. It's worked.
Offline