Re: How to enable CTRL+ALT+BACKSPACE

2011-07-16 Thread Reindl Harald
Am 07.07.2011 16:57, schrieb Daniele Guerrieri: >> ok :-) >> >>> From wikipedia (probably also in kernel/Documentation but now i'm on >>> a win machine) i've read: >> >> have you a link? >> i do not find this on wikipedia >> http://en.wikipedia.org/wiki/Sysrq > > here the link: http://en.wikiped

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-07 Thread Ed Greshko
On 07/07/2011 10:57 PM, Daniele Guerrieri wrote: > > here the link: http://en.wikipedia.org/wiki/Magic_SysRq_key :) > > this value is a "bitmask": It is good to know about thisespecially /proc/sysrq-trigger. FWIW, I'll would still go about ssh'ing in as the first resort and trying to kill off

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-07 Thread Daniele Guerrieri
> ok :-) > >> From wikipedia (probably also in kernel/Documentation but now i'm on >> a win machine) i've read: > > have you a link? > i do not find this on wikipedia > http://en.wikipedia.org/wiki/Sysrq here the link: http://en.wikipedia.org/wiki/Magic_SysRq_key :) this value is a "bitmask": >

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-07 Thread Reindl Harald
Am 07.07.2011 11:53, schrieb Daniele Guerrieri: > Yes, maybe ALT+PRINT+K would be better :) i have to try it. ok :-) > From wikipedia (probably also in kernel/Documentation but now i'm on > a win machine) i've read: have you a link? i do not find this on wikipedia http://en.wikipedia.org/wiki/

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-07 Thread Daniele Guerrieri
Yes, maybe ALT+PRINT+K would be better :) i have to try it. >From wikipedia (probably also in kernel/Documentation but now i'm on a win machine) i've read: "" On newer kernels (exact version unknown), it is possible to have a more fine-grained control. [...] #$ echo #number > /proc/sys/kernel/sys

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
really nice, after some investigation: why not using ALT+PRINT+K the only problem i see is that there are combinations open no one would really like (B without S) R,E,I,S,U,B = nice but "Raising Elephants Is So Utterly Boring" for non-english peopole not helpful and if you use the wrong order you

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Daniele Guerrieri
And what do you think about enabling sysrq in sysctl.conf? i've done it on my system,and when X freezes i just have to enter the rescue mode with alt-print followed by R I , and init respawns gdm. Daniele 2011/7/6, Bryn M. Reeves : > On 07/06/2011 05:29 PM, Tom Horsley wrote: >> On Wed, 06 Jul 20

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 18:16, schrieb Bryn M. Reeves: > On 07/06/2011 03:36 PM, Reindl Harald wrote: >> >> Am 06.07.2011 16:06, schrieb Reindl Harald: >>> [root@rh:/etc/X11/xorg.conf.d]$ cat 02-dont-zap.conf >>> Section "ServerFlags" >>> Option"DontZap""false" >>> EndSection >> >> this doe

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Bryn M. Reeves
On 07/06/2011 05:29 PM, Tom Horsley wrote: > On Wed, 06 Jul 2011 17:16:46 +0100 > Bryn M. Reeves wrote: > >> This should already be set up by the default 00-system-setup-keyboard.conf. >> This >> is the case on my system: > > That is apparently a recent change. I know for sure that Ctrl-Alt-Bksp

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread John Aldrich
Ok... I just got pointed to a Wiki article for ArchLinux that describes how to do this for KDE (which is all /I/ am concerned about *grin*) Basically you open up Systemsettings, go to "input devices", select the keyboard, go to the "advanced" tab and expandthe "key sequence to kill x server" and

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Tom Horsley
On Wed, 06 Jul 2011 17:16:46 +0100 Bryn M. Reeves wrote: > This should already be set up by the default 00-system-setup-keyboard.conf. > This > is the case on my system: That is apparently a recent change. I know for sure that Ctrl-Alt-Bksp disappeared for a while in the default fedora config, b

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Bryn M. Reeves
On 07/06/2011 03:36 PM, Reindl Harald wrote: > > Am 06.07.2011 16:06, schrieb Reindl Harald: >> [root@rh:/etc/X11/xorg.conf.d]$ cat 02-dont-zap.conf >> Section "ServerFlags" >> Option"DontZap""false" >> EndSection > > this does all not work and it needs ubuntu-users for help > htt

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 16:48, schrieb Alan Cox: > On Wed, 06 Jul 2011 13:02:43 +0200 > Reindl Harald wrote: > >> Am 06.07.2011 13:02, schrieb Alan Cox: >>> The "DontZap" option in Xorg.conf from memory (see man xorg.conf) >> >> this does not interest my system :-( >> Section "ServerFlags" >> Option

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Alan Cox
On Wed, 06 Jul 2011 13:02:43 +0200 Reindl Harald wrote: > > > Am 06.07.2011 13:02, schrieb Alan Cox: > > The "DontZap" option in Xorg.conf from memory (see man xorg.conf) > > this does not interest my system :-( > Section "ServerFlags" > Option "DontZap" "on" > EndSection You probably w

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 16:06, schrieb Reindl Harald: > [root@rh:/etc/X11/xorg.conf.d]$ cat 02-dont-zap.conf > Section "ServerFlags" > Option"DontZap""false" > EndSection this does all not work and it needs ubuntu-users for help http://www.ubuntugeek.com/how-to-enabledisable-ctrlaltbackspac

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 15:45, schrieb Bryn M. Reeves: > $ cat /etc/X11/xorg.conf.d/00-zap-my-x-up.conf > Section "ServerFlags" > Option"DontZap""false" > EndSection if it would work as i wrote yesterday: > i have also the following in "/etc/X11/xorg.conf" on my older machine > and in

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 15:52, schrieb Ed Greshko: > Reindl Harald wrote: > >> yeah and sometimes X is buggy and hangs with consuming 100% CPU >> while every mouse-click will be registrated many seconds later >> and you are unable to logout properly >> >> in this state CTRL+ALT+F2 does not work even >> >

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Ed Greshko
Reindl Harald wrote: >yeah and sometimes X is buggy and hangs with consuming 100% CPU >while every mouse-click will be registrated many seconds later >and you are unable to logout properly > >in this state CTRL+ALT+F2 does not work even > >so if CTRL+ALT+BACKSPACE would be active as all the years

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Bryn M. Reeves
On 07/06/2011 11:45 AM, Ed Greshko wrote: > On 07/06/2011 06:30 PM, John Aldrich wrote: >> On Wed July 6 2011, Andras Simon wrote: >>> I'm not sure I understand what you want to achieve, but >>> man system-setup-keyboard >>> may help you. >>> >> What would one put in /etc/sysconfig/keyboard if on

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 13:02, schrieb Alan Cox: > The "DontZap" option in Xorg.conf from memory (see man xorg.conf) this does not interest my system :-( [root@rh:~]$ cat /etc/X11/xorg.conf.d/01-local.conf Section "Module" Load"vnc" EndSection Section "ServerFlags" Option "DontZap" "on" E

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 00:13, schrieb Petrus de Calguarium: > Reindl Harald wrote: > >> 00-system-setup-keyboard.conf >> # This file is autogenerated by system-setup-keyboard. Any >> # modifications will be lost. >> >> Section "InputClass" >> Identifier "system-setup-keyboard" >> MatchIsKeyboard "on

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Reindl Harald
Am 06.07.2011 12:45, schrieb Ed Greshko: > On 07/06/2011 06:30 PM, John Aldrich wrote: >> On Wed July 6 2011, Andras Simon wrote: >>> I'm not sure I understand what you want to achieve, but >>> man system-setup-keyboard >>> may help you. >>> >> What would one put in /etc/sysconfig/keyboard if o

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Alan Cox
The "DontZap" option in Xorg.conf from memory (see man xorg.conf) Alan -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Tom H
On Wed, Jul 6, 2011 at 6:30 AM, John Aldrich wrote: > On Wed July 6 2011, Andras Simon wrote: >> >> I'm not sure I understand what you want to achieve, but >>   man system-setup-keyboard >> may help you. > > What would one put in /etc/sysconfig/keyboard if one DID want to enable > CTL+ALT+BKSP to

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Ed Greshko
On 07/06/2011 06:30 PM, John Aldrich wrote: > On Wed July 6 2011, Andras Simon wrote: >> I'm not sure I understand what you want to achieve, but >> man system-setup-keyboard >> may help you. >> > What would one put in /etc/sysconfig/keyboard if one DID want to enable > CTL+ALT+BKSP to kill X? >

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread John Aldrich
On Wed July 6 2011, Andras Simon wrote: > > I'm not sure I understand what you want to achieve, but > man system-setup-keyboard > may help you. > What would one put in /etc/sysconfig/keyboard if one DID want to enable CTL+ALT+BKSP to kill X? I looked at the man page for system-setup-keyboard,

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-06 Thread Andras Simon
On 7/5/11, Reindl Harald wrote: > in the newest release the shortcut for restart X11 is disabled > and i hate it because if X11 drives crazy it is really useful > and where i work nobody kills my X11 if he won't killed self > > i guess the following config-file does this disable but > the comment

Re: How to enable CTRL+ALT+BACKSPACE

2011-07-05 Thread Petrus de Calguarium
Reindl Harald wrote: > 00-system-setup-keyboard.conf > # This file is autogenerated by system-setup-keyboard. Any > # modifications will be lost. > > Section "InputClass" > Identifier "system-setup-keyboard" > MatchIsKeyboard "on" > Option "XkbModel" "pc105" > Option "

How to enable CTRL+ALT+BACKSPACE

2011-07-05 Thread Reindl Harald
in the newest release the shortcut for restart X11 is disabled and i hate it because if X11 drives crazy it is really useful and where i work nobody kills my X11 if he won't killed self i guess the following config-file does this disable but the comment says "changes here are useless", so how tell