t60_lcd_15.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>Changing LCD panel on 15.1 inch T60</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1>Changing the LCD panel on a 15.1&quot; T60</h1>
  14. <p>
  15. 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
  16. to remove the hinges and the procedure is a bit more involved than on 15.1&quot;.
  17. </p>
  18. <p><a href="index.html">Back to previous index</a></p>
  19. </div>
  20. <div class="section">
  21. <h1 id="recovery">Disassembly</h1>
  22. <p>
  23. Remove those covers and unscrew:<br/>
  24. <img src="../images/t60_dev/0059.JPG" alt="" /> <img src="../images/t60_dev/0060.JPG" alt="" /> <img src="../images/t60_dev/0061.JPG" alt="" />
  25. </p>
  26. <p>
  27. Gently pry off the front bezel.
  28. </p>
  29. <p>
  30. Remove inverter board:<br/>
  31. <img src="../images/t60_dev/0064.JPG" alt="" />
  32. </p>
  33. <p>
  34. Disconnect LCD cable:<br/>
  35. <img src="../images/t60_dev/0065.JPG" alt="" />
  36. </p>
  37. <p>
  38. Remove the panel:<br/>
  39. <img src="../images/t60_dev/0066.JPG" alt="" />
  40. </p>
  41. <p>
  42. Move the rails (left and right side) from the old panel to the new one and then attach LCD cable:<br/>
  43. <img src="../images/t60_dev/0068.JPG" alt="" />
  44. </p>
  45. <p>
  46. Insert panel (this one is an LG-Philips LP150E05-A2K1, and there are others. See <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>):<br/>
  47. <img src="../images/t60_dev/0069.JPG" alt="" />
  48. </p>
  49. <p>
  50. Insert new inverter board (see <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a> for what is recommended on your LCD panel):<br/>
  51. <img src="../images/t60_dev/0070.JPG" alt="" />
  52. </p>
  53. <p>
  54. Now re-attach the front bezel and put all the screws in.
  55. </p>
  56. <p>
  57. It lives!<br/>
  58. <img src="../images/t60_dev/0071.JPG" alt="" /> <img src="../images/t60_dev/0072.JPG" alt="" /> <img src="../images/t60_dev/0073.JPG" alt="" />
  59. </p>
  60. </div>
  61. <div class="section">
  62. <p>
  63. Copyright &copy; 2014, 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  64. Permission is granted to copy, distribute and/or modify this document
  65. under the terms of the GNU Free Documentation License, Version 1.3
  66. or any later version published by the Free Software Foundation;
  67. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  68. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  69. </p>
  70. <p>
  71. Updated versions of the license (when available) can be found at
  72. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  73. </p>
  74. <p>
  75. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  76. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  77. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  78. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  79. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  80. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  81. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  82. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  83. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  84. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  85. </p>
  86. <p>
  87. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  88. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  89. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  90. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  91. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  92. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  93. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  94. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  95. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  96. </p>
  97. <p>
  98. The disclaimer of warranties and limitation of liability provided
  99. above shall be interpreted in a manner that, to the extent
  100. possible, most closely approximates an absolute disclaimer and
  101. waiver of all liability.
  102. </p>
  103. </div>
  104. </body>
  105. </html>