summaryrefslogtreecommitdiff
path: root/docs/future/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/future/index.html')
-rw-r--r--docs/future/index.html18
1 files changed, 6 insertions, 12 deletions
diff --git a/docs/future/index.html b/docs/future/index.html
index 52f1ec8..5b86139 100644
--- a/docs/future/index.html
+++ b/docs/future/index.html
@@ -5,13 +5,7 @@
<title>libreboot tutorials</title>
<style type="text/css">
- body {
- font-family: sans-serif;
- font-size: 1em;
- background: #fff;
- color: #000;
- }
-
+ @import url('../css/main.css');
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -28,7 +22,7 @@
</header>
<p>
- Or go <a href="../">back to main document index</a>.
+ Or go <a href="../index.html">back to main document index</a>.
</p>
<hr/>
@@ -131,7 +125,7 @@
<h1 id="lcd_i945_incompatibility">LCD panels on i945 - fix incompatible panels</h1>
<p>
- Fix T60 issues (see incompatible panels listed at <a href="../index.html#supported_t60_list">../index.html#supported_t60_list</a>).
+ Fix T60 issues (see incompatible panels listed at <a href="../hcl/index.html#supported_t60_list">../hcl/index.html#supported_t60_list</a>).
</p>
<p>
@@ -304,7 +298,7 @@
<p>
Here is an example of how VBT was implemented on the ThinkPad X230:
- <a href="http://review.coreboot.org/#/c/5396" target="_blank">http://review.coreboot.org/#/c/5396</a>.
+ <a href="http://review.coreboot.org/#/c/5396">http://review.coreboot.org/#/c/5396</a>.
</p>
<p>
@@ -323,12 +317,12 @@
Now dump a copy of the running VGA BIOS:
<b>$ sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1</b><br/>
Then do (and record the output):<br/>
- <b>$ ./intelvbttool runningvga.bin > intelvbttool_out</b>
+ <b>$ ./intelvbttool runningvga.bin &gt; intelvbttool_out</b>
</p>
<p>
Backup both files (runningvga.bin and intelvbttool_out), renaming them to match the machine and LCD panel used.
- <a href="../index.html#get_edid_panelname">../index.html#get_edid_panelname</a> will show you how to get the name (model) of the LCD panel used.
+ <a href="../misc/index.html#get_edid_panelname">../misc/index.html#get_edid_panelname</a> will show you how to get the name (model) of the LCD panel used.
</p>
<h2>Test results (# means untested and all had docks, unless noted).</h2>