How To Start GUI From Linux UNIX Shell Terminal Commands



How To Start GUI From Linux UNIX Shell Terminal Commands
 (328) Domains for just $1.99 1751586
How To Start GUI From Linux UNIX Shell Terminal Commands
Post Description:
Post Tags: how, to, start, gui, from, linux, unix, shell, terminal, commands
This Post Has Been Viewed 6006 Times Since Fri Aug 25, 2006 11:56 pm Posted By unix with 2 replies
Next Post »» How To Display Who Is Logged In Linux Unix Shell Command
How To Start GUI From Linux UNIX Shell Terminal Commands
The purpose of this post is to show some useful linux/unix commands you can use to start the GUI (Graphical User Interface) Windows if you have KDE or Gnome installed in your server.


For UNIX:


     Code:
xinit &


for Linux:


     Code:
startx


for Gnome:

     Code:
gnome&


for KDE:

     Code:
kde&


This command tell the X window system to run the Komon Desktop Environment (KDE):
for Motif Window Manager

     Code:
mwm &

for Blackbox

     Code:
blackbox &


Hope this helps

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Start GUI From Linux UNIX Shell Terminal Commands




:: 1 :: #41258 - Reply By diet On Thu Feb 14, 2008 8:28 pm
tnxs bro it rely helps.
:: 2 :: #53379 - Reply By graphical On Sun May 11, 2008 7:03 am
i get this error when i try to try to start my graphical user interface

fatal server error:
server is already active for display 0
if this server is no longer running, remove /tmp/.x--lock and start again

xinit: unexpected signal 2.