Alan Coopersmith wrote: > John Martin wrote: >> Matt Keenan wrote: >>>> >>>>> if [ "x$arch_type" = "xi86pc" ]; then >>>>> >>>> Systems running Xen/xVM aren't compiz compatible? >>>> >>> I don't have Xen/xVM systems to hand to test >>> >> Most systems built in the last two years should have the capability. >> On the grub menu look for "Solaris xVM". Boot that. The nvidia >> driver bundled in Solaris Express and OpenSolaris supports full >> acceleration under xVM dom0. (Note: the driver currently at the >> NVIDIA download site does not support xVM dom0. Don't try >> to boot it unless you have the Sun supplied driver). > > So perhaps deleting the arch type check altogether makes the most sense. > > If the compiz binary is installed, the architecture supports compiz. > If not, then it doesn't. >
Actually that makes perfect sense... :) I'll remove the arch test. Matt
