Friday, January 20, 2012

OpenSuse install Chrome

1. Download Chrome frome google.com
2. At terminal: sudo zypper in ~/Downloads/[package name]

Thursday, January 19, 2012

Kubuntu Missing Virtical Scoll Bar


sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
This enables scrolling for your current session - test and make sure it works. If so, you can make it permanent by:
sudo gedit /etc/modprobe.d/options
and adding the line:
options psmouse proto=imps
Then close and reboot.