Pergunta sobre / etc / default / grub

1

Eu alterei anteriormente o GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" para GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" para alterar o brilho da minha tela com os botões do teclado.

Agora, quero usar o THERMALD e o Intel P-STATE para impedir que meu laptop superaqueça. Mas isso também sugere uma mudança da linha GRUB_CMDLINE_LINUX_DEFAULT no / etc / default / grub.

Existe alguma maneira de ter os dois acpi_backlight=vendor e intel_pstate=enable ?

Estou usando o Ubuntu 14.04 LTS.

    
por Chinmaya K R 01.05.2014 / 18:10

1 resposta

1

Sim, você pode simplesmente editar essa linha desta maneira:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor intel_pstate=enable"

E corra:

sudo update-grub

Em seguida, reinicie:

sudo reboot
    
por user284234 01.05.2014 / 18:32