45W performance from 15W Kaby Lake-R …or How I learned to stop worrying and love the X1 Carbon
>>Malaysia ThinkPad User Community<<, Post Pics of your Setup & Discussion
>>Malaysia ThinkPad User Community<<, Post Pics of your Setup & Discussion
|
|
Mar 24 2018, 08:04 PM
Return to original view | Post
#1
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
|
|
|
|
|
Mar 25 2018, 02:30 AM
Return to original view | Post
#2
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
|
|
Mar 26 2018, 12:26 PM
Return to original view | Post
#3
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(shirogawawa @ Mar 25 2018, 03:17 PM) QUOTE 45W performance from 15W Kaby Lake-R …or How I learned to stop worrying and love the X1 Carbon by: George Kushnir (http://n4ru.it) Preface It’s time for another deep dive into laptop CPU performance, and as usual the subject of my testing will be a ThinkPad — the X1 Carbon 6th Gen — with an 8650U processor. After a month of fiddling around, and loads of testing and tweaking, I’m more familiar with the quirks surrounding the glorious Kaby Lake-R line — the series of Quad Core ULV chips that ship with a TDP of 15W. In this article we’ll be going over what Kaby Lake-R laptop CPUs are — really well binned 45W Kaby Lake chips in an UltraBook package! Turning the U into HQ The goal here is to extract near full and constant quad core performance out of our Kaby Lake-R chips. For that, we’re going to need a couple of tools. While normally, you would need just ThrottleStop for this, for some reason Power Limit Long/Short settings simply don’t want to work on Kaby Lake-R despite being supported. Using Intel XTU, we’ll be able to set the Turbo Boost Power Short and Max settings, as well as undervolt the CPU. Power Limits The simplest way to disable power throttling is through Intel XTU. Going to the Core settings and upping the “Turbo Boost Power Max” and “Turbo Boost Short Power Max” to something higher than stock settings will result in significant performance increases. Despite settings in XTU, some actions such as plugging in the charger or changing Windows power settings will “reset” the power limit, so you need to reapply XTU settings when you notice this occurring. Undervolting Next up we have undervolting. The settings in the screenshot above are specifically for my X1 Carbon 6th Gen, so your results may vary. Undervolting reduces overall power consumption without affecting performance, which reduces heat and wattage. You definitely want to find a stable undervolt and utilize it to get the best performance from your TDP limit increases. Configurable TDP Lucky for Kaby Lake-R (or at least for ThinkPad users), the configurable TDP setting is easily accessible through ThrottleStop. Selecting the TPL menu will allow you to quickly change your TDP limits without XTU. The configurable TDP Down and Up power limits are set to 10 W and 25W respectively. One feature of configurable TDP is that it allows you to modify the base clock to one of two non-default values — for the 8650U, that default value is 1.9GHz. If you want a big boost in battery life in exchange for non-boost clocks being lowered to 800MHz, enable TDP Level Control and change the value to 1. Likewise, setting the TDP Level to 2 will up the power limit to 25W and set the non-boost ratio to 2.1GHz, and 25W should sustain the full 3.9GHz boost on most medium loads. Enabling “Lock” will keep this setting until a reboot. Stock Results I used PassMark’s PerformanceTest 9.0 for synthetic benchmarks. Stock benchmarks from the X1 Carbon are awful. Without changing any of the settings, we get well below the average rating, which is to be expected given the Carbon’s incredibly aggressive stock throttling. Running multiple tests gave scores that varied wildly, with one as low as 7751, nearly 16% below the average, with the upper end being 8544. When unlocking the ridiculous 15W stock TDP limit, you get amazing results. I previously benchmarked using CPU-Z as well, and the results favor the 8650U against the 7700HQ across the board, surpassing even the 7820HQ in multithreading tests but averaging somewhere in between across the two benchmarks. The takeaway here is that these are really HQ chips that are aggressively throttled, but thankfully that throttling is user controllable. Automating TDP Limits Lucky for us, Intel XTU has a command line client that will allow us to automatically set these limits on boot. First, you have to enable script execution. All this requires is a one-liner to be run in the power shell console: CODE Set-ExecutionPolicy RemoteSigned -Scope CurrentUser Once that’s done, save the following code as a power shell script, and set it to run on boot, wake, etc. Change the italicized numbers to your desired values. If you have a different installation path for Intel XTU, change $xtu_path. CODE $xtu_path = 'C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XTUCli.exe' $status = get-service -name "XTU3SERVICE" | Select-Object {$_.status} | format-wide if ($status -ne "Running") { start-service -name "XTU3SERVICE"} # Undervolt Settings in mV & $xtu_path -t -id 34 -v -120 # Long Boost Settings in Watts & $xtu_path -t -id 48 -v 15 # Short Boost Settings in Watts & $xtu_path -t -id 47 -v 25 # Boost Time Settings in seconds (max 96) & $xtu_path -t -id 66 -v 96 stop-process -id $PID -force With Intel XTU you don’t need ThrottleStop unless you want to lock your clocks above the base. With ThrottleStop you can set your clocks to always turbo (3.9GHz all cores) and set your cTDP to 25W. With this configuration you can get full performance out of your Kaby Lake-R chips, despite most laptop manufacturers (or at least Lenovo) aggressively power throttling by default. One thing to note is that you need to enable XTU settings before opening ThrottleStop, otherwise XTU will fail to apply settings for some reason (it asks you to reboot, but settings won’t take affect if ThrottleStop is ever the first to start and enable its own settings.) |
|
|
Apr 9 2018, 07:31 PM
Return to original view | Post
#4
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(rwb911 @ Apr 9 2018, 05:26 PM) Hi guys! I hope this is the right place, if it isn't please remove it or let me know ya. If you want to get cpu upgradable thinkpad, get T440p i5.I'm a student looking to get a second hand laptop below 1k. My budget is unfortunately very low but regardless, I don't need to high spec because I won't be gaming and only be doing my work on my laptop. I've seen many recommendations for ThinkPads and I must say I'm very inclined to them! I would like to know from owners of ThinkPads, what are some things that prospective buyers have to look for and usually what's the ballpark figure like and if possible, what are the models to go for? So have I've seen the T430S very well recommended. I've seen very cheap thinkpads and I've seen expensive ones, even though they are pretty old by laptop standards. Appreciate your kind replies. Thanks all... Upgrade to i7 when the processor is getting cheaper. This model also easy to upgrade to ips fhd screen |
|
|
Nov 14 2018, 08:12 PM
Return to original view | IPv6 | Post
#5
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
|
|
Nov 27 2018, 01:57 PM
Return to original view | Post
#6
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(aqilsyafi @ Nov 22 2018, 10:47 PM) Anyone still using x230?...bought refurbish set and done some updating on the hardware - swap ssd and upgrade 16gb...the temperature quite hot while running heavy load up to 70 celcius...any advise on managing the temperature? Replace the thermal paste and clean the fan / air way70 during heavy load still quite normal until you see thermal throttling kicked in. If i5 processor, it should be manageable. |
|
|
|
|
|
Dec 18 2018, 12:54 AM
Return to original view | IPv6 | Post
#7
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(zenman @ Dec 17 2018, 05:29 PM) Hi all, I just bought a used Thinkpad T440P that's in pretty good condition for it's age. One of the reasons I chose the P variant of that generation/range is because I was told its more open to upgrades than the rest. Refer hardware manual here:I already have a 256GB SSD as the main drive. I'm now thinking of installing a 120 or 128GB M.2 SSD as the system driver while I use the 256 for storage (I may also add another 256 in place of the DVD unit). All I know now is that the T440P only accepts 42mm SATA M.2s. Hope someone here may be able to advise me on the other details eg. compatible makes/models and installation procedure. I intend to DIY. Some links I've looked at so far (but not definitive enough for an amateur like myself): ThinkPad T440p SSD Upgrade with Transcend MTS400 256GB 2242 M.2 SSD m.2 SSD in T440p Thanks in advance. http://www.thinkwiki.org/wiki/Category:T440p The cpu also socket type that also upgradeable |
|
|
Dec 18 2018, 06:54 PM
Return to original view | IPv6 | Post
#8
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(zenman @ Dec 18 2018, 10:04 AM) Yes, it seems the model is the last one of its kind to have upgradeable socket type CPUs but I think I'll stay with the installed Haswell CPU (4th Gen Intel® Core™ i5-4300M (2 cores, Up to 3.30 GHz, 3MB L3) as I'm satisfied with the processing power. Thanks for the link. Any suggestion for a compatible M.2 SSD would be much appreciated. |
|
|
Jan 28 2019, 08:03 PM
Return to original view | IPv6 | Post
#9
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
|
|
Feb 11 2019, 11:15 PM
Return to original view | Post
#10
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
|
|
Mar 28 2019, 12:15 PM
Return to original view | Post
#11
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(seichirosano @ Mar 28 2019, 11:44 AM) anyone have experience of adding a secondary 2.5inch sata 3 ssd to thinkpad t480? i ordered one with 256 nvme opal ssd, and now i have a 2.5inch sata 3 evo 860 500gb lying around. You cannot have both 2280 nvme ssd and 2.5” sata3 ssd inside. Only option for 2nd ssd is to utilise wwan port with 2242 nvme ssd. This ssd quite difficult to buy. So far after market option is toshiba rc100 or wd sn520 |
|
|
Apr 3 2019, 12:23 PM
Return to original view | IPv6 | Post
#12
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(moiskyrie @ Apr 3 2019, 11:25 AM) If I only select nvme, and none for hdd, will I have the cable /adapter for hdd to motherboard? The nvme adapter is not that cheap. On ebay, around RM300.---- Same for t480, If I choose hdd, later want change to nvme, I need to find the cable/adapter myself? - Want get x1e but currently budget Abit tight as my car ICE broken...... The speed increament not really justify using sata ssd vs nvme (2 lanes) |
|
|
Apr 12 2019, 10:39 AM
Return to original view | Post
#13
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(amersudin @ Apr 12 2019, 09:35 AM) Hi Everyone, I think T490 only got 1 sodimm slot. Another ram is soldered unlike T480 got 2 socketed ram slot.Been a long time MBP user and its about time to upgrade. Since apple having issues with their keyboard and price that doesn't make sense, I'm opting for Thinkpad. I was looking at E490/E480 but since they got the cooling/heating issues, I would want to opt for higher spec like T490 which comes with Mil-Grade. Since T490 is still new, therefore price is on the high side. Can you suggest based on the spec below on where I can reduce it. I would prefer to keep the GPU in but you can only opt for the MX250 if you go for the i7, unlike T480 which can do i5 + MX 150. I don't mind to reduce the SSD/RAM sizes since its upgradable later on right? Most probably can get education discount 12%. Not sure if you guys have any other hacks to get more discount. Budget is 4k but I can try to push 500 more if its new model and futureproof. *Usage: Email, Words, Excel, CAD viewing, Youtube/Netflix, Casual Gaming (Cities Skylines) Thanks guys. @prasys, @ZM Fong, thanks guys for helping me out at Notebook Recommendation. If you think you want upgrade to 32gb later, go for 16 gb. |
|
|
|
|
|
Apr 24 2019, 06:02 PM
Return to original view | Post
#14
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(anakMY @ Apr 23 2019, 08:00 PM) I bought x60 but they gave me x61 lol. 3gb ram with 120gb HDD. Quite responsive for a 12 year old laptop! I cant expect more for this kinda price. Have you tried middleton bios?Its running on win7, you will be surprised how responsive it is. I think its a brand new HDD. https://www.thinkwiki.org/wiki/Middleton%27s_BIOS |
|
|
May 14 2019, 05:47 AM
Return to original view | Post
#15
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
X1E 2nd Gen
|
|
|
May 14 2019, 08:31 PM
Return to original view | Post
#16
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
|
|
Jun 18 2019, 01:58 PM
Return to original view | Post
#17
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(9trainDLC @ Jun 16 2019, 07:30 PM) Hi, You can find X270's LCD panel FRU list at here: https://download.lenovo.com/parts/ThinkPad/...hn_20170731.pdfI am using Lenovo Thinkpad x270 with below specs: - i7 7th gen - 8GB DDR4 ram - 12.5” HD (1366 x 768) TN, 200 nits Seek for help to know if the display is this model able to replace with higher res of monitor? I am thinking to upgrade to 12.5” FHD (1920 x 1080) IPS, 300 nits. If yes, any idea which shop I can go? Or have to go back to Lenovo Service Center? Please help.... Thank you sir. search in ebay results: https://www.ebay.com.my/sch/i.html?_from=R4...1EN374&_sacat=0 |
|
|
Aug 26 2019, 08:43 PM
Return to original view | IPv6 | Post
#18
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(G-17 @ Aug 26 2019, 06:55 PM) Hmm, interesting. I will try again after 9:00PM later. There will be 45% discount on the last 3 days of this month like last month if you have citibank credit card. Probably on selected modelSo far, the best I've been able to get X390 with these options; - Core i5-8265U, 16GB RAM 256GB NVMe, 1080p 300Nits Anti-Glare Screen, Backlit Keyboard 65W Adapter - 3yr Premier support with on-site NBD upgrade from 1Y Depot/CCI (+RM1) - 3yr Accidental Damage Protection Add-On (Free) - 3yr Sealed Battery Add-on (+RM1) - Basic backpack (+RM1) Total = RM4,241.80 (free standard shipping) after applying the "SCHOOL" coupon code. For now, I'm keeping that browser tab open and have also saved the Cart ID number. Maybe I can do better later, but the accidental damage protection and free 1-time battery replacement is quite attractive in this package. The backpack is probably useless, but I can give it away to someone. |
|
|
Sep 4 2019, 12:49 AM
Return to original view | IPv6 | Post
#19
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
QUOTE(Eternalgl0ry @ Sep 3 2019, 11:47 PM) Lol i just bought x1c7 last month https://www.notebookcheck.net/Lenovo-brings...0.431728.0.htmlThen lenovo say the 10th gen cpu, wifi 6 and LTE-A coming for the next batch of thinkpads !@#$ |
|
|
Sep 18 2019, 12:54 AM
Return to original view | Post
#20
|
![]() ![]()
Junior Member
242 posts Joined: Nov 2010 |
|
| Change to: | 0.0687sec
2.60
7 queries
GZIP Disabled
Time is now: 27th November 2025 - 07:17 AM |