Fedora Linux Support Community & Resources Center
  #1  
Old 5th July 2012, 09:50 AM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Unhappy F16->F17 Graphics Resolution Issue with ATI 4550

Hello,

I am running my system from F13, every time I upgrade using preupgrade I faces some graphics issues. I have ATI HD 4550 graphics card. Last time going from F15->F16 when I face graphics issues I decided to remove the proprietary driver and use default one. I forgot what I had done that time, but I use nomodeset in the boot options.

3 days back I upgraded from F16->F17, now the similar issue bothering me. I can get only 1600x1200 resolution when my system support 1680x1050. I tried to read everything related to this issue, but could not solve it.

This PC is my labs one, so, I dont need brilliant graphics, but reading is quite troublesome with 4:3 ration in a wide screen monitor. Plus due to this low, unoptimized resolution, the system also running slow. Can anyone help me regarding this.

Output

lspci | grep VGA is
Code:
01:00.0 VGA compatible controller: ATI Technologies Inc RV710 [Radeon HD 4550]
xrandr -q
Code:
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 400, current 1600 x 1200, maximum 1600 x 1200
default connected 1600x1200+0+0 0mm x 0mm
   1600x1200       0.0* 
   1280x1024       0.0  
   1280x960        0.0  
   1024x768        0.0  
   800x600         0.0  
   640x480         0.0  
   720x400         0.0
glxinfo |grep -i "\(render\|opengl\)"
Code:
direct rendering: Yes
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x300)
OpenGL version string: 2.1 Mesa 8.0.3
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_NV_conditional_render, GL_AMD_draw_buffers_blend,
I am trying almost for two days to solve it, I will be great full if anyone help me on this.
Attached Files
File Type: log Xorg.0.log (112.0 KB, 26 views)
Reply With Quote
  #2  
Old 5th July 2012, 11:43 AM
Agent20 Offline
Registered User
 
Join Date: Aug 2010
Location: England
Posts: 39
linuxfirefox
Re: F16->F17 Graphics Resolution Issue with ATI 4550

Hi,

Have you tried booting without using "nomodeset"?

To use the radeon open source graphics driver for OpenGL support you need to boot without using "nomodeset".

If you use "nomodeset" as a boot parameter then the system will fall back to the llvmpipe driver which means that OpenGL support is run on the CPU instead of the graphics card.

From my system with an HD4350 card I have run your command and get the following:

Code:
$ glxinfo | grep -i "\(render\|opengl\)"
direct rendering: Yes
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV710
OpenGL version string: 2.1 Mesa 8.0.3
OpenGL shading language version string: 1.20
OpenGL extensions:
    GL_EXT_vertex_array_bgra, GL_NV_conditional_render,
As you can see the Gallium driver is using the RV710 graphics card (not the llvmpipe driver). I get the correct monitor resolution and GNOME shell runs smoothly.
Reply With Quote
  #3  
Old 5th July 2012, 12:01 PM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Re: F16->F17 Graphics Resolution Issue with ATI 4550

Yes! I had tried without using nomodeset. In fact the output I submitted without using that option. You may see the log file, there it showing without nomodeset.
Reply With Quote
  #4  
Old 5th July 2012, 12:12 PM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: F16->F17 Graphics Resolution Issue with ATI 4550

Quote:
OpenGL vendor string: VMware, Inc.
If this is software rendering then it would also explain the slowliness ;-)

The ATI proprietary driver doesn't support this chip anymore, so you'll have to use the free radeon driver.
Reply With Quote
  #5  
Old 5th July 2012, 12:17 PM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Re: F16->F17 Graphics Resolution Issue with ATI 4550

I have no issues with using free version, I want to use that, but how, I could not able to find out

I have mesa-dri-drivers installed, thought that would do the work. However, it still fall into the software rendering or similar things..
Reply With Quote
  #6  
Old 5th July 2012, 12:26 PM
Agent20 Offline
Registered User
 
Join Date: Aug 2010
Location: England
Posts: 39
linuxfirefox
Re: F16->F17 Graphics Resolution Issue with ATI 4550

Do you have an /etc/x11/xorg.conf file that specifies the VESA driver? Try renaming the file if it exists (so that it will not be used) and then reboot again.

If you do not have an xorg.conf file or it still does not work after renaming it then have a look at the dmesg output:

Code:
$ dmesg > dmesg.txt
Look through the text file for message lines starting with [drm] and check that you see something similar to these lines:

Code:
[    1.252294] [drm] radeon defaulting to kernel modesetting.
[    1.252298] [drm] radeon kernel modesetting enabled.
[    1.256401] [drm] initializing kernel modesetting (RV710 0x1002:0x954F 0x174B:0xE990).
Kernel modesetting needs to be in use for the open source drivers to use the graphics card for OpenGL.
Reply With Quote
  #7  
Old 5th July 2012, 12:42 PM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Re: F16->F17 Graphics Resolution Issue with ATI 4550

In my system, there is no xorg.conf file. Also, I do not get any output for dmesg > dmesg.txt

I tried with radeon.modeset=1, but it did not work either.
Reply With Quote
  #8  
Old 5th July 2012, 12:53 PM
Agent20 Offline
Registered User
 
Join Date: Aug 2010
Location: England
Posts: 39
linuxfirefox
Re: F16->F17 Graphics Resolution Issue with ATI 4550

The demsg command I put in the earlier post will not return any output to the terminal, it should create a new file called dmesg.txt in your current directory (the home directory if you have not changed directory). You can then check the file using gedit or whatever editor you like to use. You could also attach it to your next post.

Also, when checking for the xorg.conf file I gave the incorrect directory in the previous post it should be /etc/X11/xorg.conf (with a capital X in X11)

Last edited by Agent20; 5th July 2012 at 01:02 PM. Reason: Added extra info
Reply With Quote
  #9  
Old 6th July 2012, 06:58 AM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Re: F16->F17 Graphics Resolution Issue with ATI 4550

here is my dmesg.txt file. There is no [drm] line..
Attached Files
File Type: txt dmesg.txt (69.4 KB, 34 views)
Reply With Quote
  #10  
Old 6th July 2012, 07:04 AM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Unhappy Re: F16->F17 Graphics Resolution Issue with ATI 4550

regarding xorg.conf file.. I had earlier exp, so I know the actual directory. I tried with, without the config file. Nothing helps.
Reply With Quote
  #11  
Old 6th July 2012, 07:46 AM
Agent20 Offline
Registered User
 
Join Date: Aug 2010
Location: England
Posts: 39
linuxfirefox
Re: F16->F17 Graphics Resolution Issue with ATI 4550

The system sees the graphics card when booting (dmesg contains references to PCI device ID 01:00.0 which is the graphics card that you listed in your first post of this thread).

No messages containing [drm] or radeon though. Is the radeon driver still blacklisted from when you were running the proprietary driver?

Check in file /etc/modprobe.d/blacklist.conf to see if radeon is listed. If it is then that is the reason why the open source drivers are not loading, you can comment out or delete the "blacklist radeon" line.
Reply With Quote
  #12  
Old 6th July 2012, 08:01 AM
sumankundu Offline
Registered User
 
Join Date: Jun 2011
Location: Kolkata
Age: 29
Posts: 10
linuxopera
Smile Re: F16->F17 Graphics Resolution Issue with ATI 4550

Thank You so much Agent20. Also, thanks to all who ever tries to help me. It was indeed blacklisted. I remove both readon and readonhd from the blacklist file. Thanks a ton.

I dont know how to change the post subject to [solved]. So, need help on this again.. :P
Reply With Quote
  #13  
Old 6th July 2012, 08:09 AM
Agent20 Offline
Registered User
 
Join Date: Aug 2010
Location: England
Posts: 39
linuxfirefox
Re: F16->F17 Graphics Resolution Issue with ATI 4550

I'm glad it is working now. It looks like you found the [solved] already!
Reply With Quote
Reply

Tags
4550, ati, f16&gtf17, f16>f17, graphics, resolution

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Radeon drivers - 4550 tpprynn Hardware & Laptops 1 28th July 2011 11:23 AM
Fedora12 + Radeon 4550 JoccE Using Fedora 1 13th July 2010 04:06 PM
Resolution issue with new graphics card giftiger_wunsch Hardware & Laptops 6 8th April 2010 09:42 PM
Resolution issue - Fedora 7 & Matrox graphics FreddyT Hardware & Laptops 0 28th October 2007 07:40 PM
Weird Intel Graphics driver issue (Not the resolution one! :)) ibpalle Hardware & Laptops 17 7th October 2007 09:40 PM


Current GMT-time: 07:55 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat