How To Start GUI from Linux UNIX Shell Terminal Commands

Mobile
feeds
Welcome Login | Register

How To Start GUI from Linux UNIX Shell Terminal Commands
  Forums Index
      » Linux Hosting Forums
        » » How To Start GUI from Linux UNIX Shell Terminal Commands



How To Start GUI from Linux UNIX Shell Terminal Commands
Post Description: how to start gui from linux unix shell terminal commands Linux Hosting
Post Tags:
This Post Has Been Viewed 10188 Times Since Fri Aug 25, 2006 11:56 pm Author unix with 4 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
* Your Name

  * Your Email Address (Will Not Be Published)

* Your Comments


Add Picture To Comments
Yes No             upload
Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

     





Share:   Subscribe - Keep Up With This Topic
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





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




:: 1 :: Reply #41258 Reply By diet On Thu Feb 14, 2008 8:28 pm
diet:
tnxs bro it rely helps.
:: 2 :: Reply #53379 Reply By graphical On Sun May 11, 2008 7:03 am
graphical:
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.
:: 3 :: Reply #76353 Reply By Umarzuki On Sun Oct 19, 2008 9:44 pm
Umarzuki:
you must've done
# xinit --:1

i got the same error with that command
:: 4 :: Reply #80367 Reply By grafical interface On Sun Nov 09, 2008 5:20 pm
grafical interface:
how do i start the gui from linux shell?