Your best source of information and news about vista , Vista hardware and windows on the internet 您的最佳信息来源和新闻关于Vista中Vista的硬件Windows在互联网上

Vista ARTICLES Vista的文章 TOP 50前50名 Vista VIDEOS Vista的影片 Vista SOFT Vista的软 Vista HELP Vista帮助

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 ..] 布拉赫布拉赫布拉赫.. ]
EndSection endsection

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 ”
EndSection endsection

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: 4%人气: 4 %


Written by computerboom. 写computerboom 。 Read more great feeds at is source 阅读更多伟大的饲料是来源 WEBSITE 网站
no comments 没有评论 .
Read more articles on 阅读更多的文章 otherSoftware othersoftware .

Related articles相关文章

No comments没有评论

There are still no comments on this article.仍然有没有评论这篇文章。

Leave your comment...离开您的评论...

If you want to leave your comment on this article, simply fill out the next form:如果您想留下您的评论关于此文章,只需填写未来的形式:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .您可以利用这些资料的XHTML标签:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite="">的<code>的<em> < i > <strike>的<strong> 。