Pular para o conteúdo principal
  • Faça pedidos de forma rápida e simples
  • Visualize os pedidos e acompanhe o status de envio
  • Crie e acesse uma lista dos seus produtos
  • Gerencie seus sites, produtos e contatos de nível de produto da Dell EMC usando o Company Administration.
Alguns números de artigo podem ter sido alterados. Se isso não é o que está procurando, tente pesquisar todos os artigos. Pesquisar artigos

How to Configure the Keyboard Backlight Time-Out Interval in Ubuntu Linux

Resumo: This article describes the configuration of the backlit keyboard time-out interval in Ubuntu Linux

Este artigo pode ter sido traduzido automaticamente. Se você tiver comentários sobre a qualidade dele, conte-nos usando o formulário na parte inferior da página.

Conteúdo do artigo


Sintomas

This article describes the configuration of the backlit keyboard time-out interval in Ubuntu Linux



To change the keyboard backlight time-out counter you will need to modify stop_timeout. You will find stop_timeout located in this directory:

  • /sys/devices/platform/dell-laptop/leds/dell\:\:kbd_backlight/

    Changes to this file are performed in Terminal.

  1. To open Terminal, use hotkey CTRL + ALT + T:  (Alternatively, click on Ubuntu Dash > search for Terminal > double click the Terminal icon)

    SLN308123_en_US__1Ubuntu backlit keyboard timeout 1
    NOTE: Root access is required to save changes. AC power must be unplugged from the system as well, more information regarding this below

  • Use sudo to elevate privileges to root status and nano to make the changes to the file. Run the following command:
     
    • sudo nano /sys/devices/platform/dell-laptop/leds/dell\:\:kbd_backlight/stop_timeout

    SLN308123_en_US__2Ubuntu backlit keyboard timeout 2

  • You will see this:

    SLN308123_en_US__3Ubuntu backlit keyboard timeout 3

  • Enter your desired time-out time in seconds, in this case 100s:

    SLN308123_en_US__4Ubuntu backlit keyboard timeout 4

  • Save changes using CTRL X:

    SLN308123_en_US__5Ubuntu backlit keyboard timeout 5

  • Confirm by pressing Enter and then press Enter again when asked for the file name:

    SLN308123_en_US__6Ubuntu backlit keyboard timeout 6

  • The new keyboard time-out interval should be active. The example above takes 100 seconds for the keyboard backlight to turn off. You are free to change the time to something that suits your needs.
 

Addendum:

To verify changes were saved, press the up arrow to re-enter your command and you should see the time you set (Ubuntu will convert anything over 60 seconds to its minute equivalent).

SLN308123_en_US__7Ubuntu backlit keyboard timeout 7

NOTE: If AC power is plugged in you will always see 0s in the file, however, it will keep the same setting for both on AC power and on battery power

SLN308123_en_US__8Ubuntu backlit keyboard timeout 8

 

Propriedades do artigo


Data da última publicação

21 fev. 2021

Versão

4

Tipo de artigo

Solution