LinuxQuestions.org
Review your favorite Linux distribution.
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-05-2001, 09:26 AM   #1
Terri
Member
 
Registered: Jun 2001
Location: NY
Distribution: RedHat 7.2
Posts: 46

Rep: Reputation: 15
x-windows -or whatever u wanna call it-


Hey there all,
OK "I have Gnome installed and up until 20 mins. ago or so it was working just fine. I won't get into the details of how I screwed it up.
Right now I can boot into the console just fine but when I type startx I get and error of 'Fatal server error: A "Display" subsection is required in each "Screen" section'
When I do gdm, get the error 'gdm already running. Aborting!'
If I try to switch between screens with the ctrl/alt/F7 (?-I think thats it), the screen is just blank and I get no GUI.
<sniffle>
I just want my GUI back, can anyone help?
 
Old 07-05-2001, 09:54 AM   #2
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
If you want to try gdm again, then run
Code:
ps -ef | grep gdm
then get its process ID (pid)(the first number on the line) and then do a
Code:
kill -9 pid
Clearly don't actually type the pid bit - use the number you got from the ps... Then run GDM again.

Don't know what is causing the problem with the display as this is normally set by the X server, although you could try running
Code:
export DISPLAY=localhost:0.0
before running startx although this shouldn't be necessary!

HTH

Jamie...
 
Old 07-05-2001, 10:04 AM   #3
Terri
Member
 
Registered: Jun 2001
Location: NY
Distribution: RedHat 7.2
Posts: 46

Original Poster
Rep: Reputation: 15
Angry

Ok, wonderful suggestions, thank you but i have not gotten any father.
i tried the pid thing and all it does is bump me out and back to the logon.
got anything else?

i tried to do a linux rescue from the CD and it just froze while loading anaconda. should i just cut my losses and reinstall?
 
Old 07-05-2001, 10:06 AM   #4
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
To be honest there's hardly ever a need to reinstall, its only really necessary if you have corrupt or erased files - if you tell us how you broke X then someone might have done the same in the past and have solved it.

cheers

Jamie...
 
Old 07-05-2001, 10:25 AM   #5
Terri
Member
 
Registered: Jun 2001
Location: NY
Distribution: RedHat 7.2
Posts: 46

Original Poster
Rep: Reputation: 15
ok, here we go.
me, -and my big dumbass- moved a users workstation -redhat 7.1- because he wanted to be able to dual boot w/ windows. when i got the machine into the lab area the monitors that we have back here are not quite as nice as the users so the monitor was clicking on and off -refresh rate too high-
i tried for awhile to change it then gave up, took the machine back to the users office, and tried again through Xconfigurator to change it.
it appeared to be working then but when i brought it back to the crappy monitors, smae thing.
so i ran Xconfigurator again and it didnt like any setting i put in. i brought the nice monitor back and figured that i would just work in it form there but it was doing the same thing now as the others.
now i have them not flicking anymore but i cannot get into gnome and not even close to getting windows on it.

whew...

did that all make sense?

oh, and i also ran partiton magic on it and created another partition -for windows- but that was way before all this other evil began.
 
Old 07-05-2001, 10:33 AM   #6
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
Makes sense, in that I understand your explination of what you've done, but I don't understand why Xconfigurator would break it by changing the screen res... Unfortunately I'm not a Redhat user so I can't be much more use to you Hopefully there will be someone else on the list who can say "been there, done that" - if you're lucky they'll even have the T-shirt

Cheers!

Jamie...
 
Old 07-05-2001, 10:38 AM   #7
Terri
Member
 
Registered: Jun 2001
Location: NY
Distribution: RedHat 7.2
Posts: 46

Original Poster
Rep: Reputation: 15
Thanx for the optimisim
 
Old 07-05-2001, 10:41 AM   #8
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
Until it explodes I'm always confident I can fix it... if it explodes then I never touced it

Jamie...
 
Old 07-05-2001, 05:30 PM   #9
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
actually, i was having a problem very similar to this just yesterday when i was trying to optimize my refresh rates and whatnot on my monitor.

this is in the XF86Config file. in the "monitor" section, there's a bunch of modelines with resolutions, and other numbers representing the dotclock, the horizontal refresh, ect. i apparently adjusted the various settings beyond their limit, and the xserver just flickered and then dumped me to the command line. i had to kill the xdm, relogin as root, restore the XF86Config file, and 'voila, good as new, but unoptimized.

it sounds like you're having the same problem, messing with Xconfigurator, then X won't work, ect. you're going to need to find a backup of a modeline that worked, or you're going to need to calculate one on your own. it's not that bad tho, trust me. but you will need the monitor manual, or at least the specs. do a web search for "X modeline"... there's a few sites out there that can help further.
 
  


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
I just got Redhat 7.1 today and i wanna dual boot with Windows ME Candyman Linux - Software 11 08-09-2006 06:03 PM
Hint: Wanna try Linux, so wanna rig your Windows system to dual-boot? sundialsvcs Linux - Newbie 2 08-16-2005 02:56 PM
Call for a Windows owners HOW-TO shilo Slackware 15 09-30-2004 05:46 PM
call program on linux box from windows batch file naijaguy Programming 5 08-14-2004 11:12 AM
i wanna make a sharing between redhat v9 abd windows xp using samba but i cannot do abdelhlims Linux - Networking 1 07-13-2004 04:27 PM

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

All times are GMT -5. The time now is 07:39 PM.

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