r300 and r600 is spare in the list

This commit is contained in:
Kolan Sh 2012-05-15 22:59:17 +04:00
parent a15b1d2117
commit 3e4ea058b8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ case "$DISTRIB_ID" in
eselect opengl set xorg-x11
for arch in 32bit 64bit; do
for chip in i915 i965 r300 r600 sw; do
for chip in i915 i965 sw; do
eselect mesa set $arch $chip classic &>/dev/null;
done;
done