Ilundu pantaila erabiltzailea inaktibo dagoenean

You can make the computer screen dim after the computer has been idle (not used) for some period of time.

Ilundu pantaila ordenagailua inaktibo dagoenean

  1. Sortu user profila honako lerroekin:

    /etc/dconf/profile/user

    user-db:user
    system-db:local

    local izena dconf datu-basearen izena da.

  2. Create the directory /etc/dconf/db/local.d/ if it does not already exist.

  3. Create the key file /etc/dconf/db/local.d/00-power to provide information for the local database.

    /etc/dconf/db/local.d/00-power

    # Specify the dconf path
    [org/gnome/settings-daemon/plugins/power]
    
    # Enable screen dimming
    idle-dim=true
    
    # Set brightness after dimming
    idle-brightness=30
  4. Create the key file /etc/dconf/db/local.d/00-session to provide information for the local database.

    /etc/dconf/db/local.d/00-session

    # Specify the dconf path
    [org/gnome/desktop/session]
    
    # The number of seconds of inactivity before the session is considered idle
    idle-delay=uint32 300

    Osoko gako-balioez gain, uint32 kodea ere sartu behar duzu.

  5. Erabiltzaileek ezarpen hauek indargabetu ditzaten eragozteko, sortu /etc/dconf/db/local.d/locks/power-saving fitxategia honako edukiekin:

    /etc/dconf/db/local.d/locks/power-saving

    # Pantaila-blokeoaren iluntzea eta inaktibotasunaren denbora-muga
    /org/gnome/settings-daemon/plugins/power/idle-dim
    /org/gnome/settings-daemon/plugins/power/idle-brightness
    /org/gnome/desktop/session/idle-delay

    Erabiltzaileek ezarpen hauek aldatu ahal ditzaten nahi baduzu, saltatu urrats hau.

  6. Eguneratu sistemaren datu-baseak:

    # dconf update
  7. Erabiltzaileek saioa amaitu eta berriro hasi behar dute sistema-ezarpenak indarrean sartzeko.