diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 04:03:51 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-29 04:08:33 +0000 |
commit | 935142e062583afb6f454ffa8b655b471938472f (patch) | |
tree | 9cd3cf43a1dd317cb8c26a70a89a63c7f58d4a6b /docs/future | |
parent | 2b18e26e34f4f61bd4fe6a61754726620f89c17b (diff) | |
download | librebootfr-935142e062583afb6f454ffa8b655b471938472f.tar.gz librebootfr-935142e062583afb6f454ffa8b655b471938472f.zip |
more typofixes
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.html | 4 | ||||
-rw-r--r-- | docs/future/old.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/future/index.html b/docs/future/index.html index ef080f50..41b64cae 100644 --- a/docs/future/index.html +++ b/docs/future/index.html @@ -115,8 +115,8 @@ fchmmr: frame buffer."<br/> fchmmr: "Others - reserved"<br/> phcoder: the easiest way is a loop at this position which tries different values and reads (and prints) BSM with them<br/> - stefanct: fchmmr: he suggest that you change the value and look how BSM reacts to that<br/> - stefanct: as he pointed out earlier vram size = TOM - BSM<br/> + stefanct: fchmmr: they suggest that you change the value and look how BSM reacts to that<br/> + stefanct: as they pointed out earlier vram size = TOM - BSM<br/> stefanct: different values of GMS<br/> stefanct: phcoder: hm... this could be a hint. look at the text description of TOLUD at page 103<br/> stefanct: it mentions 64 MB in the text about BSM as well<br/> diff --git a/docs/future/old.html b/docs/future/old.html index b99d8849..16f11210 100644 --- a/docs/future/old.html +++ b/docs/future/old.html @@ -78,7 +78,7 @@ <h2>Further notes</h2> <p> Reading <b>0xe4361254</b> (address) in Lenovo BIOS always yields FFFFFFFF, even when writing to it (and writing to it doesn't affect brightness controls). - 'mtjm' on IRC found that the buttons (Fn keys) control /sys/class/backlight/acpi_video0 which has no affect on 61254 (BLC_PWM_CTL). He says + 'mtjm' on IRC found that the buttons (Fn keys) control /sys/class/backlight/acpi_video0 which has no affect on 61254 (BLC_PWM_CTL). This person says intel_backlight has different values and uses the register. devmem2 works, needs checking <b>lspci -vv</b> for where the memory is mapped, which is different than on coreboot; mtjm found that it was 0xec061254 on his system (X60 Tablet), and the register value is different too. <b>This is relevant, because we still don't know how backlight controls are actually handled. We got it working by accident. We need to know more.</b>. @@ -93,7 +93,7 @@ <p> What we want to do is calculate a good value, instead of setting it in devicetree.cb. mtjm says about backlight physics: it has a light source , uses pulse width modulation (PWM) to turn it on/off, dimming is done by spending less time on. - <b>Note: this may not be correct; he says his understanding is based on how the Lenote yeeloong works</b>. + <b>Note: this may not be correct; this person says that their understanding is based on how the Lenote yeeloong works</b>. </p> <p> mtjm goes on to say, that the register specifies the frequency used for PWM in its depending on the GPU core frequency, so it |