LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-07-2006, 07:13 AM   #1
taylorchase
Member
 
Registered: Feb 2006
Location: Nova Scotia, Canada
Distribution: Ubuntu 12.04, SLES 10, OS X 10.6
Posts: 73

Rep: Reputation: 15
xserver won't start fc5


hey, i stayed up till 3:30am last night to install fedora core 5 on my laptop. when the system rebooted everything was fine, i installed a couple of rpms with no problems. so around 3:45 i got tired and went to bed because i had school. today, at school, i booted my laptop and the xserver won't start. i configured my graphics card and display the same way that i had it in fc4. i tried numerous times to restart xserver but it won't let me change my display, it won't even go back to the default settings. so having 4 hours of sleep and looking forward to using fc5 all night, i am not happy. my graphics card is an ati rage mobility and my laptop is a compaq armada m700. btw i reformatted my hard drive when i installed fc5 so i did not upgrade from fc4. any help would be appreciated.
Chase
 
Old 04-07-2006, 07:31 AM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
ATI and NVidia graphics cards are known to be a problem with FC5....

Boot into runlevel and at least get a generic X11 configuration going.

When the grub splash screen is displayed press any key

Select your Fedora Core 5 boot choice and press the 'e' key
Select the line the begins with 'kernel' and press the 'e' key
At the end of the line add a space followed by the number 3
When done press the 'Enter' key followed by the 'b' key
Log on as root and do;

cp /etc/X11/xorg.conf /etc/X11/xorg.conf_mybackup
system-config-display --set resolution 800x600 --set depth 24

You can then test by using; startx

If this looks OK then your done if not then try the system-config-display command again and set the depth to 16


Also read; http://www.linuxquestions.org/questi...d.php?t=420876
 
Old 04-07-2006, 07:52 AM   #3
taylorchase
Member
 
Registered: Feb 2006
Location: Nova Scotia, Canada
Distribution: Ubuntu 12.04, SLES 10, OS X 10.6
Posts: 73

Original Poster
Rep: Reputation: 15
ok i got to here: "system-config-display --set resolution 800*600 --set depth 24"

now it says: "option --set not a unique prefix"

what does this mean?
 
Old 04-07-2006, 08:00 AM   #4
taylorchase
Member
 
Registered: Feb 2006
Location: Nova Scotia, Canada
Distribution: Ubuntu 12.04, SLES 10, OS X 10.6
Posts: 73

Original Poster
Rep: Reputation: 15
ok got i set the depth to 24 and it didn't work, i tried 16 and it gives me:
"Fatal server error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining."
 
Old 04-07-2006, 09:49 AM   #5
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
OK, looks like we need to really reconfigure the xorg.conf file;

system-config-display --reconfig --set resolution 800x600 --set depth 16 --set driver vesa

The error "could not open default font 'fixed'" suggests to me to have a look at your /etc/X11/fs/config file and check the catalogue portion. If the last line has a comma at the end of the line remove the bad extra comma. Also comment out (put the # sign in front of the line) the line if you see one about fixed.

Extra comma bad example;
/usr/share/fonts/default/Type1,

The fixed example;
/usr/share/fonts/default/Type1
 
Old 04-07-2006, 02:22 PM   #6
taylorchase
Member
 
Registered: Feb 2006
Location: Nova Scotia, Canada
Distribution: Ubuntu 12.04, SLES 10, OS X 10.6
Posts: 73

Original Poster
Rep: Reputation: 15
ok, i'm just going to try and reinstall fc5 to see what happens then i'll report back.
 
Old 04-07-2006, 10:55 PM   #7
taylorchase
Member
 
Registered: Feb 2006
Location: Nova Scotia, Canada
Distribution: Ubuntu 12.04, SLES 10, OS X 10.6
Posts: 73

Original Poster
Rep: Reputation: 15
it works now, this time i didn't install mesa, now i can't connect to the internet though.
 
Old 04-08-2006, 07:10 AM   #8
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
I'm glad you got the video working..... Yea!!!!

I'm sad you cannot connect to the Internet
 
Old 05-15-2006, 03:02 PM   #9
PaulH
LQ Newbie
 
Registered: Apr 2006
Posts: 6

Rep: Reputation: 0
I had a similar problem. Installed FC5 using gui but after installation xserver didn't start. I already had FC4 running which helped in resolving my issue.

After numerous hours I finally got xserver to start but only in 800x600.

1. Fresh install of FC5
2. Followed EXACTLY the ATI & NVidia Graphics Acceleration guidance in Stanton-finley.net's FC5 installation guidance.
3. Modified the grub.conf file to include the new kernel and specified that it start in init 3 mode (placed a '3' at the end of the startup line)
4. Restarted PC and selected the new FC5 at start up.
5. After logging in I used the info in Lenard's reply above as modified below.
system-config-display --reconfig --set-resolution=800x600 --set-depth=16 --set-driver=vesa

I am up and running but only in 800x600 resolution.
 
  


Reply

Tags
jar



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
Xserver won't start - please help Horos23 Linux - Software 7 01-16-2006 02:26 PM
Cannot start Xserver hywaydave23 Red Hat 5 11-18-2005 10:33 AM
Xserver won't start havelino Linux - Software 1 10-30-2005 04:10 AM
XServer do not start mcp_achindra Linux - Software 1 04-29-2004 06:24 AM
xserver doesn't start Obscure Mandriva 3 09-08-2003 01:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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