
Originally Posted by
tdmoore
Hobnob,
Newbie to Ubuntu and loving it...
However on your code above can you give me more detail on actual sudo commands?
Also, for some reason my right (what would be the forward button) gives me a menu including Back, Reload, Bookmark, Save Page As, Send Link etc. Left button does not work at all. Wheel works fine...
MS Intellimouse 1.1A USB (although using serial adapter to plug into computer).
Much appreciated in advance.
Welcome tdmoore,
I'm guessing you are just looking for the commands for backing up and then editing the xorg.conf file?
First back up your old one by creating a copy, the sudo password will be from your admin account which was setup in the installation:
Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Then edit your xorg.conf using the gnone editor:
Code:
sudo gedit /etc/X11/xorg.conf
One I posted recently on this forum seems to work well for people on Gutsy and I have a old Intellimouse that I just plugged in and confirmed it works with it.
Code:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "ButtonMapping" "1 2 3 6 7 4 5"
EndSection
Save the file and close any apps, and do a ctrl-alt-backspace to restart X-Windows (this will not prompt you with a "are you sure?" so make sure you are ready). One you log back in you should (hopefully) have back and forward buttons working.
An important thing to note is that you only want to do changes to the mouse section of your xorg.conf at this time. Messing with the video section could lead to a nasty restart where the graphical end of you system will not load. Because of this I still have a sticky note with the following in case I boot from a nerfed xorg.conf.
Code:
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
ctrl-alt-backspace
That will overwrite the bad one with your backup and restart you.
Good luck in this, for some reason I had a harder time getting my mouse to work in Ubuntu than I did setting up a multiple desktop display with my TV and Monitor.
Bookmarks