Hogyan állítható vissza a Ctrl+Alt+Backspace kombináció a grafikus felület újraindításához?

Kb. 2009. áprilisa óta az X.org server 1.6-os verziójába egy érdekes apró változtatás került. Alapértelmezetten nem lehet használni a Ctrl+Alt+Backspace billentyű kombinációt az X újraindításához, amivel kiléphetünk a bejelentkező képernyőhöz, amely hasznos lehet, hogy ha valamilyen beállítás érvényesítéséhez vagy fagyás előli meneküléshez kell. Ez a megoldás természetesen minden GNU/Linux disztribúcióban alkalmazható.

A megoldás néhány sor az Xorg.conf fájlban, amit rendszergazdaként tudunk szerkeszteni.

  1. Keressük meg a Section "ServerFlags" részt
  2. És írjuk/másoljuk be ezt: Option "DontZap" "false"

Újraindítás után ismét működni fog a régen megszokott kombináció.

Share

Comments

  1. Ulysses says:

    Kickoff alkalmazásindító → Számítógép → Rendszerbeállítások megnyitása után a Képernyő ikonra kell kattintani, és alul engedélyezni a “Ctrl+Alt+Backspace restarts the xserver” lehetőségt, így nem kell az xorg.conf-ot szerkeszteni.

  2. kukimuki says:

    Én megcsinálnám, csak épp az én xorg.conf-om így néz ki:

    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type “man xorg.conf” at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # Note that some configuration settings that could be done previously
    # in this file, now are automatically configured by the server and settings
    # here are ignored.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section “Device”
    Identifier “Configured Video Device”
    EndSection

    Section “Monitor”
    Identifier “Configured Monitor”
    EndSection

    Section “Screen”
    Identifier “Default Screen”
    Monitor “Configured Monitor”
    Device “Configured Video Device”
    EndSection

    De a rendszerem megy frankón. Ubuntu 9.04 fut, de jó lenne használni a Ctrl+Alt+Backspace-t. Egy kis help jut nekem is?

  3. Szia,

    Ha nincsen meg az xorg.conf-ban a megfelelő rész, akkor csinálni kell egyet:


    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection

Speak Your Mind

*


*

More in Tech (61 of 74 articles)