安裝vmtools
1、正常啟動 Ubuntu 的虛擬機,在 VMWare 菜單上依次點擊 [VM] - [Install VMTools...]。
2、在 Ubuntu 系統中打開所載入的光盤。(注:如果光盤載入失敗,你可以手動載入 VMWare 程序文件夾下
的 LINUX.iso 文件。),將 tar.gz 包解壓縮至桌面(或者其他你喜歡的位置)。
3、在 Ubuntu 中依次進入 [Application] - [附件] - [終端],輸入:
cd /home/angel/桌面/vmware-tools-distrib(用戶名為 angel 就輸入 angel,其他就輸入其他。路徑也一
樣,是啥就輸入啥)。
4、然后再輸入 sudo ./vmware-install.pl,然后一路回車,二十多個回車之后 VMTools 就安裝成功了。
鼠標滾輪不能使用
修改/etc/X11/xorg.conf中的一段代碼
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
xorg.conf錯誤,不能啟動xserver
在終端模式下登陸,輸入sudo dpkg-reconfigure xserver-xorg重新配置一下你的xorg.conf。
升級firefox3正式版中文支持問題解決
sudo aptitude install firefox-3.0
升級完成后重啟firefox發現變成了英文版,在這個網站可以找到中文插件
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/linux-i686/xpi/
點擊zh-CN.xpi就會自動安裝完成插件,重啟以后firefox就變成中文了。
星際譯王清空歷史
rm -rf ~/.stardict
觀看rmvb視頻格式的電影
sudo apt-get install mplayer mplayer-fonts mplayer-skins mozilla-mplayer
w32codecs下載地址:http://debian-multimedia.org/pool/main/w/w32codecs/
GDM登錄前NUMLOCK打開的問題
以8.04為例安裝numlockx
代碼:
sudo apt-get install numlockx
編輯啟動文件
代碼:
sudo gedit /etc/gdm/Init/Default
8.04以前的用戶,該文件可能在/etc/X11/gdm/Init/Default下
在最后一行(應該是"exit 0")之前添加以下代碼:
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
安裝flash播放器
下載個flash 9 播放器
http://www.adobe.com/support/flashplayer/downloads.html#fp9
1. 解壓flashplayer.tar.gz 并拷貝到 /usr/bin
2. 制作用來顯示的圖標, 拷貝到 /usr/share/pixmaps
3. 新建一個flashplayer.desktop文件, 拷貝到/usr/share/applications
-------------------falshplayer.desktop的內容------------------------------------
[Desktop Entry]
Name=FlashPlayer 9
Name[zh_CN]=FlashPlayer 9
GenericName=Media Player
Exec=flashplayer
Type=Application
Encoding=UTF-8
Icon=flash48.png
Categories=GNOME;Application;AudioVideo;Audio;Video;Player
MimeType=video/swf
----------------------------------------------------------------------------
上傳一個做好了的包,經過操作作后就可以從 “應用程序”-> 影音-> FlashPlayer 9 啟動swf播放器了
/Files/DreamAngel/ajax/flashplayer.rar
posted on 2009-05-03 10:16
飛翔天使 閱讀(545)
評論(0) 編輯 收藏 所屬分類:
linux