View | Details | Raw Unified | Return to bug 351627
Collapse All | Expand All

(-)../sax.orig/libsax/desktop.cpp (+4 lines)
Lines 1682-1687 QString SaXManipulateDesktop::getDriverO Link Here
1682
		QTextOStream (&result)
1682
		QTextOStream (&result)
1683
			<< PROFILE_DIR << "NVidia_DualHead_DriverOptions";
1683
			<< PROFILE_DIR << "NVidia_DualHead_DriverOptions";
1684
	}
1684
	}
1685
	if (driver == "radeonhd") {
1686
		QTextOStream (&result)
1687
			<< PROFILE_DIR << "RadeonHD_DualHead_DriverOptions";
1688
	}
1685
	if (driver == "radeon") {
1689
	if (driver == "radeon") {
1686
		QTextOStream (&result)
1690
		QTextOStream (&result)
1687
			<< PROFILE_DIR << "Radeon_DualHead_DriverOptions";
1691
			<< PROFILE_DIR << "Radeon_DualHead_DriverOptions";
(-)../sax.orig/sysp/xstuff.c (-1 / +1 lines)
Lines 255-261 void ScanXStuff::Scan (void) { Link Here
255
	//======================================
255
	//======================================
256
	// try to detect the output plugin
256
	// try to detect the output plugin
257
	//--------------------------------------
257
	//--------------------------------------
258
	if (graphics[0].module == "intel") {
258
	if (graphics[0].module == "intel" || graphics[0].module == "radeonhd") {
259
		rroutput = srvmsg->CallRandR(config);
259
		rroutput = srvmsg->CallRandR(config);
260
		if (rroutput.empty()) {
260
		if (rroutput.empty()) {
261
			rroutput = "<undefined>";
261
			rroutput = "<undefined>";

Return to bug 351627