Re: I can't terminate Xephyr with ctrl + alt + backspace

2009-02-13 Thread Colin Guthrie
'Twas brillig, and Lucas Nacimento Ferreira at 13/02/09 13:47 did gyre 
and gimble:
 I using a multiseat with Xephyr and I can't terminate Xephyr with ctrl
 + alt + backspace. Can somebody help me to solve this problem?

DontZap is enabled by default these days... Perhaps you've not 
explicitly enabled Zap in the xorg.conf?

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

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


Re: I can't terminate Xephyr with ctrl + alt + backspace

2009-02-13 Thread Lucas Nacimento Ferreira

Colin Guthrie wrote:
'Twas brillig, and Lucas Nacimento Ferreira at 13/02/09 13:47 did gyre 
and gimble:
  

I using a multiseat with Xephyr and I can't terminate Xephyr with ctrl
+ alt + backspace. Can somebody help me to solve this problem?



DontZap is enabled by default these days... Perhaps you've not 
explicitly enabled Zap in the xorg.conf?


Col

  

I don't need do kill X, because that I disabled Zap in xorg.conf. I need
to kill only one Xephyr. I'm using a multiseat with 2 monitors (2
Xephyrs). I need to kill one of then to reconfigure the input devices
when they are wrong configured.

below is my xorg.conf

Thanks for replaying

Lucas



Section Files
RgbPath  /etc/X11/rgb
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
FontPath /usr/share/fonts/X11/cyrillic
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath /usr/share/fonts/X11/Type1
FontPath /usr/share/fonts/X11/100dpi
FontPath /usr/share/fonts/X11/75dpi
FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Load  record
Load  extmod
Load  dbe
Load  GLcore
Load  glx
Load  dri
Load  xtrap
EndSection

Section ServerFlags
OptionDontVTSwitch   yes
OptionDontZoom   yes
OptionDontZapyes
OptionAllowMouseOpenFail yes
# OptionBlankTime0
# OptionStandbyTime  0
# OptionSuspendTime  0
# OptionOffTime  0
EndSection

Section DRI
Mode0666
EndSection

Section InputDevice
Identifier  Keyboard
Driver  evdev
Option  CoreKeyboard
#Option  XkbRules  
#Option  XkbModel  evdev
Option  XkbLayout us
EndSection 

Section InputDevice
Identifier  Mouse
Driver  mouse
Option  CorePointer
Option  Protocol auto
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5 6 7
EndSection

Section Device
Identifier  Video Card 1
BusID   PCI:2:0:0
Driver  nv
EndSection

Section Monitor
Identifier  Monitor 1
HorizSync 28-49
VertRefresh 43-72
Option  DPMS
EndSection

Section Screen
Identifier  Screen 1
Device  Video Card 1
Monitor Monitor 1
DefaultDepth24
SubSection  Display
Depth   16
Modes   1024x768
Virtual 1024 768
EndSubSection
SubSection  Display
Depth   24
Modes   1024x768
Virtual 1024 768
EndSubSection
EndSection

Section Device
Identifier  Video Card 2
BusID   PCI:1:0:0
Driver  nv
EndSection

Section Monitor
Identifier  Monitor 2
HorizSync 28-49
VertRefresh 43-72
Option  DPMS
EndSection

Section Screen
Identifier  Screen 2
Device  Video Card 2
Monitor Monitor 2
DefaultDepth24
SubSection  Display
Depth   16
Modes   1024x768
Virtual 1024 768
EndSubSection
SubSection  Display
Depth   24
Modes   1024x768
Virtual 1024 768
EndSubSection
EndSection

Section ServerLayout
IdentifierX Configured

Screen 0 Screen 1
Screen 1 Screen 2

InputDeviceKeyboard
InputDeviceMouse
EndSection

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

Re: I can't terminate Xephyr with ctrl + alt + backspace

2009-02-13 Thread Ander Conselvan de Oliveira
Em Friday 13 February 2009 11:47:08 Lucas Nacimento Ferreira escreveu:
 Hi,

 I using a multiseat with Xephyr and I can't terminate Xephyr with ctrl
 + alt + backspace. Can somebody help me to solve this problem?

Try passing -zap command line option. The default Zap behavior was changed by 
commit 9d135ac10a7374c7ccda705f1eeb02cc53076c34.

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