![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2006
Beans: 20
|
I'm currently running 6.10 under Microsoft Virtual PC, and I really miss being able to scroll with my mousewheel
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. |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() |
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.. |
|
|
|
|
|
#3 | |
|
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:
Any Xorg gurus out there? Thank you for your time. |
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() 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. |
|
|
|
|
|
#5 |
|
Ubuntu Extra Shot
![]() |
Re: Enabling mouse wheel in 6.10 under Virtual PC
well
guess this i cant even use my mouse!!! i use virtual pc 2007
__________________
|
|
|
|
|
|
#6 |
|
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? |
|
|
|
|
|
#7 |
|
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 |
|
|
|
|
|
#8 |
|
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
|
|
|
|
|
|
#9 |
|
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...
|
|
|
|
|
|
#10 |
|
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.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|