Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th September 2012, 07:26 PM
Coldbeer Offline
Registered User
 
Join Date: Aug 2012
Location: Iquique, Chile
Posts: 7
linuxsusechrome
A question, 32 or 64 bits

Hey all, i want install fedora in my new laptop but i not know if 32 or 64 bits.

My laptop spec is:


Samsung R430

Intel core duo T6600 2.2mhz

2 GB ram

Nvidia Geforce 310M 512 MB

320 GB Hard disk


Can anyone helpe me please?.



Thanks.
Reply With Quote
  #2  
Old 19th September 2012, 07:35 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfirefox
Re: A question, 32 or 64 bits

That processor is 64bit capable:

REF:
http://ark.intel.com/products/37255/...800-MHz-FSB%29
Reply With Quote
  #3  
Old 19th September 2012, 07:50 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: A question, 32 or 64 bits

Right, but with <4GB he doesn't need x86_64 nor PAE. There isn't a lot of performance difference for typical users, but the 64bit install uses more disk space and more DRAM. I'd certainly choose 32bit with the small DRAM.

Someday soon you may be able to install an x32 architecture distro that gets much of the x866_64 performance advantage, but uses only 32bit pointers and basic data types.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe

Last edited by stevea; 20th September 2012 at 12:12 AM.
Reply With Quote
  #4  
Old 19th September 2012, 07:53 PM
Coldbeer Offline
Registered User
 
Join Date: Aug 2012
Location: Iquique, Chile
Posts: 7
linuxsusechrome
Re: A question, 32 or 64 bits

thanks @marko and @stevea, downloading 32 bits (i386) version now.



PS: the latest 18 alpha https://fedoraproject.org/get-prerelease is usable or try with stable 17?

Last edited by Coldbeer; 19th September 2012 at 08:28 PM. Reason: PS
Reply With Quote
  #5  
Old 19th September 2012, 10:43 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: A question, 32 or 64 bits

I would definitely go with the F17 stable version!

Currently F18 is not a very good one to install. I have found it to be relatively stable once installed, but the install can be a nightmare unless you want to fiddle around with it.

They are going through a complete re-write of the installer, and it definitely is buggy.
Reply With Quote
  #6  
Old 19th September 2012, 11:37 PM
Coldbeer Offline
Registered User
 
Join Date: Aug 2012
Location: Iquique, Chile
Posts: 7
Thanks @DBelton, installing fedora 17 32 bits




Enviado desde mi GT-S5830 usando Tapatalk 2
Reply With Quote
  #7  
Old 20th September 2012, 12:23 AM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: A question, 32 or 64 bits

F18 isn't even in beta yet - only stupid ppl expect it to be very functional. There is a difference between,choosing a bruising edge distro and walking into a wood shredder with eyes wide open. NO ONE should use any F18 as of today except experimentally.

There is a substantial (~30%-40% IMNSHO) DRAM savings w/ the 32bit linux, regardless of distro. I would definitely use that on a 2GB dram system. 0.6GB for basics an 1.4GB for Mozilla/firefox
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #8  
Old 20th September 2012, 02:21 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfirefox
Re: A question, 32 or 64 bits

I'd still vote for x86_64 since you get twice the general registers in that architecture than x86.

I've looked at the difference in on the disk size of apps in 32bit vs 64bit and it seems pretty small and not worth
not using 64bit
Reply With Quote
  #9  
Old 20th September 2012, 02:56 AM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfirefox
Re: A question, 32 or 64 bits

Quote:
Originally Posted by marko View Post
I'd still vote for x86_64 since you get twice the general registers in that architecture than x86.

I've looked at the difference in on the disk size of apps in 32bit vs 64bit and it seems pretty small and not worth
not using 64bit
He doesn't have to care about disk space w/ 320GB. the big deal is DRAM size of the executable. The data sections, (.data & .bss) are about 2x as large for x86_64. This can add up to 30+% more dram required,

The extra memory accesses for 64bit pointers and ints is generally slower that the extra registers and extra instructions.

Use 32bit now.
Switch to x32 when available.
http://en.wikipedia.org/wiki/X32_ABI
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe

Last edited by stevea; 20th September 2012 at 02:59 AM.
Reply With Quote
  #10  
Old 20th September 2012, 03:30 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: A question, 32 or 64 bits

I tend to agree with stevea on this one.

With less than 4GB RAM:
The average user won't see any improvements using 64 bit over 32 bit unless they do a lot of video encoding/decoding, encryption, CAD, or run other big number crunching applications.

Most 3D applications don't see any performance improvement.

And depending upon how tight the memory is, you could actually see a decrease in performance running 64 bit.

One of the big performance improvements, he won't be able to utilize anyway. That is the memory mapped files. With less than 4GB of RAM, the memory mapped files are going to be the same in 32 bit or 64 bit.

Edit:

However, if the plans are to increase the amount of RAM in the system in the very near future, then it would be better to go ahead and install the 64 bit, and it would handle the added RAM automatically when it is installed.

Last edited by DBelton; 20th September 2012 at 03:33 AM.
Reply With Quote
  #11  
Old 20th September 2012, 04:47 AM
Coldbeer Offline
Registered User
 
Join Date: Aug 2012
Location: Iquique, Chile
Posts: 7
Thanks to all for the tips.

Installed f17 32 bits from DVD and after update "yum update" the system restart with kernel 3.5.3-1.fc17.i686.PAE automatically.
Thanks




Enviado desde mi GT-S5830 usando Tapatalk 2
Reply With Quote
Reply

Tags
bits, question

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of CUPS in 64 and 32 bits for a 32 bits printer driver? fiabledotbiz Using Fedora 1 14th October 2012 03:52 PM
32 bits livna packages on 64 bits fedora 8 RGB Using Fedora 3 25th June 2008 01:34 PM
building programs on FC5 (64 bits) for FC4 (64 bits) mtk Programming & Packaging 2 16th May 2006 06:36 AM
Question about /usr/include/bits/typesizes.h stefaandk Programming & Packaging 2 22nd July 2005 02:16 AM
Main difference between 32 bits and 64 bits lvthn Using Fedora 4 11th June 2005 06:39 PM


Current GMT-time: 20:50 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat