How To Enable Mouse Wheel Scrolling in Ubuntu 8.04 on VMware如何使鼠標滾輪的滾動在Ubuntu的8.04上的VMware
I was trying to make the vmware virtual appliance ubuntu 8.04 mouse scroll wheel to work, and I found the solution here.我努力使VMware虛擬設備Ubuntu的8.04鼠標滾輪,工作,我發現這裡的解決辦法。 It worked great.它的偉大。
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我是有問題 installing VMware Tools on Ubuntu Hardy (8.04) under VMware Fusion安裝VMware的工具, Ubuntu的哈代( 8.04 )根據VMware的融合 but got to the bottom of it.但到了底部。
The next problem was trying to get the mouse scroll wheel to work.未來的問題是試圖獲得鼠標的滾輪工作。 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″).我的一些使用Google和大部分的導遊建議我改變單一線在xorg.conf (即設置“議定書”的鼠標設備,以“綜合信件處理系統/ 2 ” ) 。 It didn’t work.它沒有工作。 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..對肢體,我想我要嘗試改變司機從“ vmmouse ” , “鼠標” ,這解決了這個問題,但鼠標跟踪和加速度是完全不同的之間的OS X和Linux .. eugh! eugh !
With some perseverance, I’ve found a solution.與一些毅力,我已經找到了解決辦法。 You can use the vmmouse driver, keep the synchronized mouse tracking and acceleration, and use your mouse wheel as it was intended.您可以使用vmmouse驅動程序,保持同步鼠標跟踪和加速度,並使用您的鼠標滾輪,因為它的用意。
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.有人告訴我這技術工程, VMware工作站和VMware播放器在PC上過,但我並沒有試圖將它有自己。
Steps to Enable Mouse Wheel Scrolling in Ubuntu Hardy under VMware Fusion 步驟,使鼠標滾輪的滾動在Ubuntu的哈下VMware的融合
Launch a Terminal (Applications menu -> Accessories -> Terminal).發射終端(應用菜單-> “配件- >”終端)。
Type:類型:
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:向下滾動, (它的不遠處,也許20 -3 0條線) ,直至您看到一個座看起來像這樣:
Section "InputDevice"一節“ inputdevice ”
Identifier "Configured Mouse"標識符“配置鼠標”
Driver "vmmouse"司機“ vmmouse ”
[..[ ..blah blah blah ..]布拉赫布拉赫布拉赫.. ]
EndSectionendsection
Replace that whole section with this:取代全斷面與此:
Section "InputDevice"一節“ inputdevice ”
Identifier "Configured Mouse"標識符“配置鼠標”
Driver "vmmouse"司機“ vmmouse ”
Option "CorePointer"選項“ , corepointer ”
Option "Device" "/dev/input/mice"選擇“裝置”是“為/ dev /輸入/小鼠”
Option "Protocol" "ImPS/2"選項“議定書” , “綜合信件處理系統/ 2 ”
Option "Buttons" "5"選擇“按鈕” “ 5 ”
Option "ZAxisMapping" "4 5"選項“ , zaxismapping ” “ 4 5 ”
EndSectionendsection
Save the file, then close all your apps and hit Ctrl+Alt+Backspace.保存該文件,然後關閉所有您的應用程序,並按下按Ctrl + Alt +退。 X restarts within a few seconds, and you’re back up and running. x重新啟動一個幾秒鐘,而您備份和運行。 Scrolling should now be possible!滾動現在應該有可能!
I haven’t gotten to the bottom of horizontal scrolling yet.我也沒有得到,以底部的水平滾動。 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).我以為一zaxismapping “四五一一一二”會做,但我懷疑無論是VMware的融合的鼠標驅動程序沒有的東西,以不同的方式,或者,它的鼠標具體的(不太可能) 。 I’ll update this post if I work it out.我會更新這個職位如果我的工作。
Popularity: 6%受歡迎程度: 6 %
Written by computerboom. 寫computerboom 。 Read more great feeds at is source 閱讀更多偉大的飼料是來源 WEBSITE 網站
6 comments 6評論 . 。
Read more articles on 閱讀更多的文章 otherSoftware othersoftware . 。
- [+] Digg [ + ] digg : Feature this article :特徵此文章
- [+] Del.icio.us [ + ] del.icio.us : Bookmark this article :書籤此文章
- [+] Furl [ + ] furl : Bookmark this article :書籤此文章















#1 # 1 . 。 May 5th, 2008, at 12:32 AM. 2008年5月5日,在上午12點32分。
Sweet, man.甜,男子。 I was trying the old 7.10 way myself, too… but it didn’t go.我是舊的7.10的方式自己,太… …但它沒有去。 This makes everything scrollable again!這使得一切滾動再次!