On Tue, Sep 9, 2008 at 3:57 AM, mallikarjun arjun <[EMAIL PROTECTED]> wrote: > I googled how to enale hardware acceleration also but no fruitful result, > can you guide me?
The below command lets you know whether your proc supports Virtualisation Extension or not. $egrep '(vmx|svm)' /proc/cpuinfo If something like the below output is printed when you execute the above command then, your proc supports KVM. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm You can then start installing kvm and proceeding with other tutorials available all over the net. Have fun! Aanjhan -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
