LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   GUI of Linux 6.1 (https://www.linuxquestions.org/questions/linux-server-73/gui-of-linux-6-1-a-930153/)

Fariduzzaman 02-19-2012 03:31 AM

GUI of Linux 6.1
 
I've installed linux 6.1 on sun virtual box.But I failed to start GUI with "startx" command. Is there any other way to configure GUI on Linux 6.1.I am new on Linux.Please help me..............

Doc CPU 02-19-2012 03:40 AM

Hi there,

Quote:

Originally Posted by Fariduzzaman (Post 4606388)
I've installed linux 6.1 on sun virtual box.

no, quite sure you haven't. There is no such thing as Linux 6.1 - the most recent version is 3.x ("Linux" is just the kernel).
What you mean is very probably a complete Linux distribution whose version is 6.1, but you forgot to tell us which one it is.

[X] Doc CPU

Fariduzzaman 02-19-2012 03:44 AM

It's Red Hat Enterprise Linux server 6.1

John VV 02-19-2012 03:50 AM

RHEL normally dose NOT install a gui on a server
GUI's are very big security risks
so they are not installed on servers by default

you might want to have a read through the red hat install guide
http://docs.redhat.com/docs/en-US/Re...ide/index.html

the docs page
https://access.redhat.com/knowledge/...erprise_Linux/

Fariduzzaman 02-19-2012 04:28 AM

I've found nothing helpful on those links. What can I do now ?

John VV 02-19-2012 02:47 PM

rhel6 normally DOSE NOT install a gui
a gui is not wanted on a server

you would have to install gnome
gnome is not installed by default on a server
Did you install Gnome?
If you installed gnome then

from the link above
http://docs.redhat.com/docs/en-US/Re...oting-GUI.html
edit "/etc/inittab " with nano or vi
and change "id:3:initdefault:" to "id:5:initdefault: "

gedit will not work without gnome running


also gnome is started by using GDM and not startx any more

after loging in as a NORMAL user and NOT as root
type in gdm

also seeing as this is a VM install on an Oracle( was sun) Solaris have you looked on the Oracle VM web site

pantdk 02-19-2012 07:09 PM

select any one & install with yum

yum groupinstall "X Window System" "GNOME Desktop Environment"

To install the KDE desktop environment,

yum groupinstall "X Window System" KDE

To install the XFCE desktop environment,

yum groupinstall "X Window System" XFCE

vi /etc/inittab change 3 to 5


All times are GMT -5. The time now is 09:35 PM.