终于打中文了!……[Linux]
从三点搞到现在……
把分辨率、网络、声音、MP3解码、中文输入法……
其中最难的感觉就是这中文输入法……
娘的~~
输入法放这里吧:
Ubuntu 如何安装中文输入法(SCIM)[一条一个命令]:
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
wget -c http://easylinux.info/uploads/fireflysung-1.3.0.tar.gz #这条我没用
sudo tar zxvf fireflysung-1.3.0.tar.gz -C /usr/share/fonts/truetype/ #这条我没用
sudo chown -R root:root /usr/share/fonts/truetype/fireflysung-1.3.0/ #这条我没用
sudo fc-cache -f -v* 系统 -> 首选项 -> SCIM输入法设置
* 要启动SCIM按下 ‘Ctrl + Space’
分辨率的解决方案:
Tags: Linux, SCIM, Ubuntu, uncat, 中文输入法, 分辨率VirtualBox 在XP下虚拟Ubuntu时不能全屏的问题解决方法:
本人LCD 1280×1024 Virtualbox在官方下Ubuntu 8.04。
声音、网络一切正常,就是有不能完全全屏的问题,ubuntu作为客机的分辨率只能调到800×600,经过一番检索+摸索,搞定,现整理如下:
1.安装VboxLinuxadditions #我这步没做
a)安装make gcc lib等#我这步没做
apt-get install build-essentialb)安装module-assistant#我这步没做
apt-get install module-assistantc)运行#我这步没做
m-a prepared)安装VboxLinuxadditions(选“设备”-“安装虚拟电脑工具包”)##从这步开始
进入目录后运行
sudo ./VBoxLinuxAdditions.run2.修改VBOX在Ubuntu里的设置
运行
sudo gedit /etc/X11/xorg.conf后如下把部分修改
Section “Device”
Identifier “Configured Video Device”
Driver “vboxvideo”
EndSectionSection “Monitor”
Identifier “Configured Monitor”
EndSectionSection “Screen”
Identifier “Default Screen”
Monitor “Configured Monitor”
Device “Configured Video Device”
DefaultDepth 32 #我这里颜色质量只能开到32
SubSection “Display”
Modes “1280×1024″ “1024×768″ “800×600″ #按屏幕需要改就可以了
EndSubSection
EndSection3.重启Ubuntu,然后分辨率就可以设置成1280×1024了
4.实际上重启后会比较智能的让你选择分辨率!(可能是我这里的VBOX的版本比较高吧,1.62的)##这步是我自己发现的
0 Responses to “终于打中文了!……[Linux]”