![]() |
|
|
#226 |
|
My name is Dave
Join Date: Apr 2006
Location: The Great White North
Posts: 10,777 (4.14/day)
Thanks: 4,498
Thanked 5,236 Times in 3,211 Posts
|
GART memory allocation is only 256MB.
|
|
|
|
|
|
#227 |
![]() |
Must have read the first post wrong then.
|
|
|
|
|
|
#228 |
![]() Join Date: Feb 2011
Location: Santa Cruz, California
Posts: 375 (0.45/day)
Thanks: 256
Thanked 17 Times in 15 Posts
|
Most excellent and apologies for a delayed response.
__________________
Anti-Mac. Doctor Who fan. Lag = internet connection issues and unrelated to single player framerates.
|
|
|
|
|
|
#229 | |
![]() Join Date: May 2009
Location: London, UK
Posts: 3,670 (2.48/day)
Thanks: 444
Thanked 770 Times in 679 Posts
|
Quote:
like i paid extra for 8gb ram, why not spend a little more to obtain a 64bit version rather than waste 5/8th of it... even for a home user when multi-tasking the speed up is immense with >3gb ram
__________________
![]() |
|
|
|
|
|
|
#230 | |
|
Doctor Moderator
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts
|
Quote:
its less about the maximum system ram of 4GB these days, and more about apps themselves needing more than 2GB. look at all the crash bugs with skyrim solved by the LAA mod on 64 bit OS's - so common it actually got included as an official patch. 32 bit OS is dead for the PC gaming world.
__________________
![]() Edumacational thread about PC Audio My external HDD's.5x samsung 1TB + 2x Seagate 1.5TB = 8 TB external storage 32 Bit OS vs 64 bit OS information How to get hardware accelerated H264 playback (DXVA) Netbook Owners United! |
|
|
|
|
|
|
#231 |
![]() Join Date: Oct 2007
Location: Chicago
Posts: 4,507 (2.20/day)
Thanks: 1,527
Thanked 1,579 Times in 1,122 Posts
|
Oh maybe that's it. Doubling. Did you see Black Panther's recent thread about GPU-Z monitoring? IIRC it was postulated that it seemed to be 768 over. But maybe it's doubled like you say and also maybe juts crossfire. Cause I too have it saying I am using more than I physically have.
__________________
“i dont care what consoles have they dont have mouse and keyboard” -crazyeyesreaper
![]() |
|
|
|
|
|
#232 |
![]() Join Date: Jan 2010
Location: Toronto, ON. Canada
Posts: 731 (0.60/day)
Thanks: 628
Thanked 160 Times in 99 Posts
|
__________________
|
|
|
|
|
|
#233 | |
![]() |
Quote:
|
|
|
|
|
|
|
#234 |
|
Doctor Moderator
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts
|
theoretically, if it was an LAA app yes.
__________________
![]() Edumacational thread about PC Audio My external HDD's.5x samsung 1TB + 2x Seagate 1.5TB = 8 TB external storage 32 Bit OS vs 64 bit OS information How to get hardware accelerated H264 playback (DXVA) Netbook Owners United! |
|
|
|
|
|
#235 |
|
Doctor Moderator
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts
|
i get excited when i see people post in this thread... and its always sad when its spam bots
__________________
![]() Edumacational thread about PC Audio My external HDD's.5x samsung 1TB + 2x Seagate 1.5TB = 8 TB external storage 32 Bit OS vs 64 bit OS information How to get hardware accelerated H264 playback (DXVA) Netbook Owners United! |
|
|
|
|
|
#236 |
![]() Join Date: Jan 2012
Posts: 10 (0.02/day)
Thanks: 2
Thanked 0 Times in 0 Posts
|
Mussels,
I happened to find this thread completely by chance while doing my "homework" on the potential of a future Crossfire setup for my PC. Excellent write-up. Very informative. However, what correlation would memory hole remapping have to the specific 32-bit addressing issue being discussed and how would it work out in practice? Would it be a viable solution for someone using 4 GB of RAM and two Radeon cards with 1 GB VRAM each who wants to stick with a 32-bit OS for whatever reason? My apologies if this has already been addressed, but I did skim through all 10 pages of comments before fielding this question. |
|
|
|
|
|
#237 | |
|
Eligible for custom title
Join Date: Jul 2007
Location: HTX
Posts: 10,078 (4.68/day)
Thanks: 1,359
Thanked 1,159 Times in 1,035 Posts
|
In all technicality its a driver compatibility issue under 32bit register.
Address remapping (the "memory hole") x86 chipsets that support more than 4 GB of RAM typically also support memory remapping (referred to in some BIOS setup screens as "memory hole remapping"). In this scheme, the BIOS detects the memory address conflict and in effect relocates the interfering RAM so that it may be addressed by the processor at a new physical address that does not conflict with MMIO. On the Intel side, this support once was limited to server chipsets; however, newer desktop chipsets like the Intel 955X and 965 and later support it as well. On the AMD side, the AMD K8 and later processors' built-in memory controller supported it from the beginning. As the new physical addresses are above the 4 GB point, addressing this RAM does require that the operating system be able to use physical addresses larger than 232.[11] This capability is provided by PAE. Note that there is not necessarily a requirement for the operating system to support more than 4 GB total of RAM, as the total RAM might be only 4 GB; it is just that a portion of it appears to the CPU at addresses in the range from 4 GB and up.[11] This form of the 3 GB barrier affects one generation of MacBooks,[12] lasting 1 year (Core2Duo (Merom) – Nov 2006 to Oct 2007): the prior generation was limited to 2 GB, while later generations (Nov 2007–Oct 2009) allowed 4 GB by supporting PAE and memory hole remapping, and subsequent generations (late 2009 onwards) use 64-bit processors and support over 4 GB. [edit] Windows version dependencies The final piece of the 3 GB barrier puzzle is a limit deliberately coded by Microsoft into the "non-server", or "client", x86 editions of Microsoft Windows: Windows XP, Windows Vista, and Windows 7. The 32-bit (x86) versions of these are able to operate x86 processors in PAE mode, and do so by default as long as the CPU present supports the NX bit.[13] Nevertheless, these operating systems do not permit addressing of physical memory above the 4 GB address boundary. This is not an architectural limit; it is a limit imposed by Microsoft as a workaround for driver compatibility issues that were discovered during testing.[14] Thus, the "3 GB barrier" under x86 Windows "client" operating systems can therefore arise in two slightly different scenarios. In both, RAM near the 4 GB point conflicts with memory-mapped I/O space. Either the BIOS simply disables the conflicting RAM; or, the BIOS remaps the conflicting RAM to physical addresses above the 4 GB point, but x86 Windows client editions refuse to use physical addresses higher than that, even though they are running with PAE enabled. The conflicting RAM is therefore unavailable to the operating system whether it is remapped or not. -Wiki- Quote:
__________________
Athlon XP USERS with COD 4 FIX http://www.techsupportforum.com/foru...ls-202011.html http://www.howorks.com/2011/02/24/ho...-memory-limit/ “Sometimes my level of fail is unprecedented.” -TheMailMan78
“This is what the force of a thousand suns looks like.” -3870x2
|
|
|
|
|
| The Following User Says Thank You to eidairaman1 For This Useful Post: |
|
|
#238 |
![]() Join Date: Jan 2012
Posts: 10 (0.02/day)
Thanks: 2
Thanked 0 Times in 0 Posts
|
@eidaraman1
Thanks. After reading this am I correct in assuming that, in theory, memory hole remapping would not make one bit of difference and may actually leave one worse off? |
|
|
|
|
|
#239 | |
|
My name is Dave
Join Date: Apr 2006
Location: The Great White North
Posts: 10,777 (4.14/day)
Thanks: 4,498
Thanked 5,236 Times in 3,211 Posts
|
Quote:
Remapping this space takes it from the 2GB spot(which makes a 2GB usable limit), and re-maps it to the upper end of the addressing limit. If it is not re-mapped, the space above 2GB would be unusable. |
|
|
|
|
|
|
#240 |
|
Eligible for custom title
Join Date: Jul 2007
Location: HTX
Posts: 10,078 (4.68/day)
Thanks: 1,359
Thanked 1,159 Times in 1,035 Posts
|
its just a compatibility share for 32bit os, but in all technicality the computers are limited with 32bit, 64bit does provide a better user experience and does boot fast
__________________
Athlon XP USERS with COD 4 FIX http://www.techsupportforum.com/foru...ls-202011.html http://www.howorks.com/2011/02/24/ho...-memory-limit/ “Sometimes my level of fail is unprecedented.” -TheMailMan78
“This is what the force of a thousand suns looks like.” -3870x2
|
|
|
|
|
|
#241 |
![]() Join Date: Jan 2012
Posts: 10 (0.02/day)
Thanks: 2
Thanked 0 Times in 0 Posts
|
@cadaveca
Fair enough. My concern was that, theoretically, the VRAM would be hoisted to a memory range the OS can't access, therefore rendering it unusuable. I guess I'm overthinking this. @eidairaman1 Oh, I have no doubt that a 64-bit OS is the better solution. Nowadays, there's really not much of a practical choice between XP and 7 any more. Unfortunately, 7 is a bit of a hard sell for me due to potential issues with some of my hardware. I really don't want to have to perform voodoo to get the OS to recognize components simply because the drivers aren't signed. |
|
|
|
|
|
#242 | |
|
Eligible for custom title
Join Date: Jul 2007
Location: HTX
Posts: 10,078 (4.68/day)
Thanks: 1,359
Thanked 1,159 Times in 1,035 Posts
|
What is your hardware?
Quote:
__________________
Athlon XP USERS with COD 4 FIX http://www.techsupportforum.com/foru...ls-202011.html http://www.howorks.com/2011/02/24/ho...-memory-limit/ “Sometimes my level of fail is unprecedented.” -TheMailMan78
“This is what the force of a thousand suns looks like.” -3870x2
|
|
|
|
|
|
|
#243 |
|
Doctor Moderator
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts
|
yeah if you're in a situation where your hardware has no signed x64 drivers, you either need to replace that hardware, or stick with old hardware and software.
there comes a point where its not worth keeping the old stuff any more, and mixing with new hardware just wont work right due to OS requirements.
__________________
![]() Edumacational thread about PC Audio My external HDD's.5x samsung 1TB + 2x Seagate 1.5TB = 8 TB external storage 32 Bit OS vs 64 bit OS information How to get hardware accelerated H264 playback (DXVA) Netbook Owners United! |
|
|
|
|
|
#244 |
![]() Join Date: Mar 2005
Location: Ancient Greece, Acropolis
Posts: 2,209 (0.74/day)
Thanks: 1,204
Thanked 534 Times in 362 Posts
|
People, more ram the better. 64-Bit rocks all thanks to AMD. It's better to have both of these than not IMO.
__________________
|
|
|
|
|
|
#245 | |
|
OH, I have such a headache
Join Date: Dec 2004
Location: Planet Earth.
Posts: 6,105 (1.97/day)
Thanks: 1,863
Thanked 896 Times in 746 Posts
|
Quote:
Been on the 64 bit OS since windows XP ! Love it . |
|
|
|
|
|
|
#246 | |
|
Doctor Moderator
Join Date: Oct 2004
Location: Bendigo, Australia (NOT THE USA)
Posts: 34,559 (10.96/day)
Thanks: 3,700
Thanked 8,693 Times in 6,392 Posts
|
Quote:
AMD does deserve thanks there, as they did bring about operating systems that could run 32 and 64 bit at the same time.
__________________
![]() Edumacational thread about PC Audio My external HDD's.5x samsung 1TB + 2x Seagate 1.5TB = 8 TB external storage 32 Bit OS vs 64 bit OS information How to get hardware accelerated H264 playback (DXVA) Netbook Owners United! |
|
|
|
|
|
|
#247 |
|
OH, I have such a headache
Join Date: Dec 2004
Location: Planet Earth.
Posts: 6,105 (1.97/day)
Thanks: 1,863
Thanked 896 Times in 746 Posts
|
I agree . I just did not want this to become a CPU war thread . AMD did force Intel to hand out a much more flexible alternative and that is the best thing . Having only 64 bit with out the advantage of running anything else was some thing consumers would have never liked and would have dealt Intel a very hard blow if not KILL them all together ! AMD did a great service in this area and continues to put Intel in check . But lets not get too grateful for AMD's hand in this it has also given programers a green light to just keep to the CODE ! In other words since 64 bit OS and CPU's can run 32 bit software just fine we still have yet to see games and other fine things use 64 bit to the full potential hence stagnating the game industry I mean hell even the browser industry is still on 32 bit slow to produce any 64 bit software . This is JMHO .
|
|
|
|
|
|
#248 |
![]() Join Date: Jan 2012
Posts: 10 (0.02/day)
Thanks: 2
Thanked 0 Times in 0 Posts
|
@eidairaman1
Nothing terribly exotic or archaic. My hardware RAID card (LSI/3Ware 9650SE) is my biggest concern, although Microsoft swears it's supported out of the box in 7. I'd like to take their word for it, but the horror stories of Vista have left me skeptical. Of lesser concern are my reservations about the functionality of 32-bit programs in 7 like DOSBox and such. @Mussels If someone's using dated hardware and it's preventing them from taking advantage of a 64-bit OS, they should definitely consider upgrading their components. However, if it results in them essentially building an entirely new system around the OS, budget constraints may kick in. In my case, when I'm given the choice between buying another expensive RAID card or going with FakeRAID, the decision is not quite so practical. ![]() Edited to Add: Thanks once again to all for the replies. They've helped me to understand this problem more in depth than I had previously. Last edited by CoMF; Jan 18, 2012 at 12:41 AM. |
|
|
|
|
|
#249 |
![]() Join Date: Feb 2008
Location: Ga
Posts: 1,033 (0.54/day)
Thanks: 663
Thanked 254 Times in 203 Posts
|
Horror Stories from Vista are like cow pies in a pasture, and makes you smell just as bad. 7's nowhere near as bad as Vista was.
__________________
Spoiler
|
|
|
|
|
|
#250 |
![]() Join Date: Jan 2012
Posts: 10 (0.02/day)
Thanks: 2
Thanked 0 Times in 0 Posts
|
@Ahhzz
And implied insults are supposed to appeal to my logic and reasoning how, exactly? You know, I could bring up the fact that 64-bit operating systems, once the domain of servers, were forced upon the public by Microsoft before they had reached their maturity as a desktop operating system for the average user... I could also bring up that there's no shortage of Linux users who'd love to comment on the absurdity of needing 2 GBs of ram (per MS) just for your operating system overhead, but I digress. The fact of the matter is, yes. 7 is an arguably superior OS when compared to Vista. However, I also reserve my right to be skeptical of it because it's still relatively "new" to me and has "features" I'm not exactly sure I'd love. Thankfully, the civil and intelligent posts I've been reading are educating me in that regard. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MSI Radeon HD 4850 512 MB | W1zzard | Reviews | 46 | Nov 12, 2008 03:38 AM |
| Sapphire HD 3850 1024 MB | W1zzard | Reviews | 17 | Feb 15, 2008 01:09 PM |
| Sapphire HD 3870 512 MB | W1zzard | Reviews | 46 | Jan 25, 2008 08:18 AM |
| System Builder's Guide 2006 | djbbenn | Articles | 37 | Aug 25, 2006 02:47 AM |