The most powerful memory for my Lenovo T60

dy_james

Distinguished
Mar 4, 2010
29
0
18,530
So I have an old Lenovo T60:
https://support.lenovo.com/ca/en/documents/migr-62722#mem

Recommended for memory expansion are:
2 GB PC2-4200 DDR2 SDRAM 533 MHz SO DIMM
or
256 MB, 512 MB, and 1 GB PC2-5300 DDR2 SDRAM 667 MHz SO DIMM.

I wanted to buy the second choice, which is this:
http://www.ncix.com/detail/corsair-2gb-1x2gb-ddr2-667mhz-54-22540.htm

I was wondering if I used 2 of this (to make 4GB), would I be able to use the whole 4GB? Or less than that (around 3GB)? I'm know the CPU (Intel Core Duo T5500 soon to be upgrading to a T7xxx) can only for 4GB, but I don't know about the chipset.
 


I don't know if the motherboard allows it, but I want to overclock the memory to 800MHz. Just in case the RAM isn't stable, would buying a PC-6400 help? The specs say motherboard can only run a DDR2 of PC2-5300, but it should take in a PC-6400, no problem, right?
 
It'll most likely accept a stick of DDR2-800 and automatically downclock it to DDR2-667 since that's the highest that's officially supported. Then, say you apply a 10% FSB overclock, it will become DDR2-733 😛 Any particular reason you want to overclock the RAM? I can almost guarantee it's more trouble than it's worth.
 
I just need a faster laptop. As I've had just about enough of javascript-intensive websites making a simple scroll through the page just painful. I'm just a software guy trying to converge with the hardware world.
 
What's the main problem? Instability? Heat dissipation? If it's the latter, won't adding copper shims be enough? I can even go for knocking off the trackpad for more space and exhaust. I hate using those things and this antique has a pointing stick anyways.
 
Ahh... That's a problem. I strictly don't use Windows. I thought using a Linux would be quite secure but people are still getting through that too.

I'm sticking with Linux, though, more secure of the two.
 
Also have to look into making my browser use hardware acceleration in Linux. One of the evils in Linux, there's no standard library for hardware acceleration (such as DirectX). Also the X-window system has too much overhead... So make that two.
 


Well, I should've stated that more carefully (OK, to be clear, Windows comes bundled with DirectX and if you're using a Linux with desktop environment then you most likely have Mesa, the most common OpenGL implementation).

But OpenGL is too application specific to producing vector graphics, while DirectX has always been very broad (even if we are talking about GPU-assisted functions). I may have my timelines wrong, but even the Direct Rendering Infrastructure (DRI), which COULD be used for hardware acceleration, was just backwardly made open as a separate library after it is written as support for Mesa and up to this day still hasn't been expanded well. There are other attempts as well for standard hardware acceleration libraries (mostly raster graphics, but not shaders either... I forgot), so that actually holds Linux back.

Historically, it roots from the GPU manufacturers not being cooperative with the whole open source society.