LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 08-15-2011, 12:48 PM   #1
Kamal Reddy
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Rep: Reputation: Disabled
Fedora 15 is frozen on reboot and AT drivers might be the problem


hi friends. Seems like fedora is giving me enough troubles now and then. I recently install AT radeon drivers in f15 and after that even though it worked properly and had no issues with rebooting. But from the third time onwards, when booted, it is loaded ie., I see a screen with fedoraa's icon and later it gives a black screen. I dont get the login option or anything. Just blank. I dont know what the problem is. It might not even be related to those drivers at all. Please help me on how to proceed on this issue.


Now I am able to login.However, I get an error window saying "Unfortunately GNOME 3 failed to start properly and started in the fallback mode.

This most likely means your system (graphics hardware or driver) is not capable of delivering the full GNOME 3 experience."
Does that mean Cant i use drivers for using graphic cards?

Last edited by Kamal Reddy; 08-15-2011 at 01:47 PM. Reason: updated information
 
Old 08-15-2011, 06:25 PM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Please show us your /var/log/Xorg.0.log file.

Adam
 
Old 08-16-2011, 03:51 AM   #3
Kamal Reddy
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
this is the log file. Thanks in advance
Attached Files
File Type: log Xorg.0.log (50.4 KB, 16 views)
 
Old 08-16-2011, 04:29 AM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You may have the proprietary drivers from AMD installed but your xorg.conf file (if you have one) doesn't tell Xorg to use the fglrx driver. You need to create a new xorg.conf file with 'aticonfig --initial'. Then reboot, and try again.

Adam
 
Old 08-16-2011, 04:49 AM   #5
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
It looks like your glx module is coming from ATI (AMD) but the Radeon module is from Xorg. Does this find anything?
Code:
lsmod |grep fglrx
If not you haven't loaded your proprietary driver.
ciao,
jdk
 
Old 08-16-2011, 04:53 AM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by jdkaye View Post
It looks like your glx module is coming from ATI (AMD) but the Radeon module is from Xorg. Does this find anything?
Code:
lsmod |grep fglrx
If not you haven't loaded your proprietary driver.
ciao,
jdk
Till he fixes his xorg.conf file to load just "fglrx", there's not much point in checking that output.

Adam
 
Old 08-16-2011, 07:49 AM   #7
Kamal Reddy
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
After creating that xorg.conf file, I got the blank screen again. It seems that keyboard takes the input but monitor doesnt display anything.

How can I uninstall those drivers and install default graphic card drivers of F15?
I dont even know what those drivers are.

lsmod |grep fglrx -This doesn't give any output either.

thanks a lot for bearing.
 
Old 08-16-2011, 07:57 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
If you want to get back to the open source drivers, we can help with that. If you want to try and get fglrx working, we can help with that as well.

So, to get back to the open source drivers, you will need to uninstall the proprietary ones you currently have installed. How you do that, though, depends entirely on how you installed the drivers in the first place... So how'd you do that?

Adam
 
Old 08-16-2011, 08:36 AM   #9
Kamal Reddy
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
http://www.multimediaboom.com/instal...-in-fedora-15/
I followed this process. WHen I screwed up, I removed those abovesaid drivers through add/remove software. Now, can i delete the xorg.conf file so that I can log back into fedora or will that create any problems?

It seems better if I undo waht I did and then reinstall ATI radeon 3400 drivers so that everything works properly again. How to do that?

Thanks.
Kamal
 
Old 08-16-2011, 08:38 AM   #10
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by adamk75 View Post
Till he fixes his xorg.conf file to load just "fglrx", there's not much point in checking that output.

Adam
Just a point of information from Adam about this problem. Does xorg in Fedora still use an xorg.conf file? I'm using Xorg 7.6 and there's no xorg.conf file - only an xorg.conf.d folder.

Never mind. I just read your previous post and see that you create it using aticonfig --initial but I don't understand how a proprietary GLX got loaded but not fglrx. I'm confused about this.
ciao & thanks,
jdk

Last edited by jdkaye; 08-16-2011 at 08:47 AM.
 
Old 08-16-2011, 08:43 AM   #11
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Kamal Reddy, yes, once you remove those packages via add/remove software, remove your /etc/X11/xorg.conf file and reboot. If all goes well, you will be back to using the open source drivers that come with F15 by default.

jdkaye, Xorg still uses an xorg.conf file if it is present.

Adam
 
Old 08-16-2011, 09:18 AM   #12
Kamal Reddy
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
Please tell me correct drivers that should be installed for AT radeon 3400 on F15.
Does Fedora 15 support this video card ?
 
Old 08-16-2011, 09:21 AM   #13
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
There are no "correct" drivers. You have two to chose from: the open source driver that F15 comes with or the proprietary driver that you installed via that guide you mentioned above. Both drivers support 2D and 3D acceleration. The open source drivers are better for using gnome3. You do not, typically, need to do anything to install the drivers since they come with Fedora 15.

Adam
 
Old 08-17-2011, 03:30 AM   #14
Kamal Reddy
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
one final doubt please...

Now blank screen is gone and I am able to use fedora but now the look is different from previous. I dont know how to put it but now for example,I get 'Applications' and 'Places' on top left instead of hot corner. I think all those effects are disabled which have anything to do with video card.

Thanks
Kamal
 
Old 08-17-2011, 03:45 AM   #15
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by Kamal Reddy View Post
one final doubt please...

Now blank screen is gone and I am able to use fedora but now the look is different from previous. I dont know how to put it but now for example,I get 'Applications' and 'Places' on top left instead of hot corner. I think all those effects are disabled which have anything to do with video card.

Thanks
Kamal
I don't know how Gnome works but I imagine it has a System Settings app which can configure things like Desktop Effects. That's where you should be able to enable or disable desktop effects. I know that on my KDE (4.6.5) the default was for the effect to be disabled. If Gnome is similar then you may need to enable them.
ciao,
jdk
 
  


Reply



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
ATI Drivers Forget Setting On Reboot in Fedora 14 OstermanA Linux - Hardware 2 05-04-2011 04:24 AM
Fedora 9 - first reboot problem Swagata Paul Fedora - Installation 3 08-03-2008 08:41 PM
reboot and restart problem Fedora Dannydy Linux - Hardware 3 10-13-2004 07:14 PM
fedora 2 install problem (no video after reboot) han303 Linux - Laptop and Netbook 1 09-02-2004 06:26 PM
how do i get frozen bubble for fedora 2? yeehi Linux - Games 5 06-14-2004 06:00 AM

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

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