Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165634
Collapse All | Expand All

(-)/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.35.5.ebuild (+12 lines)
Lines 66-71 Link Here
66
		die "Need a 2.6 kernel to compile against!"
66
		die "Need a 2.6 kernel to compile against!"
67
	fi
67
	fi
68
68
69
	if linux_chkconfig_present PARAVIRT; then
70
		eerror "The current ati-drivers don't compile when having"
71
		eerror "paravirtualization active due to GPL symbol export estrictions."
72
		eerror "Please disable it:"
73
		eerror "	CONFIG_PARAVIRT=n"
74
		eerror "in /usr/src/linux/.config or"
75
		eerror "	Processor type and features -->"
76
		eerror "		[ ] Paravirtualization support (EXPERIMENTAL)"
77
		eerror "in 'menuconfig'"
78
		die "CONFIG_PARAVIRT existent"
79
	fi
80
69
	if ! linux_chkconfig_present MTRR; then
81
	if ! linux_chkconfig_present MTRR; then
70
		ewarn "You don't have MTRR support enabled, the direct rendering will not work."
82
		ewarn "You don't have MTRR support enabled, the direct rendering will not work."
71
	fi
83
	fi

Return to bug 165634