You are not logged in.

#1 2010-10-03 10:10:57

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

[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)

Offline

#2 2010-10-03 14:12:56

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

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

According to http://wiki.archlinux.org/index.php/Syn … leshooting you should comment out the touchpad catchall section in /etc/X11/xorg.conf.d/10-evdev.conf and add MatchDevicePath "/dev/input/event*" to /etc/X11/xorg.conf.d/10-synaptics.conf.

Offline

#3 2010-10-03 15:07:02

Phlogiston
Member
Registered: 2009-02-14
Posts: 39

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

skunktrader wrote:

According to http://wiki.archlinux.org/index.php/Syn … leshooting you should comment out the touchpad catchall section in /etc/X11/xorg.conf.d/10-evdev.conf and add MatchDevicePath "/dev/input/event*" to /etc/X11/xorg.conf.d/10-synaptics.conf.

Did this help? I'm having the same issue here, I can't get my synaptics to pick up my settings.

Here is my xorg.log: http://paste.pocoo.org/show/270568/

Last edited by Phlogiston (2010-10-03 15:09:03)

Offline

#4 2010-10-03 15:14:51

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

@skunktrader: Thanks for pointing me to that.

@Phlogiston: I have made the changes suggested. And now I'm waiting to see if it happens again. The scrolling would just stop working randomly. And I haven't found a way to reproduce it reliably. So I'm just waiting to see what will happen in the next few days.

Offline

#5 2010-10-03 15:19:07

Phlogiston
Member
Registered: 2009-02-14
Posts: 39

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

drsjlazar wrote:

@skunktrader: Thanks for pointing me to that.

@Phlogiston: I have made the changes suggested. And now I'm waiting to see if it happens again. The scrolling would just stop working randomly. And I haven't found a way to reproduce it reliably. So I'm just waiting to see what will happen in the next few days.


My problem is that the settings are not applied after starting X, when I check with synclient -l.

Offline

#6 2010-10-03 15:20:38

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

LOL speak of the devil... A few minutes after making that last post, scrolling has stopped working again. But the "evdev touchpad" line is no longer in the Xorg logs now.

So I guess we're still open to ideas.

Offline

#7 2010-10-03 15:34:20

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

@Phlogiston: My settings are applied when X starts. it's just that they stop working after a while.

Speaking of which... on further testing I see that all kind of tapping actions have also stopped working. The touchpad now only works to move the cursor around. Simple tap, corner taps for right and middle clicks are not working either.

Nothing has changed with the output of 'synclient -l' after the scroll and tap functionality stopped working. E.g. VertEdgeScroll =1.

Here is my X log

[ 56363.311] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
[ 56363.311] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
[ 56363.311] (**) PS/2 Mouse: always reports core events
[ 56363.312] (**) PS/2 Mouse: Device: "/dev/input/event5"
[ 56363.324] (--) PS/2 Mouse: Found 3 mouse buttons
[ 56363.324] (--) PS/2 Mouse: Found relative axes
[ 56363.324] (--) PS/2 Mouse: Found x and y relative axes
[ 56363.324] (II) PS/2 Mouse: Configuring as mouse
[ 56363.324] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
[ 56363.324] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 56363.324] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
[ 56363.324] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
[ 56363.324] (**) PS/2 Mouse: (accel) acceleration profile 0
[ 56363.324] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
[ 56363.324] (**) PS/2 Mouse: (accel) acceleration threshold: 4
[ 56363.324] (II) PS/2 Mouse: initialized for relative axes.
[ 56363.330] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
[ 56363.330] (II) No input driver/identifier specified (ignoring)
[ 56363.330] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
[ 56363.330] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
[ 56363.330] (II) LoadModule: "synaptics"
[ 56363.331] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 56363.331] (II) Module synaptics: vendor="X.Org Foundation"
[ 56363.331]    compiled for 1.9.0, module version = 1.3.0
[ 56363.331]    Module class: X.Org XInput Driver
[ 56363.331]    ABI class: X.Org XInput driver, version 11.0
[ 56363.331] (II) Synaptics touchpad driver version 1.3.0
[ 56363.331] (**) Option "Device" "/dev/input/event6"
[ 56363.367] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
[ 56363.367] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
[ 56363.367] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
[ 56363.367] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
[ 56363.367] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range.  defaulting to 0 - 16
[ 56363.367] (**) Option "EmulateTwoFingerMinZ" "40"
[ 56363.367] (**) Option "EmulateTwoFingerMinW" "5"
[ 56363.367] (**) Option "VertEdgeScroll" "on"
[ 56363.367] (**) Option "CornerCoasting" "1"
[ 56363.368] (**) Option "VertTwoFingerScroll" "on"
[ 56363.368] (**) Option "RBCornerButton" "3"
[ 56363.368] (**) Option "LTCornerButton" "2"
[ 56363.368] (**) Option "TapButton1" "1"
[ 56363.368] (**) Option "TapButton2" "2"
[ 56363.368] (**) Option "TapButton3" "3"
[ 56363.368] (**) Option "CoastingSpeed" "0.5"
[ 56363.368] (**) Option "CoastingFriction" "0"
[ 56363.441] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 56363.441] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
[ 56363.495] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
[ 56363.495] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
[ 56363.555] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
[ 56363.560] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
[ 56363.561] (II) No input driver/identifier specified (ignoring)
[ 56377.458] (II) intel(0): EDID vendor "LGD", prod id 502
[ 56377.459] (II) intel(0): Printing DDC gathered Modelines:
[ 56377.459] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)
[ 56391.094] (II) intel(0): EDID vendor "LGD", prod id 502
[ 56391.095] (II) intel(0): Printing DDC gathered Modelines:
[ 56391.095] (II) intel(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 -hsync -vsync (49.3 kHz)

Offline

#8 2010-10-03 20:39:11

DStein
Member
From: Buffalo, NY USA
Registered: 2009-11-27
Posts: 60

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

This happened to me on one of my laptops (even though both of them have a Synaptics touchpad).  For some reason I decided to do a pacman -Ss synaptics and noticed there was a package named libsynaptics which I've never noticed before and did not have installed.  Well I installed it and my scrolling and tapping came back again.  I haven't looked into the matter any further so I don't know if this is indeed a new package or what, but I got by just fine without it until xorg 1.9 came along.

Offline

#9 2010-10-04 11:11:57

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

I installed libsynaptics and the scroll stopped working once, almost immediately after an X restart. I rebooted and it has been running for 14 hours now with no loss of touchpad functionality. I'm still reserving final verdict but hopefully this is the solution.

Offline

#10 2010-10-06 07:51:48

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

With an uptime of 2 days and 10 hours and no recurrence of the problem, I think we can say installing libsynaptics is the solution. Thanks DStein.

Offline

#11 2010-10-06 09:44:45

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

Why does it always happen this way? Scroll/tap just stopped working... a few hours after marking this as solved. hmm

Offline

#12 2010-10-06 13:08:13

DStein
Member
From: Buffalo, NY USA
Registered: 2009-11-27
Posts: 60

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

My scroll and tap are still working on both of my laptops, though the scroll region seems a bit narrow than before.  So I would probably try Google's Linux search engine with the make and model.  There's probably some sort of odd .conf file setting you need to set.  I've noticed quite a few threads here over time where people have had to make special settings depending on the manufacturer.

If you don't already know about Google's Linux search option (I only found out about it last year) it's http://google.com/linux and it does not appear to be SSL enabled as of yet.

Offline

#13 2010-10-09 12:25:04

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

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. smile

Last edited by drsjlazar (2010-10-13 14:44:37)

Offline

#14 2010-10-21 18:17:05

Phlogiston
Member
Registered: 2009-02-14
Posts: 39

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

I'm still having the same touchpad issues... really annoying sad

Offline

#15 2010-10-21 18:37:52

drsjlazar
Member
From: Kasama
Registered: 2009-10-01
Posts: 133
Website

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

If it is any help... I went through the installation/beginners guide on the wiki and configured everything as if I had just installed. The xorg page was updated a few days after the upgrade. I disabled all the unecessary daemons. As mentioned earlier, I have to use HAL for KDE instead of the recommended dbus only. Then I reenabled stuff as required. Most notably, syndaemon remains disabled. I haven't had the problem since.

Offline

Board footer

Powered by FluxBB