LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   convert text mode linux OS to graphical mode (https://www.linuxquestions.org/questions/linux-newbie-8/convert-text-mode-linux-os-to-graphical-mode-490752/)

csaju 10-09-2006 02:35 AM

convert text mode linux OS to graphical mode
 
Hi all,

Currently my machine is running with RH 9.0 in text mode. That is we installed the OS in text mode only.
Now I want the OS in graphical Mode. How can I get the graphical screen? What are the rpms I have to install ? Or do I want to go for the upgrade option to install the graphical packages?

Please help me ... I want to install a OS which needs a graphical screen.

b0uncer 10-09-2006 05:18 AM

You'll want to install X (I think it's XFree86 package for RH9, newer distributions use Xorg commonly) and a desktop environment such as

- KDE
- Gnome
- XFCE

So, if you have the install discs, locate there XFree86 package(s) and install them, and after that the desktop packages; gnome and kde have quite a lot of packages to install, xfce a few less; anyway, all the needed rpms are on the disks, you just might need to install them in a specific order to satisfy dependencies (or alternatively copy all the packages you need to your HD and then set rpm to install them all in once).

And after the installation is finished, use
Code:

init 5
to get into graphical mode if it doesn't pop up right away, and edit your /etc/inittab file if you want the graphical login screen to be automatically launched at boot: in the file change the initdefault from 3 to 5, if it's not already set.


All times are GMT -5. The time now is 09:05 AM.