How To Enable Mouse Wheel Scrolling in Ubuntu 8.04 on VMware Cómo permitir que la rueda del ratón Desplazamiento en Ubuntu 8,04 en VMware
I was trying to make the vmware virtual appliance ubuntu 8.04 mouse scroll wheel to work, and I found the solution here. Yo estaba tratando de hacer que el dispositivo virtual VMware ubuntu 8,04 rueda del ratón para trabajar, y he encontrado la solución aquí. It worked great. Y funcionó muy bien.
Original site Original sitio http://peterc.org/2008/64-how-to-enable-vertical-mouse-wheel-scrolling-in-ubuntu-hardy-on-vmware-fusion.html
I was having problems Yo estaba teniendo problemas installing VMware Tools on Ubuntu Hardy (8.04) under VMware Fusion la instalación de VMware Tools en Ubuntu Hardy (8.04) en virtud de VMware Fusion but got to the bottom of it. pero llegado al fondo del mismo.
The next problem was trying to get the mouse scroll wheel to work. El siguiente problema está tratando de obtener la rueda del ratón para trabajar. I did some Googling and most of the guides suggested I change a single line in xorg.conf (namely, set the “Protocol” of the mouse device to “ImPS/2″). He hecho un poco de Google y la mayoría de las guías sugirió cambiar una sola línea en xorg.conf (es decir, establecer el "protocolo" del dispositivo del ratón a "IMPS / 2"). It didn’t work. No trabajo. On a limb I thought I’d try changing the driver from “vmmouse” to “mouse” and this solved the problem, but the mouse tracking and acceleration was TOTALLY different between OS X and Linux.. En una extremidad he pensado yo intente cambiar el controlador de "vmmouse" a "ratón" y esta resuelto el problema, pero el ratón el seguimiento y la aceleración es totalmente diferente entre OS X y Linux .. eugh!
With some perseverance, I’ve found a solution. Con un poco de perseverancia, he encontrado una solución. You can use the vmmouse driver, keep the synchronized mouse tracking and acceleration, and use your mouse wheel as it was intended. Puede utilizar la vmmouse conductor, mantener sincronizado el ratón el seguimiento y la aceleración, y el uso de su rueda del ratón como se pretendía.
I have been told this technique works on VMware Workstation and VMware Player on the PC too, but I haven’t tried it on there myself. Me han dicho esta técnica funciona en VMware Workstation y VMware Player en el PC, pero no he probado a mí mismo allí.
Steps to Enable Mouse Wheel Scrolling in Ubuntu Hardy under VMware Fusion Pasos para permitir que la rueda del ratón Desplazamiento en Ubuntu Hardy bajo VMware Fusion
Launch a Terminal (Applications menu -> Accessories -> Terminal). Poner en marcha una Terminal (menú Aplicaciones -> Accesorios -> Terminal).
Type: Tipo:
sudo gedit /etc/X11/xorg.confsudo gedit / etc/X11/xorg.conf
Scroll down (it’s not far, perhaps 20 - 30 lines) till you see a block that looks like this: Desplácese hacia abajo (no es mucho, tal vez 20 - 30 líneas) hasta que aparezca un bloque parecido a éste:
Section "InputDevice"Sección "InputDevice"
Identifier "Configured Mouse"Identifier "Configured Mouse"
Driver "vmmouse"Driver "vmmouse"
[..[..blah blah blah ..]blah blah blah ..]
EndSectionEndSection
Replace that whole section with this: Que sustituir toda la sección con este:
Section "InputDevice"Sección "InputDevice"
Identifier "Configured Mouse"Identifier "Configured Mouse"
Driver "vmmouse"Driver "vmmouse"
Option "CorePointer"Option "CorePointer"
Option "Device" "/dev/input/mice"Option "Device" "/ dev / input / mice"
Option "Protocol" "ImPS/2"La opción "Protocolo" "IMPS / 2"
Option "Buttons" "5"La opción "Botones" "5"
Option "ZAxisMapping" "4 5"Option "ZAxisMapping" "4 5"
EndSectionEndSection
Save the file, then close all your apps and hit Ctrl+Alt+Backspace. Guarde el archivo, a continuación, cierre todas sus aplicaciones y pulse Ctrl + Alt + Backspace. X restarts within a few seconds, and you’re back up and running. X reinicia a los pocos segundos, y ya está de nuevo en marcha y funcionando. Scrolling should now be possible! Desplazamiento debería ser posible ahora!
I haven’t gotten to the bottom of horizontal scrolling yet. No he llegado a la parte inferior de desplazamiento horizontal mejorado aún. I thought a ZAxisMapping of “4 5 11 12″ would do it, but I suspect either VMware Fusion’s mouse driver does things a different way, or maybe it’s mouse specific (not likely). Yo pensaba de una ZAxisMapping "4 5 11 12" lo haría, pero tengo la sospecha de cualquiera de VMware Fusion conductor del ratón hace las cosas de forma diferente, o quizás es específico del ratón (no probable). I’ll update this post if I work it out. Voy a actualizar este post, si yo trabajo a cabo.
Popularity: 4% Popularity: 4%
Written by computerboom. Escrito por computerboom. Read more great feeds at is source Leer más grandes se alimenta de la fuente WEBSITE SITIO WEB
no comments No hay comentarios . .
Read more articles on Leer más artículos sobre otherSoftware otherSoftware . .
- [+] Digg [+] Digg : Feature this article : Reportaje este artículo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Guardar este artículo
- [+] Furl [+] Furl : Bookmark this article : Guardar este artículo














