15" T60 guys... For those who already own one

T60/T61 series specific matters only
Post Reply
Message
Author
own6volvos
**SENIOR** Member
**SENIOR** Member
Posts: 448
Joined: Fri Dec 10, 2004 8:11 pm
Location: Cincinnati, OH
Contact:

15" T60 guys... For those who already own one

#1 Post by own6volvos » Fri Mar 17, 2006 12:27 am

1st question: If you have the unit on a flat hard table, and use one hand to open the screen, with the other holding the units down, can you see some slight movement of the hinge connection piece (the shiney metal thing) on the left side of the laptop (near the power buttons). If you move the screen up and down, pay attention to the position of the hinge base compared to the bezel around the keyboard. The right hinge on mine is 100% solid when doing this, the left hinge has just a wee bit of movement.

2nd question: If you press down mildly hard above the "mute" button, can you hear the "nipping" sound of the fan making contact with something around it. This one caught me off gaurd a bit. I am guessing the fan is directly under this area.

These 2 things are making me wonder if something might be loose in that area, and some input from other guys/gals with the same size screen might be able let me know if this isn't just on my model.

EDIT: Oh yea, if you lift the screen up from either of the corners on my laptop, the left side hinge squeezes a good amount.

fullauto
Freshman Member
Posts: 72
Joined: Mon Jan 16, 2006 1:36 pm
Location: Houston, Texas

#2 Post by fullauto » Fri Mar 17, 2006 11:22 am

Hmmm, the answer to both questions is no. My T60 w/ 15" Flexview is absolutely solid around the hinge and "mute" button.

Dude, what do you think about the portion of the palm rest that is over the PCMCIA slot?

Scary, no?

own6volvos
**SENIOR** Member
**SENIOR** Member
Posts: 448
Joined: Fri Dec 10, 2004 8:11 pm
Location: Cincinnati, OH
Contact:

#3 Post by own6volvos » Fri Mar 17, 2006 3:15 pm

The palmrest over the pcmcia slots are solid on mine, the HD section has some flex though. Looks like my Flexview 15" is getting returned as lemon... this really sucks. I think I might just buy an american made welder instead of another laptop :(

kaotic504
Freshman Member
Posts: 85
Joined: Sat Mar 04, 2006 1:37 am
Location: New Orleans, LA

#4 Post by kaotic504 » Sat Mar 18, 2006 2:24 pm

fullauto wrote:Hmmm, the answer to both questions is no. My T60 w/ 15" Flexview is absolutely solid around the hinge and "mute" button.

Dude, what do you think about the portion of the palm rest that is over the PCMCIA slot?

Scary, no?
i've expressed the same issue in my post. it's just too thin compared to my T22, the plastic on this doesn't feel nearly as thick but now we have a "roll cage"
T60 15"
X41 Tablet

fullauto
Freshman Member
Posts: 72
Joined: Mon Jan 16, 2006 1:36 pm
Location: Houston, Texas

#5 Post by fullauto » Sun Mar 19, 2006 6:13 pm

kaotic: actually is was your thread that brought this issue to my attention. Thanks.

Wow, I don't understand how the palm rest could be different on another T60 with a 15" display.

Oh well, just going to have to be very careful.

After 7 days, the T60 is looking good...except the core-duo is no where near as fast as I was expecting. I am developing a multi-threaded, realtime app; and I thought the new Intel CPUs was going to scream.

Not by a long shot... We need to get from an execution frequency of 60s down to 10s. I am inverting a very large matrix at every execution and the core-duo just ain't up to it... :(

christopher_wolf
Special Member
Posts: 5741
Joined: Sat Oct 08, 2005 1:24 pm
Location: UC Berkeley, California
Contact:

#6 Post by christopher_wolf » Sun Mar 19, 2006 6:19 pm

fullauto wrote:kaotic: actually is was your thread that brought this issue to my attention. Thanks.

Wow, I don't understand how the palm rest could be different on another T60 with a 15" display.

Oh well, just going to have to be very careful.

After 7 days, the T60 is looking good...except the core-duo is no where near as fast as I was expecting. I am developing a multi-threaded, realtime app; and I thought the new Intel CPUs was going to scream.

Not by a long shot... We need to get from an execution frequency of 60s down to 10s. I am inverting a very large matrix at every execution and the core-duo just ain't up to it... :(
Inverting a huge matrix at every execution? Depending on how large that is, I am not sure a even a workstation could handle a load like that. Sounds like it could be optimized. ;) :)
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c

~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"

brendel95
Posts: 19
Joined: Fri Dec 09, 2005 1:30 pm

#7 Post by brendel95 » Sun Mar 19, 2006 7:57 pm

It should depends much more on your matrix solver algorithm and size of matrix. To take advantage of the dual core or any multi cpu cluster, you should parallelize code and run it.

christopher_wolf
Special Member
Posts: 5741
Joined: Sat Oct 08, 2005 1:24 pm
Location: UC Berkeley, California
Contact:

#8 Post by christopher_wolf » Sun Mar 19, 2006 8:11 pm

brendel95 wrote:It should depends much more on your matrix solver algorithm and size of matrix. To take advantage of the dual core or any multi cpu cluster, you should parallelize code and run it.
In other words, more optimization.

I have spent many a night optimizing code for very nearly the same reason; I would think "Oh, is this Opteron setup hot; I bet it will blaze through this" then get suprised when it didn't go through nearly as fast as I had expected. I had to optimize my stuff quite a bit to get it to go faster. I had previously gotten a TI83 to do fairly large FFTs in under 1 minute beforehand, so I just slogged away at it. Lo and behold, I got far better results than I expected using the correct complier and flags. It also helps to see what can benefit from parallelization and what won't benefit as much from it. Amdahl's law applies here. :)
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c

~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"

brendel95
Posts: 19
Joined: Fri Dec 09, 2005 1:30 pm

#9 Post by brendel95 » Sun Mar 19, 2006 10:02 pm

I was talking about the algorithm like order O(N^2) or O(N^3) even O(N) (in some special case) algorithm. Then I believe, complier optimizing process has to come to speed up or you can parallelize if the algorithm is suitable to do that.

fullauto
Freshman Member
Posts: 72
Joined: Mon Jan 16, 2006 1:36 pm
Location: Houston, Texas

#10 Post by fullauto » Mon Mar 20, 2006 12:32 am

christopher_wolf wrote: Lo and behold, I got far better results than I expected using the correct complier and flags.
I am new to multiprocessing, and I suspect (hope) there are switches buried in the documentation on the compiler for taking advantage of a dual core.

I am still perplexed though, I am only seeing a total of 50% CPU loading (I spawn a separate thread to crunch through the calcs), and total elapsed time is approx. the same between the 1.8 core-duo system and a 1.8 single core Centrino M system per execution.

Multiprocessing 101: how can I clearly see the advantage of a dual-core CPU system running XP (i.e. can XP really take advantage of multi-cores?)

sidd
Posts: 16
Joined: Wed Mar 15, 2006 11:27 pm
Location: San Diego, CA
Contact:

#11 Post by sidd » Mon Mar 20, 2006 1:18 am

fullauto wrote: Multiprocessing 101: how can I clearly see the advantage of a dual-core CPU system running XP (i.e. can XP really take advantage of multi-cores?)
You can try to search for multithreaded algorithms for matrix inversion. Or, if possible have two separate threads work on two different matrices at the same time. Basically, you need two separate *computation* threads running in parallel to take the full advantage of the dual core system.
T60p (200783U)
Ordered: 2/17/2006
Initial Est. Ship Date: 3/27/2006
Current Est. Ship Date: 4/4/2006
Shipped on: 3/17/2006
Using it happily!
[One dead pixel]

christopher_wolf
Special Member
Posts: 5741
Joined: Sat Oct 08, 2005 1:24 pm
Location: UC Berkeley, California
Contact:

#12 Post by christopher_wolf » Mon Mar 20, 2006 1:27 am

Intel's compilers have some nifty abilities on their own chipsets; my first introduction with it was with FORTRAN parallelization and the Intel compiler on Linux. Going through some of the techniques they listed in the Numerical Recipes Books; after that, I noticed a huge improvement in how the programs operated and executed. I don't know what the deal is with other compilers on other systems...but they should have something very similar to it or at least have an easy way to integerate into the program (preferably via a language that supports it). :)
IBM ThinkPad T43 Model 2668-72U 14.1" SXGA+ 1GB |IBM 701c

~o/
I met someone who looks a lot like you.
She does the things you do.
But she is an IBM.
/~o ---ELO from "Yours Truly 2059"

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “ThinkPad T6x Series”

Who is online

Users browsing this forum: iModFrenzy, TPFanatic and 6 guests