PUBLIC INDEX legacy zcourts.com ZCOURTS - VOL. 02
LONDON - 2026
Ubuntu 11.04 black screen fix (after install or upgrade)
I have been stumped for the last two days with my Ubuntu install. I naively upgraded to 11.04 without checking the [Ubuntu release notes](https://wiki.ubuntu.com/NattyNarwhal/ReleaseNotes)... Turns out their is a known b...
Static article
Imported body
Legacy aliases
Article archive
FIG. 02
notes
surface
research
surface
Article
app model
publish
surface
Imported writing rendered as native Fission Markdown content.
SECTION
Source and context.
The static release keeps the original post body locally while the backend content pipeline is still being built.
legacy
archive
11
11.04
11.10
backlight
black-screen
fix
no-backlight
os
solution
ubuntu
ubuntu-upgrade
operating-systems
Published 2011-06-22 on legacy zcourts.com. Estimated reading time: 2 min.
Original routes are preserved as local aliases so older links keep resolving to this static archive.
I have been stumped for the last two days with my Ubuntu install. I naively upgraded to 11.04 without checking the Ubuntu release notes... Turns out their is a known bug affecting Ubuntu ARM installs.
<!-- more -->I upgraded and low and behold, black screen....When I rebooted I could see the Ubuntu logo then poof, darkness.
I borrowed another PC and Google'd a bit and found some forum discussions. One that got my attention was http://ubuntuforums.org/showthread.php?t=1742352,
The fix suggested on there is to do the following: Code:
sudo gedit /etc/default/grub

Edit the two lines (GRUB_CMDLINE_LINUX_DEFAULT and GRUB_CMDLINE_LINUX) to read as follows:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor vga=792"
GRUB_CMDLINE_LINUX="acpi_osi=Linux"

sudo update-grub
#need to reboot
#sudo reboot
I modified the suggestion a bit when it didn't work following https://help.ubuntu.com/community/BootText and added the last bit vga=792. At first that didn't work either and I was reading around on the ubuntu help pages here https://wiki.ubuntu.com/Kernel/Debugging/Backlight  and it mentioned that there may be a problem when using AC but on DC it disappears or visa versa so I unplugged my laptop's charger and nothing happened, for a moment. I randomly tried to increase the brightness and voila... it shines! My backlight is back and after a reboot to test it, it all works fine. if the above fails try Code:
echo 9>/sys/class/backlight/acpi_video0/brightness
It didn't work for me but there was a report of it working for others on the Ubuntu forums.
CR
Courtney Robinson
zcourts.com
Building the infrastructure for the agentic future.
LET'S CONNECT
courtney@crlog.info
Based in London
© 2025 Courtney Robinson. All rights reserved.