Your best source of information and news about software , vista and secrets on the internet La migliore fonte di informazioni e notizie su software, Vista e segreti su Internet

Vista ARTICLES Vista ARTICOLI TOP 50 Top 50 Vista VIDEOS Vista VIDEO Vista SOFT Vista SOFT Vista HELP Vista AIUTO

How To Enable Mouse Wheel Scrolling in Ubuntu 8.04 on VMware Come abilitare la rotellina del mouse scorrimento in Ubuntu 8,04 a VMware


I was trying to make the vmware virtual appliance ubuntu 8.04 mouse scroll wheel to work, and I found the solution here. Ho cercato di rendere il vmware virtuale appliance di ubuntu 8,04 rotellina del mouse per lavorare, e ho trovato la soluzione qui. It worked great. Ha funzionato grande.

Original site Sito originale http://peterc.org/2008/64-how-to-enable-vertical-mouse-wheel-scrolling-in-ubuntu-hardy-on-vmware-fusion.html

I was having problems Mi è stato di problemi installing VMware Tools on Ubuntu Hardy (8.04) under VMware Fusion l'installazione di VMware Tools su Ubuntu Hardy (8.04) con VMware Fusion but got to the bottom of it. , ma è al fondo di esso.

The next problem was trying to get the mouse scroll wheel to work. L'ordine del giorno problema è stato cercando di ottenere la rotellina del mouse al lavoro. 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″). Ho effettuato alcuni usare Google e la maggior parte delle guide ho suggerito di modificare una sola riga nel file xorg.conf (cioè, impostare il "protocollo" di device del mouse a "IMPS / 2"). It didn’t work. Non ha funzionato. 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.. Su un arto ho pensato che avevo provare a cambiare il driver da "vmmouse" a "mouse" e questo risolto il problema, ma il mouse di monitoraggio e di accelerazione è stato completamente diverso tra OS X e Linux .. eugh!

With some perseverance, I’ve found a solution. Con alcuni perseveranza, ho trovato una soluzione. You can use the vmmouse driver, keep the synchronized mouse tracking and acceleration, and use your mouse wheel as it was intended. È possibile utilizzare il driver vmmouse, mantenere sincronizzati il mouse di monitoraggio e accelerazione, e usare il mouse ruota come si intendeva.

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. Mi è stato detto questa tecnica funziona a VMware Workstation e VMware Player sul PC troppo, ma non ho provato a non me stesso.

Steps to Enable Mouse Wheel Scrolling in Ubuntu Hardy under VMware Fusion Misure che consentano di scorrere la rotellina del mouse in Ubuntu Hardy sotto VMware fusione

Launch a Terminal (Applications menu -> Accessories -> Terminal). Avviare un terminal (menu Applicazioni -> Accessori -> Terminal).

Type: Tipo:

sudo gedit /etc/X11/xorg.conf sudo gedit / etc/X11/xorg.conf

Scroll down (it’s not far, perhaps 20 - 30 lines) till you see a block that looks like this: Scorrere verso il basso (è non lontano, forse 20 - 30 righe) fino a vedere un blocco che assomiglia a questo:

Section "InputDevice" Sezione "InputDevice"
Identifier "Configured Mouse" Identificatore "configurato Mouse"
Driver "vmmouse" Driver "vmmouse"
[.. [.. blah blah blah ..] blah blah blah ..]
EndSection EndSection

Replace that whole section with this: Sostituire tutta la sezione che con questo:

Section "InputDevice" Sezione "InputDevice"
Identifier "Configured Mouse" Identificatore "configurato Mouse"
Driver "vmmouse" Driver "vmmouse"
Option "CorePointer" Option "CorePointer"
Option "Device" "/dev/input/mice" Option "Device" "/ dev / input / mice"
Option "Protocol" "ImPS/2" Option "Protocol" "IMPS / 2"
Option "Buttons" "5" Option "Buttons" "5"
Option "ZAxisMapping" "4 5" Option "ZAxisMapping" "4 5"
EndSection EndSection

Save the file, then close all your apps and hit Ctrl+Alt+Backspace. Salvare il file, quindi chiudere tutte le vostre applicazioni e premete Ctrl + Alt + Backspace. X restarts within a few seconds, and you’re back up and running. X riavviato entro pochi secondi, e si torna in funzione. Scrolling should now be possible! Scorrimento dovrebbe essere ora possibile!

I haven’t gotten to the bottom of horizontal scrolling yet. Non ho ottenuto al fondo di scorrimento orizzontale ancora. 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). Pensavo di uno ZAxisMapping "4 5 11 12" farei, ma temo sia VMware Fusion's mouse driver fa le cose in modo diverso, o forse è il mouse specifico (non probabile). I’ll update this post if I work it out. I'll aggiornare questo post, se io lavoro fuori.

Popularity: 4% Popularity: 4%


Written by computerboom. Scritto da computerboom. Read more great feeds at is source Per saperne di più grande al feed è fonte WEBSITE SITO WEB
no comments nessun commento . .
Read more articles on Per saperne di più articoli su otherSoftware otherSoftware . .

Related articles Articoli correlati

No comments Nessun commento

There are still no comments on this article. Non ci sono ancora commenti a questo articolo.

Leave your comment... Lascia il tuo commento ...

If you want to leave your comment on this article, simply fill out the next form: Se si desidera lasciare il tuo commento a questo articolo, è sufficiente compilare il modulo successivo:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> . È possibile utilizzare questi tag XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i > <strike> <strong>.