Phoronix Forums  

Go Back   Phoronix Forums > Linux Graphics / X.Org Drivers > Open-Source AMD/ATI Linux

Open-Source AMD/ATI Linux Technical support and discussion of the open-source Radeon, RadeonHD, and Avivo drivers.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-21-2007, 04:26 AM
neojia neojia is offline
Junior Member
 
Join Date: Mar 2007
Posts: 1
Question How to enable high resolution on external display with Radeon 7500 (FC6)?

hi,

I am running Fedora Core 6 on Thinkpad T42, which has a Radeon 7500. For the internal display it works very well with its highest resolution 1024x768. But when I am using an external display (such as Dell 1702FP), I cannot switch to a highest resolution. In FC3, it will automatically adjust to its highest resolution after plugging in.

So, is there any solution for my case?

Thanks,
Neo
Reply With Quote
  #2  
Old 03-21-2007, 07:06 AM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,564
Default

Did you try using system-config-display or manually changing the resolutions in your xorg.conf?
Reply With Quote
  #3  
Old 03-21-2007, 08:09 AM
glussier glussier is offline
Phoronix Member
 
Join Date: Nov 2006
Posts: 102
Default

If you are using the radeon open source driver, look for the "MergedFB" and "MergedXinerama" options in the device section of your xorg.conf file. The "Option "MetaModes" option will let you use both your Internal lcd and external monitors at different resolutions while retaining your 3d accelerations.

For example, heres 1 of my setups (Fedora Core 6) on a T42P with extended desktop setup with both monitors at different resolutions:

Code:
  
ection "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon R250 Lf [FireGL 9000]"
        BusID       "PCI:1:0:0"

        Option  "MergedFB" "true"
        Option  "MonitorLayout" "LVDS,CRT"
        Option  "CRT2HSync" "30-96"
        Option  "CRT2VRefresh" "47-150"
        Option  "CRT2Position" "LeftOf"
        Option  "MergedXinerama" "true"
        Option  "MergedNonRectangular" "true"
        Option  "PanelSize"     "1400x1050"
        Option  "MetaModes"     "1400x1050-1280x1024"
EndSection
BTW, note that the above setup let's me use my Thinkpad with either the onboard lcd panel only or with a dual monitor with extended desktop. If this is not what you need, be more accurate with your question.

Last edited by glussier; 03-21-2007 at 08:14 AM.
Reply With Quote
Reply

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

Forum Jump


All times are GMT -5. The time now is 02:39 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.