Bugzilla – Bug 104069
Radeon MetaModes driver option interferes with SaX2 option handling
Last modified: 2005-08-12 09:48:43 UTC
The radeon driver's MetaModes driver option needs Spaces for seperating different modes, which does not work with SaX2 secondary monitor configuration. Instead of '-' and ' ' as delimiting characters the driver should additionally respect ',' and ';', which would make it compatible to the NVidia driver as well.
Created attachment 45687 [details] Patch for adding ',' and ';' as additional delimiter characters This patch updates the radeon, sis, and mga modules, which share about the same code.
Stefan, please assign to Marcus after fixing, to track the SaX2 changes.
Patch #291 (p_radeon_mga_sis_metamodes.diff): + patch -p0 -s 7 out of 7 hunks FAILED -- saving rejects to file programs/Xserver/hw/xfree86/drivers/ati/radeon_mergedfb.c.rej Could you recreate it for our SuSE 10.0 X.Org version, please? :-)
Created attachment 45809 [details] New patch, for SL 10.0 This should be it.
Thanks. Patch applied and xorg-x11 package submitted for STABLE now.
Thanks, enabled full featured MetaModes handling in SaX now