summaryrefslogtreecommitdiffstats
path: root/docs/howtos/t60_lcd_15.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-08-11 09:00:00 (EDT)
committer Michał Masłowski <mtjm@mtjm.eu>2014-08-22 14:29:49 (EDT)
commit8df313c4d6607181576471e08d7e909c9c0f33e9 (patch)
tree249f6003e3293fd4049ad57c267fa7ec1c4269e4 /docs/howtos/t60_lcd_15.html
parent7eca665d684a734d55b0bb26c4f1831d399c5330 (diff)
downloadlibreboot-8df313c4d6607181576471e08d7e909c9c0f33e9.zip
libreboot-8df313c4d6607181576471e08d7e909c9c0f33e9.tar.gz
libreboot-8df313c4d6607181576471e08d7e909c9c0f33e9.tar.bz2
Libreboot release 6 beta 5.
- build: added 'luks', 'lvm', 'cmosdump' and 'cmostest' to the list of modules for grub.elf - Documentation: added pics showing T60 unbricking (still need to write a tutorial) - build: include cmos.layout (coreboot/src/mainboard/manufacturer/model/cmos.layout) files in libreboot_bin - Documentation: added ../docs/howtos/x60tablet_unbrick.html - Documentation: added ../docs/howtos/t60_unbrick.html - Documentation: added ../docs/howtos/t60_lcd_15.html - Documentation: added ../docs/howtos/t60_security.html - Documentation: added ../docs/howtos/t60_heatsink.html - Documentation: Renamed RELEASE.html to release.html - Documentation: removed pcmcia reference in x60_security.html (it's cardbus) - Documentation: added preliminary information about randomized seal (for physical intrusion detection) in x60_security.html and t60_security.html - Documentation: added preliminary information about preventing/mitigating cold-boot attack in x60_security.html and t60_security.html - Documentation: added info to ../docs/index.html#macbook21 warning about issues with macbook21 - Documentation: X60/T60: added information about checking custom ROM's using dd to see whether or not the top 64K region is duplicated below top or not. Advise caution about this in the tutorial that deals with flashing on top of Lenovo BIOS, citing the correct dd commands necessary if it is confirmed that the ROM has not been applied with dd yet. (in the case that the user compiled their own ROM's from libreboot, without using the build scripts, or if they forgot to use dd, etc). - Split resources/libreboot/patch/gitdiff into separate patch files (getcb script updated to accomodate this change). - Re-added .git files to bucts - Fixed the oversight where macbook21_firstflash wasn't included in binary archives
Diffstat (limited to 'docs/howtos/t60_lcd_15.html')
-rw-r--r--docs/howtos/t60_lcd_15.html87
1 files changed, 87 insertions, 0 deletions
diff --git a/docs/howtos/t60_lcd_15.html b/docs/howtos/t60_lcd_15.html
new file mode 100644
index 0000000..b5fbd5f
--- /dev/null
+++ b/docs/howtos/t60_lcd_15.html
@@ -0,0 +1,87 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <style type="text/css">
+ body {
+ background:#fff;
+ color:#000;
+ font-family:sans-serif;
+ font-size:1em;
+ }
+ </style>
+
+ <title>Libreboot documentation: Unbricking the ThinkPad T60</title>
+</head>
+
+<body>
+
+ <header>
+ <h1>Changing the LCD panel on a 15.1&quot; T60</h1>
+ <aside>This is for the 15.1&quot; T60. If you have another size then the procedure will differ; for example, on 14.1&quot; you have
+ to remove the hinges and the procedure is a bit more involved than on 15.1&quot;.</aside>
+ </header>
+
+ <p>Or go <a href="../index.html">back to main index</a></p>
+
+ <h1 id="recovery">Disassembly</h1>
+
+ <p>
+ Remove those covers and unscrew:<br/>
+ <img src="t60_dev/0059.JPG" alt="" /> <img src="t60_dev/0060.JPG" alt="" /> <img src="t60_dev/0061.JPG" alt="" />
+ </p>
+
+ <p>
+ Gently pry off the front bezel.
+ </p>
+
+ <p>
+ Remove inverter board:<br/>
+ <img src="t60_dev/0064.JPG" alt="" />
+ </p>
+
+ <p>
+ Disconnect LCD cable:<br/>
+ <img src="t60_dev/0065.JPG" alt="" />
+ </p>
+
+ <p>
+ Remove the panel:<br/>
+ <img src="t60_dev/0066.JPG" alt="" />
+ </p>
+
+ <p>
+ Move the rails (left and right side) from the old panel to the new one and then attach LCD cable:<br/>
+ <img src="t60_dev/0068.JPG" alt="" />
+ </p>
+
+ <p>
+ Insert panel (this one is an LG-Philips LP150E05-A2K1, and there are others. See <a href="../index.html#supported_t60_list">../index.html#supported_t60_list</a>):<br/>
+ <img src="t60_dev/0069.JPG" alt="" />
+ </p>
+
+ <p>
+ Insert new inverter board (see <a href="../index.html#supported_t60_list">../index.html#supported_t60_list</a> for what is recommended on your LCD panel):<br/>
+ <img src="t60_dev/0070.JPG" alt="" />
+ </p>
+
+ <p>
+ Now re-attach the front bezel and put all the screws in.
+ </p>
+
+ <p>
+ It lives!<br/>
+ <img src="t60_dev/0071.JPG" alt="" /> <img src="t60_dev/0072.JPG" alt="" /> <img src="t60_dev/0073.JPG" alt="" />
+ </p>
+
+<hr/>
+
+ <p>
+ Copyright &copy; 2014 Francis Rowe, All Rights Reserved.<br/>
+ See <a href="../license.html">../license.html</a> for license conditions.
+ </p>
+
+</body>
+</html>