blob: e2acfc3709b395e1d995729b1a06c2f1810576bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
@import url('../css/main.css');
</style>
<title>Changing LCD panel on 15.1 inch T60</title>
</head>
<body>
<div class="section">
<h1>Changing the LCD panel on a 15.1" T60</h1>
<p>
This is for the 15.1" T60. If you have another size then the procedure will differ; for example, on 14.1" you have
to remove the hinges and the procedure is a bit more involved than on 15.1".
</p>
<p><a href="index.html">Back to previous index</a></p>
</div>
<div class="section">
<h1 id="recovery">Disassembly</h1>
<p>
Remove those covers and unscrew:<br/>
<img src="../images/t60_dev/0059.JPG" alt="" /> <img src="../images/t60_dev/0060.JPG" alt="" /> <img src="../images/t60_dev/0061.JPG" alt="" />
</p>
<p>
Gently pry off the front bezel.
</p>
<p>
Remove inverter board:<br/>
<img src="../images/t60_dev/0064.JPG" alt="" />
</p>
<p>
Disconnect LCD cable:<br/>
<img src="../images/t60_dev/0065.JPG" alt="" />
</p>
<p>
Remove the panel:<br/>
<img src="../images/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="../images/t60_dev/0068.JPG" alt="" />
</p>
<p>
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/>
<img src="../images/t60_dev/0069.JPG" alt="" />
</p>
<p>
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/>
<img src="../images/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="../images/t60_dev/0071.JPG" alt="" /> <img src="../images/t60_dev/0072.JPG" alt="" /> <img src="../images/t60_dev/0073.JPG" alt="" />
</p>
</div>
<div class="section">
<p>
Copyright © 2014, 2015 Francis Rowe <info@gluglug.org.uk><br/>
This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
A copy of the license can be found at <a href="../license.txt">../license.txt</a>.
</p>
<p>
This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information.
</p>
</div>
</body>
</html>
|