终于装好了中文输入法,让刚刚体验linux系统的我兴奋不已,呵呵!
原来就是这么简单:
sudo apt-get install scim-chinese
VM中鼠标中键无效的问题:
sudo gedit /etc/X11/xorg.conf
修改为以下:
原来就是这么简单:
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
回复Comments
作者:
{commentrecontent}