On Thu, Dec 01, 2016 at 05:04:36PM +0000, ron minnich wrote:
what's the latest best one? What's the battery life like (can't be worse than this mac pro that's always hot and now seems to have a life of 90 minutes, always). How much dram/ssd can I jam in it?
X230 if you'd ask me: 16G RAM, 12M ROM. runs fine with reduced (830K) ME and has a powerful Ivy Bridge CPU. USB3.0, miniDisplayPort as well as docking station has been working just fine for me although handling suspend/resume as well as mounted external storage *can* be somewhat tricky (in some scenarios the X230 would instantly resume from suspend after having been docked once).
Battery life under linux has been somewhere around 8 hours for me, OpenBSD gets about 5-6 out of it but YMMV.
The X series never features more than one disk bay, but this again depends on your use case: I'm totally fine with an 120G SSD, other people prefer a RAID on their W/T model ThinkPads.
Best regards, kl3
On Thu, Dec 01, 2016 at 06:50:13PM +0100, Klemens Nanni wrote:
On Thu, Dec 01, 2016 at 05:04:36PM +0000, ron minnich wrote:
what's the latest best one? [...]
X230 if you'd ask me: 16G RAM, 12M ROM. runs fine with reduced (830K) ME
You can also retrofit the proper x220 keyboard into the x230 chassis without any major hassle.
The major drawback is the low res screen. I've been considering trying these hacked x230 machines with 2560x1440 screens for 2559Y (about $400?):
https://item.taobao.com/item.htm?id=43820633263&toSite=main http://forum.51nb.com/thread-1662397-1-1.html
As far as I can tell, all of the T450/550 machines have Bootguard profile 4 enforcing verified boot. I wish they had used the measured boot mode instead.
On Thu, Dec 01, 2016 at 11:35:36AM -0700, Trammell Hudson wrote:
The major drawback is the low res screen. I've been considering trying these hacked x230 machines with 2560x1440 screens for 2559Y (about $400?):
https://item.taobao.com/item.htm?id=43820633263&toSite=main http://forum.51nb.com/thread-1662397-1-1.html
Interesting, I wonder how well these replacement screens would work with coreboot? I assume the proprietary VGA Option ROM won't work with those and native graphics initialisation still needs some work on the X230 either ways.
If people are trying native graphics init I still think it's worth trying the SPARK stuff from nico at least once.
It seems more complete to me than teh stuff I started.
On Thu, Dec 1, 2016 at 2:54 PM Klemens Nanni kl3@posteo.org wrote:
On Thu, Dec 01, 2016 at 11:35:36AM -0700, Trammell Hudson wrote:
The major drawback is the low res screen. I've been considering trying these hacked x230 machines with 2560x1440 screens for 2559Y (about $400?):
https://item.taobao.com/item.htm?id=43820633263&toSite=main http://forum.51nb.com/thread-1662397-1-1.html
Interesting, I wonder how well these replacement screens would work with coreboot? I assume the proprietary VGA Option ROM won't work with those and native graphics initialisation still needs some work on the X230 either ways.
-- coreboot mailing list: coreboot@coreboot.org https://www.coreboot.org/mailman/listinfo/coreboot
On Thu, 2016-12-01 at 23:53 +0100, Klemens Nanni wrote:
On Thu, Dec 01, 2016 at 11:35:36AM -0700, Trammell Hudson wrote:
The major drawback is the low res screen. I've been considering trying these hacked x230 machines with 2560x1440 screens for 2559Y (about $400?):
https://item.taobao.com/item.htm?id=43820633263&toSite=main http://forum.51nb.com/thread-1662397-1-1.html
Interesting, I wonder how well these replacement screens would work with coreboot? I assume the proprietary VGA Option ROM won't work with those and native graphics initialisation still needs some work on the X230 either ways.
I have one of those. The dock DP lane is "hijacked" to fit the FHD eDP screen. In the BIOS (and in Windows) the signal is duplicated between the non-existent LVDS and DP, consuming more power. However it works very well in Linux with a small patch to the i915 module that disables the LVDS lane and forces DP-3 to be detected as eDP.
I tried doing the same in coreboot, playing with the source code, but couldn't figure out how to. It would be great to have the setup working "natively"
kitestramuort wrote:
However it works very well in Linux with a small patch to the i915 module that disables the LVDS lane and forces DP-3 to be detected as eDP.
Could you pass me a link to this patch please?
Thanks a lot
//Peter
On Fri, 2016-12-02 at 10:07 +0000, Peter Stuge wrote:
kitestramuort wrote:
However it works very well in Linux with a small patch to the i915 module that disables the LVDS lane and forces DP-3 to be detected as eDP.
Could you pass me a link to this patch please?
On 02.12.2016 10:18, kitestramuort wrote:
On Thu, 2016-12-01 at 23:53 +0100, Klemens Nanni wrote:
On Thu, Dec 01, 2016 at 11:35:36AM -0700, Trammell Hudson wrote:
The major drawback is the low res screen. I've been considering trying these hacked x230 machines with 2560x1440 screens for 2559Y (about $400?):
https://item.taobao.com/item.htm?id=43820633263&toSite=main http://forum.51nb.com/thread-1662397-1-1.html
Interesting, I wonder how well these replacement screens would work with coreboot? I assume the proprietary VGA Option ROM won't work with those and native graphics initialisation still needs some work on the X230 either ways.
I have one of those. The dock DP lane is "hijacked" to fit the FHD eDP screen. In the BIOS (and in Windows) the signal is duplicated between the non-existent LVDS and DP, consuming more power. However it works very well in Linux with a small patch to the i915 module that disables the LVDS lane and forces DP-3 to be detected as eDP.
I tried doing the same in coreboot, playing with the source code, but couldn't figure out how to. It would be great to have the setup working "natively"
There's C code only for LVDS (nb/intel/sandybridge) and eDP (mb/google /link). No support for the PCH's DPs.
There's Ada code now, that supports quite a lot (3rdparty/libgfxinit). It would require a small patch to make the panel power sequencing work along with the DP. I can help you with that if you want to try.
Nico
On 01.12.2016 18:50, Klemens Nanni wrote:
On Thu, Dec 01, 2016 at 05:04:36PM +0000, ron minnich wrote:
what's the latest best one? What's the battery life like (can't be worse than this mac pro that's always hot and now seems to have a life of 90 minutes, always). How much dram/ssd can I jam in it?
X230 if you'd ask me: 16G RAM, 12M ROM. runs fine with reduced (830K) ME and has a powerful Ivy Bridge CPU. USB3.0, miniDisplayPort as well as docking station has been working just fine for me although handling suspend/resume as well as mounted external storage *can* be somewhat tricky (in some scenarios the X230 would instantly resume from suspend after having been docked once).
Battery life under linux has been somewhere around 8 hours for me, OpenBSD gets about 5-6 out of it but YMMV.
The problem with the X series is that the UI degraded with every gene- ration. Keyboard layout got worse with every generation. X220/X230: only 1366x768 pixels, from X230 on: chiclet keyboard, X240: no track- point buttons!!! The X250 was the first fully usable again, but sup- posedly with BootGuard enabled :-/
If you can't live with the 1366x768 resolution (I couldn't), you can look for a T430s with 1600x900 screen, optionally with a replacement keyboard (the oldest that fits). Everything Klemens said about the X230 should also apply to the T430s. It's just 14" instead of 12".
The X series never features more than one disk bay, but this again depends on your use case: I'm totally fine with an 120G SSD, other people prefer a RAID on their W/T model ThinkPads.
Any 2.5" (7mm height) SATA drive should fit.
Nico