Fixing brightness in Ubuntu 13.10

Ever since I installed Ubuntu 12.04 (maybe even before that) I had trouble adjusting the screen brightness for my Vostro3700. I tried a lot of different things to solve it but without avail until recently.

Finally I stumbled across the tweak in grub.conf with the appropiate video parameters.

I found my answer here

The two lines that got it working were these:

GRUB_CMDLINE_LINUX_DEFAULT="i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 quiet splash pcie_aspm=force "
GRUB_CMDLINE_LINUX="acpi_osi=Linux"

I have BURG and just in case modified burg.conf with the same parameters.

Arreglar brillo en Ubuntu 13.10

Desde que tenía instalado Ubuntu 12.04 (si no es que antes) tuve problemas con el brillo de mi Vostro3700. Aunque hice muchos intentos por resolverlo no lo había logrado hasta hace poco.

Finalmente me encontré con la modificación adecuada en el archivo de grub para que utilice los parámetros correctos de video.

Encontré la respuesta en este link

Las dos líneas más importantes para mí fueron:

GRUB_CMDLINE_LINUX_DEFAULT="i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 quiet splash pcie_aspm=force "
GRUB_CMDLINE_LINUX="acpi_osi=Linux"

Tengo instalado BURG y por si acaso también modifiqué el burg.conf con los mismos parámetros.