Skip to content

val's weblog

IT notes

  • tips
  • about me
  • linkedin
  • github
  • facebook
  • google+

Tags

  • apache
  • bash
  • bashboard
  • bind
  • centos
  • color
  • cron
  • debian
  • dhcp
  • dns
  • elasticsearch
  • filebeat
  • freebsd
  • gdm
  • google-api
  • grub2
  • hard
  • healthcheck
  • httpd
  • ip
  • iptables
  • iptables-persistent
  • java
  • kibana
  • logstash
  • macosx
  • mysql
  • nat
  • network
  • nginx
  • ntpdate
  • oauth2.0
  • openvpn
  • php
  • phpadmin
  • postgresql
  • pppoe
  • proxmox
  • ruby
  • rvm
  • show_ip
  • tomcat
  • tunnelblick
  • ubuntu
  • zabbix

Subscribe to Blog via Email

Tag: hard

Ubuntu 10.04 scroll broken

go to terminal

$ sudo rmmod psmouse
$ sudo modprobe psmouse proto=imps

if proto=imps doesnt work, try proto=exps
try the touchpad again for scrolling..
if it works, u need to make it permanent.

$ sudo vimĀ /etc/modprobe.d/options

options psmouse proto=imps

reboot PC.

credits here (http://ubuntuforums.org/showpost.php?p=9207727&postcount=2)

Posted on 2011-08-162016-01-28Tags hard, ubuntuLeave a comment on Ubuntu 10.04 scroll broken
Proudly powered by WordPress