http://bugs.freedesktop.org/show_bug.cgi?id=26582
--- Comment #10 from Andrew Randrianasulu <[email protected]> 2010-02-17 03:07:22 PST --- I don't understand what exactly connected to this videocard ... looking at radeon_encoders.c (gpu/drm/radeon) i found in func atombios_dac_setup strange case switch: else { <------><------>switch (tv_std) { <------><------>case TV_STD_PAL: <------><------>case TV_STD_PAL_M: <------><------>case TV_STD_SCART_PAL: <------><------>case TV_STD_SECAM: <------><------>case TV_STD_PAL_CN: <------><------><------>args.ucDacStandard = ATOM_DAC1_PAL; <------><------><------>break; <------><------>case TV_STD_NTSC: <------><------>case TV_STD_NTSC_J: <------><------>case TV_STD_PAL_60: <------><------>default: <------><------><------>args.ucDacStandard = ATOM_DAC1_NTSC; <------><------><------>break; so, it will set NTSC even for PAL-60? Can you try change this or tv_std = line in the same function? (hardcoding ....) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
