You are not logged in.

#1 2011-05-23 22:20:48

Elline
Member
Registered: 2011-03-12
Posts: 18

Synaptics (Vert|Horiz)EdgeScroll doesn't works.

I'm not sure is it right place to post that thing, so I am sorry in advance if this is not.

I can't figure out my touchpad to (at least) make scrolling with the right edge of it. Netbook Asus eee pc 900.

elline ~\ $ cat /etc/X11/xorg.conf.d/10-synaptics.conf 
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
    Option "TapButton2" "0"
    Option "TapButton3" "0"
        Option "VertEdgeScroll" "1"
    Option "HorizEdgeScroll" "1"
    Option "CornerCoasting" "1"
    Option "CoastingSpeed" "10"
EndSection

That is what I use to make it works. I'm not sure whether it right to type "1" or "on" on a certain options, through references are vary

Offline

#2 2011-05-24 02:44:41

balente84
Member
Registered: 2011-05-23
Posts: 8

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

I'm not sure if you are asking or not.
On my Toshiba NB205 netbook, this code works perfectly.

Here's my 10-synaptics.conf

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

Last edited by balente84 (2011-05-24 02:50:19)

Offline

#3 2011-05-24 15:06:30

looseonthelime
Member
Registered: 2010-07-04
Posts: 14

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

Elline wrote:

I can't figure out my touchpad to (at least) make scrolling with the right edge of it. Netbook Asus eee pc 900.

On my HP laptop the scroll function on the right has been replaced with a two-finger scroll instead. Meaning that to scroll you place two fingers on the touchpad and pull down. Much nicer.

Offline

#4 2011-05-24 17:58:24

patrickthebold
Member
Registered: 2008-12-15
Posts: 55

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

It helps to use the "synclient" program to get things the way you want them.

From the command line I can type

synclient VertEdgeScroll=1

and it works fine.

I have all numbers in my xorg.conf; i.e. no "on" or "off".

Offline

#5 2011-05-24 21:56:09

Elline
Member
Registered: 2011-03-12
Posts: 18

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

looseonthelime wrote:
Elline wrote:

I can't figure out my touchpad to (at least) make scrolling with the right edge of it. Netbook Asus eee pc 900.

On my HP laptop the scroll function on the right has been replaced with a two-finger scroll instead. Meaning that to scroll you place two fingers on the touchpad and pull down. Much nicer.

Really, my touchpad works the same.

Nice, but why is the /xorg.conf.d/* settings doesn't work? Thanks for replies!

I just discovered that my touchpad is multitouch which I didn't know before. So I can tap with two or three fingers to produce "right" and "middle" click. But they are certainly not acting like it should accordingly to these settings (10-synaptics.conf). The synclient as I think is good but the fact these settings is ignored is confusing a little and make me think maybe I done something wrong.

Last edited by Elline (2011-05-24 22:03:13)

Offline

#6 2011-05-24 22:13:21

Elline
Member
Registered: 2011-03-12
Posts: 18

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

By the way here is what i got with synclient:

synclient -m 100
Can't access shared memory area. SHMConfig disabled?
Couldn't find synaptics properties. No synaptics driver loaded?

Offline

#7 2011-05-24 22:47:25

patrickthebold
Member
Registered: 2008-12-15
Posts: 55

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

Try adding

Option "SHMConfig" "on"

to your 10-synaptics.conf

Also read through the xorg logs to see what options are being processed:

grep Option /var/log/Xorg.0.log

Offline

#8 2011-05-25 18:13:10

Elline
Member
Registered: 2011-03-12
Posts: 18

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

Here is:

[   430.622] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event9)
[   430.622] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[   430.622] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[   430.622] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event9"
[   430.623] (--) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[   430.623] (--) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[   430.623] (--) ImPS/2 Logitech Wheel Mouse: Found relative axes
[   430.623] (--) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[   430.623] (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[   430.623] (II) ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   430.623] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
[   430.623] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
[   430.623] (II) ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[   430.623] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[   430.624] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[   430.624] (II) No input driver/identifier specified (ignoring)

Something related to mouse as I think. I don't intend to bother you through, cause I can live with that by now.

Offline

#9 2011-05-26 09:23:55

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

This is not the touchpad section of the log.


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

#10 2011-05-27 18:59:28

Elline
Member
Registered: 2011-03-12
Posts: 18

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

Sorry.

X.Org X Server 1.10.1
Release Date: 2011-04-15
[    43.156] X Protocol Version 11, Revision 0
[    43.156] Build Operating System: Linux 2.6.38-ARCH i686 
[    43.156] Current Operating System: Linux elline-netbook 2.6.39eee #1 PREEMPT Thu May 19 21:21:20 ICT 2011 i686
[    43.156] Kernel command line: root=/dev/sda1 ro
[    43.156] Build Date: 16 April 2011  12:05:35PM
[    43.156]  
[    43.160] Current version of pixman: 0.20.2
[    43.160]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    43.160] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    43.160] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 27 22:47:47 2011
[    43.163] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    43.169] (==) No Layout section.  Using the first Screen section.
[    43.169] (==) No screen section available. Using defaults.
[    43.169] (**) |-->Screen "Default Screen Section" (0)
[    43.169] (**) |   |-->Monitor "<default monitor>"
[    43.169] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    43.169] (==) Automatically adding devices
[    43.169] (==) Automatically enabling devices
[    43.170] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    43.170]     Entry deleted from font path.
[    43.170] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    43.170]     Entry deleted from font path.
[    43.170] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    43.170]     Entry deleted from font path.
[    43.170]     (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    43.170] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    43.170]     Entry deleted from font path.
[    43.170]     (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    43.170] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
[    43.170] (==) ModulePath set to "/usr/lib/xorg/modules"
[    43.170] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    43.170] (II) Loader magic: 0x81f4ee0
[    43.170] (II) Module ABI versions:
[    43.170]     X.Org ANSI C Emulation: 0.4
[    43.170]     X.Org Video Driver: 10.0
[    43.170]     X.Org XInput driver : 12.2
[    43.170]     X.Org Server Extension : 5.0
[    43.171] (--) PCI:*(0:0:2:0) 8086:2592:1043:82d9 rev 4, Mem @ 0xf7f00000/524288, 0xd0000000/268435456, 0xf7ec0000/262144, I/O @ 0x0000ec00/8
[    43.171] (--) PCI: (0:0:2:1) 8086:2792:1043:82d9 rev 4, Mem @ 0xf7f80000/524288
[    43.172] (II) Open ACPI successful (/var/run/acpid.socket)
[    43.172] (II) LoadModule: "extmod"
[    43.173] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    43.177] (II) Module extmod: vendor="X.Org Foundation"
[    43.177]     compiled for 1.10.1, module version = 1.0.0
[    43.177]     Module class: X.Org Server Extension
[    43.177]     ABI class: X.Org Server Extension, version 5.0
[    43.177] (II) Loading extension MIT-SCREEN-SAVER
[    43.177] (II) Loading extension XFree86-VidModeExtension
[    43.177] (II) Loading extension XFree86-DGA
[    43.177] (II) Loading extension DPMS
[    43.177] (II) Loading extension XVideo
[    43.177] (II) Loading extension XVideo-MotionCompensation
[    43.177] (II) Loading extension X-Resource
[    43.177] (II) LoadModule: "dbe"
[    43.178] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    43.179] (II) Module dbe: vendor="X.Org Foundation"
[    43.179]     compiled for 1.10.1, module version = 1.0.0
[    43.179]     Module class: X.Org Server Extension
[    43.179]     ABI class: X.Org Server Extension, version 5.0
[    43.179] (II) Loading extension DOUBLE-BUFFER
[    43.179] (II) LoadModule: "glx"
[    43.179] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    43.185] (II) Module glx: vendor="X.Org Foundation"
[    43.185]     compiled for 1.10.1, module version = 1.0.0
[    43.185]     ABI class: X.Org Server Extension, version 5.0
[    43.188] (==) AIGLX enabled
[    43.188] (II) Loading extension GLX
[    43.188] (II) LoadModule: "record"
[    43.188] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    43.190] (II) Module record: vendor="X.Org Foundation"
[    43.190]     compiled for 1.10.1, module version = 1.13.0
[    43.190]     Module class: X.Org Server Extension
[    43.190]     ABI class: X.Org Server Extension, version 5.0
[    43.190] (II) Loading extension RECORD
[    43.190] (II) LoadModule: "dri"
[    43.190] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    43.195] (II) Module dri: vendor="X.Org Foundation"
[    43.195]     compiled for 1.10.1, module version = 1.0.0
[    43.195]     ABI class: X.Org Server Extension, version 5.0
[    43.195] (II) Loading extension XFree86-DRI
[    43.195] (II) LoadModule: "dri2"
[    43.196] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    43.197] (II) Module dri2: vendor="X.Org Foundation"
[    43.197]     compiled for 1.10.1, module version = 1.2.0
[    43.197]     ABI class: X.Org Server Extension, version 5.0
[    43.197] (II) Loading extension DRI2
[    43.197] (==) Matched intel as autoconfigured driver 0
[    43.197] (==) Matched vesa as autoconfigured driver 1
[    43.197] (==) Matched fbdev as autoconfigured driver 2
[    43.197] (==) Assigned the driver to the xf86ConfigLayout
[    43.197] (II) LoadModule: "intel"
[    43.198] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    43.206] (II) Module intel: vendor="X.Org Foundation"
[    43.206]     compiled for 1.10.0.902, module version = 2.15.0
[    43.206]     Module class: X.Org Video Driver
[    43.206]     ABI class: X.Org Video Driver, version 10.0
[    43.206] (II) LoadModule: "vesa"
[    43.207] (WW) Warning, couldn't open module vesa
[    43.207] (II) UnloadModule: "vesa"
[    43.207] (II) Unloading vesa
[    43.207] (EE) Failed to load module "vesa" (module does not exist, 0)
[    43.207] (II) LoadModule: "fbdev"
[    43.208] (WW) Warning, couldn't open module fbdev
[    43.208] (II) UnloadModule: "fbdev"
[    43.208] (II) Unloading fbdev
[    43.208] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    43.208] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
[    43.208] (++) using VT number 7

[    43.218] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    43.218] drmOpenDevice: node name is /dev/dri/card0
[    43.219] drmOpenDevice: open result is 9, (OK)
[    43.219] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    43.219] drmOpenDevice: node name is /dev/dri/card0
[    43.219] drmOpenDevice: open result is 9, (OK)
[    43.219] drmOpenByBusid: drmOpenMinor returns 9
[    43.219] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    43.219] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    43.219] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    43.219] (==) intel(0): RGB weight 888
[    43.219] (==) intel(0): Default visual is TrueColor
[    43.219] (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
[    43.219] (--) intel(0): Chipset: "915GM"
[    43.219] (**) intel(0): Relaxed fencing disabled
[    43.219] (**) intel(0): Framebuffer tiled
[    43.219] (**) intel(0): Pixmaps tiled
[    43.219] (**) intel(0): 3D buffers tiled
[    43.219] (**) intel(0): SwapBuffers wait enabled
[    43.219] (==) intel(0): video overlay key set to 0x101fe
[    43.232] (II) intel(0): Output LVDS1 has no monitor section
[    43.233] (II) intel(0): found backlight control interface /sys/class/backlight/eeepc
[    43.413] (II) intel(0): Output VGA1 has no monitor section
[    43.724] (II) intel(0): Output TV1 has no monitor section
[    43.724] (II) intel(0): EDID for output LVDS1
[    43.724] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    43.724] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    43.724] (II) intel(0): Printing probed modes for output LVDS1
[    43.724] (II) intel(0): Modeline "1024x600"x59.5   50.00  1024 1044 1054 1344  600 602 605 625 -hsync -vsync (37.2 kHz)
[    43.724] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    43.724] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    43.724] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    43.909] (II) intel(0): EDID for output VGA1
[    44.220] (II) intel(0): EDID for output TV1
[    44.220] (II) intel(0): Output LVDS1 connected
[    44.220] (II) intel(0): Output VGA1 disconnected
[    44.220] (II) intel(0): Output TV1 disconnected
[    44.220] (II) intel(0): Using exact sizes for initial modes
[    44.220] (II) intel(0): Output LVDS1 using initial mode 1024x600
[    44.220] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    44.220] (II) intel(0): Kernel page flipping support detected, enabling
[    44.220] (==) intel(0): DPI set to (96, 96)
[    44.220] (II) Loading sub module "fb"
[    44.220] (II) LoadModule: "fb"
[    44.220] (II) Loading /usr/lib/xorg/modules/libfb.so
[    44.224] (II) Module fb: vendor="X.Org Foundation"
[    44.224]     compiled for 1.10.1, module version = 1.0.0
[    44.224]     ABI class: X.Org ANSI C Emulation, version 0.4
[    44.224] (II) Loading sub module "dri2"
[    44.224] (II) LoadModule: "dri2"
[    44.224] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    44.224] (II) Module dri2: vendor="X.Org Foundation"
[    44.224]     compiled for 1.10.1, module version = 1.2.0
[    44.224]     ABI class: X.Org Server Extension, version 5.0
[    44.224] (==) Depth 24 pixmap format is 32 bpp
[    44.224] (II) intel(0): [DRI2] Setup complete
[    44.224] (II) intel(0): [DRI2]   DRI driver: i915
[    44.225] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
[    44.234] (II) UXA(0): Driver registered support for the following operations:
[    44.234] (II)         solid
[    44.234] (II)         copy
[    44.234] (II)         composite (RENDER acceleration)
[    44.234] (II)         put_image
[    44.234] (II)         get_image
[    44.234] (==) intel(0): Backing store disabled
[    44.234] (==) intel(0): Silken mouse enabled
[    44.236] (II) intel(0): Initializing HW Cursor
[    44.258] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    44.263] (==) intel(0): DPMS enabled
[    44.263] (==) intel(0): Intel XvMC decoder disabled
[    44.263] (II) intel(0): Set up textured video
[    44.263] (II) intel(0): Set up overlay video
[    44.263] (II) intel(0): direct rendering: DRI2 Enabled
[    44.263] (==) intel(0): hotplug detection: "enabled"
[    44.264] (--) RandR disabled
[    44.264] (II) Initializing built-in extension Generic Event Extension
[    44.264] (II) Initializing built-in extension SHAPE
[    44.264] (II) Initializing built-in extension MIT-SHM
[    44.264] (II) Initializing built-in extension XInputExtension
[    44.264] (II) Initializing built-in extension XTEST
[    44.264] (II) Initializing built-in extension BIG-REQUESTS
[    44.264] (II) Initializing built-in extension SYNC
[    44.264] (II) Initializing built-in extension XKEYBOARD
[    44.264] (II) Initializing built-in extension XC-MISC
[    44.264] (II) Initializing built-in extension SECURITY
[    44.264] (II) Initializing built-in extension XINERAMA
[    44.264] (II) Initializing built-in extension XFIXES
[    44.264] (II) Initializing built-in extension RENDER
[    44.264] (II) Initializing built-in extension RANDR
[    44.264] (II) Initializing built-in extension COMPOSITE
[    44.264] (II) Initializing built-in extension DAMAGE
[    44.325] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    44.325] (II) AIGLX: enabled GLX_INTEL_swap_event
[    44.325] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    44.325] (II) AIGLX: enabled GLX_SGI_make_current_read
[    44.325] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    44.325] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
[    44.325] (II) GLX: Initialized DRI2 GL provider for screen 0
[    44.327] (II) intel(0): Setting screen physical size to 270 x 158
[    44.474] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    44.474] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.474] (II) LoadModule: "evdev"
[    44.474] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.476] (II) Module evdev: vendor="X.Org Foundation"
[    44.476]     compiled for 1.10.0, module version = 2.6.0
[    44.476]     Module class: X.Org XInput Driver
[    44.476]     ABI class: X.Org XInput driver, version 12.2
[    44.476] (II) Using input driver 'evdev' for 'Power Button'
[    44.476] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.476] (**) Power Button: always reports core events
[    44.476] (**) Power Button: Device: "/dev/input/event3"
[    44.477] (--) Power Button: Found keys
[    44.477] (II) Power Button: Configuring as keyboard
[    44.477] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    44.477] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    44.477] (**) Option "xkb_rules" "evdev"
[    44.477] (**) Option "xkb_model" "evdev"
[    44.477] (**) Option "xkb_layout" "us"
[    44.534] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    44.534] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    44.534] (II) Using input driver 'evdev' for 'Video Bus'
[    44.534] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.534] (**) Video Bus: always reports core events
[    44.534] (**) Video Bus: Device: "/dev/input/event4"
[    44.534] (--) Video Bus: Found keys
[    44.534] (II) Video Bus: Configuring as keyboard
[    44.534] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    44.534] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    44.534] (**) Option "xkb_rules" "evdev"
[    44.534] (**) Option "xkb_model" "evdev"
[    44.534] (**) Option "xkb_layout" "us"
[    44.553] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    44.553] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    44.553] (II) Using input driver 'evdev' for 'Power Button'
[    44.553] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.553] (**) Power Button: always reports core events
[    44.553] (**) Power Button: Device: "/dev/input/event2"
[    44.553] (--) Power Button: Found keys
[    44.553] (II) Power Button: Configuring as keyboard
[    44.553] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    44.553] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    44.553] (**) Option "xkb_rules" "evdev"
[    44.553] (**) Option "xkb_model" "evdev"
[    44.553] (**) Option "xkb_layout" "us"
[    44.554] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    44.554] (II) No input driver/identifier specified (ignoring)
[    44.555] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    44.555] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    44.555] (II) Using input driver 'evdev' for 'Sleep Button'
[    44.555] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.555] (**) Sleep Button: always reports core events
[    44.555] (**) Sleep Button: Device: "/dev/input/event1"
[    44.555] (--) Sleep Button: Found keys
[    44.555] (II) Sleep Button: Configuring as keyboard
[    44.556] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[    44.556] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    44.556] (**) Option "xkb_rules" "evdev"
[    44.556] (**) Option "xkb_model" "evdev"
[    44.556] (**) Option "xkb_layout" "us"
[    44.559] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    44.559] (II) No input driver/identifier specified (ignoring)
[    44.567] (II) config/udev: Adding input device CNF7129 (/dev/input/event7)
[    44.567] (**) CNF7129: Applying InputClass "evdev keyboard catchall"
[    44.567] (II) Using input driver 'evdev' for 'CNF7129'
[    44.567] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.567] (**) CNF7129: always reports core events
[    44.567] (**) CNF7129: Device: "/dev/input/event7"
[    44.567] (--) CNF7129: Found keys
[    44.567] (II) CNF7129: Configuring as keyboard
[    44.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input7/event7"
[    44.567] (II) XINPUT: Adding extended input device "CNF7129" (type: KEYBOARD)
[    44.567] (**) Option "xkb_rules" "evdev"
[    44.567] (**) Option "xkb_model" "evdev"
[    44.567] (**) Option "xkb_layout" "us"
[    44.573] (II) config/udev: Adding input device Asus EeePC extra buttons (/dev/input/event6)
[    44.573] (**) Asus EeePC extra buttons: Applying InputClass "evdev keyboard catchall"
[    44.573] (II) Using input driver 'evdev' for 'Asus EeePC extra buttons'
[    44.573] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.574] (**) Asus EeePC extra buttons: always reports core events
[    44.574] (**) Asus EeePC extra buttons: Device: "/dev/input/event6"
[    44.574] (--) Asus EeePC extra buttons: Found keys
[    44.574] (II) Asus EeePC extra buttons: Configuring as keyboard
[    44.574] (**) Option "config_info" "udev:/sys/devices/platform/eeepc/input/input6/event6"
[    44.574] (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD)
[    44.574] (**) Option "xkb_rules" "evdev"
[    44.574] (**) Option "xkb_model" "evdev"
[    44.574] (**) Option "xkb_layout" "us"
[    44.575] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    44.575] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    44.575] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    44.576] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.576] (**) AT Translated Set 2 keyboard: always reports core events
[    44.576] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[    44.576] (--) AT Translated Set 2 keyboard: Found keys
[    44.576] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    44.576] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    44.576] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    44.576] (**) Option "xkb_rules" "evdev"
[    44.576] (**) Option "xkb_model" "evdev"
[    44.576] (**) Option "xkb_layout" "us"
[    44.577] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event9)
[    44.577] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    44.577] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
[    44.577] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    44.577] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
[    44.577] (**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event9"
[    44.578] (--) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
[    44.578] (--) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
[    44.578] (--) ImPS/2 Logitech Wheel Mouse: Found relative axes
[    44.578] (--) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
[    44.578] (II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse
[    44.578] (II) ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
[    44.578] (**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
[    44.578] (**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    44.578] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
[    44.578] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE)
[    44.578] (II) ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
[    44.578] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
[    44.578] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
[    44.578] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
[    44.578] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
[    44.579] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
[    44.579] (II) No input driver/identifier specified (ignoring)

There it's all.

Offline

#11 2011-06-02 14:23:47

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: Synaptics (Vert|Horiz)EdgeScroll doesn't works.

Do you have a mouse connected? if not it seems like the touchpad is recognized as a mouse


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

Board footer

Powered by FluxBB