Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: How do I disable my touchpad on each reboot?

  1. #1
    Join Date
    Nov 2006
    Beans
    Hidden!

    How do I disable my touchpad on each reboot?

    The touchpad device is 12.

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: How do I disable my touchpad on each reboot?

    just turn it off in settings-> devices-> mouse & touchpad

  3. #3
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: How do I disable my touchpad on each reboot?

    I don't see that. (This is Lubuntu).

  4. #4
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: How do I disable my touchpad on each reboot?

    Quote Originally Posted by AshleyQuick View Post
    I don't see that. (This is Lubuntu).
    then control center-> mouse

    sorry my memory sucks. i think lubuntu has that multi-tier kind of menu thing where it just keeps expanding to the right.

    it might be settings-> preferences-> mouse or hardware-> mouse or devices-> mouse

    i'm sure it's your menu somewhere.

    you might want to check out elementary os, just as lite, but dead simple.

  5. #5
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: How do I disable my touchpad on each reboot?

    There's a keyboard and mouse area but nothing there regarding the touchpad.

    This particular touchpad is ridiculously sensitive and more importantly, I never use it.

  6. #6
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: How do I disable my touchpad on each reboot?

    Here's something I tried BUT the touchpad is re-enabled after a reboot. Can someone walk me though a way to make it permanent?

    xinput set-prop 13 "Device Enabled" 0

  7. #7
    Join Date
    Mar 2015
    Location
    Great Plains
    Beans
    1,236
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: How do I disable my touchpad on each reboot?

    So you don't have a F1, F7 or similar hot-key combo using function and one of your number keys? These act as a toggle - do again to reverse the change. I haven't seen many laptops without that function.
    Problem installing Ubuntu? . . Just get it "Preinstalled" (like you did for Windows!) . . http://linuxpreloaded.com/

  8. #8
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: How do I disable my touchpad on each reboot?

    Quote Originally Posted by AshleyQuick View Post
    Here's something I tried BUT the touchpad is re-enabled after a reboot. Can someone walk me though a way to make it permanent?

    xinput set-prop 13 "Device Enabled" 0
    add it to your startup apps, it does have startup apps editor right?

    sorry, i just installed elementary os, to show my nephew how it's done. so my mind is elsewhere. on the + he just gave me a great trade on 2x4gb of ram, so now i have my laptop maxed out.

  9. #9
    Join Date
    Nov 2006
    Beans
    Hidden!

    Re: How do I disable my touchpad on each reboot?

    I don't see a startup editor.

    The following command works to disable the touchpad UNTIL I reboot: xinput set-prop 13 "Device Enabled" 0

    So I have tried creating a crontab using @reboot xinput set-prop 13 "Device Enabled"...that didn't work. So I then created a startup.sh file and placed it in /etc/init.d and THAT didn't work. I've reached an impasse.

  10. #10
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: How do I disable my touchpad on each reboot?

    thats because those run as root. you need it to run as you the user.

    run this command:
    nano ~/.config/autostart/custom_command

    copy & paste this:
    Code:
    [Desktop Entry]
    Name[en_US]=Custom Command
    Comment[en_US]=xinput set-prop 13 "Device Enabled" 0
    Exec=xinput set-prop 13 "Device Enabled" 0
    Icon=application-default-icon
    X-GNOME-Autostart-enabled=true
    Type=Application
    press ctrl+x, them y & enter to save.

    you should be good to go.

    haha, almost screwed up. forgot to remove it from my startup, after i copied & pasted it for you.
    Last edited by kerry_s; March 18th, 2018 at 06:25 AM.

Page 1 of 2 12 LastLast

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
  •