|
The YUM commands needed:
yum install kdebase
[the minimum you need to run x windows and kde]
yum install kdeutils (for ark)
[some useful utils especially ARK to help you deal with .tar,.bz2 and .gzip files]
yum install firefox
[a better browser than the built in one in kde]
yum install system-config*
[some graphical configuration utils. very useful]
yum install nedit
[a useful text editor]
yum install yum-utils
yum install yum-plugin-fastestmirror
yum install yum-plugin-protectbase
yum install yumex
[some yum utils and yumex, a graphical tool to manage your updates and installs]
system-config-display
This will fire up a basic x windows graphical shell and a util to setup the graphics card. Setup how you prefer. Keeping the screen size to 1024x786 and colours minimal will help reduce the impact on your server. Exit from the util will drop you back to a prompt.
X-windows will not run automatically after a reboot. To use KDE you will need to issue the 'startx' command. When you are done configuring/troubleshooting your trixbox select logout from the 'start??' menu. this will shutdown kde, xwindows and drop you back to a prompt.
Yumex is an especially useful tool as you can switch on/off repositories and install/uninstall centos/trixbox apps much more easily.
TURN X OFF WHEN DONE
ALWAYS LOG OUT
|