- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: GUI mode
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 08:43 AM
05-27-2005 08:43 AM
GUI mode
i have a redhat Enterpride Linux ES v.3 ,it runs now in text mode ,and it is seems to be installed to run on that , i try to run init 5 but it does not work , i think that i need to install more RPM's to get it run in GUI mode ,but i do not know what the specified RPM's for that, kindly your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 11:07 AM
05-27-2005 11:07 AM
Re: GUI mode
x:5:respawn:/etc/X11/prefdm -nodaemon
If that line exists, verify the script exists:
file /etc/X11/prefdm
should return:
/etc/X11/prefdm: Bourne shell script text executable
If that checks out, see if you have X installed.
rpm -q -a|grep X
This should return numerous packages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 11:21 AM
05-27-2005 11:21 AM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 08:50 PM
05-27-2005 08:50 PM
Re: GUI mode
few reasons could be the problem for this:
* You don't have required RPM's installed for X , kde/gnome. Check whether you have X11 binary in your path (type X and press tab and you should be presented with all X11 programs)
* Your X server is not configured properly or your video card is not supported by X server (run Xconfigurator as root and configure your X server)
* X font server is not running (run service xfs restart and see whether it solves the problem)
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 04:18 AM
05-28-2005 04:18 AM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 04:37 AM
05-28-2005 04:37 AM
Re: GUI mode
Also, what about 'rpm -qa "X*"' ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2005 10:31 PM
05-28-2005 10:31 PM
Re: GUI mode
If you are early in the install process, consider doing the installation over again.
Otherwise use yum or the original CD's to install the X server and the default gnome X environment.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 09:16 PM
05-31-2005 09:16 PM
Re: GUI mode
the the X packages are installed and every thing is ok in the inittab file ,when i run init 5 it start the services ,then give me that
"use S72arserver stop to terminate these processes"
"start some processes"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 09:20 PM
05-31-2005 09:20 PM
Re: GUI mode
I'm not sure if we've confirmed this, but you *ARE* on the console aren't you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 09:26 PM
05-31-2005 09:26 PM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 09:56 PM
05-31-2005 09:56 PM
Re: GUI mode
check for system-config-* and see anything related to X or display is available. if so, use them to configure the GUI.
BTW, what is the make of the video card your system has. it would be beter if we get to know the make and we can find out whether it is actually supported by RHEL 3 or not
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 11:10 PM
05-31-2005 11:10 PM
Re: GUI mode
What does your syslog say when you change o init 5?
Cheers,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 12:57 AM
06-01-2005 12:57 AM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 01:03 AM
06-01-2005 01:03 AM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 01:23 AM
06-01-2005 01:23 AM
Re: GUI mode
if you can not find anything related redhat-config-xfree86 or Xconfigurator then it is more likely that your system does not have all the packages required for X to function.
see whether you have X11 program in your path, if so try executing it manually and post the error message you get.
I am not sure whether RH is intelligent enough to take care of existing installation. other experts might be help in this.
For your information, once you get the basic X up and running (without any window manager) you can run redhat-config-packages program using which you can add or remove packages easily.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 03:40 AM
06-01-2005 03:40 AM
Re: GUI mode
# yum list xorg-x11
Setting up Repos
Reading repository metadata in from local files
extras : ################################################## 952/952
base : ################################################## 2622/2622
updates-re: ################################################## 865/865
Installed Packages
xorg-x11.i386 6.8.2-1.FC3.13 installed
so I think this is probably what you also need to have installed on your system
do an
#rpm -qla xorg-x11
on your system to see what you have got ?
I have put i, the file attached here the result of the above command on my system
Hope this helps you ?
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 09:11 AM
06-01-2005 09:11 AM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 06:55 PM
06-01-2005 06:55 PM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 07:19 PM
06-01-2005 07:19 PM
Re: GUI mode
XFree86
XFree86-font-utils
XFree86-tools
XFree86-twm
XFree86-xauth
XFree86-75dpi-fonts
XFree86-100dpi-fonts
XFree86-libs
Then if you want a windows manager like Gnome, there's even more.
control-center
desktop-file-utils
desktop-printing
gnome-applets
gnome-icon-theme
gnome-panel
gnome-session
gnome-terminal
gnome-utils
libgail-gnome
metacity
nautilus
nautilus-media
switchdesk-gnome
yelp
All these package lists were grabbed from the first CD, in 'RedHat/base/comps.xml'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 09:09 PM
06-01-2005 09:09 PM
Re: GUI mode
First install basic X packages alone. Go through stuart's response and all these rpm's are available in 1st CD of RH.
mount the CD
go to cdrom:/RedHat/RPMS folder
run 'rpm -ivh
- '
this will install basic X package. if it cries for dependency packages then install them first before continuing to install X packages.
once you are done with that, do startx and see whether you can see some GUI screen (not attractive, only blank white screen). if you can then you are almost there and installing KDE/GNOME packages after this is easy.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 10:30 PM
06-01-2005 10:30 PM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 10:36 PM
06-01-2005 10:36 PM
Re: GUI mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 06:35 PM
06-04-2005 06:35 PM
Re: GUI mode
when i try to install any of the Xfree86 packages it need many dependances , and it is very diffecult to do install them ,so what should we do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 07:03 PM
06-04-2005 07:03 PM
Re: GUI mode
Probably easiest to copy all the RPM's from the install media to somewhere on your HDD first, then go from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:28 AM
06-05-2005 05:28 AM
Re: GUI mode
I just read the whole thread and here is what I think might be the easiest solution to the problem. Re-install Red Hat Enterprise Linux. Select all packages during the install.
Regards,
Ross