From: Alex Efros <powerman@powerman.name>
To: gentoo-user-ru@lists.gentoo.org
Subject: Re: [gentoo-user-ru] Не работает Alt+Ctrl+BS в Xorg
Date: Mon, 23 Nov 2009 18:39:14 +0200 [thread overview]
Message-ID: <20091123163914.GA20165@home.power> (raw)
In-Reply-To: <166409071.20091123124051@mail.ru>
Hi!
On Mon, Nov 23, 2009 at 12:40:51PM +0200, Sergey Kobzar wrote:
> xorg-server-1.6.3.901-r2. Не работает волшебная комбинация Alt+Ctrl+BS в X'ах.
> Option "XkbOptions" "terminate:ctrl_alt_bksp"
> не помогает.
x11-base/xorg-server-1.6.3.901-r2 USE="nptl sdl xorg -debug -dmx -hal -ipv6 -kdrive -minimal -tslib"
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,terminate:ctrl_alt_bksp"
EndSection
Ctrl+Alt+Backspace отлично убивает X-ы, только что специально проверил.
HAL у меня установлен и запущен, т.к. без него app-cdr/k3b-1.68.0_alpha3
не видит DVD-писалки. Но запущен не через /etc/init.d/, а проще, примерно
таким скриптиком (на самом деле это код из run-файлов двух сервисов dbus и
hal, работающих под runit - аналогом daemontools):
rm /var/run/dbus.pid
dbus-uuidgen --ensure
dbus-daemon --system
if [ -f /proc/acpi/event ]; then
chgrp haldaemon /proc/acpi/event
chmod 440 /proc/acpi/event
fi
hald --verbose=yes
X-ы при этом про HAL ничего не знают, и продолжают настраиваться через
обычный конфиг.
--
WBR, Alex.
next prev parent reply other threads:[~2009-11-23 16:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-23 10:40 [gentoo-user-ru] Не работает Alt+Ctrl+BS в Xorg Sergey Kobzar
2009-11-23 10:45 ` [gentoo-user-ru] " Aleksandr Dezhin
2009-11-23 10:51 ` [gentoo-user-ru] " Sergey Kobzar
2009-11-23 16:28 ` wrinklesman
2009-11-23 13:36 ` Re[2]: " Sergey Kobzar
2009-11-23 17:26 ` wrinklesman
2009-11-23 15:28 ` [gentoo-user-ru] " Andrey Zloy
2009-11-23 16:23 ` Sergey Kobzar
2009-11-23 19:27 ` wrinklesman
2009-11-23 16:39 ` Alex Efros [this message]
2009-11-23 20:31 ` [gentoo-user-ru] Re[2]: " Sergey Kobzar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091123163914.GA20165@home.power \
--to=powerman@powerman.name \
--cc=gentoo-user-ru@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox