diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-14 17:42:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-14 17:42:32 (EST) |
commit | 3884d513620fbec65b36f65fac070f6173f505e2 (patch) | |
tree | 38519a024f7cfe45ac17599d2d2abf089b5ec55e /docs/release.html | |
parent | 95411c48adc77b0944e1a408993f5d760b4b239c (diff) | |
download | libreboot-3884d513620fbec65b36f65fac070f6173f505e2.zip libreboot-3884d513620fbec65b36f65fac070f6173f505e2.tar.gz libreboot-3884d513620fbec65b36f65fac070f6173f505e2.tar.bz2 |
buildrom-withgrub: disabled creation of *txtmode*.rom for X200
(only framebuffer graphics work for now. this is what most people
use anyway)
Diffstat (limited to 'docs/release.html')
-rw-r--r-- | docs/release.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index 6826172..4d1accd 100644 --- a/docs/release.html +++ b/docs/release.html @@ -120,6 +120,7 @@ Changes for this release (latest changes first, earliest changes last) </h2> <ul> + <li>buildrom-withgrub: disabled creation of *txtmode*.rom for X200 (only framebuffer graphics work)</li> <li>Updated SeaBIOS (again)</li> <li>docs/install/index.html#flashrom_x200: improve instructions</li> <li>Updated flashrom (again) - patches updated</li> @@ -242,6 +243,14 @@ </h2> <ul> <li> + X200: only framebuffer graphics work. This is fine, since it's what most people use, + but text-mode graphics initialization is currently broken, which means that + memtest86+ will require serial output or ehci debugging. + </li> + <li> + X200: at very low brightness levels, the backlight is uneven. Fix that. + </li> + <li> Fix remaining incompatible LCD panels in native graphics on T60. See <a href="future/index.html#lcd_i945_incompatibility">future/index.html#lcd_i945_incompatibility</a>. </li> |