LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-09-2003, 12:25 AM   #1
genoa
LQ Newbie
 
Registered: Jul 2003
Posts: 9

Rep: Reputation: 0
Graphical Login/Text Login


Hey all, quick question:

I installed Red Hat 7.1 (not by choice) and it installed GNOME. I don't have a problem with that, however it set the default to graphical login after boot finishes.

I need to know which file I modify to change the startx setting so that it doesn't load GNOME on login, but Enlightenment. I don't like running Enlightenment under GNOME because well, I hate GNOME. I want to run Enlightenment independly, however it automatically loads GNOME for login.

Any ideas? I've searched countless forums and couldn't find a thing, but then again I'm not even sure what I'm looking for.

-genoa
 
Old 07-09-2003, 12:56 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Edit your /etc/inittab file and change your runlevel to 3 instead of 5.
 
Old 07-09-2003, 01:10 AM   #3
genoa
LQ Newbie
 
Registered: Jul 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks, thats a start

That will set it to text login right? But does anyone know how to get the graphical login to load Enlightenment instead of GNOME?
 
Old 07-09-2003, 01:17 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
There should be a drop down menu in your graphical login manager where you choose which window manager you'd like to use.

If you mean when you "startx" you want it to load E instead of Gnome, then you will need to create/edit a file in your home directory called .xinitrc, and add the line:
exec /path/to/enlightenment

To find that, use:
whereis enlightenment



Cool
 
Old 07-09-2003, 01:25 AM   #5
genoa
LQ Newbie
 
Registered: Jul 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks Master, I think you've given me enough to work with. However, if I wanted to set the systems default WM to Enlightenment (not just user) would I edit the /etc/X11/xinit/xinitrc?

It looks like a big mess :P
 
Old 07-09-2003, 01:34 AM   #6
genoa
LQ Newbie
 
Registered: Jul 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Basically the reason for all this is, I can't get the themese to completely load when I just switch to enlightenment after GNOME is loaded. It doeasn't load the background image or anything else with the theme, just the color scheme and borders.

And I hate that damned GNOME panel at the bottom of the screen. Is this just my system setup or GNOME interferring with Enlightenment? Maybe I'm going about this all wrong.
 
Old 07-09-2003, 02:00 AM   #7
captainstorm
Member
 
Registered: Jun 2003
Location: Oricola, Italy
Distribution: RH 9, so far
Posts: 261

Rep: Reputation: 31
In RH9 you can do this: login with root. then go to the "add and remove programs". Choose to Delete the GNOME.
However, THINK BEFORE LEAP!!!!!

Qu Chen
 
Old 07-09-2003, 02:04 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
It's all personal preference really. Some people find it bothersome to have that there, others find it very... helpful.

It's a window manager inside a desktop environment, this is sometimes a hard concept to grasp, but here's a (semi-decent) comparison:
Ford makes trucks. However, ford uses Michelin Tires, Valvoline Oil, and DuPont Paint to assemble this truck. The final product, inclusive of all the seperate parts running as a whole, this is a desktop environment. The parts themselves, those are the different desktop environments, which can be assembled in a different fashion to create their own, less complex window manager.

Ok, so it sounded better in my head

Anyway, if you want pure E, then you should start it as show above.

You could get a system wide xinitrc if you'd like, but how many users are you (yes, you personally) using? Do you have an identity crisis Assuming you only use 1 user and root, simply copy the xinitrc to the 2 home directories of those 2 users. From there, the other users of your system (if any) should be the ones that decide if they want to use pure E (in which case they can create the same file) or E combined with Gnome.

HTH

Cool
 
Old 07-09-2003, 10:20 AM   #9
hairston4
Member
 
Registered: Jun 2003
Location: Maryland
Distribution: Debian / Vector Linux 4
Posts: 37

Rep: Reputation: 15
Log into GNOME as root or enter your root password and edit gdmsetup for a automatic text login.
 
Old 07-09-2003, 11:03 AM   #10
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Someone suggested deleting Gnome, and I wouldn't advise that. There may be apps written for Gnome that you want access to that if you delete it, they will no longer run.

Enlightenment is fine for those that like it. What I'd suggest is just making it available as the default environment available from graphical login. You might also want to change your graphical login manager to KDE's version of it. I find KDE's graphical login manager much nicer, but I'm a Mandrake user...
 
Old 07-09-2003, 01:36 PM   #11
genoa
LQ Newbie
 
Registered: Jul 2003
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks all for your suggestions and comments. I hadn't slept much and I don't think my ramblings made enough sense to pull what I was actually looking for out of it.

JaseP got close though Basically, I just want to set E as the default Graphical Login for all logins. I'm not sure where this is set, as right now graphical login defaults to GNOME. I want to set it so that the default for login is E.
 
Old 07-09-2003, 01:37 PM   #12
genoa
LQ Newbie
 
Registered: Jul 2003
Posts: 9

Original Poster
Rep: Reputation: 0
BTW, I should clarify:

I don't want it defined by the user.

I just want E to load after bootup for login.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 from graphical login screen to text thinkpadbk Linux - Newbie 3 11-11-2005 07:18 PM
Change Graphical to Text Login bigrig2004 Linux - Hardware 2 12-22-2004 04:44 PM
Graphical login fail, text login works livewire98801 Linux - General 2 10-11-2004 06:09 PM
login to a text login not graphical applelinuxman Linux - Games 1 10-30-2003 12:16 AM
Gnome Graphical Login -> Text Login, how? Furtzi Linux - Newbie 1 03-09-2002 08:32 AM

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

All times are GMT -5. The time now is 02:30 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