Synaptics Touchpad Tap Lag, FastTaps Option Gone

I own an Asus Zenbook Prime UX31A with a clickpad. Under the Synaptics driver, I'm trying to use tap-to-click. With the default settings, there is a very noticeable lag between when I tap and the tap is registered, which I'm sure many of you have heard of and fixed by now. Usually, I just set FastTaps to true, and everything's great. However, in the latest version of xf86-input-synaptics, FastTaps is missing. I can set "SingleTapTimeout" to 0, which does make tapping instant, but then the tap-and-drag gesture is impossible (tapping twice and dragging on the second one). Is there some way to set equivalent functionality to FastTaps in the latest Synaptics?

WonderWoofy wrote:Instead of just looking for the same parameter that is apparently not there, maybe you should read (or search) though the page for other settings that might help you.  I found the answer in about two seconds.
First off, I'd like to thank you for pushing me to figure out the problem myself and not telling me the answer; I understand that I shouldn't rely on others to solve all of my Linux problems. However, I have already done as you've told me; I have read and searched through the man page for any relevant information regarding FastTaps and taps in general; I've tried playing with various values for SingleTapTimeout, MaxDoubleTapTime, MaxTapTime, ClickTime, etc. So, I think I have good reason to believe that either the solution isn't obvious or I am really ignorant or something. I know it's probably just as, if not more, frustrating to see someone unable to fix a simple touchpad issue on the forums as it is for me trying to fix it, but could you please help me out a little?

Similar Messages

  • Synaptics Touchpad Tap Scroll settings changed back to defaults on every reboot. Windows 10

    After the Windows 10 upgrade my Synaptics Touchpad setings seem to be reset to factory defaults on every reboot.  I go in and change to deselect Tap and Scroll gesture options, save, and everything works as expected.  If I reboot my pc... all of my changes are erased. I go to Start >Settings > Mouse and Touchpad > Additional Mouse Options > Device Settings > Settings Right after boot:  MultiFinger Gestures (selected)  Scrolling (deselected)  Tapping (selected)  Buttons (selected) After change manually and saved:
      MultiFinger Gestures (deselected)  Scrolling (deselected)  Tapping (deselected)  Buttons (selected) Rebooted again... and back to initial defaults (Arg!!!)  Can anyone suggest a fix?

    Hello! I just wanted to share a solution to this issue. I've been having this issue ever since I started the Windows 10 insider program so it's sad that Microsoft didn't fix it before release. Anyway let's get started! The first thing you will want to do is uninstall the Synaptics Driver. Right click on the start button and click programs and features. Find the Synaptics Pointing Device Driver and uninstall it. You will eventually need to restart your PC but do not do that yet otherwise it will just reinstall itself. Next your going to want to Hide the update from Windows Update. To do this on Windows 10 you need to download a tool which can be found here. https://support.microsoft.com/en-us/kb/3073930 Run the tool it will begin detecting problems and searching for updates. You will get two options, Hide Updates or Show hidden updates. Click on Hide updates and on the list you will see the Synaptics Driver, place a checkmark on it and then click next. Let the wizard finish and you've successfully hidden the Synaptics pointing device driver. Next open settings and click on Update & security, click recovery on your left, and then click restart now under advanced startup. Next click on troubleshoot. Then at the choose an option screen, click advanced options, click on startup settings, and click restart. Once your computer restarts you'll see startup settings. Press the number 7 to disable driver signature enforcement. Your computer will now boot up. Login and open your web browser and go to this link http://www.synaptics.com/en/drivers.php Download the latest synaptic's driver for Windows 8 and install it. Once installed, you maybe prompted to reboot so go ahead and reboot the computer. After that, go into your mouse settings and configure your touchpad to your liking. You will not have to worry about losing your settings after restarting the pc anymore. I suggest keeping the tool that allows you to hide or show hidden updates as it is quite handy. 
    Summary:  
    1.) Uninstall the Synaptics Driver 
    2.) Hide the Driver Update for Synaptics using this tool: https://support.microsoft.com/en-us/kb/3073930  
    3.) Go to Settings, Update & security, recovery, advanced start [restart now] 
    4.) Click troubleshoot, advanced options, startup settings [restart now] 
    5.) Press the number 7 to disable driver signature enforcement 
    6.) Download the latest synaptic's driver for Windows 8 from the website. http://www.synaptics.com/en/drivers.php 
    7.) Reboot the computer if necessary. 
    8.) Configure your mouse settings to your liking. 

  • How to disable TouchPad 'tap to click' on Equium A200-15L under Vista

    Until mid-December I had the Synaptics Touchpad 'tap to click' disabled. Then it somehow became enabled , the right-click menu item to change it greyed out and the mouse properties, settings etc contain no reference to it. It has been suggested that Windows Updates somehow interfered. I have tried uninstalling and reinstalling touchpad drivers both directly from Synaptics and from the Toshiba site, but it hasn't helped. Apart from using the recovery disk and reformatting what can I do?
    Toshiba Equium A200 15L Laptop (PSAE2E). Windows Vista Home Premium.

    Hi Juliana
    I have read also about the Vista updates which could affect the touchpad settings for me it sound very mysterious
    I thought about the same touchpad driver reinstallation procedure.
    But it looks like this doesnt help to get the click functions back.
    I think the recovery CD would be the last resort.
    Good luck

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

  • "Tap to tweet" and "tap to post" options have gone in my notification centre

    I have the iPhone 5 and I noticed when I first had it that I did have the "tap to tweet" and "tap to post" options in my notification centre but they've somehow gone and I'm not sure why this is. Somehow the "share widget" option isn't in my notification section of settings either because apparently that's how you turn it back on! Somebody please help???

    Check Settings App > Notifications. Then scroll down to Locate the ShareWidget. The Twitter and FaceBook aps also have to be turned on (in general, but not in Notifications).
    After checking eh settings, if you still do not have those options, Ttry a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.

  • Issues with Fn-keys and Synaptics touchpad on Asus X51RL laptop

    Hello,
    Since I installed Arch on my laptop, it's been working great. But I still have a few issues:
    1) Fn-keys do not work. The brightness Fn-keys work, but I think that's done internally by the laptop, since it works even in the BIOS. The sound Fn-keys don't work, which is the ones I really need. How can I fix this? And I read somewhere that I have to switch from the kbd drivers to the evdev driver, is that true?
    2) Since the latest update to the synaptics package in testing, the touchpad lost one-touch tapping, along with some other stuff. I know the solution is to disable hotplugging, but I sometimes need to plug in a keyboard or mouse, so I can't. How can I retain the scrolling and one-touch tapping settings from Xorg.conf AND hotplugging while using the latest synaptics?
    3) The pre-configured options for the synaptics touchpad in the archwiki are good, but not that accurate. The size of the scrolling section of the touchpad is a bit too large, among other things. It's a minor problem compared to the others, but it'd be nice to fix it. In Windows, I definitely remember the settings being more accurate. Is there a way to have the Synaptics driver autodetect like the Windows one, or am I missing something here?
    Thanks a lot in advance!

    I have the S62J (Intel verified whatnot version) with this Asus, the brightness keys work. I think they are hard wired though as they work in the BIOS.
    I tried the acpi-support, but I haven't had any luck with it yet. I'll have to mess with it some more to see if I'm missing something.
    I'm also wondering if there isn't a different keyboard layout I should use. I notice that there is a 30-something-asus-something.fdi (I'm not on the notebook at the moment) on the system, but I don't know if it's being used by anything.
    The other observation is that using the Fn button is throwing ACPI calls into my dmesg.log file. I need to research to find out how to use them.

  • Aspire One - touchpad tapping doesn't work

    As per the title, I can't get the touchpad tap or double-tap to work on my new AA1 AOD150.  The touchpad buttons work OK however.  Has anyone else experienced this on these or similar devices? 
    I'm using the stock kernel with the following xorg.conf:
    Section "ServerLayout"
    Identifier "AA1Xorg"
    Screen 0 "AA1Screen" 0 0
    InputDevice "AA1Keyboard" "CoreKeyboard"
    InputDevice "LogitechMX518" "CorePointer"
    InputDevice "SynapticsTouchpad" "AlwaysCore"
    Option "BlankTime" "0"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0" # disable all other forms of power save
    Option "OffTime" "10" # turn off DPMS-capable monitor after x mins
    EndSection
    Section "ServerFlags"
    Option "AIGLX" "false"
    Option "AutoAddDevices" "false" # false to disabl hal hotplugging
    Option "AllowMouseOpenFail" "true" # load Xorg even if mouse input not found
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/artwiz-fonts"
    FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    Load "ddc"
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "AA1Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "LogitechMX518"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2" # options: ExplorerPS/2, IMPS/2, auto, USB (Exp. req'd for side-buttons)
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    Option "ButtonMapping" "1 2 3 8 9"
    Option "Emulate3Buttons" "no"
    EndSection
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    #Option "Device" "/dev/input/mice"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "ZAxisMapping" "4 5 6 7"
    Option "SHMConfig" "true" # configurable at runtime? security risk if on
    Option "LeftEdge" "1700" # x coord left
    Option "RightEdge" "5300" # x coord right
    Option "TopEdge" "1700" # y coord top
    Option "BottomEdge" "4200" # y coord bottom
    Option "FingerLow" "25" # pressure below this level triggers release
    Option "FingerHigh" "30" # pressure above this level triggers touch
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "MaxTapMove" "220"
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    Option "HorizEdgeScroll" "true" # enable horizontal scroll zone
    Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
    Option "CoastingSpeed" "0.30" # corner coasting speed
    Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
    Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
    Option "MinSpeed" "0.09" # speed factor for low pointer movement
    Option "MaxSpeed" "0.18" # maximum speed factor for fast pointer movement
    Option "AccelFactor" "0.0015" # acceleration factor for normal pointer movements
    #Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    #Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    EndSection
    Section "Monitor"
    Identifier "AA1Monitor"
    VendorName "Acer"
    Option "DPMS" "true"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    Modeline "1024x600" 50.40 1024 1048 1184 1344 600 600 619 625
    #DisplaySize 346 203 # 075 dpi @ 1024x600
    DisplaySize 261 152 # 100 dpi @ 1024x600
    EndSection
    Section "Device"
    Identifier "Intel945"
    Driver "intel"
    BusID "PCI:0:2:0"
    Option "Clone" "true"
    Option "MonitorLayout" "LVDS,VGA"
    Option "AccelMethod" "exa" # enables newer EXA based 2D acceleration
    Option "MigrationHeuristic" "greedy" # alternate pixmap migration for EXA
    EndSection
    Section "Device"
    Identifier "Fallback"
    Driver "vesa"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "AA1Screen"
    Device "Intel945"
    Monitor "AA1Monitor"
    DefaultColorDepth 24
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x600" "800x600" "640x480"
    Virtual 1024 600
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Last edited by thayer (2009-03-18 05:04:06)

    ichbinesderelch wrote:with xserver 1.5 you have to enable tapping in synaptic section seperatly in xorg with:
            Option  "TapButton1"    "1"   
            Option  "TapButton2"    "2"
    Ah ha! Thanks, I'll give that a shot when I get back to my office.  Thanks too Andy, if all else fails I may have to go with hal/xorg, but I'm leaving that as a last resort.
    Update: That worked great, thanks again ichbinesderelch!
    Last edited by thayer (2009-03-19 01:18:16)

  • Xorg not registering synaptics touchpad

    Hi, I'm having an odd problem here. Every so often when I boot my netbook (Acer aspire one 110) my touchpad loses all it's settings. The xorg log shows this
    [ 14.387] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event10)
    [ 14.387] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
    [ 14.387] (II) Using input driver 'evdev' for 'PS/2 Synaptics TouchPad'
    [ 14.387] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 14.388] (**) PS/2 Synaptics TouchPad: always reports core events
    [ 14.388] (**) PS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 14.410] (--) PS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 14.410] (--) PS/2 Synaptics TouchPad: Found relative axes
    [ 14.410] (--) PS/2 Synaptics TouchPad: Found x and y relative axes
    [ 14.410] (II) PS/2 Synaptics TouchPad: Configuring as mouse
    [ 14.410] (**) PS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 14.410] (**) PS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 14.410] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event10"
    [ 14.410] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE)
    [ 14.411] (II) PS/2 Synaptics TouchPad: initialized for relative axes.
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 14.413] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 14.413] (II) No input driver/identifier specified (ignoring)
    so it seems to be loading settings from 10-evdev.conf even though the touchpad lines are commented out. Commenting out the pointer lines stops the touchpad from working at all!
    [ 51.924] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event10)
    [ 51.924] (II) No input driver/identifier specified (ignoring)
    [ 51.925] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 51.925] (II) No input driver/identifier specified (ignoring)
    For reference when the touchpad is working correctly the xorg log is thus
    [ 15.584] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 15.584] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 15.584] (II) LoadModule: "synaptics"
    [ 15.585] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 15.587] (II) Module synaptics: vendor="X.Org Foundation"
    [ 15.588] compiled for 1.10.2, module version = 1.4.1
    [ 15.588] Module class: X.Org XInput Driver
    [ 15.588] ABI class: X.Org XInput driver, version 12.2
    [ 15.588] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 15.588] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 15.588] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 15.588] (**) Option "Device" "/dev/input/event10"
    [ 15.696] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [ 15.696] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5218
    [ 15.696] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 15.697] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 15.697] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 15.697] (**) Option "VertEdgeScroll" "true"
    [ 15.697] (**) Option "HorizEdgeScroll" "true"
    [ 15.697] (**) Option "CornerCoasting" "true"
    [ 15.697] (**) Option "TapButton1" "1"
    [ 15.697] (**) Option "TapButton2" "2"
    [ 15.698] (**) Option "TapButton3" "2"
    [ 15.698] (**) Option "CoastingSpeed" "1"
    [ 15.698] (**) Option "CoastingFriction" "0"
    [ 15.803] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 15.803] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 15.856] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event10"
    [ 15.856] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 15.857] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 15.857] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 15.857] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.034
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 15.936] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 15.938] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 15.938] (II) No input driver/identifier specified (ignoring)
    This error seems to happen at random. Anyone know what's going on?

    Actually I've already tried the wiki solution. I don't want the hotplugging or whatever it is called to be on. That's why I disabled it in the xorg.conf. Afaik xorg should use the previous configuration of everything then, but touchpad does not work properly though. However, when I enabled this f***ing hotplugging and copied the fdi files to the directories listed on wiki (as well as to 10osvendor) the X become unstable and furhtermore tapping and scrolling did not function as well. I'm confused...
    EDIT: Thanks Nepherte -> tapping works could you paste here your xorg.conf and fdi, or at least these parts concerning synaptics?
    Section "ServerFlags"
         Option "AutoAddDevices" "False"
    EndSection
    Do you have this option in xorg.conf? Without it my keyboard "goes mad" and I am to lazy to search for fdi config files (Polish layout) for hal to manage keyboard by hotplugging
    Last edited by szajskerl (2008-12-02 19:39:44)

  • [SOLVED] synaptics no tap click.

    I cannot get tapping to work on my touchpad, at least at each restart of X, tapping is lost until I launch gsynaptics and check the box again It become unchecked when I logout.
    I tried to use the stock synaptics hal fdi file, and looking at Xorg.0.log:
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 1.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event8"
    (II) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    (II) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    (II) ETPS/2 Elantech Touchpad: device does not report pressure, will use touch data.
    (II) ETPS/2 Elantech Touchpad: finger width range 0 - 0
    (II) ETPS/2 Elantech Touchpad: buttons: left right double triple
    (**) Option "SHMConfig" "true"
    (**) Option "VertEdgeScroll" "true"
    (**) Option "HorizEdgeScroll" "true"
    (**) Option "VertTwoFingerScroll" "true"
    (**) Option "HorizTwoFingerScroll" "true"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) ETPS/2 Elantech Touchpad: touchpad found
    (**) ETPS/2 Elantech Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    (--) ETPS/2 Elantech Touchpad: touchpad found
    Suggests that it has taken effect and 1-3 fingers tapping SHOULD be enabled, but no. I still have to manually run gsynaptics and check that box on tapping.
    Any suggestions?
    Last edited by mathfeel (2010-05-13 21:24:06)

    You are using hal, and it is running, right?  I only ask because of the buzz over Xorg 1.8 and the impending demise of hal.
    In addition to kazuo's suggestion, you might also look at the appropriate section of the output of lshal  Here is the appropriate part of mine:
    udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input_0'
    info.capabilities = {'input', 'input.touchpad'} (string list)
    info.category = 'input' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    info.product = 'AlpsPS/2 ALPS GlidePoint' (string)
    info.subsystem = 'input' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input_0' (string)
    input.device = '/dev/input/event9' (string)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    input.product = 'AlpsPS/2 ALPS GlidePoint' (string)
    input.x11_driver = 'synaptics' (string)
    input.x11_options.AccelFactor = '2' (string)
    input.x11_options.CircScrollTrigger = '3' (string)
    input.x11_options.CircularScrolling = 'true' (string)
    input.x11_options.LBCornerButton = '2' (string)
    input.x11_options.RBCornerButton = '3' (string)
    input.x11_options.SHMConfig = 'true' (string)
    input.x11_options.TapButton1 = '1' (string)
    input.x11_options.TapButton2 = '2' (string)
    input.x11_options.TapButton3 = '3' (string)
    linux.device_file = '/dev/input/event9' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'input' (string)
    linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input9/event9' (string)

  • Configuring Synaptics touchpad (new Xorg again)

    Hi
    I'm one of those who upgraded to the latest Xorg recently. Now I can't figure out how to configure my touchpad scrolling.
    I don't have hal running (but only dbus).
    I have all the default Xorg config files intact (10-evdev, 10-quirks, 10-synaptics).
    I have added a file called 20-conf.conf:
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Section "InputClass"
    Identifier "touchpad catchall"
    MatchIsTouchpad "on"
    Driver "synaptics"
    MatchDevicePath "/dev/input/event*"
    Option "EmulateWheel" "true"
    Option "EmulateWheelButton" "2"
    Option "Emulate3Buttons" "false"
    Option "XAxisMapping" "6 7"
    Option "YAxisMapping" "4 5"
    EndSection
    Section "InputClass"
    Identifier "tap-by-default"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    EndSection
    Xorg.0.log seems fine except for the following:
    [ 32.158] Query no Synaptics: 6003C8
    [ 32.158] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 32.158] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 32.197] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 32.197] (II) UnloadModule: "synaptics"
    Now I'm stuck! Please, help...
    Last edited by skorpan (2010-06-25 12:34:08)

    Thank you, this post helped me:
    http://bbs.archlinux.org/viewtopic.php? … 24#p778524

  • [SOLVED] Hotplugging Synaptics touchpad does not work

    Hey there,
    I tried to hotplug my touchpad with X.org/HAL but to no avail :(
    Here's my /etc/hal/fdi/policy/11-x11-synaptics.fdi:
    <?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.TapButton1" type="string">1</merge>
    <merge key="input.x11_options.TapButton2" type="string">3</merge>
    <merge key="input.x11_options.TapButton3" type="string">2</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>
    However, lshal doesn't show that my touchpad's input.x11_driver = 'synaptics' thus X.org doesn't recognise it:
    udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
    info.capabilities = {'input', 'input.touchpad'} (string list)
    info.category = 'input' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    info.product = 'SynPS/2 Synaptics TouchPad' (string)
    info.subsystem = 'input' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' (string)
    input.device = '/dev/input/event7' (string)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    input.product = 'SynPS/2 Synaptics TouchPad' (string)
    linux.device_file = '/dev/input/event7' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'input' (string)
    linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input7/event7' (string)
    I'm at a loss about how to solve this and I've disabled hotplugging as a temporary though not optimal measure. Someone help me :(
    Last edited by rofflwaffls (2009-04-08 11:06:41)

    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.28-ARCH i686
    Current Operating System: Linux localhost 2.6.29-ARCH #1 SMP PREEMPT Sun Mar 29 18:08:33 UTC 2009 i686
    Build Date: 02 March 2009 06:09:25PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 5 08:42:39 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:5:0) nVidia Corporation C51 [Geforce 6150 Go] rev 162, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216, BIOS @ 0x????????/131072
    (--) PCI: (0@0:10:3) nVidia Corporation MCP51 PMU rev 163, Mem @ 0xb0040000/262144
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Mon Mar 23 15:29:02 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 180.44 Mon Mar 23 15:05:32 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 00@00:05:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6150 (C51) at PCI:0:5:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.51.28.53.15
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6150 at PCI:0:5:0:
    (--) NVIDIA(0): LPL (DFP-0)
    (--) NVIDIA(0): LPL (DFP-0): 310.0 MHz maximum pixel clock
    (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (==) NVIDIA(0):
    (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) NVIDIA(0): will be used as the requested mode.
    (==) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
    (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_variant" "dvorak"
    (II) config/hal: Adding input device HID 062a:0000
    (**) HID 062a:0000: always reports core events
    (**) HID 062a:0000: Device: "/dev/input/event7"
    (II) HID 062a:0000: Found 3 mouse buttons
    (II) HID 062a:0000: Found x and y relative axes
    (II) HID 062a:0000: Found scroll wheel(s)
    (II) HID 062a:0000: Configuring as mouse
    (**) HID 062a:0000: YAxisMapping: buttons 4 and 5
    (**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE)
    (**) HID 062a:0000: (accel) keeping acceleration scheme 1
    (**) HID 062a:0000: (accel) filter chain progression: 2.00
    (**) HID 062a:0000: (accel) filter stage 0: 20.00 ms
    (**) HID 062a:0000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event6"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_variant" "dvorak"

  • T400s synaptics touchpad driver for windows 7 64 bit

    I can't find a driver for:
    t400s synaptics touchpad driver for windows 7 64 bit
    I looked on the Lenovo site under t400s
    Any Help on this?  I really like the touchpad but I want to turn off tapping and make some other adjustments.
    Thanks,
    Bill

    I'm sure bananaman meant on the Win7 Beta OS download site.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Xorg 7.4 + Synaptics Touchpad

    I'm having a hard time getting my touchpad to work. At the moment only moving the mouse with my touchpad works. Tapping, scrolling and everything else doesn't.
    cat /proc/bus/input/devices:
    I: Bus=0011 Vendor=0002 Product=0008 Version=7321
    N: Name="AlpsPS/2 ALPS GlidePoint"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/class/input/input11
    U: Uniq=
    H: Handlers=mouse4 event11
    B: EV=f
    B: KEY=420 70000 0 0 0 0
    B: REL=3
    B: ABS=1000003
    My old xorg synaptics input section looked like this:
    Section "ServerLayout"
    InputDevice "Synaptics Touchpad" "AlwaysCore"
    EndSection
    Section "Module"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Synaptics Touchpad"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "off"
    EndSection
    I installed the package xf86-input-synaptics and copied the synaptics fdi file from /usr/share/hal/fdi/policy/10osvendor/ to /etc/hal/fdi/policy/. The current synaptics fdi file (where only moving the mouse works) is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLE:
    <merge key="input.x11_options.LeftEdge" type="string">120</merge>
    -->
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <!-- <merge key="input.x11_options.protocol" type="string">event</merge>
    <merge key="input.x11_options.touchpadoff" type="string">0</merge>
    <merge key="input.x11_options.shmconfig" type="string">on</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.vertedgescroll" type="string">true</merge>
    <merge key="input.x11_options.horizedgescroll" type="string">true</merge>
    <merge key="input.x11_options.RightEdge" type="string">930</merge>
    <merge key="input.x11_options.BottomEdge" type="string">700</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.HorizScrollDelta" type="string">20</merge>
    </match>
    </device>
    </deviceinfo>
    Any help is appreciated.
    P.S. The laptop is a Sony Vaio SZ61. I'm not sure if it helps but the sample configuration files from the wiki page http://wiki.archlinux.org/index.php/Tou … _7.3_users when I was using Xorg 7.3 didn't give me tapping or scrolling either (only the one I posted did)

    Actually I've already tried the wiki solution. I don't want the hotplugging or whatever it is called to be on. That's why I disabled it in the xorg.conf. Afaik xorg should use the previous configuration of everything then, but touchpad does not work properly though. However, when I enabled this f***ing hotplugging and copied the fdi files to the directories listed on wiki (as well as to 10osvendor) the X become unstable and furhtermore tapping and scrolling did not function as well. I'm confused...
    EDIT: Thanks Nepherte -> tapping works could you paste here your xorg.conf and fdi, or at least these parts concerning synaptics?
    Section "ServerFlags"
         Option "AutoAddDevices" "False"
    EndSection
    Do you have this option in xorg.conf? Without it my keyboard "goes mad" and I am to lazy to search for fdi config files (Polish layout) for hal to manage keyboard by hotplugging
    Last edited by szajskerl (2008-12-02 19:39:44)

  • [Solved]Synaptics Touchpad not working at all on Fujitsu Siemens UH552

    Hi,
    I have just installed Arch on my Fujitsu Siemens UH552 laptop. Everything works except for the touchpad which seems to get loaded by Xorg, but when in X it doesn't work. I have tried both using /dev/input/event* and /dev/input/mouse0 as device paths, neither works.
    xf86-input-evdev and xf86-input-synaptics are installed.
    I have tried running both with the default 10-evdev.conf, with 10-synaptics.conf, with both, and without both.
    TLDR SOLUTION: https://bbs.archlinux.org/viewtopic.php … 3#p1189603
    My current 10-synaptics.conf:
    Section "InputClass"
    Identifier "Touchpad Catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Xorg.0.log
    [ 2275.127]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 2275.130] X Protocol Version 11, Revision 0
    [ 2275.131] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 2275.132] Current Operating System: Linux corvo 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 2275.132] Kernel command line: root=/dev/sda2 rootflags=subvol=__active ro initrd=/boot/initramfs-linux.img BOOT_IMAGE=/boot/vmlinuz-linux
    [ 2275.134] Build Date: 27 August 2012 08:04:39AM
    [ 2275.135]
    [ 2275.136] Current version of pixman: 0.26.2
    [ 2275.138] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2275.138] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2275.142] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 1 13:16:01 2012
    [ 2275.143] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2275.144] (==) No Layout section. Using the first Screen section.
    [ 2275.144] (==) No screen section available. Using defaults.
    [ 2275.144] (**) |-->Screen "Default Screen Section" (0)
    [ 2275.144] (**) | |-->Monitor "<default monitor>"
    [ 2275.144] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2275.144] (**) | |-->Device "Intel Graphics"
    [ 2275.144] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2275.144] (==) Automatically adding devices
    [ 2275.144] (==) Automatically enabling devices
    [ 2275.144] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2275.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2275.144] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 2275.144] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2275.144] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2275.144] (II) Loader magic: 0x7c8b00
    [ 2275.144] (II) Module ABI versions:
    [ 2275.144] X.Org ANSI C Emulation: 0.4
    [ 2275.144] X.Org Video Driver: 12.1
    [ 2275.144] X.Org XInput driver : 16.0
    [ 2275.144] X.Org Server Extension : 6.0
    [ 2275.144] (--) PCI:*(0:0:2:0) 8086:0166:10cf:16c2 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00002000/64
    [ 2275.144] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2275.144] (II) LoadModule: "extmod"
    [ 2275.144] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2275.145] (II) Module extmod: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension MIT-SCREEN-SAVER
    [ 2275.145] (II) Loading extension XFree86-VidModeExtension
    [ 2275.145] (II) Loading extension XFree86-DGA
    [ 2275.145] (II) Loading extension DPMS
    [ 2275.145] (II) Loading extension XVideo
    [ 2275.145] (II) Loading extension XVideo-MotionCompensation
    [ 2275.145] (II) Loading extension X-Resource
    [ 2275.145] (II) LoadModule: "dbe"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2275.145] (II) Module dbe: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension DOUBLE-BUFFER
    [ 2275.145] (II) LoadModule: "glx"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2275.145] (II) Module glx: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (==) AIGLX enabled
    [ 2275.145] (II) Loading extension GLX
    [ 2275.145] (II) LoadModule: "record"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2275.145] (II) Module record: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.13.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension RECORD
    [ 2275.145] (II) LoadModule: "dri"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2275.145] (II) Module dri: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension XFree86-DRI
    [ 2275.145] (II) LoadModule: "dri2"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2275.145] (II) Module dri2: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.2.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension DRI2
    [ 2275.145] (II) LoadModule: "intel"
    [ 2275.146] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 2275.146] (II) Module intel: vendor="X.Org Foundation"
    [ 2275.146] compiled for 1.12.3.901, module version = 2.20.5
    [ 2275.146] Module class: X.Org Video Driver
    [ 2275.146] ABI class: X.Org Video Driver, version 12.1
    [ 2275.146] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+)
    [ 2275.146] (--) using VT number 7
    [ 2275.149] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.149] drmOpenDevice: open result is 7, (OK)
    [ 2275.150] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 7, (OK)
    [ 2275.150] drmOpenByBusid: drmOpenMinor returns 7
    [ 2275.150] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 8, (OK)
    [ 2275.150] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 8, (OK)
    [ 2275.150] drmOpenByBusid: drmOpenMinor returns 8
    [ 2275.150] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 2275.150] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2275.150] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 2275.150] (==) intel(0): RGB weight 888
    [ 2275.150] (==) intel(0): Default visual is TrueColor
    [ 2275.150] (**) intel(0): Option "AccelMethod" "sna"
    [ 2275.150] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 2275.151] (**) intel(0): Framebuffer tiled
    [ 2275.151] (**) intel(0): Pixmaps tiled
    [ 2275.151] (**) intel(0): 3D buffers tiled
    [ 2275.151] (**) intel(0): Throttling enabled
    [ 2275.151] (**) intel(0): Delayed flush enabled
    [ 2275.151] (**) intel(0): "Tear free" disabled
    [ 2275.151] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 2275.151] (II) intel(0): Output LVDS1 has no monitor section
    [ 2275.152] (II) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 2275.152] (II) intel(0): Output VGA1 has no monitor section
    [ 2275.153] (II) intel(0): Output HDMI1 has no monitor section
    [ 2275.193] (II) intel(0): Output DP1 has no monitor section
    [ 2275.193] (II) intel(0): EDID for output LVDS1
    [ 2275.193] (II) intel(0): Manufacturer: LGD Model: 371 Serial#: 0
    [ 2275.193] (II) intel(0): Year: 2012 Week: 0
    [ 2275.193] (II) intel(0): EDID Version: 1.3
    [ 2275.193] (II) intel(0): Digital Display Input
    [ 2275.193] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 2275.193] (II) intel(0): Gamma: 2.20
    [ 2275.193] (II) intel(0): No DPMS capabilities specified
    [ 2275.193] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2275.193] (II) intel(0): First detailed timing is preferred mode
    [ 2275.193] (II) intel(0): redX: 0.589 redY: 0.347 greenX: 0.343 greenY: 0.555
    [ 2275.193] (II) intel(0): blueX: 0.160 blueY: 0.124 whiteX: 0.313 whiteY: 0.329
    [ 2275.193] (II) intel(0): Manufacturer's mask: 0
    [ 2275.193] (II) intel(0): Supported detailed timing:
    [ 2275.193] (II) intel(0): clock: 70.0 MHz Image Size: 293 x 165 mm
    [ 2275.193] (II) intel(0): h_active: 1366 h_sync: 1402 h_sync_end 1438 h_blank_end 1476 h_border: 0
    [ 2275.193] (II) intel(0): v_active: 768 v_sync: 772 v_sync_end 780 v_blanking: 790 v_border: 0
    [ 2275.193] (II) intel(0): LG Display
    [ 2275.193] (II) intel(0): LP133WH2-TLF1
    [ 2275.193] (II) intel(0): EDID (in hex):
    [ 2275.193] (II) intel(0): 00ffffffffffff0030e4710300000000
    [ 2275.193] (II) intel(0): 00160103801d10780afc359658578e29
    [ 2275.193] (II) intel(0): 1f505400000001010101010101010101
    [ 2275.193] (II) intel(0): 010101010101581b566e500016302424
    [ 2275.194] (II) intel(0): 480025a5100000190000000000000000
    [ 2275.194] (II) intel(0): 00000000000000000000000000fe004c
    [ 2275.194] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 2275.194] (II) intel(0): 004c503133335748322d544c463100ce
    [ 2275.194] (II) intel(0): EDID vendor "LGD", prod id 881
    [ 2275.194] (II) intel(0): Printing DDC gathered Modelines:
    [ 2275.194] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1402 1438 1476 768 772 780 790 -hsync -vsync (47.4 kHz eP)
    [ 2275.194] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Printing probed modes for output LVDS1
    [ 2275.194] (II) intel(0): Modeline "1366x768"x60.0 70.00 1366 1402 1438 1476 768 772 780 790 -hsync -vsync (47.4 kHz eP)
    [ 2275.194] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 2275.194] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 2275.194] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 2275.194] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 2275.194] (II) intel(0): EDID for output VGA1
    [ 2275.195] (II) intel(0): EDID for output HDMI1
    [ 2275.236] (II) intel(0): EDID for output DP1
    [ 2275.236] (II) intel(0): Output LVDS1 connected
    [ 2275.236] (II) intel(0): Output VGA1 disconnected
    [ 2275.236] (II) intel(0): Output HDMI1 disconnected
    [ 2275.236] (II) intel(0): Output DP1 disconnected
    [ 2275.236] (II) intel(0): Using exact sizes for initial modes
    [ 2275.236] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 2275.236] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2275.236] (**) intel(0): Display dimensions: (290, 160) mm
    [ 2275.236] (**) intel(0): DPI set to (119, 121)
    [ 2275.236] (II) Loading sub module "dri2"
    [ 2275.236] (II) LoadModule: "dri2"
    [ 2275.237] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2275.237] (II) Module dri2: vendor="X.Org Foundation"
    [ 2275.237] compiled for 1.12.4, module version = 1.2.0
    [ 2275.237] ABI class: X.Org Server Extension, version 6.0
    [ 2275.237] (==) Depth 24 pixmap format is 32 bpp
    [ 2275.237] (II) intel(0): SNA initialized with IvyBridge backend
    [ 2275.237] (==) intel(0): Backing store disabled
    [ 2275.237] (==) intel(0): Silken mouse enabled
    [ 2275.237] (II) intel(0): HW Cursor enabled
    [ 2275.237] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2275.238] (==) intel(0): DPMS enabled
    [ 2275.239] (II) intel(0): [DRI2] Setup complete
    [ 2275.239] (II) intel(0): [DRI2] DRI driver: i965
    [ 2275.239] (II) intel(0): direct rendering: DRI2 Enabled
    [ 2275.239] (==) intel(0): hotplug detection: "enabled"
    [ 2275.239] (--) RandR disabled
    [ 2275.239] (II) Initializing built-in extension Generic Event Extension
    [ 2275.239] (II) Initializing built-in extension SHAPE
    [ 2275.239] (II) Initializing built-in extension MIT-SHM
    [ 2275.239] (II) Initializing built-in extension XInputExtension
    [ 2275.239] (II) Initializing built-in extension XTEST
    [ 2275.239] (II) Initializing built-in extension BIG-REQUESTS
    [ 2275.239] (II) Initializing built-in extension SYNC
    [ 2275.239] (II) Initializing built-in extension XKEYBOARD
    [ 2275.239] (II) Initializing built-in extension XC-MISC
    [ 2275.239] (II) Initializing built-in extension SECURITY
    [ 2275.239] (II) Initializing built-in extension XINERAMA
    [ 2275.239] (II) Initializing built-in extension XFIXES
    [ 2275.239] (II) Initializing built-in extension RENDER
    [ 2275.239] (II) Initializing built-in extension RANDR
    [ 2275.239] (II) Initializing built-in extension COMPOSITE
    [ 2275.239] (II) Initializing built-in extension DAMAGE
    [ 2275.250] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2275.250] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2275.250] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2275.250] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2275.250] (II) AIGLX: Loaded and initialized i965
    [ 2275.250] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2275.251] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
    [ 2275.276] (II) intel(0): Setting screen physical size to 361 x 203
    [ 2275.319] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 2275.319] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2275.319] (II) LoadModule: "evdev"
    [ 2275.319] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2275.320] (II) Module evdev: vendor="X.Org Foundation"
    [ 2275.320] compiled for 1.12.3.901, module version = 2.7.3
    [ 2275.320] Module class: X.Org XInput Driver
    [ 2275.320] ABI class: X.Org XInput driver, version 16.0
    [ 2275.320] (II) Using input driver 'evdev' for 'Power Button'
    [ 2275.320] (**) Power Button: always reports core events
    [ 2275.320] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 2275.320] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2275.320] (--) evdev: Power Button: Found keys
    [ 2275.320] (II) evdev: Power Button: Configuring as keyboard
    [ 2275.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 2275.320] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2275.320] (**) Option "xkb_rules" "evdev"
    [ 2275.320] (**) Option "xkb_model" "evdev"
    [ 2275.320] (**) Option "xkb_layout" "se"
    [ 2275.355] (II) config/udev: Adding input device Fujitsu FUJ02E3 (/dev/input/event3)
    [ 2275.356] (**) Fujitsu FUJ02E3: Applying InputClass "evdev keyboard catchall"
    [ 2275.356] (II) Using input driver 'evdev' for 'Fujitsu FUJ02E3'
    [ 2275.356] (**) Fujitsu FUJ02E3: always reports core events
    [ 2275.356] (**) evdev: Fujitsu FUJ02E3: Device: "/dev/input/event3"
    [ 2275.356] (--) evdev: Fujitsu FUJ02E3: Vendor 0 Product 0x6
    [ 2275.356] (--) evdev: Fujitsu FUJ02E3: Found keys
    [ 2275.356] (II) evdev: Fujitsu FUJ02E3: Configuring as keyboard
    [ 2275.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input3/event3"
    [ 2275.356] (II) XINPUT: Adding extended input device "Fujitsu FUJ02E3" (type: KEYBOARD, id 7)
    [ 2275.356] (**) Option "xkb_rules" "evdev"
    [ 2275.356] (**) Option "xkb_model" "evdev"
    [ 2275.356] (**) Option "xkb_layout" "se"
    [ 2275.357] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 2275.357] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2275.357] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2275.357] (**) Video Bus: always reports core events
    [ 2275.357] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 2275.357] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2275.357] (--) evdev: Video Bus: Found keys
    [ 2275.357] (II) evdev: Video Bus: Configuring as keyboard
    [ 2275.357] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
    [ 2275.357] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 2275.358] (**) Option "xkb_rules" "evdev"
    [ 2275.358] (**) Option "xkb_model" "evdev"
    [ 2275.358] (**) Option "xkb_layout" "se"
    [ 2275.359] (II) config/udev: Adding input device Fujitsu FUJ02B1 (/dev/input/event2)
    [ 2275.359] (**) Fujitsu FUJ02B1: Applying InputClass "evdev keyboard catchall"
    [ 2275.359] (II) Using input driver 'evdev' for 'Fujitsu FUJ02B1'
    [ 2275.359] (**) Fujitsu FUJ02B1: always reports core events
    [ 2275.359] (**) evdev: Fujitsu FUJ02B1: Device: "/dev/input/event2"
    [ 2275.359] (--) evdev: Fujitsu FUJ02B1: Vendor 0 Product 0x6
    [ 2275.359] (--) evdev: Fujitsu FUJ02B1: Found keys
    [ 2275.359] (II) evdev: Fujitsu FUJ02B1: Configuring as keyboard
    [ 2275.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/FUJ02B1:00/input/input2/event2"
    [ 2275.359] (II) XINPUT: Adding extended input device "Fujitsu FUJ02B1" (type: KEYBOARD, id 9)
    [ 2275.359] (**) Option "xkb_rules" "evdev"
    [ 2275.359] (**) Option "xkb_model" "evdev"
    [ 2275.359] (**) Option "xkb_layout" "se"
    [ 2275.360] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 2275.360] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2275.360] (II) Using input driver 'evdev' for 'Power Button'
    [ 2275.360] (**) Power Button: always reports core events
    [ 2275.360] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 2275.360] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2275.360] (--) evdev: Power Button: Found keys
    [ 2275.360] (II) evdev: Power Button: Configuring as keyboard
    [ 2275.361] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event5"
    [ 2275.361] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
    [ 2275.361] (**) Option "xkb_rules" "evdev"
    [ 2275.361] (**) Option "xkb_model" "evdev"
    [ 2275.361] (**) Option "xkb_layout" "se"
    [ 2275.362] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 2275.362] (II) No input driver specified, ignoring this device.
    [ 2275.362] (II) This device may have been added with another device file.
    [ 2275.362] (II) config/udev: Adding input device FJ Camera (/dev/input/event7)
    [ 2275.362] (**) FJ Camera: Applying InputClass "evdev keyboard catchall"
    [ 2275.362] (II) Using input driver 'evdev' for 'FJ Camera'
    [ 2275.362] (**) FJ Camera: always reports core events
    [ 2275.362] (**) evdev: FJ Camera: Device: "/dev/input/event7"
    [ 2275.363] (--) evdev: FJ Camera: Vendor 0x10f1 Product 0x1a44
    [ 2275.363] (--) evdev: FJ Camera: Found keys
    [ 2275.363] (II) evdev: FJ Camera: Configuring as keyboard
    [ 2275.363] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input7/event7"
    [ 2275.363] (II) XINPUT: Adding extended input device "FJ Camera" (type: KEYBOARD, id 11)
    [ 2275.363] (**) Option "xkb_rules" "evdev"
    [ 2275.363] (**) Option "xkb_model" "evdev"
    [ 2275.363] (**) Option "xkb_layout" "se"
    [ 2275.364] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 2275.364] (II) No input driver specified, ignoring this device.
    [ 2275.364] (II) This device may have been added with another device file.
    [ 2275.364] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
    [ 2275.364] (II) No input driver specified, ignoring this device.
    [ 2275.364] (II) This device may have been added with another device file.
    [ 2275.365] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
    [ 2275.365] (II) No input driver specified, ignoring this device.
    [ 2275.365] (II) This device may have been added with another device file.
    [ 2275.365] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2275.365] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2275.365] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2275.366] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2275.366] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2275.366] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2275.366] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2275.366] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2275.366] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2275.366] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 2275.366] (**) Option "xkb_rules" "evdev"
    [ 2275.366] (**) Option "xkb_model" "evdev"
    [ 2275.366] (**) Option "xkb_layout" "se"
    [ 2275.366] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 2275.366] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad Catchall"
    [ 2275.366] (II) LoadModule: "synaptics"
    [ 2275.366] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2275.367] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2275.367] compiled for 1.12.2, module version = 1.6.2
    [ 2275.367] Module class: X.Org XInput Driver
    [ 2275.367] ABI class: X.Org XInput driver, version 16.0
    [ 2275.367] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 2275.367] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2275.367] (**) Option "Device" "/dev/input/event8"
    [ 2275.367] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2275.367] (**) Option "TapButton1" "1"
    [ 2275.367] (**) Option "TapButton2" "2"
    [ 2275.367] (**) Option "TapButton3" "3"
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2275.367] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2275.367] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
    [ 2275.368] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2275.368] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2275.368] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2275.368] (II) No input driver specified, ignoring this device.
    [ 2275.368] (II) This device may have been added with another device file.
    [ 2275.368] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 2275.368] (II) No input driver specified, ignoring this device.
    [ 2275.368] (II) This device may have been added with another device file.
    xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Fujitsu FUJ02E3 id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Fujitsu FUJ02B1 id=9 [slave keyboard (3)]
    ↳ Power Button id=10 [slave keyboard (3)]
    ↳ FJ Camera id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    running
    dmesg | grep -i synaptics
    doesn't show anything. However running
    dmesg | grep -i psmouse
    returns a lot of
    psmouse serio1: bad data from KBC - timeout
    Last edited by flako (2012-11-08 09:44:59)

    I have tried doing that with both linux mint, and now fedora live usb. Neither one loads the touchpad correctly.  So yeah, our problems weren't really related
    Anyway, I tried looking into the
    psmouse serio1: bad data from KBC - timeout
    messages, and tried running psmouse proto (defined in /etc/modprobe.conf/psmouse.conf) as both raw and imps as per https://answers.launchpad.net/ubuntu/+s … ion/206950 Unfortunately, that didn't solve anything. Using the raw setting meant that the touchpad wasn't loaded at all (as in not appearing in the Xorg.log at all).
    The laptop is quite new, but at the same time what i figured from the touchpad vendor & product ID, the touchpad itself isn't. So it should technically work. Before installing arch i booted into windows to see if everything worked, and found no issues with the touchpad. So I have ruled out any hardware errors. Maybe its just the Fn-key that doesn't work yet in Linux? But that doesn't explain the "psmouse serio1: bad data from KBC - timeout" Any pointers to where I should look/ what commands I should run to delve deeper into this issue?
    Last edited by flako (2012-09-09 12:10:51)

  • I just wanted to chime in here on the Synaptics Touchpad issues...

    I have a Toshiba L305D-S5934 Laptop with an AMD Turion X2 Dual Core Processor, it has a Synaptics touchpad as do most laptops these days and I have run into the following problems: I am running Windows 7 RC Build 7100 (an official download not a torrent download) and my Synaptics Touchpad shows up as a PS2 compatable mouse in device manager. If I download the drivers that come through Windows Update they seem to work fine untill I reboot my system, at reboot just after the Windows 7 splash screen, she blue screens with a memory dump going to somewhere and then does an automatic restart, if I attempt to start windows normally after the restart she bluescreens again with the same results, and this will go on time and time again until I either go into safe mode and remove the Synaptics driver or let startup repair do its thing or do a system restore, all of which leaves me with a Synaptics Touchpad with erattic behavior, that loses its scrolling functionality, and is hypersensitive almost to the point that I can't type much of anything without the cursor jumping around all over the place and relocating like it has a mind of its own. Now Toshiba has something called Toshiba's Value Added Package (not much value there for 64 bit systems it seems this thing was a pain in Vista x64 and it is more of a pain in Windows 7 x64) I will not install  the Value added Package until I am convinced t hat Toshiba or whoever makes it gives a rat's rear-end about 64 bit systems and Windows 7 the last time I tried to install it  gave all kinds of problems and produced some blue screens of its own I believe. The Value Added Package however includes Toshiba's Flash Cards Utility that makes the Fn key work and gives access to disabling the Synaptics touchpad (you can do this in the driver as well, but when the driver is installed well she bluescreens except in safe mode) The Synaptics driver seems to do okay in safe mode so that could mean that another driver is causing the conflict but something is not wanting to lay nice with the Synaptics driver. I must note however that the Synaptics driver worked just fine in Windows Vista x64. Also I have downloaded the driver from Toshiba's site, the 64 bit Synaptics driver from the Synaptic's site and a couple of others, the one that came closeest to working the best was a version 12.something for HP laptops but the option to disable the touchpad wasn't in the driver. I usually use a mouse with my laptop but I use the touchpad when I take it places with me sometimes, it would be nice to have full functionality of both mouse and touchpad and to be able to disable the touchpad when an external pointing device is attached the way I could in Vista but right now I would settle to just be able to disable the touchpad until this is resolved so I can use the laptop without the cursor jumping all over the place and seemingly having a mind of it's own. As a side note I am very careful about allowing Windows Update to install any updates that it wants at this poing, more than once it has installed things that gave me bluescreens at reboot most notably the Toshiba Value Added Package and the Synaptics driver and maybe an Atheros Wireless driver but it does not yet seem to have the best interests of my PC at heart. On the other hand I have the 32 bit version installed on a Desktop PC with an old Athlon XP 2000+ and 2 GB of Ram it runs wonderfully nearly as well as Windows XP but there is no Synaptics touchpad on the desktop of course, and no Toshiba Value Added Package.
    Charles

    I have had a similar problem, windows update does NOT update the synaptics touchpad.  I have a Toshiba Windows 7 and I did everything that was told by man and beast.
    Finally, I went to control panel again, uninstalled synaptics and had to use the a program called Driver Update.  This program installed my Realtek Audio even though this was working apparently the two work together.  It SUCKS that you have to pay
    to install security programs that run your programs but this was the only thing that worked for me and I went through months of  not having a touchpad.
    I hope this helps others solve their touchpad problems.  Good Luck
    Sandia

Maybe you are looking for

  • This item cannot be displayed in the Reading Pane. Open the item to read its contents Outlook 2013

    One of Outlook 2013 of Office Home and Business in Windows 7 Pro 64bit who is connecting to a local Exchange 2010 server is having the following error: This item cannot be displayed in the Reading Pane. Open the item to read its contents. When launch

  • How can I do a clean install of Mountain Lion?

    I have an older MacBook Pro that I'm selling. I upgraded to Mounbtain Lion, but there was not an option to do a clean install (wiping everything clean and starting fresh). I want to do this to make sure all of my data is removed before I sell it. How

  • Partial delivery SO status became completed

    Dear All, I faced the following problem: 1. SO was created for 10 pcs 2. Via SO reference a delivery doc was created for 5 pcs 3. WM-TO was created and PGI was executed 4. The status of SO item became completed What is the reason? I checked VTLA > do

  • Sync folders in folder actions

    I'll explain : Is there a way to tell acions folder to copy files over whenever a file is modified ? Thanks MJ

  • IPhone 5 unable to connect to WiFi

    iPhone 5 unable to connect to WiFi - signal good, iPad connects fine but iPhone comes up with error message "Unable to join the network". I've tried reboot. Any ideas? Thanks