How To Enable Mouse Wheel Scrolling in Ubuntu 8.04 on VMware Como ativar a roda do mouse rolando no Ubuntu 8,04 em VMware
I was trying to make the vmware virtual appliance ubuntu 8.04 mouse scroll wheel to work, and I found the solution here. Eu estava a tentar fazer o vmware virtual aparelho ubuntu 8,04 rolagem do mouse para o trabalho, e eu encontrei a solução aqui. It worked great. Funcionou muito bem.
Original site Original site http://peterc.org/2008/64-how-to-enable-vertical-mouse-wheel-scrolling-in-ubuntu-hardy-on-vmware-fusion.html
I was having problems Eu estava tendo problemas installing VMware Tools on Ubuntu Hardy (8.04) under VMware Fusion VMware Tools instalando em Ubuntu Hardy (8.04) sob VMware Fusion but got to the bottom of it. mas comecei a parte inferior do mesmo.
The next problem was trying to get the mouse scroll wheel to work. O próximo problema era a tentar que a roda do mouse se deslocar para o trabalho. 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″). Eu fiz algumas pesquisando e da maioria dos guias me sugeriu alterar uma única linha no xorg.conf (ou seja, definir o "Protocolo" do dispositivo de rato "PIM / 2"). It didn’t work. Não funcionou. 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.. Em uma parte pensava que iria tentar mudar o driver de "vmmouse" para "mouse" e isso resolveu o problema, mas o rastreamento ea aceleração do mouse foi totalmente diferentes entre OS X e Linux .. eugh!
With some perseverance, I’ve found a solution. Com cerca de perseverança, eu encontrei uma solução. You can use the vmmouse driver, keep the synchronized mouse tracking and acceleration, and use your mouse wheel as it was intended. Você pode usar o vmmouse condutor, manter sincronizado o monitoramento ea aceleração do mouse, e usar o mouse roda, uma vez que se destinam.
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. Foi-me dito esta técnica funciona em VMware Workstation e VMware Player no PC também, mas não cheguei a fazer testes em mim lá.
Steps to Enable Mouse Wheel Scrolling in Ubuntu Hardy under VMware Fusion Passos para permitir a rolagem do mouse na roda Ubuntu Hardy sob VMware Fusion
Launch a Terminal (Applications menu -> Accessories -> Terminal). Lançamento de um Terminal (menu Aplicações -> Acessórios -> 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: Role (que não é muito, talvez 20 - 30 linhas) até você ver um bloco que se parece com esta:
Section "InputDevice"Section "InputDevice"
Identifier "Configured Mouse"Identifier "Configurado Mouse"
Driver "vmmouse"Driver "vmmouse"
[..[..blah blah blah ..]blá, blá, blá ..]
EndSectionEndSection
Replace that whole section with this: Substituir que toda esta seção com:
Section "InputDevice"Section "InputDevice"
Identifier "Configured Mouse"Identifier "Configurado Mouse"
Driver "vmmouse"Driver "vmmouse"
Option "CorePointer"Option "CorePointer"
Option "Device" "/dev/input/mice"Option "Device" "/ dev / input / mice"
Option "Protocol" "ImPS/2"A opção "Protocolo" "PIM / 2"
Option "Buttons" "5"Opção "Botões" "5"
Option "ZAxisMapping" "4 5"Option "ZAxisMapping" "4 5"
EndSectionEndSection
Save the file, then close all your apps and hit Ctrl+Alt+Backspace. Salve o arquivo e, em seguida, fechar todas as suas aplicações e pressione Ctrl + Alt + Backspace. X restarts within a few seconds, and you’re back up and running. X reinicia dentro de alguns segundos, e você estará de volta instalado e funcionando. Scrolling should now be possible! Rolagem deve agora ser possível!
I haven’t gotten to the bottom of horizontal scrolling yet. Eu não tenham adquirido a parte de baixo da rolagem horizontal ainda. 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). Eu pensei que um dos ZAxisMapping "4 5 11 12" iria fazer, mas eu suspeito tanto VMware Fusion mouse driver's faz coisas de forma diferente, ou talvez ele é específico do rato (não provável). I’ll update this post if I work it out. Eu vou actualizar este post se eu trabalhar-lo.
Popularity: 4% Popularity: 4%
Written by computerboom. Escrito por computerboom. Read more great feeds at is source Leia mais alimenta a grande fonte é WEBSITE SITE
no comments sem comentários . .
Read more articles on Leia mais artigos sobre otherSoftware otherSoftware . .
- [+] Digg [+] Digg : Feature this article : Feature este artigo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Bookmark este artigo
- [+] Furl [+] Furl : Bookmark this article : Bookmark este artigo














