0

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?

Holger
  • 1
  • 1

2 Answers2

1

Try brighten up the display with Fn+F5. It seems that the backlight is set to 0 during boot.

Radu Rădeanu
  • 169,590
Uwe K.
  • 11
  • 1
0

Thanks 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)

SylvainB
  • 101
  • 3