LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-27-2007, 07:18 AM   #1
elie nasrani
LQ Newbie
 
Registered: Jul 2007
Posts: 11

Rep: Reputation: 0
How to install X window over a text mode installation


hello, i'm a newbie to linux , for most of you this may sound a bit silly,

i installed linux on my server (without X window and Gnome) or any graphical packages, now i realized that i will need to install the X window, i tried to boot from the first installation CD-ROM, all i can do is upgrade the existing packages without being able to add new packages or even choose which packages to upgrade,

Any help would be appreciated

N.B: My linux is Red Hat Enterprise Linux AS release 4 (Nahant Update 4)

Best regards
Elie
 
Old 07-27-2007, 07:46 AM   #2
hairysocks
Member
 
Registered: May 2002
Location: Thorverton, Near Exeter, Devon, England
Distribution: Ubuntu 10.04 (used to be Red Hat 7.1, then Red Hat 9, then FC 2, FC 5, FC 6, FC 9 and Ubuntu 8.04)
Posts: 105

Rep: Reputation: 16
You can use up2date with the --nox option to install new packages from your RedHat Network account.

Try: up2date --nox -i xorg-x11

This will try and install X and should resolve all dependencies.

When this has finished you can try starting X by logging in and running startx.
 
Old 07-27-2007, 11:53 AM   #3
elie nasrani
LQ Newbie
 
Registered: Jul 2007
Posts: 11

Original Poster
Rep: Reputation: 0
thank you for your reply,

if i'm not wrong, up2date will have to go to the internet and download the package and then install it, is there a way to tell it to look localy and in case it is in the kernel ask for the corresponding cd-rom

Elie
 
Old 07-27-2007, 12:13 PM   #4
adilbhilai
LQ Newbie
 
Registered: May 2007
Distribution: RHEL 5.1 & Fedora 16
Posts: 29

Rep: Reputation: 15
why dont you try to re-install linux and select what you want install again.
 
Old 07-28-2007, 02:01 AM   #5
elie nasrani
LQ Newbie
 
Registered: Jul 2007
Posts: 11

Original Poster
Rep: Reputation: 0
X window installation not working

i managed to install the X window from up2date, the installation seems to work fine but when i try the launch the command startx, i'm getting the following error, can anybody gives me a hint on what might have caused this?

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-22.18.bz155725.ELsmp x86_64 [ELF]
Current Operating System: Linux cid-web-1.customs.gov.lb 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64
Build Date: 11 July 2006
Build Host: hs20-bc1-3.build.redhat.com

Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.9-42.ELsmp (bhcompile@ls20-bc1-13.build.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 SMP Wed Jul 12 23:32:02 EDT 2006
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jul 28 10:00:39 2007
(==) Using config file: "/etc/X11/xorg.conf"
(WW) ATI(0): Failed to set up write-combining range (0xfc000000,0x800000)
(WW) ATI(0): Failed to set up write-combining range (0xfc000000,0x800000)

waiting for X server to shut down
 
Old 07-28-2007, 02:42 PM   #6
khairilthegreat
LQ Newbie
 
Registered: Oct 2006
Distribution: Kubuntu
Posts: 25

Rep: Reputation: 15
install X Window

The basic step to install X Window over text installation is pretty simple.

1. Install X Org

2. Install login manager. kdm for kubuntu. gdm for Gnome. xdm for generic X.

3. Install window manager, such as KDE, Gnome, Icewm, FluxBox or something like that.

4. After finished installing the three of it change your runlevel.

5. That all. Since I don't use redhat. I'll give example using ubuntu

To install KDE
Code:
# apt-get install xserver-xorg
# apt-get install kdm
# apt-get install kubuntu-desktop
To install Gnome
Code:
# apt-get install xserver-xorg
# apt-get install gdm
# apt-get install ubuntu-desktop
To install generic X Windows (fluxbox)
Code:
# apt-get install xserver-xorg
# apt-get install xdm
# apt-get install fluxbox
In all example, the runlevel is automagically changed.

I think red-hat user may use yum, but i don't know how.
 
Old 07-28-2007, 07:03 PM   #7
Dymitry
Member
 
Registered: Oct 2005
Distribution: Slackware 12.0
Posts: 30

Rep: Reputation: 16
Could you post the contents of the xorg.conf file?
 
Old 08-06-2007, 09:39 PM   #8
bman321
LQ Newbie
 
Registered: Aug 2007
Posts: 1

Rep: Reputation: 0
Installing X on a core linux

I just installed a core version of linux from "coredistro.sourceforge.net/" so how do I install X Windows with KDE 3.x on it. The "linux core" dose not come with any software accept the linux kernel 2.4. Thanks. p.s. I'm a noobie at this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing FC6 a text mode installation to graphics mode. wbuik Fedora 2 06-19-2007 08:38 PM
Cant Get GUI...installation done in Text mode swathi1 Linux - Software 14 03-26-2007 10:04 AM
FC6 installation text mode - don't try this at home rewtedesco Fedora 10 12-26-2006 08:14 PM
installation problem only text mode no graphics viji2ks Linux - Distributions 2 12-20-2005 11:06 PM
text mode VS X window dummyagain Programming 5 10-06-2003 11:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration