Synaptics Touchpad, double finger scroll and tap-to-click

I've recently lost tap-to-click functionality on my synaptics touchpad, I have no idea why because I haven't changed anything recently.
Here's my related xorg.conf file:
Section "InputDevice"
Identifier "SynapticsTouchpad"
Driver "synaptics"
Option "AlwaysCore" "true" # send events to CorePointer
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "false" # configurable at runtime? security risk
Option "MaxTapTime" "180" # max time in ms for detecting tap
Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
Option "EmulateTwoFingerMinZ" "120"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "3"
Option "TapButton1" "1"
Option "TapButton2" "1"
EndSection
I'm not sure if I have hotplugging installed so I copied my 11-x11-synaptics.fdi file anyway and edited it:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="ETPS/2 Elantech Touchpad">
<append key="info.capabilities" type="strlist">input.touchpad</append>
</match>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.AlwaysCore" type="string">true</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<merge key="input.x11_options.SHMconfig" type="string">on</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
<merge key="input.x11_options.CircularScrollTrigger" type="string">3</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
<!-- EXAMPLES:
Switch on shared memory, enables the driver to be configured at runtime
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
Maximum movement of the finger for detecting a tap
<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
Enable vertical scrolling when dragging along the right edge
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
If on, circular scrolling is used
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
</match>
</device>
</deviceinfo>

I have the same problem, my workaround is setting the options with synclient executed automatically on login.
Im quite annoyed though that gnome just overrides settings done in xorg and hal policies, can anyone tell where to look for gnomes information storage?
MC.

Similar Messages

  • When I open PDFs in firefox 4 RC my Synaptics touchpad 2-finger scrolling stops working.

    I am using Windows 7 and have Acrobat 9 Pro installed. Scrolling works fine when I do not have a pdf open in any tab. When I have a pdf open in any tab, I can scroll in the pdf's tab but not in any other.
    My logitech mousewheel works fine all the time.

    https://bugzilla.mozilla.org/show_bug.cgi?id=626813
    There seems to be a bug in Firefox. Can you update the bug thread with who makes your touchpad and what OS you're on (Windows 7 64-bit, for example).
    Hopefully, we'll get this fixed soon.

  • Dead Keys and bad Double Finger Scroll

    Hi there,
    thought I would post before calling Apple, btw not good for me since in a very remote location... anyway, new MacBook Pro (core 2 duo), the "n" "h" "z" "6" and num lock keys do not respond, tried booting from another drive and all sorts of tricks in Sys Prefs to no avail. Another really annoying thing is the TrackPad's scroll which is very unresponsive, also tried everything in Sys Prefs like "Ignore accidental...". I know how a working track-pad double finger scroll should work since I had a Core Duo.
    Well, anyone had the same type of issues?
    Cheers,
    Michael

    Michael,
    It is quite possible that you either have a defective keyboard or a bad connection from your keyboard to your logic board.
    If you were local to an apple store, and they had a Topcase Assembly, this is a repair that could take under an hour if they were kind enough to take you immediately.
    If not, you will be forced to send out your computer, and most likely be without it for anywhere between 3 to 5 business days, mostly due to transport times.
    Regardless, it should be a quick, easy fix - though longer if you do not live close to an apple store.
    If you have a remotely local apple store it would be beneficial to call them to ask:
    1. If they do in store repairs
    2. If they have a "topcase" in stock.

  • [UNSOLVED] Synaptics Touchpad & Firefox: Horizontal Scroll

    Hey guys.. i'm having a problem with my laptop's Synaptics Touchpad and Firefox.
    I can't seem to get my touchpad to allow me to scroll horizontally in the browser (when, say, there's a wide image on a page for instance). Whenever I try to scroll by sliding my finger side-to-side on the bottom edge of my touchpad, the page scrolls up and down, just like the vertical scroll on the right edge!
    At first I thought it was a problem with horizontal scrolling on the Synaptics driver in general, but I discovered that if I have something like File Browser open, I can scroll horizontally with the touchpad, so the problem lies ONLY with Firefox.
    I have looked for solutions already and everything I find only talks about a possible issue where Firefox might treat the Touchpad's horizontal scrolling and Forward and Back actions and how to fix this. But this is not the problem I am having. But I do have mousewheel.horizscroll.withnokey.action set to 1 in my about:config, which from what I've read is supposed to be correct to allow h. scrolling.
    Any ideas?
    Last edited by flintmecha (2008-12-01 23:24:37)

    FYI, with my Synaptics touch pad and firefox, it works, but I have the mousewheel.horizscroll.withnokey.action set to 0 (default). In fact, all of the settings in about:config with 'mousewheel' in them are all at the default setting. I just had to setup the xorg.conf (old way) or the the /etc/hal/fdi/policy/11-x11-synaptics.fdi (new way) correctly to enable the horizontal scrolling.
    Good luck!
    Scott

  • Lion OS X - Double finger scroll

    I just installed Lion OS X and all functions seem to work except for the double finger scroll. Does anyone know how to fix it! Thanks!

    I did exactly that Neil.   I guess my MacBook Pro is too old to support the native smooth scrolling capabilities of OS X Lion.  For instance, here's what I see in my "Trackpad" system preferences panel:
    Probably quite different from what everyone else has.  Anyway, I'll continue to fiddle with it, but methinks I'll need to install a Smart Scroll-like add-on to get that functionality again.

  • Intermittent bug in Touchpad One-Finger Scrolling with High-DPI display scaling

    This one is quite strange (since it does not happen all the time) but very annoying - on my T420s (with 1600x900 screen) I am using 150% DPI scaling in Windows7 (Pro x64). Ultranav driver is 16.2.5.0.
    I am using the preinstalled Chrome browser in a rather default configuration - and by default that program declares itself not High-DPI-aware and gets scaled up by desktop composition - something that can be changed in the properties from the compatibility tab, but which I keep like that since there are sites that look better this way!
    Long story short - touchpad scrolling fails to work in more than 50% of the cases in that specific Chrome setup in a way that strongly suggests it is a bug where the touchpad scrolling program fails to account for the fact that Chrome runs "scaled-up" - if Chrome is maximized and the mouse is positioned in the top half AND left-half of the screen scrolling works as expected, HOWEVER when the mouse pointer is positioned (still 100% over the Chrome window) towards the right/bottom extremes scrolling fails and the Ultranav driver seems to send the scrolling messages to some other window than Chrome! (since it seems to fail to take into account the 150% scaling - so it gets wrong values with GetWindowRect and should probably use instead stuff like DwmGetWindowAttribute(hWnd, DWMWA_EXTENDED_FRAME_BOUNDS...))!
    Steps to repeat the bug:
    - Windows 7 machine, large-resolution screen with Custom DPI text size set to 150% and the older XP-style scaling disable (which enables the new DWM scaling)
    - Chrome browser in default mode (which will use scaling); to repeat things easily the window should be maximized and the URL should be set to some long page on which scrolling can be performed
    - scrolling should be enabled in Touchpad settings (I do not normally use ChiraMotion, but I do not think it makes a difference)
    - mouse pointer should be positioned in the right-most 10% of the window and Touchpad One-Finger Scrolling should be attempted;
    - in many/most cases the scrolling messages are sent to some other window beneath Chrome (but NOT always, so it seems there might be another factor in play)
    - it is interesting that the different TrackPoint scrolling seems to work even in those conditions.

    You won't get a response from Adobe in these user-to-user forums but you will be heard if you post your frustration via the official bug report form:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Don't expect a formal personal reply though.

  • [solved] Touchpad scrolling and tapping stops working after Xorg 1.9

    Hi all,
    My laptop is an Acer Extensa 5630EZ and it has been running for over a year with Arch without problems. However, since the xorg 1.9 upgrade the touchpad edge scrolling just randomly stops working. Everything else continues working fine. I have searched the forums and Googled but haven't found anything that fixes it. Logging out and back into KDE gets the scrolling working again (X restart I guess). I'm pretty much stumped for ideas. Please help!
    [edit]
    - I edited the title for a more accurate description
    - I noticed that tapping also stops working
    - Note that it initially works but then randomly stops... as opposed to others' where it does not work at all.
    /etc/X11/xorg.conf.d/10-synaptics.conf
    $ cat /etc/X11/xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "CornerCoasting" "1"
    Option "RBCornerButton" "3"
    Option "LTCornerButton" "2"
    Option "CoastingSpeed" "0.5"
    Option "CoastingFriction" "0"
    Option "EmulateTwoFingerMinZ" "40"
    Option "EmulateTwoFingerMinW" "5"
    EndSection
    /etc/X11/xorg.conf.d/10-evdev.conf
    $ cat /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"
    EndSection
    touchpad part of X log
    [ 36091.108] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 36091.108] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 36091.108] (**) PS/2 Mouse: always reports core events
    [ 36091.108] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 36091.120] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 36091.120] (--) PS/2 Mouse: Found relative axes
    [ 36091.120] (--) PS/2 Mouse: Found x and y relative axes
    [ 36091.120] (II) PS/2 Mouse: Configuring as mouse
    [ 36091.120] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 36091.120] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 36091.120] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 36091.120] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 36091.120] (II) PS/2 Mouse: initialized for relative axes.
    [ 36091.121] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 36091.121] (II) No input driver/identifier specified (ignoring)
    [ 36091.121] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.121] (II) LoadModule: "synaptics"
    [ 36091.122] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 36091.130] (II) Module synaptics: vendor="X.Org Foundation"
    [ 36091.130] compiled for 1.9.0, module version = 1.3.0
    [ 36091.130] Module class: X.Org XInput Driver
    [ 36091.130] ABI class: X.Org XInput driver, version 11.0
    [ 36091.130] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.130] (**) Option "Device" "/dev/input/event6"
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.249] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.249] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.249] (**) Option "VertEdgeScroll" "on"
    [ 36091.249] (**) Option "CornerCoasting" "1"
    [ 36091.250] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.250] (**) Option "RBCornerButton" "3"
    [ 36091.250] (**) Option "LTCornerButton" "2"
    [ 36091.250] (**) Option "TapButton1" "1"
    [ 36091.250] (**) Option "TapButton2" "2"
    [ 36091.250] (**) Option "TapButton3" "3"
    [ 36091.250] (**) Option "CoastingSpeed" "0.5"
    [ 36091.250] (**) Option "CoastingFriction" "0"
    [ 36091.349] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.349] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 36091.416] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 36091.459] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.460] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 36091.460] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.460] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.856] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
    [ 36091.905] (**) Option "Device" "/dev/input/mouse1"
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.916] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.916] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.916] (**) Option "VertEdgeScroll" "on"
    [ 36091.916] (**) Option "CornerCoasting" "1"
    [ 36091.916] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.916] (**) Option "RBCornerButton" "3"
    [ 36091.916] (**) Option "LTCornerButton" "2"
    [ 36091.916] (**) Option "TapButton1" "1"
    [ 36091.916] (**) Option "TapButton2" "2"
    [ 36091.916] (**) Option "TapButton3" "3"
    [ 36091.916] (**) Option "CoastingSpeed" "0.5"
    [ 36091.916] (**) Option "CoastingFriction" "0"
    [ 36091.937] (EE) Query no Synaptics: 6003C8
    [ 36091.937] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
    [ 36091.937] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
    [ 36091.979] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
    [ 36091.979] (II) UnloadModule: "synaptics"
    [ 36101.679] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36101.679] (II) intel(0): Printing DDC gathered Modelines:
    [ 36101.679] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 36113.812] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36113.813] (II) intel(0): Printing DDC gathered Modelines:
    [ 36113.813] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    Last edited by drsjlazar (2010-10-13 14:46:44)

    I know about Google's Linux search but I hardly use it... I just add Linux to my search terms. Thanks for the reminder though.
    My laptop is an Acer Extensa 5630EZ with an ALPS 'GlidePoint' touchpad.
    Searching for problems that seem related to mine does not bring up much. Xorg 1.9 being new is probably the reason. I have gone through the updated installation guide and tried to get everything in order. Some pages recommend HAL, Xorg does not. But without HAL, I have no suspend/hibernate option in KDE and VMWare will not work. The problem appears even if I run DBus only without HAL. So I've decided to to just run HAL.
    I have removed all the extra stuff I don't need at startup. Most notable is syndaemon in bashrc (totally forgot I had that). I have to wait for it to stop working since it is unpredictable. Though, I have noticed that it seems to stop working when I use keyboard shortcuts/combinations.
    Here is my entire Xorg log after it stopped working:
    [ 45238.439]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 45238.439] X Protocol Version 11, Revision 0
    [ 45238.439] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 45238.439] Current Operating System: Linux extensa-arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
    [ 45238.439] Kernel command line: root=/dev/mapper/AllPartitions-ArchRoot ro quiet splash
    [ 45238.439] Build Date: 24 August 2010 01:44:37PM
    [ 45238.439]
    [ 45238.439] Current version of pixman: 0.18.4
    [ 45238.439] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 45238.439] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 45238.439] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 7 11:41:07 2010
    [ 45238.439] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 45238.439] (==) No Layout section. Using the first Screen section.
    [ 45238.439] (==) No screen section available. Using defaults.
    [ 45238.439] (**) |-->Screen "Default Screen Section" (0)
    [ 45238.439] (**) | |-->Monitor "<default monitor>"
    [ 45238.440] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 45238.440] (==) Automatically adding devices
    [ 45238.440] (==) Automatically enabling devices
    [ 45238.440] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 45238.440] Entry deleted from font path.
    [ 45238.440] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 45238.440] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 45238.440] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 45238.440] (II) Loader magic: 0x7d4880
    [ 45238.440] (II) Module ABI versions:
    [ 45238.440] X.Org ANSI C Emulation: 0.4
    [ 45238.440] X.Org Video Driver: 8.0
    [ 45238.440] X.Org XInput driver : 11.0
    [ 45238.440] X.Org Server Extension : 4.0
    [ 45238.441] (--) PCI:*(0:0:2:0) 8086:2a42:1025:013c rev 9, Mem @ 0xf4000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 45238.441] (--) PCI: (0:0:2:1) 8086:2a43:1025:013c rev 9, Mem @ 0xf4400000/1048576
    [ 45238.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 45238.441] (II) LoadModule: "extmod"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 45238.441] (II) Module extmod: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.441] Module class: X.Org Server Extension
    [ 45238.441] ABI class: X.Org Server Extension, version 4.0
    [ 45238.441] (II) Loading extension MIT-SCREEN-SAVER
    [ 45238.441] (II) Loading extension XFree86-VidModeExtension
    [ 45238.441] (II) Loading extension XFree86-DGA
    [ 45238.441] (II) Loading extension DPMS
    [ 45238.441] (II) Loading extension XVideo
    [ 45238.441] (II) Loading extension XVideo-MotionCompensation
    [ 45238.441] (II) Loading extension X-Resource
    [ 45238.441] (II) LoadModule: "dbe"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 45238.441] (II) Module dbe: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension DOUBLE-BUFFER
    [ 45238.442] (II) LoadModule: "glx"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 45238.442] (II) Module glx: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (==) AIGLX enabled
    [ 45238.442] (II) Loading extension GLX
    [ 45238.442] (II) LoadModule: "record"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 45238.442] (II) Module record: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.13.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension RECORD
    [ 45238.442] (II) LoadModule: "dri"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 45238.443] (II) Module dri: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.0.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension XFree86-DRI
    [ 45238.443] (II) LoadModule: "dri2"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 45238.443] (II) Module dri2: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.2.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension DRI2
    [ 45238.443] (==) Matched intel as autoconfigured driver 0
    [ 45238.443] (==) Matched vesa as autoconfigured driver 1
    [ 45238.443] (==) Matched fbdev as autoconfigured driver 2
    [ 45238.443] (==) Assigned the driver to the xf86ConfigLayout
    [ 45238.443] (II) LoadModule: "intel"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 45238.443] (II) Module intel: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 2.12.0
    [ 45238.443] Module class: X.Org Video Driver
    [ 45238.443] ABI class: X.Org Video Driver, version 8.0
    [ 45238.443] (II) LoadModule: "vesa"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.444] (II) Module vesa: vendor="X.Org Foundation"
    [ 45238.444] compiled for 1.9.0, module version = 2.3.0
    [ 45238.444] Module class: X.Org Video Driver
    [ 45238.444] ABI class: X.Org Video Driver, version 8.0
    [ 45238.444] (II) LoadModule: "fbdev"
    [ 45238.444] (WW) Warning, couldn't open module fbdev
    [ 45238.444] (II) UnloadModule: "fbdev"
    [ 45238.444] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 45238.444] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale
    [ 45238.444] (II) VESA: driver for VESA chipsets: vesa
    [ 45238.444] (++) using VT number 7
    [ 45238.448] (WW) Falling back to old probe method for vesa
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: drmOpenMinor returns 8
    [ 45238.450] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 45238.450] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 45238.450] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 45238.451] (==) intel(0): RGB weight 888
    [ 45238.451] (==) intel(0): Default visual is TrueColor
    [ 45238.451] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 45238.451] (--) intel(0): Chipset: "GM45"
    [ 45238.451] (==) intel(0): video overlay key set to 0x101fe
    [ 45238.472] (II) intel(0): Output VGA1 has no monitor section
    [ 45238.578] (II) intel(0): Output LVDS1 has no monitor section
    [ 45238.578] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 45238.581] (II) intel(0): Output DP1 has no monitor section
    [ 45238.599] (II) intel(0): EDID for output VGA1
    [ 45238.705] (II) intel(0): EDID for output LVDS1
    [ 45238.705] (II) intel(0): Manufacturer: LGD Model: 1f6 Serial#: 0
    [ 45238.705] (II) intel(0): Year: 2009 Week: 0
    [ 45238.705] (II) intel(0): EDID Version: 1.3
    [ 45238.705] (II) intel(0): Digital Display Input
    [ 45238.705] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 45238.705] (II) intel(0): Gamma: 2.20
    [ 45238.705] (II) intel(0): No DPMS capabilities specified
    [ 45238.705] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 45238.705] (II) intel(0): First detailed timing is preferred mode
    [ 45238.705] (II) intel(0): redX: 0.603 redY: 0.349 greenX: 0.325 greenY: 0.553
    [ 45238.705] (II) intel(0): blueX: 0.157 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
    [ 45238.705] (II) intel(0): Manufacturer's mask: 0
    [ 45238.705] (II) intel(0): Supported detailed timing:
    [ 45238.705] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
    [ 45238.705] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    [ 45238.705] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
    [ 45238.705] (II) intel(0): LG Display
    [ 45238.705] (II) intel(0): LP154WX4-TLB5
    [ 45238.705] (II) intel(0): EDID (in hex):
    [ 45238.706] (II) intel(0): 00ffffffffffff0030e4f60100000000
    [ 45238.706] (II) intel(0): 00130103802115780a56759a59538d28
    [ 45238.706] (II) intel(0): 24505400000001010101010101010101
    [ 45238.706] (II) intel(0): 010101010101bc1b00a0502017303020
    [ 45238.706] (II) intel(0): 36004bcf100000190000000000000000
    [ 45238.706] (II) intel(0): 00000000000000000000000000fe004c
    [ 45238.706] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 45238.706] (II) intel(0): 004c503135345758342d544c423500eb
    [ 45238.706] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Printing probed modes for output LVDS1
    [ 45238.706] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45238.706] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 45238.706] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 45238.707] (II) intel(0): EDID for output DP1
    [ 45238.707] (II) intel(0): Output VGA1 disconnected
    [ 45238.707] (II) intel(0): Output LVDS1 connected
    [ 45238.707] (II) intel(0): Output DP1 disconnected
    [ 45238.707] (II) intel(0): Using exact sizes for initial modes
    [ 45238.707] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 45238.707] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 45238.707] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 45238.707] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 45238.707] (==) intel(0): DPI set to (96, 96)
    [ 45238.707] (II) Loading sub module "fb"
    [ 45238.707] (II) LoadModule: "fb"
    [ 45238.707] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 45238.707] (II) Module fb: vendor="X.Org Foundation"
    [ 45238.707] compiled for 1.9.0, module version = 1.0.0
    [ 45238.707] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 45238.707] (II) UnloadModule: "vesa"
    [ 45238.708] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.708] (==) Depth 24 pixmap format is 32 bpp
    [ 45238.708] (II) intel(0): [DRI2] Setup complete
    [ 45238.708] (II) intel(0): [DRI2] DRI driver: i965
    [ 45238.708] (**) intel(0): Tiling enabled
    [ 45238.708] (**) intel(0): SwapBuffers wait enabled
    [ 45238.708] (==) intel(0): VideoRam: 262144 KB
    [ 45238.708] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
    [ 45238.719] (II) UXA(0): Driver registered support for the following operations:
    [ 45238.719] (II) solid
    [ 45238.719] (II) copy
    [ 45238.719] (II) composite (RENDER acceleration)
    [ 45238.719] (II) put_image
    [ 45238.719] (II) get_image
    [ 45238.719] (==) intel(0): Backing store disabled
    [ 45238.719] (==) intel(0): Silken mouse enabled
    [ 45238.719] (II) intel(0): Initializing HW Cursor
    [ 45238.745] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 45238.755] (==) intel(0): DPMS enabled
    [ 45238.755] (==) intel(0): Intel XvMC decoder enabled
    [ 45238.755] (II) intel(0): Set up textured video
    [ 45238.755] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 45238.755] (II) intel(0): direct rendering: DRI2 Enabled
    [ 45238.755] (--) RandR disabled
    [ 45238.755] (II) Initializing built-in extension Generic Event Extension
    [ 45238.755] (II) Initializing built-in extension SHAPE
    [ 45238.755] (II) Initializing built-in extension MIT-SHM
    [ 45238.755] (II) Initializing built-in extension XInputExtension
    [ 45238.755] (II) Initializing built-in extension XTEST
    [ 45238.755] (II) Initializing built-in extension BIG-REQUESTS
    [ 45238.755] (II) Initializing built-in extension SYNC
    [ 45238.755] (II) Initializing built-in extension XKEYBOARD
    [ 45238.755] (II) Initializing built-in extension XC-MISC
    [ 45238.755] (II) Initializing built-in extension SECURITY
    [ 45238.755] (II) Initializing built-in extension XINERAMA
    [ 45238.755] (II) Initializing built-in extension XFIXES
    [ 45238.755] (II) Initializing built-in extension RENDER
    [ 45238.755] (II) Initializing built-in extension RANDR
    [ 45238.755] (II) Initializing built-in extension COMPOSITE
    [ 45238.755] (II) Initializing built-in extension DAMAGE
    [ 45238.767] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 45238.767] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 45238.767] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 45238.767] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 45238.767] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 45238.768] (II) intel(0): Setting screen physical size to 338 x 211
    [ 45238.886] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 45238.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.886] (II) LoadModule: "evdev"
    [ 45238.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45238.886] (II) Module evdev: vendor="X.Org Foundation"
    [ 45238.886] compiled for 1.9.0, module version = 2.5.0
    [ 45238.886] Module class: X.Org XInput Driver
    [ 45238.886] ABI class: X.Org XInput driver, version 11.0
    [ 45238.886] (**) Power Button: always reports core events
    [ 45238.886] (**) Power Button: Device: "/dev/input/event2"
    [ 45238.899] (--) Power Button: Found keys
    [ 45238.899] (II) Power Button: Configuring as keyboard
    [ 45238.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 45238.899] (**) Option "xkb_rules" "evdev"
    [ 45238.899] (**) Option "xkb_model" "evdev"
    [ 45238.899] (**) Option "xkb_layout" "us"
    [ 45238.934] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 45238.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 45238.934] (**) Video Bus: always reports core events
    [ 45238.934] (**) Video Bus: Device: "/dev/input/event4"
    [ 45238.943] (--) Video Bus: Found keys
    [ 45238.943] (II) Video Bus: Configuring as keyboard
    [ 45238.943] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 45238.943] (**) Option "xkb_rules" "evdev"
    [ 45238.943] (**) Option "xkb_model" "evdev"
    [ 45238.943] (**) Option "xkb_layout" "us"
    [ 45238.945] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 45238.945] (II) No input driver/identifier specified (ignoring)
    [ 45238.946] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 45238.946] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.946] (**) Sleep Button: always reports core events
    [ 45238.946] (**) Sleep Button: Device: "/dev/input/event1"
    [ 45238.953] (--) Sleep Button: Found keys
    [ 45238.953] (II) Sleep Button: Configuring as keyboard
    [ 45238.953] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 45238.953] (**) Option "xkb_rules" "evdev"
    [ 45238.953] (**) Option "xkb_model" "evdev"
    [ 45238.953] (**) Option "xkb_layout" "us"
    [ 45238.956] (II) config/udev: Adding input device Acer Crystal Eye webcam (/dev/input/event7)
    [ 45238.956] (**) Acer Crystal Eye webcam: Applying InputClass "evdev keyboard catchall"
    [ 45238.956] (**) Acer Crystal Eye webcam: always reports core events
    [ 45238.956] (**) Acer Crystal Eye webcam: Device: "/dev/input/event7"
    [ 45238.963] (--) Acer Crystal Eye webcam: Found keys
    [ 45238.963] (II) Acer Crystal Eye webcam: Configuring as keyboard
    [ 45238.963] (II) XINPUT: Adding extended input device "Acer Crystal Eye webcam" (type: KEYBOARD)
    [ 45238.963] (**) Option "xkb_rules" "evdev"
    [ 45238.963] (**) Option "xkb_model" "evdev"
    [ 45238.963] (**) Option "xkb_layout" "us"
    [ 45238.963] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 45238.964] (II) No input driver/identifier specified (ignoring)
    [ 45238.971] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [ 45238.971] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 45238.971] (**) AT Translated Set 2 keyboard: always reports core events
    [ 45238.972] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [ 45238.979] (--) AT Translated Set 2 keyboard: Found keys
    [ 45238.979] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 45238.979] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 45238.979] (**) Option "xkb_rules" "evdev"
    [ 45238.979] (**) Option "xkb_model" "evdev"
    [ 45238.979] (**) Option "xkb_layout" "us"
    [ 45238.980] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 45238.980] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 45238.980] (**) PS/2 Mouse: always reports core events
    [ 45238.980] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 45238.993] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 45238.993] (--) PS/2 Mouse: Found relative axes
    [ 45238.993] (--) PS/2 Mouse: Found x and y relative axes
    [ 45238.993] (II) PS/2 Mouse: Configuring as mouse
    [ 45238.993] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 45238.993] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 45238.993] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 45238.993] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 45238.993] (II) PS/2 Mouse: initialized for relative axes.
    [ 45238.993] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 45238.993] (II) No input driver/identifier specified (ignoring)
    [ 45238.994] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 45238.994] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 45238.994] (II) LoadModule: "synaptics"
    [ 45238.994] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 45238.994] (II) Module synaptics: vendor="X.Org Foundation"
    [ 45238.994] compiled for 1.9.0, module version = 1.3.0
    [ 45238.994] Module class: X.Org XInput Driver
    [ 45238.994] ABI class: X.Org XInput driver, version 11.0
    [ 45238.994] (II) Synaptics touchpad driver version 1.3.0
    [ 45238.995] (**) Option "Device" "/dev/input/event6"
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 45239.033] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 45239.033] (**) Option "EmulateTwoFingerMinW" "5"
    [ 45239.033] (**) Option "VertEdgeScroll" "on"
    [ 45239.033] (**) Option "CornerCoasting" "1"
    [ 45239.033] (**) Option "VertTwoFingerScroll" "on"
    [ 45239.033] (**) Option "RBCornerButton" "3"
    [ 45239.033] (**) Option "LTCornerButton" "2"
    [ 45239.033] (**) Option "TapButton1" "1"
    [ 45239.033] (**) Option "TapButton2" "2"
    [ 45239.033] (**) Option "TapButton3" "3"
    [ 45239.033] (**) Option "CoastingSpeed" "0.5"
    [ 45239.033] (**) Option "CoastingFriction" "0"
    [ 45239.059] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.059] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 45239.073] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 45239.099] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.100] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 45239.100] (II) No input driver/identifier specified (ignoring)
    [ 45242.575] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45242.575] (II) intel(0): Printing DDC gathered Modelines:
    [ 45242.575] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45243.125] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45243.125] (II) intel(0): Printing DDC gathered Modelines:
    [ 45243.125] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45245.428] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45245.428] (II) intel(0): Printing DDC gathered Modelines:
    [ 45245.428] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45248.639] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45248.639] (II) intel(0): Printing DDC gathered Modelines:
    [ 45248.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.586] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.586] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.586] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.803] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.803] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.803] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.146] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.146] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.146] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.358] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.358] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.359] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.518] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.518] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.518] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.662] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.662] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.662] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 90776.420] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 90776.420] (II) intel(0): Printing DDC gathered Modelines:
    [ 90776.420] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122487.594] (II) intel(0): EDID vendor "LGD", prod id 502
    [122487.594] (II) intel(0): Printing DDC gathered Modelines:
    [122487.594] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.139] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.139] (II) intel(0): Printing DDC gathered Modelines:
    [122488.139] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.784] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.784] (II) intel(0): Printing DDC gathered Modelines:
    [122488.784] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.980] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.980] (II) intel(0): Printing DDC gathered Modelines:
    [122488.980] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.174] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.174] (II) intel(0): Printing DDC gathered Modelines:
    [122489.174] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.321] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.321] (II) intel(0): Printing DDC gathered Modelines:
    [122489.321] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.470] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.470] (II) intel(0): Printing DDC gathered Modelines:
    [122489.470] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.617] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.617] (II) intel(0): Printing DDC gathered Modelines:
    [122489.617] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.756] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.756] (II) intel(0): Printing DDC gathered Modelines:
    [122489.756] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.903] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.904] (II) intel(0): Printing DDC gathered Modelines:
    [122489.904] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122490.054] (II) intel(0): EDID vendor "LGD", prod id 502
    [122490.054] (II) intel(0): Printing DDC gathered Modelines:
    [122490.054] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165444.489] (II) intel(0): EDID vendor "LGD", prod id 502
    [165444.519] (II) intel(0): Printing DDC gathered Modelines:
    [165444.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.260] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.260] (II) intel(0): Printing DDC gathered Modelines:
    [165445.261] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.519] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.519] (II) intel(0): Printing DDC gathered Modelines:
    [165445.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.682] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.682] (II) intel(0): Printing DDC gathered Modelines:
    [165445.682] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.827] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.827] (II) intel(0): Printing DDC gathered Modelines:
    [165445.827] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.027] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.027] (II) intel(0): Printing DDC gathered Modelines:
    [165446.027] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.234] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.234] (II) intel(0): Printing DDC gathered Modelines:
    [165446.234] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.409] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.409] (II) intel(0): Printing DDC gathered Modelines:
    [165446.409] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.638] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.639] (II) intel(0): Printing DDC gathered Modelines:
    [165446.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.798] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.798] (II) intel(0): Printing DDC gathered Modelines:
    [165446.798] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.035] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.035] (II) intel(0): Printing DDC gathered Modelines:
    [165447.035] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.227] (II) intel(0): Printing DDC gathered Modelines:
    [165447.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165450.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165450.227] (II) intel(0): Printing DDC gathered Modelines:
    [165450.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [edit] I haven't had any problems the since I disabled all the extra stuff. I don't feel like finding the exact cause since I think it was specific to my own setup... though I suspect syndaemon. I'll go ahead and mark this as solved... again. Thanks for the help.
    Last edited by drsjlazar (2010-10-13 14:44:37)

  • Windows 10 Driver for Touchpad - two finger scrolling!

    Hi,  I just upgraded my HP Spectre x360 to Windows 10.  All went smoothly except that it appears to have killed two finger scrolling on my touchpad and says that the driver is invalid when I try to look into the synaptic settings.  I don't want to uninstall because there isn't a replacement driver that I can see. Is there going to be a Windows 10 upgraded driver please? Or is there a workaround? Thanks for any help. Will

    I've upgraded mine, and I'm using the windows 8.1 synaptics clickpad drivers, 2 finger scrolling works, everything works like in windows 8.1. Maybe you can uninstall that driver and reinstall using the windows 8.1 you can download from the support site. Hope I helped. =)) By the way the only thing I'm bummed about the touchpad is that the 3 finger gesture for invoking task view or the desktop view does not work. Lets hope for a driver update on that one.

  • Qosmio F60 - Cannot use touchpad Two-Finger scroll function

    Hey there,
    i recently got a harddrive replacment for my Qosmio f60 laptop and windows had to be reloaded.
    When my laptop was previously working i could two-finger scroll on pages and such,
    Now i cant, and i cannot find a setting for it anywhere.
    ive downloaded a driver called 'scrybe' which allows me to do this,
    but i would much prefer not running an extra processor and just using the laptops default function.
    Can anyone explain why my laptop previously let me do this and now cant? and how i could fix it?
    thanks heaps!
    -Brenton

    > can anyone explain why my laptop previously let me do this and now cant?
    Maybe the Synaptics touchpad driver is not installed?
    The Synaptics driver provides additional touchpad features.
    Therefore I recommend installing this driver.
    The settings can be found in control panel -> mouse -> Advanced tab -> advanced settings

  • Synaptics TouchPad V7.5 Scrolling Disabled Windows 10

    I have recently updated by OS from Windows 8.1 to Windows 10. After using it for a few days the touchpad scrolling suddenly stopped working. Now every time that I log in to my profile, the scrolling feature has been disabled by default.  I have to go into the settings for the touchpad and tick the scrolling option to make it work again. For some reason every time I log in the system is returning to the touchpad default settings where scrolling is disabled. Is there a way to change it so that the touchpad does not revert to default settings every time I log in? Or failing that, is there a way that I can make scrolling enabled part of the default settings? All help appreciated Thanks Matt

    Hi  ,
    Thank you for visiting the HP Forums! A great place where you can find solutions for your issues with help from the community!
    I came across your post about the Notebook, and wanted to assist you! I have looked into your issue about your HP Pavilion 15-n032sa Notebook and issues with Synaptics TouchPad Scrolling being disabled Windows 10.If your computer is having problems finding and installing operating system updates, try using the Windows Update Troubleshooting tool to fix the problem. Here is a document that shows how to update drivers that are not working correctly with Windows 10. HP has been working closely with Microsoft on the development of Windows 10. Presently there is no driver available for your system. You could try and check at a later date as I am seeing new drivers all the time. Here is a document on how to troubleshoot the Touchpad.
    If you will go to the section on General Settings for the TouchPad, then go to the advanced for settings to customize the scrolling characteristics.
    Hope this fixes your issue.
    Thanks.

  • Synaptics touchpad doesn't scroll after Windows 10 upgrade

    I installed the Windows 10 upgrade today (From Windows 7) and now the scroll function on my touchpad doesn't work and it's driving me CRAZY not to be able to scroll!  I've tried uninstalling and reinstalling the Synaptics driver without success. Help! Thank you!

    Hi: That happened to me too on my HP 350 G1. On mine, I went into the control panel, and I changed the view to Large Icons (because it is easier for me to find stuff that way). Then I found a Synaptics Luxpad control panel icon. I clicked on that and found that the scrolling feature was unchecked. I checked it, hit apply and close and now I can scroll again.

  • Multi gesture and tap-to-click stopped working on Logitech touchpad

    I have a Logitech TK820 that has been working great until I did a upgrade for about one week ago. Now multi gesture stopped working completely and also tap-to-click doesnt work.
    Does anyone have any clue on what I can do to get it working again.
    Thanks

    hi,
    thanks for your reply.  i haven't had time to deal with this issue since i wrote about it in october.
    i found the 'properties' window for the touchpad mouse but there is no reset button.  i continue to have this issue and it is becoming more frequent although i have not been able to identify what triggers the sudden shut down of the tap-to-click function.
    but something new has cropped up: when the tap-to-click stops working, the next time i tap the touchpad, the pointer goes to the Start button!  this happens every time.  i don't know that anything is different?
    any further pointers (forgive the pun) would be most welcome!
    --David

  • Two finger scrolling and Finder View

    Tried scrolling through applications list in finder and discovered two finger scrolling doesn't work on my daighters new MacBook. Also cannot 'auto arrange' icons as this is greyed out ?
    Any ideas ?

    the trackpad pane sounds very odd... I would go to apple about that one. you could also try setting up another account on the macbook, just to see if it is a software or hardware problem.
    the finder view option I was talking about is actually under view> show view options or hit command + j. if you go into that, there is a 'keep arranged by' drop down menu that is different from the 'arrange by' under just the view menu. 'arrange by' is greyed out for me as well.

  • Two Finger Scrolling And OSX 10.4

    Okay, If I Install OSX 10.4 On My 15 Inch Titanium PowerBook G4 (Gigabit Ethernet - 550MHz PPC) Will I Have Two Finger Scrolling??

    This program will work for you: http://www.ragingmenace.com/software/sidetrack/index.html I have been using it on my tibook for many years without any problems and yes it is compatible with OSX 10.4 Good program and only cost $15USD. Not sure it matters all that much but only one finger scrolling. I took the following off the FAQ section from the site.
    System Requirements
    Apple MacBook, MacBook Pro, PowerBook or iBook (for specific supported models please see the FAQ)
    MacOS X 10.2 (Jaguar), MacOS X 10.3 (Panther), or MacOS X 10.4 (Tiger)
    Q: What MacBook, PowerBook, and iBook models are supported?
    A: SideTrack supports all Apple laptops with built-in ADB or USB trackpads. This includes all G3 and G4 PowerBooks and iBooks capable of running MacOS X. It also includes Intel-based MacBook and MacBook Pro models.
    PowerMac G4 MDD 2GB Ram, 1Ghz TiBook 1GB Ram   Mac OS X (10.3.9)  

  • 2011 MBP click and tap to click stops working at random

    I've got a two weeks old MBP 13" it's working perfectly fine most of the time, but I've noticed that sometimes (could be related to waking from sleep) "left clicking" or tap to click with the trackpad stops working.
    Everything else works, swiping, secondary clicking and what not.
    One way to make the regular clicking work again is by rebooting the computer. Sometimes though, this isn't enough, it might even take two reboots.
    Then there are some situations when I'm up late working, and the trackpad fails on me and I'll just close the lid and go to bed, the next morning it might work just fine again.
    Has anyone had these same problems with the new MBP? Should I try and get it replaced since it's a brand new computer?

    Try logging into another User account and test it from there. You may have a corrupt preference plist file in your main User Library--specifically System Preferences.
    HD > User > Library > Preferences > com.apple.systempreferences.plist
    Check out the new remodeled MacOSG website! 24-hour Apple-related news & support.
     MacOSG: An Apple User Group  iTunes: MacOSG Podcast  Follow us on Twitter: MacOSG

Maybe you are looking for