Can I Install Amd64 Ubuntu On My Intel 64-bit Machine? [MTE Explains]

amd64-mainIf you have been to the Ubuntu download page, you will notice that there is a big list of ISOs that you can download. For the desktop version, there are always two versions: amd64 and i386. Which one should you download? Can I install the amd64 version of Ubuntu on my Intel machine? Let MTE explains to you.
[Read more...]

How to Increase the Memory Limit for 32-bit Applications in Windows 64-bit OS

4gbpatch-win7Most of us are now probably using a 64-bit Microsoft Operating System like Windows 7 x64 or Windows Vista x64, which allows the computer to address more than 3GB of RAM. Did you know, however, that any 32-bit applications you run are still limited to making use of only 2GB of RAM? This includes many games and probably the version of Microsoft Office you have installed, unless you specifically opted to install the 64-bit version.

You might wonder why this is a problem. Well, obviously if your system has more than 2GB of RAM, it’d be great to allow your applications or games to make use of it. Furthermore, some applications actually crash when they hit this limit, or start popping up boxes with out of memory errors. If you work on large excel files (500,000 rows+) then you’ll know what I’m talking about.
[Read more...]

Virtualbox: How to Set 32-bit Display In Ubuntu Guest [Quick Tips]

I installed Ubuntu Natty on my Virtualbox (Ubuntu guest on Ubuntu host) and the first problem that greeted me when I boot up is the 16-bit display error message:

The virtual machine window is optimized to work in 32 bit color mode but the virtual display is currently set to 16 bit.

Please open the display properties dialog of the guest OS and select a 32 bit color mode, if it is available, for best possible performance of the virtual video subsystem.

Note. Some operating systems, like OS/2, may actually work in 32 bit mode but report it as 24 bit (16 million colors). You may try to select a different color mode to see if this message disappears or you can simply disable the message now if you are sure the required color mode (32 bit) is not available in the guest OS.

It stated that your system is optimized to work in 32-bit, but the color quality is set to 16-bit. First of all, there is no “display properties” in Ubuntu that allows you to change from 16-bit to 32-bit. Secondly, when you open the monitor option, you can only select 800×600 (or lower) screen resolution.

Here’s what I did to solve the problem.
[Read more...]

How to Run 32-bit Apps in 64-bit Linux

processorMost Linux distributions have 64-bit versions for x86_64 processors, such as the AMD Athlon II or the Intel Xeon. Since these distributions maintain their own package repositories, they usually provide binary packages for all of their supported applications. If you are completely content with your out-of-box Linux installation, you may never need to run a 32-bit program.

Some commercial Linux software, particularly games, only provide 32-bit versions. In these rare cases, you will need to configure your 64-bit machine to run 32-bit software.
[Read more...]