Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I can't make my touchpad scrolling to work at all :/ I googled it, found some similar questions and some solutions, but none of them works for me :/

Any ideas? It's really annoying problem.

My OS is ubuntu 10.04, there is installed synaptics driver.. I tried to reinstall it, but it's the same. I also installed gsynaptics - the same.

xxx@xxx:~$ sudo cat /etc/X11/xorg.conf
Section "Screen"
        Identifier      "Default Screen"
        DefaultDepth    24
        SubSection "Display"
                Virtual 2646 1024
        EndSubSection
EndSection

Section "Module"
        Load    "glx"
EndSection

Section "Device"
        Identifier      "Default Device"
        Driver  "fglrx"
EndSection

I tried editing this file by adding configuration for mouse input device, but not successful :/

Multi-touch is not working, too, but it's not a big deal

Thanks

share|improve this question
Why is there a 10.04 tag if you use 9.04? Which is correct? – Marius Gedminas Dec 13 '10 at 15:21
doh! changed the version, it really is 10.04, typo – Kiril Kirov Dec 13 '10 at 18:39
This sounds very much like bugs.launchpad.net/ubuntu/+source/linux/+bug/550625 – Chipaca Dec 13 '10 at 18:59
Closed offtopic because this is a bug – Marco Ceppi Nov 22 '11 at 19:35
@MarcoCeppi - my reaction about this closing - "LOL". For the down-vote - ".". Nevermind. – Kiril Kirov Nov 22 '11 at 20:10

closed as off topic by jrg, Octavian Damiean, Marco Ceppi Nov 22 '11 at 19:34

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Does the Mouse configuration dialog have a "Touchpad" tab? If not, your touchpad is not supported or not recognized by the synaptics driver, in which case the touchpad emulates a mouse in hardware (and in most cases has limited functionality).

Also see this question.

share|improve this answer
Yep, there's such tab. Also, the option for scrolling is checked – Kiril Kirov Dec 13 '10 at 14:12

Not the answer you're looking for? Browse other questions tagged or ask your own question.