I'm downloading both versions of Ubuntu 12.04 at this moment. I'd like to install AMD64 on my portable, even though it's an Intel machine. Is there a website (or another way) where I can check compatibility?
Acer Aspire 5745G-724G50Mnks, Intel i7 with 4Gb RAM
To find information about your CPU including architecture, execute
lscpu
in terminal.Example:
yields ...
For Intel systems, the Vendor ID is -
GenuineIntel
and for AMD -AuthenticAMD
.But they are compatible. It is a bit of an historical artifact in that AMD was the creator of the 64 bit 'long' mode, and later Intel matched that creation.
But naming often refers to any 64 bit binary as an AMD/64bit format, usually with the label 'AMD64'.
Acer Aspire 5745G-724G50MNKS is 64 bit so you can run the amd64 download on it. I use the serial number (7545G) to google it and try to find items that included the architecture. Shops sell it with Windows 64 installed.
You will run into problems: looks like it is not 100% compatible with Ubuntu since I also found a bug report on this machine. It has amd64 stated as architecture so you can use amd64 on this.
This is a more general but very practical answer to questions like this. We assume that we have no idea on what hardware we are, and we do not want to know anything about processors or achitecture of our system.
If that is a success and you are able to try out Ubuntu on your machine you then know for sure that your CPU is capable of running 64-bit Ubuntu. In addition you will also know that other hardware you may have is compatible. An installation will then be a success. If it fails go ahead with the 32-bit version.
you could also get it from the proc.
or LSCPU as someone else already mentioned. And if you want to have a script that detects the vendor, then you could do something like the following: