Error message says:
VT-x/AMD-V hardware acceleration is not available on your system. Certain guests (e.g. OS/2 and QN) require this feature and will fail to boot without it
Reference(s):
https://forums.virtualbox.org/viewtopic.php?f=2&t=48256
VT-x/AMD-V hardware acceleration is not available on your system. Certain guests (e.g. OS/2 and QN) require this feature and will fail to boot without it
$: sudo lshw -class memory
*-firmware description: BIOS vendor: Winbond Electronics physical id: 0 version: A06 date: 10/02/2005 size: 64KiB capacity: 512KiB capabilities: isa pci pcmcia pnp upgrade shadowing cdboot bootselect int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp smartbattery biosbootspecification netboot *-cache:0 description: L1 cache physical id: 700 size: 8KiB capacity: 8KiB capabilities: internal write-back data *-cache:1 description: L2 cache physical id: 701 size: 2MiB capacity: 2MiB clock: 66MHz (15.0ns) capabilities: pipeline-burst internal varies unified *-memory description: System Memory physical id: 1000 slot: System board or motherboard size: 2GiB *-bank:0 description: DIMM DDR Synchronous 533 MHz (1.9 ns) vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 0 serial: 00005128 slot: DIMM_A size: 1GiB width: 64 bits clock: 533MHz (1.9ns) *-bank:1 description: DIMM DDR Synchronous 533 MHz (1.9 ns) vendor: Hynix Semiconductor (Hyundai Electronics) physical id: 1 serial: 00004128 slot: DIMM_B size: 1GiB width: 64 bits clock: 533MHz (1.9ns)
$: sudo lswh -class cpu
*-cpu description: CPU product: Intel(R) Pentium(R) M processor 2.13GHz vendor: Intel Corp. physical id: 400 bus info: cpu@0 version: 6.13.8 slot: Microprocessor size: 2133MHz capacity: 2133MHz width: 32 bits clock: 133MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx up bts est tm2 cpufreq
$: cat /proc/cpuinfo
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Pentium(R) M processor 2.13GHz stepping : 8 microcode : 0x20 cpu MHz : 800.000 cache size : 2048 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx up bts est tm2 bogomips : 1596.16 clflush size : 64 cache_alignment: 64 address sizes : 32 bits physical, 32 bits virtual power management:
Blogger client force closes in my Droid Razr Maxx, can't use it at all :(.
This was observed with Blogger v2.0.
Ok, reboot of the phone fixes it.
$: wget --spider https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
Mouse Gesture | What it does |
Click anywhere | Lock screen: brings up login screen |
Move mouse to corner bottom left, then click popup icon | Either shows Start(home) screen or desktop screen |
Move mouse to corner top left, then click popup icon | Cycle through running applications |
Move mouse to corner bottom(or top) left, then move mouse up | Show running applications |
Move mouse to corner bottom right | Show Charms bar |
Right Click in Doc area | IE10MUI: Brings up address bar and tab bar |
Keyboard Shortcut | Action |
Win Key | Windows 8 Home Screen |
Any Key | Lock Screen - brings up login window |
Page Down/Page Up | In W8 Home Screen, move between tile groups |
Win+C | Open Charms bar |
Win+Q | Bring up integrated/semantic search |
Win+f | Search for Files |
Win+I | Charms bar Settings |
Win+K | Charms bar Devices |
Win+Tab | See running applications |
Win+D | Show Desktop |
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...