Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old November 19th, 2006   #1
kopo88
5 Cups of Ubuntu
 
Join Date: Aug 2006
Beans: 20
Question Enabling mouse wheel in 6.10 under Virtual PC

I'm currently running 6.10 under Microsoft Virtual PC, and I really miss being able to scroll with my mousewheel . Is there any way to enable the wheel (or is this a limitation of Virtual PC?)?
I'm using a Logitech optical USB mouse.

Also, is there any way to add 1280x1024 as an allowed screen resolution in the same setup? Currently, 1024x768 is the maximum.
kopo88 is offline   Reply With Quote
Old November 19th, 2006   #2
turbojugend_gr
Quad Shot of Ubuntu
 
turbojugend_gr's Avatar
 
Join Date: May 2006
Location: Athens, Greece
Beans: 485
Ubuntu 6.10 Edgy
Send a message via ICQ to turbojugend_gr Send a message via MSN to turbojugend_gr
Re: Enabling mouse wheel in 6.10 under Virtual PC

ATTENTION: I 've never used MS virtual PC.

In a regular ubuntu session, you would have to open the /etc/X11/xorg.conf file with a text editor, and in mouse section add this line Option "ZAxisMapping" "4 5" save and restart X.

Make sure you have backupped your initial xorg.conf file before doing this.

Try this it should work under a virtual machine too.

EDIT: After this edit the mouse section should look like:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Last edited by turbojugend_gr; November 19th, 2006 at 02:32 PM..
turbojugend_gr is offline   Reply With Quote
Old November 26th, 2006   #3
AnimalMother
5 Cups of Ubuntu
 
Join Date: Dec 2005
Location: Dagobah System
Beans: 16
Ubuntu 6.10 Edgy
Re: Enabling mouse wheel in 6.10 under Virtual PC

Quote:
ATTENTION: I 've never used MS virtual PC.

In a regular ubuntu session, you would have to open the /etc/X11/xorg.conf file with a text editor, and in mouse section add this line Option "ZAxisMapping" "4 5" save and restart X.

Make sure you have backupped your initial xorg.conf file before doing this.

Try this it should work under a virtual machine too.

EDIT: After this edit the mouse section should look like:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
I am using Virtual PC on winXP pro with Ubuntu 6.10 also. I went to go try the above and the ZAxisMapping bit was already in there. I tried a bunch of other stuff also to no avail. I was using DamnSmallLinux and I could switch screen resolution and I had the scroll wheel working so I know it does work, so what is it about Ubuntu 6.10 that keeps this from working properly?

Any Xorg gurus out there?

Thank you for your time.
AnimalMother is offline   Reply With Quote
Old December 18th, 2006   #4
graficus
5 Cups of Ubuntu
 
graficus's Avatar
 
Join Date: Dec 2006
Beans: 24
Ubuntu 6.10 Edgy
Re: Enabling mouse wheel in 6.10 under Virtual PC

Please post or PM me if you find a solution.
This whole ordeal makes me want to abandon this linux adventure altogether.
graficus is offline   Reply With Quote
Old February 20th, 2007   #5
puccaso
Ubuntu Extra Shot
 
puccaso's Avatar
 
Join Date: Apr 2005
Location: London
Beans: 332
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to puccaso Send a message via AIM to puccaso Send a message via MSN to puccaso Send a message via Yahoo to puccaso Send a message via Skype™ to puccaso
Re: Enabling mouse wheel in 6.10 under Virtual PC

well
guess this
i cant even use my mouse!!!

i use virtual pc 2007
__________________
____________________________
Mahir Sayar
http://puccaso.com
puccaso is offline   Reply With Quote
Old March 8th, 2007   #6
saviles
First Cup of Ubuntu
 
Join Date: Mar 2007
Beans: 9
Re: Enabling mouse wheel in 6.10 under Virtual PC

I've tried several setting changes in the xorg.conf file but none of enables the scroll wheel in VPC 2007. I restarted X and I restarted the system after i made a change and didn't work either.

Here are the other settings I tried

Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "6 7"

I did find a MSDN blog post that talked about enabling the 4th and 5th button on a mouse, but its obviously for a windows system.

Anyone get this to work yet?
saviles is offline   Reply With Quote
Old March 25th, 2007   #7
lobster
First Cup of Ubuntu
 
Join Date: Mar 2007
Beans: 1
Re: Enabling mouse wheel in 6.10 under Virtual PC

Hey
I'm running VMware, and also had problem with mouse wheel.

I had written in xorg.conf

Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"

but solution was to rewrite:
Option "Protocol" "PS/2"
to:
Option "Protocol" "ExplorerPS/2"

and restart xserver using CTRL+ALT+BACKSPACE

hope it'll help to u as well
lobster is offline   Reply With Quote
Old April 2nd, 2007   #8
saviles
First Cup of Ubuntu
 
Join Date: Mar 2007
Beans: 9
Re: Enabling mouse wheel in 6.10 under Virtual PC

I have the same thing setup in my xorg.conf file

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" "true"
EndSection
I haven't researched it much lately but I don't think its possible. Could you post what your Section looks like, if it differs from mine?
saviles is offline   Reply With Quote
Old April 11th, 2007   #9
SmithAtlanta
First Cup of Ubuntu
 
Join Date: Mar 2007
Beans: 2
Re: Enabling mouse wheel in 6.10 under Virtual PC

This is happening in fedora core 7 also so I'm wondering if its a new x issue...
SmithAtlanta is offline   Reply With Quote
Old April 12th, 2007   #10
saviles
First Cup of Ubuntu
 
Join Date: Mar 2007
Beans: 9
Re: Enabling mouse wheel in 6.10 under Virtual PC

I'm quite sure its the way Virtual PC handles the X environment.
saviles is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:52 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry