You are not logged in.
Suppose that I have at least:
8 Gigabytes of RAM and
250, Gigabytes of solid state HDD,
Intel core2 Quad 2500,
Should I use Arch64?
Offline
IMHO, go for it.
Look at it the other way -- do you have any reason to need Arch32 instead?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I was trying out 64 bit linux very early and it was quit a mess these days, which kept me from trying it for a long time.
But some days ago when i wanted to reinstall anyway i decided to give it a shot once more. And what shall i say, it just works great. I had to relog after installing the flashplugin to get it working, but compared to some years ago 64 evolved very well.
Like some other ppl in the net say: There is no reason not to use it.
Offline
8Gb RAM = x86_64
Online
I switched to 64 bit Arch 3 months ago when i got a new computer and haven't noticed any problem because of it.
Even if you need one of the few binary-only, 32-bit-only app (Skype? GoogleEarth?) you can install a few 32 bit libraries and use them. It's not ideal, but still much better than having a whole 32 bit system just for running them.
And having 8GB of RAM should make this decision a no-brainer.
Offline
And having 8GB of RAM should make this decision a no-brainer.
Wouldn't PAE work for x86?
Offline
The only reason to not use 64bits Linux at this point, is if your processor doesn't support it.
Offline
The only reason to not use 64bits Linux at this point, is if your processor doesn't support it.
Agreed.
Offline
I'd even run 64-bit on a little machine like a nettop at this point. (The Atom 230 and 330 are 64-bit capable.)
Offline
I'd say 64-bit. Some software doesn't support it, but I really have no idea why not — can't 64-bit processors run 32-bit code?
Offline
I'd say 64-bit. Some software doesn't support it, but I really have no idea why not — can't 64-bit processors run 32-bit code?
Yes, they do run 32-bit code but you must also have the 32-bit libraries installed that the 32-bit program is looking for. If you can install those libraries from community or unsupported then the 32-bit programs should work.
Offline
@karol: it would work (tried it with a custom kernel, running it on a mini-datacenter at home with 4GB of RAM... x86 with PAE that is), but for some reasons the developers are not willing to enable PAE for x86 (developers from almost all distros I know, except Pardus' developers that were considering doing that in a future release). It's said it would be performance impact by enabling PAE on a 32-bit kernel, but I've seen none noticeble.
Last edited by ckristi (2009-05-20 09:03:25)
In love I believe and in Linux I trust
Offline
@ckristi
Going against the current is always hard (but some say it's noble ;-) ). Recompiling the kernel is rather straightforward if you know your gear, so it's up to you: use the stock kernel / apps or try to do it your way.
[OT]I wonder how many people need mplayer compiled w/ smbclient - I don't. According to pacman, this "extra'' functionality costs me about 50MB - it's bigger than perl![/OT]
Offline
I wote for 64bit...its better for me, and faster ofcourse...
I do not speak English, but I understand...
Offline
@alecmg: there are some reasons, like incompatible (usually proprietary) applications.
@Pyntux: better, faster, but not 100% compatible with what some people need.
Last edited by ckristi (2009-05-21 03:52:55)
In love I believe and in Linux I trust
Offline
IMHO, go for it.
Look at it the other way -- do you have any reason to need Arch32 instead?
Agree! The only thing I miss (sometimes) is a pure wine 64bit implementation (alas, it will come!), since I hate installting lots of 32bit libs. Other then that I can't see why one shouldn't want it.
64bit is the future. Also you have a 64 bit processor and 8Gb of RAM, so why not use it?
Offline
@alecmg: there are some reasons, like incompatible (usually proprietary) applications.
@Pyntux: better, faster, but not 100% compatible with what some people need.
Maybe, but if don`t need skype or something like that (ofcourse, you can use that on 64bit....) 64bit is right choice...I think...
I do not speak English, but I understand...
Offline
You may be able to use it but what if I don't want to mess around with 2 different sets of libraries and apps (64bit/32bit) for just running skype or wine or whatever? Usually this means me getting dirty with installing those libraries by hand (few distros offer lib32 as a default for 64-bit or support for such a configuration). Mixing 64bit with 32bit is a job that's to some extent well done by MS, but I've seen nothing similar in the Linux world, even in "user-friendly" distros like Ubuntu. Of course, for a server configuration if your hardware permits it, go with 64bit by all means. For the desktop, if you need packages that only run on 32bit for now... a 32bit distro is just fine.
In love I believe and in Linux I trust
Offline
Mixing 64bit with 32bit is a job that's to some extent well done by MS,
It better be well done, 95% of the software for Windows comes only in 64bit flavors, they even ship Internet Explorer 32bit with their 64bit systems. It holds progress, and gives developers an excuse to not upgrade their software with 64bit support.
A prime example, there is no 64bit flash for windows, because it is not enforced, but there is 64bit flash for Linux because it is not enforced but is encouraged.
Offline
But there's an IE 64bit also. I cannot say the same about the Windows port of Firefox (not official anyways).
But let's stop here... none of us is here to praise Windows (I know I'm not!).
Last edited by ckristi (2009-05-21 12:50:44)
In love I believe and in Linux I trust
Offline
besides the ram limit, is there another reason for running arch64? im happy with my 32bit version since i dont need the extra address space
Offline
besides the ram limit, is there another reason for running arch64?
The 64-bit "resolution" is good for math.
Offline
besides the ram limit, is there another reason for running arch64?
The 64-bit "resolution" is good for math.
so the answer is no
Offline
Usually this means me getting dirty with installing those libraries by hand (few distros offer lib32 as a default for 64-bit or support for such a configuration). Mixing 64bit with 32bit is a job that's to some extent well done by MS, but I've seen nothing similar in the Linux world, even in "user-friendly" distros like Ubuntu.
In arch you should search repos for lib32-* or bin32-* packages. There are lots of them in aur. I use wine (and used 32bit flash plugin before a 64-bit plugin was released) on my 64-bit arch box and have never had to install anything by hand. In ubuntu there also are ia32-libs-* and lib32-* packages.
Offline