Member Panel


Sponsors and Ads

Live Tag Cloud

PC Forum PC Help Forum » Operating Systems » Windows Vista » Two questions regarding VISTA

Windows Vista - Two questions regarding VISTA posted in the Operating Systems forums; First things first. How much RAM do you need to run vista smoothly? I was told by a friend that it requires 2GB to run at its full potential, but ...

JOIN US NOW to remove these Ads

Post New Thread  Reply
  #1  
Old 02-18-2008
reyer's Avatar
Bronze Member
 
Join Date: Apr 2007
Posts: 11
reyer - See this Members User comments on their Profile page
Default Two questions regarding VISTA

First things first. How much RAM do you need to run vista smoothly? I was told by a friend that it requires 2GB to run at its full potential, but while browsing new computers i saw loads that come with vista only have 1GB. Was i told a load of rubbish??

Second, my dad has just brought a new laptop, running vista, and the screensaver doesnt work. Doesnt matter what settings you put it on, it just doesnt come up. Could this be a problem with vista or would it be a problem in the pc??

Thanks in advance,
Dave.


  #2  
Old 02-18-2008
Jelly Bean's Avatar
Moderation Team Leader
My PC
 
Join Date: Feb 2008
Location: Swansea
Posts: 3,803
PC Experience: Experienced
Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page Jelly Bean - See this Members User comments on their Profile page
Send a message via MSN to Jelly Bean Send a message via Yahoo to Jelly Bean Send a message via Skype™ to Jelly Bean
Default Re: Two questions regarding VISTA

Ok Vista and RAM ok you need at leats 512 RAM just to get vista going.By time you download a few programms,open IE,etc etc Vista should run good at 2 gig but better still 4 gig.I would say between 2-4 gig of ram is best.


__________________
It is all in the hardware..........................................
Sources:
Microsoft Home Page /Seagate Home Page /Petri Home Page

PCHF Rules / Home Page / Prework /Windows Vista Home Page / XBOX360 / Test your Internet Speed
  #3  
Old 02-18-2008
tonyme's Avatar
Bronze Member
My PC
 
Join Date: May 2007
Posts: 93
tonyme - See this Members User comments on their Profile page
Default Re: Two questions regarding VISTA

I run it with 2GB of RAM and it's working great so far. I don't suggest less that that!


  #4  
Old 02-18-2008
Hengis's Avatar
PCHF Founder & Owner
My PC
 
Join Date: Jan 2004
Location: Berkshire, England
Posts: 10,856
PC Experience: Always learning
Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page Hengis - See this Members User comments on their Profile page
Send a message via Skype™ to Hengis
Default Re: Two questions regarding VISTA

I would say between 2-4 gig of ram is best
..although if you don't have 64bit Vista you'll only "see" 3gb.

Further reading;

Problem statement:
I just bought a system with 4GB of physical RAM in it. The BIOS posts 4GB, but Windows tells me that I have anywhere from 2.75 - 3.5GB of RAM. Where is the rest of my RAM?
Summary:
If you are running 32-bit Windows, you must live with it. You will not ever see all 4GB of RAM you've paid for.
If you are running 64-bit Windows, you may have to live with it. Depending on your motherboard's chipset, your system may support memory remapping. If so, you will be able to use all 4GB of RAM.
Detailed:
Due to an architectural decision made long ago, if you have 4GB of physical RAM installed, Windows is only able to report a portion of the physical 4GB of RAM (ranges from ~2.75GB to 3.5GB depending on the devices installed, motherboard's chipset & BIOS).
This behavior is due to "memory mapped IO reservations". Those reservations overlay the physical address space and mask out those physical addresses so that they cannot be used for working memory. This is independent of the OS running on the machine.
Significant chunks of address space below 4GB (the highest address accessible via 32-bit) get reserved for use by system hardware:

• BIOS – including ACPI and legacy video support
• PCI bus including bridges etc. • PCI Express support will reserve at least 256MB, up to 768MB depending on graphics card installed memory
What this means is a typical system may see between ~256MB and 1GB of address space below 4GB reserved for hardware use that the OS cannot access. Intel chipset specs are pretty good at explaining what address ranges gets reserved by default and in some cases call out that 1.5GB is always reserved and thus inaccessible to Windows.
When looking at memory in systems (be it desktop or notebook) there are three questions to ask that will tell you the maximum amount of memory your O/S will be able to use:
1. What O/S Edition have you installed?

a. 32-bit Windows is limited to a maximum of 4GB and cannot see any pages above 4GB. b. 64-bit Windows can use between 8GB and 128GB depending on SKU.
2. What address range can your processor actually access?
a. Typically that’ll be 40-bit addressing today for x64 (Intel EM64T/AMD64), but older processors may be limited to 36-bit or even 32-bit
3. Can your system’s chipset map memory above 4GB?

a. Mobile chipsets on sale today cannot (but that may change with time) b. Newer workstations (which use chipsets developed for single or multi-proc servers) usually can.
Windows can remap memory from below 4GB to above 4GB and use it there, however, that relies on the three points above:
1. Can Windows access memory above 4GB?

a. 32-bit – NO b. 64-bit – Maybe (due to chipset limitations)
2. Can your processor access memory above 4GB?
a. If it’s recent then it might, and if it’s either AMD64 or EM64T it’s almost certain
3. Does your chipset allow pages to be remapped above 4GB?
a. Probably not – and that’s what’s catching people who install 64-bit Vista to work around point 1 – they find they still cannot see above 4GB
In some cases, OEMs may be able to tweak their BIOS to reserve less memory for platform use, but we’re not talking a huge difference (ie, 100’s of MBs).
In the end a 32-bit OS and/or application can only, ever, handle 4GB of memory at a time, the AWE stuff just swaps chunks of memory in and out of that 4GB space, thus fooling the application and OS into using more space than it can “see”.
Physical Address Extension (PAE), extends the physical address space to 36-bits if your HW supports this. For most operations, the processor execution units will only see 32-bit addresses, the MMU will take care of the translation to 36bit addresses. No swapping here, only page translations (which are used regardless of PAE being on or not), this is a fundamental feature of any virtual memory operating system.
The OS and apps only see 32-bit addresses because the registers are limited to 32-bits (hence the “32-bit” architecture nomenclature). These are linear addresses which are extended to 36-bits in the translation to physical addresses, but they never show up in registers since there’s no room. It’s all internal until the address lines coming out of the chip are toggled. Thus my comment above about “if your H/W supports this (PAE)". I’m not going into how that works…
So, the OS can happily handle up to 64 GB of memory for 32-bit PAE-able systems.
Hope this helps explain the whole, ‘Why can’t I see 4 Gig of RAM in my system?” thing…

This information is written with XP in mind but the principles are the same for Vista.
references:
http://support.microsoft.com/kb/929605/en-us


__________________
> Pre-Work > System File Checker
> Did we help you? If we did, please consider A Donation
  #5  
Old 02-18-2008
upgrader's Avatar
Site Manager
My PC
 
Join Date: Jul 2006
Location: C:\ UK
Posts: 6,239
PC Experience: Some Experience
upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page upgrader - See this Members User comments on their Profile page
Send a message via MSN to upgrader Send a message via Skype™ to upgrader
Default Re: Two questions regarding VISTA

Im running with 2gb on vista32bit and it is fine for my needs - gaming, video editing and other less intensive work.


__________________
PCHF Rules--PCHF Prework--PCHF Downloads
  #6  
Old 02-22-2008
Rodents210's Avatar
Moderator
My PC
 
Join Date: Jan 2007
Location: Upstate NY, United States
Posts: 1,026
PC Experience: Very Experienced
Rodents210 - See this Members User comments on their Profile page Rodents210 - See this Members User comments on their Profile page
Default Re: Two questions regarding VISTA

Crysis runs fair at all max settings and manages off my meager 2GB. I do plan on 8GB in the future (I run 64-bit), but for now if Crysis runs all max off that I'll be fine. xD;;


__________________
_


+How to Post Your BSOD+
+ PCHF Prework +

Reply
New! Norton Internet Security 2008 – Download Now Click Here

Bookmarks

Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can your PC run Vista? Check out the Windows Vista Upgrade Advisor! chiaz Windows Vista 23 1 Week Ago 04:07 PM
[Tutorial]File and Printer Sharing in Windows Vista Jelly Bean Windows Tutorials 2 02-12-2008 10:32 AM
Vista SP1 RC1 Released Hengis Windows Vista 8 12-21-2007 04:01 AM
[Pending] VISTA and XP network weirdness poken1151 Network Help 2 09-15-2007 04:55 PM
Longhorn/Vista Transformation Pack Hengis Utilities 17 10-01-2006 07:46 AM


All times are GMT +1. The time now is 06:01 AM.
Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC7
All Graphics & Content Copyright © 2004-2008 - PC Help Forum.com


Back to Top