I have a Dell XPS 12 with Intel Graphics. After update to 13.04 my screen stays dark after boot. When I attach an external monitor it works. But it takes several tries to swicht on the internal display of the notebook.
Can anybody help?
I have a Dell XPS 12 with Intel Graphics. After update to 13.04 my screen stays dark after boot. When I attach an external monitor it works. But it takes several tries to swicht on the internal display of the notebook.
Can anybody help?
Try brighten up the display with Fn+F5. It seems that the backlight is set to 0 during boot.
save file and update grub.conf with: sudo update-grub
reboot - should work now
– Uwe K. May 01 '13 at 10:18Thanks to this cool answer, I found another way to automatically set the screen brightness to a decent level at startup:
In /etc/rc.local, before "exit 0", write the following line:
echo 50 > /sys/class/backlight/acpi_video0/brightness
50 was my personal preference, you can set it to any value from 0 (blank) to 100 (highest)