aboutsummaryrefslogtreecommitdiff
path: root/docs/future
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 10:22:40 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 10:22:40 -0700
commit78c7b8355832b9f3eb574788ab4c5a7d96f0486e (patch)
tree411a40e5416513c3ac546ebb6a8985f3929ec37d /docs/future
parent7bc11816a44e8cd2712e46dc958795d354856419 (diff)
downloadlibrebootfr-78c7b8355832b9f3eb574788ab4c5a7d96f0486e.tar.gz
librebootfr-78c7b8355832b9f3eb574788ab4c5a7d96f0486e.zip
embedded code block top fix
Diffstat (limited to 'docs/future')
-rw-r--r--docs/future/index.md4
-rw-r--r--docs/future/old.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/future/index.md b/docs/future/index.md
index 3eacbc92..f15f40a8 100644
--- a/docs/future/index.md
+++ b/docs/future/index.md
@@ -15,6 +15,7 @@ Table of contents
- [i945 VRAM size](#i945_vram_size)
- [LCD panels on i945 - fix incompatible
panels](#lcd_i945_incompatibility)
+
- [i945 X60/T60 VBT implementation (experimental: testing)](#i945_vbt)
- [IntelVbtTool results](#intelvbttool_results)
- [Fallback patches for i945](#fallback_patches)
@@ -162,7 +163,8 @@ How to dump EDID:
# modprobe i2c-dev
Find out the correct ID to use:
# i2cdetect -l\
-Example:\
+Example:
+
# i2cdump -y 2 0x50
Working panel: EDID dump from LG-Philips LP150E05-A2K1:
diff --git a/docs/future/old.md b/docs/future/old.md
index 8fc4e273..c68c4385 100644
--- a/docs/future/old.md
+++ b/docs/future/old.md
@@ -12,6 +12,7 @@ Table of contents
- [X60 native graphics initialization (backlight
controls)](#x60_native_notes)
+
- [T60 native graphics initialization (backlight
controls)](#t60_native_notes)
- [i945: 3D fix (based on 5927) for kernel 3.12+ on
@@ -43,7 +44,8 @@ That's all! **This has also been backported into libreboot 5th release
(line 1233 in src/mainboard/lenovo/x60/i915io.c)**. GNUtoo (Denis
Carikli) told me about the register **BLC\_PWM\_CTL** and that you could
set it to control backlight. I read that address using devmem2 while
-running the VBIOS:\
+running the VBIOS:
+
# devmem2 0xe4361254 w
The change is also included in libreboot 6.