Xorg - radeon & X700 no go?

Patrick fedora at puzzled.xs4all.nl
Fri Dec 9 03:06:53 UTC 2005


On Thu, 2005-12-08 at 13:39 -0700, Michal Jaegermann wrote:
> On Thu, Dec 08, 2005 at 09:17:16PM +0100, Patrick wrote:
> > On Thu, 2005-12-08 at 09:37 -0700, Michal Jaegermann wrote:
> > [snip]
> > > To get my Radeon card working I had to add "NoDDC" _and_ turn off
> > > dri (not to load dri module).  See 
> > > 
> > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173439
> > > https://bugs.freedesktop.org/show_bug.cgi?id=5133
> > 
> > Still does not work. Here's what I did in xorg.conf
> > 
> > I commented out DRI so it showed:
> > #	load   "dri"
> 
> That is what I had to do to see anything but a blank screen
> (with a CPU usage around 99% to make things more interesting and
> the only possibility to login via remote).
> 
> > 	Option       "NoDDC" "1"
> 
> It is just 
> 
>         Option      "NoDDC"
> 
> but I do not think that this matters.  Besides if you were _not_
> getting crashes caused by DDC probing, and this depends on your
> hardware/firmware, then using this option will not help and possibly
> is even counterproductive.

Thanks for the tip. Here is what I found to get 1680x1050 on an Acer
Ferrari 4000 with an ATI X700 videocard running FC5t1/Rawhide x86_64:

In /etc/X11/xorg.conf:

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1680x1050"
	HorizSync    31.5 - 90.0
	VertRefresh  60.0 - 60.0
	Option	     "dpms"
	Modeline     "1680x1050"  121.00  1680 1704 1792 1876  1050 1051 1054
1065
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	Option      "MonitorLayout" "LVDS, NONE"
	Option      "PanelSize" "1680x1050"
	Option      "AGPMode" "8"
	VendorName  "ATI"
	BoardName   "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
EndSection

Regards,
Patrick




More information about the test mailing list