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

2009. szeptember 12th. Szerző: Evenich Norbert Leave a reply »

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ó.

VN:F [1.5.6_840]
Rating: 7.0/10 (1 vote cast)
Google Buzz
Advertisement

4 comments

  1. Ulysses szerint:

    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.

    VA:F [1.5.6_840]
    Rating: 0.0/5 (0 votes cast)
  2. kukimuki szerint:

    É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?

    VA:F [1.5.6_840]
    Rating: 0.0/5 (0 votes cast)
  3. Evenich Norbert szerint:

    Szia,

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


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

    VN:F [1.5.6_840]
    Rating: 0.0/5 (0 votes cast)

Ide kérjük a választ!