Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Redhat / Fedora Linux Help > GUI not starting in Fedora 9

Forgot Password?
 Redhat / Fedora Linux Help   Help and discussion related to Redhat and Fedora Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 08-04-2008   #1 (permalink)
Just Joined!
 
Join Date: Aug 2008
Posts: 8
GUI not starting in Fedora 9

I installed Fedora 9 two days back.I had installed it in text mode.So it booted up in command mode and from there i have to type startx to enter GUI.Later i updated Fedora 9 using yumex.Now it's simply booting up to command mode.When i give startx command it shows a black screen for sometime and shows following error:

********************************
Fatal server error:
GLX:could not load software renderer

giving up
xinit: connection refused (errno 111): unable to connect to X server
xinit:No such process (errno 3): server error
*********************************

somebody told me to check the inittab.It was showing level 3 that i changed to level 5.But the problem is still there.I tried system-config-display.But that is also not working.Is there any way to correct this problem.I have attached the xorg log for reference.
Attached Files
File Type: zip Xorg.zip (6.2 KB, 1 views)
jackal_79 is offline  



Reply With Quote
Old 08-04-2008   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,596
Hi and Welcome !

Attach xorg.conf file in simple text format or post its contents here. Post the output of this too :
Code:
su -
lspci | grep -i vga
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 08-04-2008   #3 (permalink)
Just Joined!
 
Join Date: Aug 2008
Posts: 8
output of su - lspci | grep -i vga :
Code:
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)
jackal_79 is offline   Reply With Quote
Old 08-04-2008   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,596
I asked for contents of /etc/X11/xorg.conf file.
Anyways, you have to install Nvidia Driver.
Execute this
Code:
su -
rpm -Uhv http://rpm.livna.org/livna-release-8.rpm
yum -y install kmod-nvidia
init 3
nvidia-config-display enable
Reboot machine.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 08-04-2008   #5 (permalink)
Just Joined!
 
Join Date: Aug 2008
Posts: 8
Quote:
Originally Posted by devils casper View Post
I asked for contents of /etc/X11/xorg.conf file.
Anyways, you have to install Nvidia Driver.
Execute this
Code:
su -
rpm -Uhv http://rpm.livna.org/livna-release-8.rpm
yum -y install kmod-nvidia
init 3
nvidia-config-display enable
Reboot machine.
please find the contents of xorg.conf file.
*********************************************
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1400x1050" "1360x768" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480"
EndSubSection
EndSection
******************************************
one more thing. i have already enabled livna release 9.So do you still want me to got through the above command?
jackal_79 is offline   Reply With Quote
Old 08-05-2008   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,596
Contents of xorg.conf file are correct but you haven't install Nvidia driver yet.
Quote:
one more thing. i have already enabled livna release 9.So do you still want me to got through the above command?
No need to install Livna repo again. Install Nvidia driver only ( kmod-nvidia ).
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 08-06-2008   #7 (permalink)
Just Joined!
 
Join Date: Aug 2008
Posts: 8
Quote:
Originally Posted by devils casper View Post
Contents of xorg.conf file are correct but you haven't install Nvidia driver yet.

No need to install Livna repo again. Install Nvidia driver only ( kmod-nvidia ).
I installed the nvidia driver .Now it's automatically booting up in GUI.Thank you for helping.The only problem now is that Fedora is freezing occasionally while using Firefox.Is there any way to resolve this issue?
jackal_79 is offline   Reply With Quote
Old 08-06-2008   #8 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,596
It could be Graphics Card or Refresh rates problem.
Check your Monitor's Manual and add supported Refresh Rates ( HorizSync and VertRefresh ) in xorg.conf file.
Example :
Code:
Section "Monitor"
 Identifier "Monitor1"
 HorizSync 31.5-48.5
 VertRefresh 50-70
 EndSection
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 08-08-2008   #9 (permalink)
Just Joined!
 
Join Date: Aug 2008
Posts: 8
Quote:
Originally Posted by devils casper View Post
It could be Graphics Card or Refresh rates problem.
Check your Monitor's Manual and add supported Refresh Rates ( HorizSync and VertRefresh ) in xorg.conf file.
Example :
Code:
Section "Monitor"
 Identifier "Monitor1"
 HorizSync 31.5-48.5
 VertRefresh 50-70
 EndSection
i searched the manual as well as online but i was not able to find the refresh rates.Only thing i found in the manual is:

Horizontal scan range
30 kHz to 83 kHz (automatic)

Vertical scan range
56 Hz to 75 Hz (automatic)


Is that what you meant?.Anyway , my problem is that my computer is freezing only while using firefox.Any suggestions?
jackal_79 is offline   Reply With Quote
Old 08-08-2008   #10 (permalink)
Just Joined!
 
Join Date: Aug 2008
Posts: 8
Quote:
Originally Posted by jackal_79 View Post
i searched the manual as well as online but i was not able to find the refresh rates.Only thing i found in the manual is:

Horizontal scan range
30 kHz to 83 kHz (automatic)

Vertical scan range
56 Hz to 75 Hz (automatic)


Is that what you meant?.Anyway , my problem is that my computer is freezing only while using firefox.Any suggestions?
Now iam not sure that it's related to firefox.When i check my display settings it always shows the monitor type as LCD 1440 x 900 But when i try to change my resolution iam not getting the option of my native resolution i.e. 1440 x 900.Iam using a Dell SE 198WFP monitor.When i try selecting that monitor from display settings it says that the settings have been changed and ask me restart X server.But when i reboot and after i select the user and enter the password it just shows that default background screen of fedora.Then i had to go to command mode, start system-config-display and select the resolution as 800 x 600 and restart to work again. iam attaching my current xorg.conf file.You can note that the monitor type is still showing LCD 1440 x 900
jackal_79 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:30 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1