https://bugs.freedesktop.org/show_bug.cgi?id=28671 --- Comment #18 from Alex Deucher <agd5f@xxxxxxxxx> 2010-06-27 15:35:36 PDT --- (In reply to comment #17) > I thought that was the case. We have two connectors now, but no input to the > monitor (atleast on the DVI-D output). So our controllers and ddc lines must be > wrong? If no monitor is getting detected, the ddc lines are probably wrong. In the patch edit these two lines: + /* DVI - primary dac, dvo */ + ddc_i2c = combios_setup_i2c_bus(rdev, RADEON_GPIO_DVI_DDC); + /* DVI - tv dac, internal tmds */ + ddc_i2c = combios_setup_i2c_bus(rdev, RADEON_GPIO_MONID); Make sure they are not the same value. Try combinations the following values: RADEON_GPIO_VGA_DDC RADEON_GPIO_DVI_DDC RADEON_GPIO_CRT2_DDC RADEON_GPIO_MONID When you get the right one, you should get an edid from your monitor assuming it has one. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel