[Bug 6003] xorg problems radeon x600 new imac 12,1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 4 11:16:40 PST 2007


http://bugs.freedesktop.org/show_bug.cgi?id=6003





------- Comment #19 from agd5f at yahoo.com  2007-12-04 11:16 PST -------
(In reply to comment #15)
> Hi,
> 
> Each of the ConnectorTable value you sent changes only one thing : the screen
> has the right resolution (internal APP 1680x1050) but displayed on the wrong
> device (the external PHL 1280x1024). I don't find any ConnectorTable
> documentation. I would like to play a bit with it.

ConnectorTable defines various components associated with 2 outputs:
DDC line, DAC, TMDS encoder, Connector
See radeon_probe.h for the definitional of these fields.  For example:
Option "ConnectorTable" "1,2,2,1,2,1,2,2"

output 1: 1,2,2,1
DDCType: 1 - DDC_MONID
DACType: 2 - DAC_NONE - no DAC associated with that output
TMDSType: 2 - TMDS_NONE - no TMDS encoder associated with that output
ConnectorType: 1 - CONNECTOR_PROPRIETARY - LVDS connector

output 2: 2,1,2,2
DDCType: 2 - DDC_DVI
DACType: 1 - DAC_TVDAC - TV DAC associated with that output
TMDSType: 2 - TMDS_NONE - no TMDS encoder associated with that output
ConnectorType: 2 - CONNECTOR_CRT - VGA connector


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-driver-ati mailing list