Ubuntu Experiences Database

  • Top Posts

  • c

Archive for December 6th, 2006

Howto Install Logitech Mx310 mouse

Posted by maximillan on December 6, 2006

In the Terminal window:

gksudo gedit /etc/X11/xorg.conf

find Section “InputDevice”

and enter:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection

done !!, now 5 button working.

Posted in Drivers, ubuntu | 2 Comments »

Installing Java

Posted by maximillan on December 6, 2006

enter these commands to terminal window

gksudo gedit /etc/apt/sources.list

check these lines

deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse

if cannot find them, add to end of the file. save it.

and enter command again to terminal window

sudo apt-get install sun-java5-jre

done !!

Posted in Howto, ubuntu | Leave a Comment »