Results 1 to 4 of 4

Thread: Ubuntu touchpad only works when pressing down

  1. #1
    Join Date
    Nov 2008
    Beans
    19

    Ubuntu touchpad only works when pressing down

    HP Envy laptop with Ubuntu 18 BUT the touchpad has stopped working... not sure, probably something I did somewhere.

    The pointer doesn't move at all unless you press down on the pad then drag the pointer - no pressing on the touchpad. Just sliding your finger on the touchpad doesn't seem to work anymore.

    I installed xserver-xorg-input-synaptics but nothing...

    Anyone else seen this? It works fine with a mouse plugged into it, but, I can't stand when something doesn't work right.

    Thanks!!
    Last edited by Mathurin1968; December 28th, 2018 at 03:55 PM. Reason: Messed up titile

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Touchpad only wor

    To list all device's use:
    This is how mine shows:
    Code:
    xinput list
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ Logitech K780                           	id=9	[slave  pointer  (2)]
    ⎜   ↳ SynPS/2 Synaptics TouchPad              	id=12	[slave  pointer  (2)]
    ⎜   ↳ TPPS/2 IBM TrackPoint                   	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)]
        ↳ Video Bus                               	id=7	[slave  keyboard (3)]
        ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
        ↳ Integrated Camera: Integrated C         	id=10	[slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard            	id=11	[slave  keyboard (3)]
        ↳ ThinkPad Extra Buttons                  	id=14	[slave  keyboard (3)]
        ↳ Logitech K780                           	id=15	[slave  keyboard (3)]
    Ubuntu 18.04 comes with libinput touchpad driver by default and the OS is missing Synaptics touchpad driver.
    To see if installed use:
    Code:
    apt policy xserver-xorg-input-synaptics
    if it shows as not installed use:
    Code:
    sudo apt install xserver-xorg-input-synaptics
    EDIT: Sorry I just flat missed this: "I installed xserver-xorg-input-synaptics but nothing...
    "
    Last edited by 1fallen; December 27th, 2018 at 04:09 PM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Nov 2008
    Beans
    19

    Ubuntu touchpad only works when pressing down

    Hah. no worries! I appreciate the suggestion. Yeah, I think I've messed something up somewhere.

  4. #4
    Join Date
    Dec 2018
    Beans
    9

    Re: Ubuntu touchpad only works when pressing down

    Sorry if this sounds strange, but there is a keyboard combination to turn the touchpad off.
    Happened to me as well haha

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •