Ubuntu 8.04 初体验(一)

      Ubuntu 2008-7-31 22:31
终于装好了中文输入法,让刚刚体验linux系统的我兴奋不已,呵呵!

原来就是这么简单:

sudo apt-get install scim-chinese


VM中鼠标中键无效的问题:

sudo gedit /etc/X11/xorg.conf

修改为以下:


Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "Protocol" "ImPS/2"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
今天到此为止
标签集:TAGS:ubuntu linux
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}