KDE or Destop Mangement
by TBotNik from LinuxQuestions.org on (#4Z21B)
All,
I/m building my first hosting server. Ideally a server is cmdline only without the X11 and desktop GUIs that consume memory and clock cycles, thus slowing performance. However to properly admin and control the servers, I'm adding KDE with these cmds:
Code:apt-get update && apt-get upgrade
apt-get install kde-plasma-desktopI then need cmds to write bash scripts to turn it on and off. What I've found are:
Code:xset dpms force on
xset dpms force offNot knowing these cmds and their effects I need to ask if the "off" will shut down the X11 output and release all memory and then re-engage it all, with the "on"?
Thanks in advance!
Cheers!
TBNK


I/m building my first hosting server. Ideally a server is cmdline only without the X11 and desktop GUIs that consume memory and clock cycles, thus slowing performance. However to properly admin and control the servers, I'm adding KDE with these cmds:
Code:apt-get update && apt-get upgrade
apt-get install kde-plasma-desktopI then need cmds to write bash scripts to turn it on and off. What I've found are:
Code:xset dpms force on
xset dpms force offNot knowing these cmds and their effects I need to ask if the "off" will shut down the X11 output and release all memory and then re-engage it all, with the "on"?
Thanks in advance!
Cheers!
TBNK