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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-06-2012, 08:00 AM
|
#1
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Rep: 
|
Radeon driver instead of vesa_drv.so in Fedora 17
Hi, as you will recognize immediately from the question, I'm new to Fedora.
On my netbook (not the PC, see my signature at the bottom of the post) the vesa driver is loaded according to "Xorg.0.log". It uses a 1024x768 resolution on an unknown display instead of the 1366x768 of the existing display. Thus everything is stretched.
How can I make it use the "radeon" driver? I tried to add software but no "radeon" is offered. Do I need a different repository? If so, which one and how do I add it? How do I switch drivers?
Thanks in advance  .
|
|
|
|
09-06-2012, 08:17 AM
|
#2
|
|
Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware & Android
Posts: 5,292
|
radeon is in xf86-video-ati. The binary blob is called Catalyst. Kind of obvious, huh? :-).
AMD are kind of
Vesa --> radeon or catalyst is ok. If you need to swap again, be sure to read docs on the fedora site about it. It isn't straightforward.
|
|
|
|
09-06-2012, 10:09 AM
|
#3
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
Quote:
Originally Posted by business_kid
radeon is in xf86-video-ati.The binary blob is called Catalyst...
|
Funny. There is no xf86-video-ati on my PC but "Xorg.0.log" says
Code:
...
[ 16.953] (==) Matched ati as autoconfigured driver 0
[ 16.953] (==) Matched vesa as autoconfigured driver 1
[ 16.953] (==) Matched modesetting as autoconfigured driver 2
[ 16.953] (==) Matched fbdev as autoconfigured driver 3
[ 16.953] (==) Assigned the driver to the xf86ConfigLayout
[ 16.953] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 16.953] Module class: X.Org Video Driver
[ 16.953] ABI class: X.Org Video Driver, version 12.0
[ 16.953] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[ 16.953] Module class: X.Org Video Driver
[ 16.953] ABI class: X.Org Video Driver, version 12.0
[ 16.953] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 16.953] Module class: X.Org Video Driver
[ 16.953] ABI class: X.Org Video Driver, version 12.0
[ 16.954] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 16.954] ABI class: X.Org Video Driver, version 12.0
...
Nor does the software installation application find xf86-video-ati  . What now? What repository is it in?
|
|
|
|
09-06-2012, 10:53 AM
|
#4
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
You clearly have it installed already or Xorg would be unable to load it.
Please show us the full /var/log/Xorg.0.log file so we can see why Xorg is unable to use the radeon driver.
Adam
|
|
|
|
09-06-2012, 10:59 AM
|
#5
|
|
Guru
Registered: Aug 2005
Posts: 9,532
|
Quote:
16.953] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 16.953] Module class: X.Org Video Driver
[ 16.953] ABI class: X.Org Video Driver, version 12.0
[ 16.953] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[ 16.953] Module class: X.Org Video Driver
|
it already IS installed
the open ATI driver IS a DEFAULT part of fedora
it was and is installed BY DEFAULT
now if you want to switch the MUCH BETTER open driver with the "junk" proprietary binary blob
see the fedora guide pages
"Howto for fglrx / catalyst (Ati driver) "
http://forums.fedoraforum.org/showthread.php?t=155503
|
|
|
|
09-07-2012, 12:02 PM
|
#6
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
@adamk75 I attached Xorg.0.log and a much smaller and older Xorg.1.log. There are also 2 - 9 logs there -- whyever. Just holler if you need them.
@ John_VV No. I want to activate "radeon" (like I have in openSuSE and Ubuntu).
Btw. there is an "xorg-x11-drv-ati-6.14.4..." package installed...
Last edited by JZL240I-U; 09-07-2012 at 12:06 PM.
|
|
|
|
09-07-2012, 12:49 PM
|
#7
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
You are passing the nomodeset option to the kernel, which disables the radeon driver. Is there some reason you added this option?
Adam
|
|
|
|
09-08-2012, 07:26 AM
|
#8
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
No. This is the original setup Fedora 17 created during installation. I don't even know where those kernel options are set. I'm used to GRUB legacy and only now starting to work with GRUB2 *sigh*. Could you name the file where this is handled? I do know that I have to run "grub2-mkconfig" after tinkering with these things, but it is not in /etc/default/grub nor in the files in /etc/grub.d/ that much I remember. On Monday I'll have the netbook back and try my luck.
Last edited by JZL240I-U; 09-08-2012 at 07:28 AM.
|
|
|
|
09-08-2012, 05:28 PM
|
#9
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
I can assure you that Fedora does not pass nomodeset to the kernel by default. Perhaps you selected some failsafe option when you performed the installation.
I'm not completely sure where this option would normally, but my instinct tells me that it would be /etc/default/grub. There's a GRUB_CMDLINE_LINUX parameter which is where these types of options are typically stored.
Adam
|
|
|
|
09-10-2012, 04:12 AM
|
#10
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
Hmm.
Code:
GRUB_CMDLINE_LINUX="resume=/dev/sda3 debug --all verbose vga=1366x768"
#GRUB_CMDLINE_LINUX_DEFAULT="splash verbose vga=1366x768"
From the look of it you are right. Problem is, none of these existing parameters work (exept, perhaps, "resume"). I'm also aware, that "vga" is useless here. I'd dearly love to see the boot messages (pre-systemd and systemd), but they won't come  .
Btw. I copied this over from my Ubuntu installation -- where it works. Even worse, I changed the color scheme of the fonts in Ubuntu and can't find anymore where I did that  .
Any ideas what to do now?
Last edited by JZL240I-U; 09-10-2012 at 04:13 AM.
|
|
|
|
09-11-2012, 08:35 AM
|
#11
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
You won't believe this. This is how one should not go about a procedure of changes in a new distribution.
So I'm also testing Ubuntu.
Several weeks earlier I copied its /etc/default/grub file to Fedora -- and forgot about that when I started this thread. I also used Ubunty-syntax, when I called "grub2-mkconfig", i.e. I left out the output option "grub2-mkconfig -o /boot/grub2/grub.cfg" since that is the default in Ubuntu. Thus my Fedorea-grub.cfg was never changed from the Fedora-original, while I wondered abouot the "verbose output" of the "grub2-mkconfig" command in Fedora contrasting it to the few lines in ubuntu.
When I used "grub2-mkconfig -o /boot/grub2/grub.cfg" on fedora I got a new Fedora-grub.cfg. Booting hangs now at a late stage but I get all the messages I wanted. And I guess radeon is loaded too, I'll find out when booting finishes.
There is a "nomodeset" option in the original /etc/default/grub file of Fedora, sorry adamk75. But all in all you solved the problem in spite of my bunglings, for which I apologize. Thanks to everybody helping in this thread  , marking it solved now.
Last edited by JZL240I-U; 09-11-2012 at 08:47 AM.
|
|
|
|
09-14-2012, 07:04 AM
|
#12
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
|
|
|
|
09-20-2012, 06:43 AM
|
#13
|
|
LQ Newbie
Registered: Sep 2012
Posts: 2
Rep: 
|
What is the fixed you made here??
|
|
|
|
09-20-2012, 07:07 AM
|
#14
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,517
Original Poster
Rep: 
|
No fix really. I use "nomodeset" and the distorted screen. As said in the thread I linked to in my previous post, I have to update Fedora before complaining about a bug. Currently my service provider has problems, no chance to download all those fixes right now  ...
Last edited by JZL240I-U; 09-20-2012 at 07:13 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:51 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|