Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: LuciusMare 27 Května 2009, 23:09:36
-
V 9.04 je to deafultne vypnute,nevite jak to zapnout?
-
Lze na to využít utilitka dontzap.
viz. wiki (http://wiki.ubuntu.cz/Průvodce%20po%20instalaci#Povolen.2BAO0_Ctrl.2B-Alt.2B-Backspace)
-
a neboi si zvyknout na ralt+printscreen+k
-
Nebo si to nastavit v xorg.conf
-
Kde co mam upravit v xorgu? :)
-
Tohle by to mělo být do sekce "ServerFlags"
Section "ServerFlags"
Option "DontZap" "yes"
EndSection
-
zadna takova sekce tam nebyla,tak jsem ji tam zapsal na konec a nic se nedeje,ctrl+alt+backspace stale nefunguje.
-
a restartoval jsi PC po této úpravě?
-
ano
-
Tak tam nakopiruj cely ten kod. Taky jsem to řešil a pomohlo to
-
nakopiroval jsem,muj xorg:
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "ServerFlags"
Option "DontZap" "yes"
EndSection
-
Problem zrejme bude v tom, ze:
Section "ServerFlags"
Option "DontZap" "false"
EndSection
And then restart the Computer (or log out and back in) to apply the changes. The shortcut should be re-enabled now.
takze nie yes ale false pre zapnutie skratky.
https://wiki.ubuntu.com/X/Config/DontZap (https://wiki.ubuntu.com/X/Config/DontZap)
-
Jo tak sorry, nepsal jsem to z mojí hlavu, našel sem to na rychlo někde na netu ;)