以下是裝個KDE入去Elastix Centos (trixbox)應也差不多, 因第一次裝, 所以比較亂來
Setup KDE Windows in your Centos Asterisk server:
在centos console 打:
yum groupinstall "X Window System" "KDE (K Desktop Environment)"
- this will install KDE windows
export DISPLAY=0.0
yum install switchdesk
switchdesk kde
Start windows with:
startx
After you see KDE windows:
Vmware->VM->Install Vmware Tools
Start(icon) -> run application -> xterm
cd /media
ls -la <--- list files to get the name for following command --->
rpm -i <the vmware tool.rpm file>
<---
if you do not find any files in the ls -la command, please type following:
mount /dev/hdc /media
the repeat from ls -la line again
--->
vmware-config-tools.pl -> answer many "yes" until it prompts about "change xwindows startup size", default is "no", answer "yes" to change the size to 800x600. Otherwise the default windows size is hugh.
(after new kernel module building is finished, my centos system seems freeze after it
restarts the xwindows, so i reboot it)
After reboot, run startx again, you may find the windows size is very large (if you forgot to change windows size in above step).
I shrink the vmware windows then run START->System->Display->Set your windows size.
That's it.
[ 本帖最後由 williambill 於 2009-6-28 01:40 編輯 ] |