I was surprised to notice that the XPS 15 comes also with quad core CPUs and supports 32GB max memory. Interesting option for those looking for desktop level performance in reasonably sized package.
Anyone know how thermal management is on high-end laptop-version Skylakes? I have a three-year-old Dell Precision 15" with a quad core i7 (Sandy Bridge) at work. If I throw work at all the cores simultaneously, it takes about 60 seconds before it starts throttling the CPU to avoid thermal overload... Which makes it a bit useless IMO. Has this improved recently?
I have the 6700HQ in an XPS-15, it never seems to throttle - for example earlier today when I built firefox with -j8 it just pegged all cores and never let up.
I can be a tad noisy in this situation as you would expect, but from what I have seen - and reviews back me up - it doesn't throttle.
Same here. Even the fan noise is quite acceptable in comparison with my old HP pavilion. The XPS sounds like a light breeze, whereas the HP sounded like a vacuum cleaner.
My i7-6700HQ (Lenovo Ideapad Y700) has been behaving much better under high load than the old Sandy Bridge i7-2630QM (Samsung RC512) I had been using. Though it being a "gaming" design with extra vents and heat exchangers may be helping there.
By "right distro" do you mean "wait for the kernel to do all the right things"?
BIOS 1.1.9 gives ASPM and PC states up to 8. Linux 4.6 should give i915 PSR. Linux will do proper nvme power management once someone (me?) gets around to it.
Even Linux 4.4 is really quite good on this laptop.
PSR on skl is still disabled by default, because there's some corner cases we haven't fixed yet. In case you wonder: more recent platforms shut down more of the chip in PSR, and we haven't yet wired up the power management calls to wake it up again if we need it for those cases. Hopefully addressed in 4.7. Meanwhile you can enable it manually with i915.enable_psr=1 on the kernel cmdline and see whether it works in your case.