Touchpad scrolling on Dell Inspiron 17R SE (N7220)

7,902

Solution 1

Please take a look at this thread

Support for Inspiron 17R SE is getting closer thanks to Dave Turvene's work. Scrolling already works for me, two-finger support still missing, but it is a work in progress making headway.

Solution 2

I was able to find a workaround that's almost good enough to be called a solution. It is possible to emulate a scroll wheel while holding down both the left and the right mouse button. They have to pressed simultaneously, but this should be easy enough on a laptop that allows you to press both of them with a single finger. Follow these steps to make it work.

  1. Open a terminal (Ctrl-Alt-T) and type

    sudo apt-get install gpointing-device-settings
    
  2. There should be a new utility called "Pointing devices". Since I use Gnome Classic, it's located under Applications -> System Tools -> Preferences, but you should be able to search for it in Unity.
  3. Select "Use middle button emulation" and select a short timeout, unless your laptop already has three buttons. This will trigger the "middle button" whenever you press both buttons at once.
  4. Select "Use wheel emulation" as well as vertical/horizontal scrolling to your liking.
  5. Select button 3. This tells the system to use the "middle button" you just created for scrolling.
  6. Adjust the timeout and inertia sliders for wheel emulation to the settings you find optimal.

If it takes to long for the "scrolling mode" to activate, you need to reduce the timeout. On the other hand, if scrolling is activated instead of middle clicking, you need to increase it. Select a value that suits you. I keep this one slightly to the left of the middle.

The inertia slider adjusts the scrolling speed. The more inertia, the slower your scrolling will be. For me, this slider is very close to the left end, and has to be adjusted very carefully.

That's it. Whenever you hold down both buttons, you should be able to scroll using the touchpad. As an added bonus you will get the middle button, which is good for a lot of things such as pasting text in the terminal and opening websites in new tabs.

Solution 3

I have the same problem, unfortunately there is still no support for that touchpad in Linux.I've found this bug-report thread interesting to read.

Otherwise the bug for Ubuntu is reported here.

Although this bug involves a lot of different devices some of them are supported in recent kernels.

EDIT: Support for this touchpad is now already done. Download the information about it here.

Share:
7,902

Related videos on Youtube

Kalle Elmér
Author by

Kalle Elmér

Updated on September 18, 2022

Comments

  • Kalle Elmér
    Kalle Elmér over 1 year

    I have a new Dell Inspiron 17R that I have installed ubuntu 12.04 on. The touchpad is recognized as a PS/2 mouse, which means that I can't use scrolling and that there is no "Touchpad" tab in the mouse settings.

    How can I fix this? I've searched for the answer, but there's very little information about 12.04, and people keep mentioning this .deb package that I am supposed to download from http://people.canonical.com/~sforshee/alps-touchpad/psmouse-alps-0.10/psmouse-alps-dkms_0.10_all.deb, which is a dead link.

    • NeoShow
      NeoShow over 11 years
      by the way, can you use an external mouse?
    • Kalle Elmér
      Kalle Elmér over 11 years
      Yes. Any USB mouse I've tried works perfectly, including scrolling and back/forward buttons.
    • NeoShow
      NeoShow over 11 years
      Ok, for some reason my usb wireless doesnt work (works well in other computers) but a wired mouse works. I though the problems were related. Still no luck with scrolling.
  • Kalle Elmér
    Kalle Elmér almost 12 years
    Well, at least that's the only problem I'm having at the moment. Perhaps there is some piece of software that can provide a useful scroll function? I was thinking something like holding a specific key or pressing both the right and left buttons at the same time. This would turn all mouse movements into scrolling, and it should work with a generic mouse.
  • Admin
    Admin almost 12 years
    Kalle, apologies for an off-topic question, but can you share how you setup the nvidia 650m video card in your laptop? Did you use bumbleebee? How is the fan noise/heat emissions under linux?
  • Kalle Elmér
    Kalle Elmér almost 12 years
    I haven't really done anything about the graphics card. For now I'm not gaming so I don't know about performance, but compiz seems happy and the desktop effects are just fine. I don't find the fan noise to be bad at all. I think the battery life is almost two hours with maximum screen brightness and all settings as default. My laptop is called "Special Edition" (N7220) and uses more power for CPU and GPU. I did notice that ubuntu doesn't automatically suggest a proprietary driver for the graphics card, which should mean that I will need to do something about it to get full performance.
  • Kalle Elmér
    Kalle Elmér almost 12 years
    I've been looking at this a bit more, and there would seem to be a lot of work in progress. I believe it will be reverse-engineered at some point in the future.
  • Vreixo
    Vreixo over 11 years
    Support for this touchpad is ready. Download information here: bugs.launchpad.net/ubuntu/+source/linux/+bug/606238/comments‌​/…
  • NeoShow
    NeoShow over 11 years
    As usual, it is hard to figure out what to do with these scripts. Sorry for the negative note.
  • NeoShow
    NeoShow over 11 years
    The link in your edit only points to a comment, how do I apply it to Ubuntu 12.10?
  • NeoShow
    NeoShow over 10 years
    I get "Error! Build of psmouse.ko failed for: Consult the make.log in the build directory /var/lib/dkms/psmouse/alps-1.3/build/", and then make.log shows no errors. What could it be?