Tengo un Asus X551MA, esto es lo que funcionó para mí.
Update Grub;
Abrir terminal
con Ctrl
+ Alt
+T
escribir terminal
;
gksudo gedit /etc/default/grub
Cambio;
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
a
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_aspm=force acpi_osi="
Save
y Exit
gedit
escribir terminal
;
sudo update-grub
Restart
tu computadora; (No olvide marcar esta página como marcador)
sudo shutdown -r now
Esto debería solucionar su problema, si no sigue leyendo.
Crear 20 intel.conf ; Tarjeta Intel GFX solamente!
Abrir terminal
con Ctrl
+ Alt
+T
escribir terminal
;
cd /usr/share/X11/xorg.conf.d
ahora;
sudo touch 20-intel.conf
luego escribe;
gksudo gedit 20-intel.conf
Copy
& Paste
las siguientes líneas en el documento;
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Save
y Exit
el documento
Restart
tu computadora;
sudo shutdown -r now
Esto debería funcionar, si no sigue leyendo.
Instale el kernel 3.16 para 14.04 LTS;
Actualizar;
sudo apt-get update
Instalar en pc;
sudo apt-get install linux-image-generic-lts-utopic
Eso es todo lo que tengo, lo siento si esto es incompatible con su configuración, ya que puede haber pasos adicionales necesarios, y prefiero abstenerme de dar consejos ciegos. Sin embargo, recomiendo actualizar el kernel, ya que esta puede ser la solución que necesita, si está usando Ubuntu 14.10 o posterior no hay necesidad de actualizar el kernel.