Re: Ctrl+alt_bksp

2009-12-01 Thread Justin Mattock
On Wed, Nov 25, 2009 at 4:10 AM, Renato Botelho rbga...@gmail.com wrote:
 On Tue, Nov 24, 2009 at 4:43 AM, Vandana Vuthoo
 vandana.vut...@gmail.com wrote:
 Hi,
 I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
 alt + bksp doesnot restart my X server, Even setting setxkbmap -option
 terminate:ctrl-alt-bksp in xorg.conf doesnot help.
 Please provide you inputs.
 Regards,
 Vandana

 Try Alt Gr + SysRq + k

 --
 Renato Botelho
 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg


here you go:
http://www.linuxinsight.com/key-sequence-to-kill-the-x-server-control-alt-backspace.html
just read this today hope this helps.
(hopefully I wrote in the url correct, if not  just go to http://lxer.com)
still need to add the allow rules for copy/paste in SELinux...

-- 
Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-12-01 Thread Vandana Vuthoo
Hi All,
I am able to fix the problem, I had to apply patches as mentioned in
http://who-t.blogspot.com/2009/04/zapping-server.html :)
Regards,
Vandana

On Tue, Dec 1, 2009 at 2:23 PM, Justin Mattock justinmatt...@gmail.comwrote:

 On Wed, Nov 25, 2009 at 4:10 AM, Renato Botelho rbga...@gmail.com wrote:
  On Tue, Nov 24, 2009 at 4:43 AM, Vandana Vuthoo
  vandana.vut...@gmail.com wrote:
  Hi,
  I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
  alt + bksp doesnot restart my X server, Even setting setxkbmap -option
  terminate:ctrl-alt-bksp in xorg.conf doesnot help.
  Please provide you inputs.
  Regards,
  Vandana
 
  Try Alt Gr + SysRq + k
 
  --
  Renato Botelho
  ___
  xorg mailing list
  xorg@lists.freedesktop.org
  http://lists.freedesktop.org/mailman/listinfo/xorg
 

 here you go:

 http://www.linuxinsight.com/key-sequence-to-kill-the-x-server-control-alt-backspace.html
 just read this today hope this helps.
 (hopefully I wrote in the url correct, if not  just go to http://lxer.com)
 still need to add the allow rules for copy/paste in SELinux...

 --
 Justin P. Mattock

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Ctrl+alt_bksp

2009-12-01 Thread Justin P. Mattock
On 12/01/09 01:04, Vandana Vuthoo wrote:
 Hi All,
 I am able to fix the problem, I had to apply patches as mentioned in
 http://who-t.blogspot.com/2009/04/zapping-server.html :)
 Regards,
 Vandana


ahh.. cool
glad you got it working..
whenever I get around to it I'll try
that out.

Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-12-01 Thread Peter Hutterer
On Tue, Dec 01, 2009 at 12:53:05AM -0800, Justin Mattock wrote:
 On Wed, Nov 25, 2009 at 4:10 AM, Renato Botelho rbga...@gmail.com wrote:
  On Tue, Nov 24, 2009 at 4:43 AM, Vandana Vuthoo
  vandana.vut...@gmail.com wrote:
  Hi,
  I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
  alt + bksp doesnot restart my X server, Even setting setxkbmap -option
  terminate:ctrl-alt-bksp in xorg.conf doesnot help.
  Please provide you inputs.
  Regards,
  Vandana
 
  Try Alt Gr + SysRq + k
 
 
 here you go:
 http://www.linuxinsight.com/key-sequence-to-kill-the-x-server-control-alt-backspace.html
 just read this today hope this helps.
 (hopefully I wrote in the url correct, if not  just go to http://lxer.com)
 still need to add the allow rules for copy/paste in SELinux...

sigh. and it's wrong too.
Current default for X servers as shipped in various distributions is to not
enable the traditional Ctrl-Alt-Backspace key combination to kill the X
server.

The server has no say in it. in fact, the server _enables_ zapping by
default (see 737b49199a05299486064e6e762cf2a2f6f95be6). It's just that the
standard keymap does not include the zapping symbol and that can be added
through the appropriate options.
You can disable zapping in the server in which case having the symbol in
your keymap has no effect.

Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-12-01 Thread Justin P. Mattock
On 12/01/09 15:11, Peter Hutterer wrote:
 On Tue, Dec 01, 2009 at 12:53:05AM -0800, Justin Mattock wrote:
 On Wed, Nov 25, 2009 at 4:10 AM, Renato Botelhorbga...@gmail.com  wrote:
 On Tue, Nov 24, 2009 at 4:43 AM, Vandana Vuthoo
 vandana.vut...@gmail.com  wrote:
 Hi,
 I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
 alt + bksp doesnot restart my X server, Even setting setxkbmap -option
 terminate:ctrl-alt-bksp in xorg.conf doesnot help.
 Please provide you inputs.
 Regards,
 Vandana

 Try Alt Gr + SysRq + k


 here you go:
 http://www.linuxinsight.com/key-sequence-to-kill-the-x-server-control-alt-backspace.html
 just read this today hope this helps.
 (hopefully I wrote in the url correct, if not  just go to http://lxer.com)
 still need to add the allow rules for copy/paste in SELinux...

 sigh. and it's wrong too.
 Current default for X servers as shipped in various distributions is to not
 enable the traditional Ctrl-Alt-Backspace key combination to kill the X
 server.

 The server has no say in it. in fact, the server _enables_ zapping by
 default (see 737b49199a05299486064e6e762cf2a2f6f95be6). It's just that the
 standard keymap does not include the zapping symbol and that can be added
 through the appropriate options.
 You can disable zapping in the server in which case having the symbol in
 your keymap has no effect.

 Cheers,
Peter


man!!
I was so excited to test it out..
(never got around because I use fluxbox);
right click, exit = exit xserver

Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-11-25 Thread Renato Botelho
On Tue, Nov 24, 2009 at 4:43 AM, Vandana Vuthoo
vandana.vut...@gmail.com wrote:
 Hi,
 I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
 alt + bksp doesnot restart my X server, Even setting setxkbmap -option
 terminate:ctrl-alt-bksp in xorg.conf doesnot help.
 Please provide you inputs.
 Regards,
 Vandana

Try Alt Gr + SysRq + k

-- 
Renato Botelho
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-11-24 Thread Russell Shaw
Vandana Vuthoo wrote:
 Hi,
 I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
 alt + bksp doesnot restart my X server, Even setting setxkbmap -option
 terminate:ctrl-alt-bksp in xorg.conf doesnot help.
 Please provide you inputs.

Underscores?

   setxkbmap -option terminate:ctrl_alt_bksp
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-11-24 Thread Justin P. Mattock
On 11/24/09 01:50, Russell Shaw wrote:
 Vandana Vuthoo wrote:
 Hi,
 I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
 alt + bksp doesnot restart my X server, Even setting setxkbmap -option
 terminate:ctrl-alt-bksp in xorg.conf doesnot help.
 Please provide you inputs.

 Underscores?

 setxkbmap -option terminate:ctrl_alt_bksp
 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg


that or they decided under security reason's to
move around the code.

Justin P. Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Ctrl+alt_bksp

2009-11-23 Thread Justin P. Mattock
On 11/23/09 22:43, Vandana Vuthoo wrote:
 Hi,
 I am having Xserver as v 1.6 on my intel atom board, some how ctrl +
 alt + bksp doesnot restart my X server, Even setting setxkbmap -option
 terminate:ctrl-alt-bksp in xorg.conf doesnot help.
 Please provide you inputs.
 Regards,
 Vandana
 ___
 xorg mailing list
 xorg@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/xorg


normally I just right click then exit(fluxbox),
not sure what system you have, but from what I
remember in debian/ubuntu it was ctl+alt+f2/or3
(but could be wrong).


Justin P.Mattock
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg