I recently just got a similiar spec'd laptop. A Gateway CX210X (or M285E), their Tablet/convertable laptop. (Centrino) Intel Core 2 Duo T7200 (2.00Ghz), 2gig ram, 80gig 7200rpm sata drive, ATI X1400, etc... So far I'm really happy with it. On the linux side, I have just about everything working, save for the touchscreen and bluetooth, but I haven't had too much time to play lately.
I wouldn't think use flags would be as much of a concern as cflags. I installed mine following Bob P's Stage 3/1 install (since they don't have a Core Jackass! build yet :p ). I have the following:
Code: Select all
CFLAGS="-march=nocona -O2 -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
From what I read, the Core 2 Duo is has the EM64T extentions on it. This can be verified by seeing the lm in /proc/cpuinfo. lm=long mode which apparently is intel's EM64T. Also. you might be interested to know, the Core 2 Duo supports Vanderpool, intel's virtualzation. (vmx in cpuinfo, and may need to be turned on in the bios).
Overall I would say that your getting a decent laptop.
For mine, it is definatly quicker then my other laptop, P4 3.2 HT/EE Prescott with 1gig ram. Good luck!