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"
    Option    "DontVTSwitch"       "yes"
    Option    "DontZoom"           "yes"
    Option    "DontZap"            "yes"
    Option    "AllowMouseOpenFail" "yes"
    # Option    "BlankTime"    "0"
    # Option    "StandbyTime"  "0"
    # Option    "SuspendTime"  "0"
    # Option    "OffTime"      "0"
EndSection

Section "DRI"
    Mode    0666
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"
        DefaultDepth    24
        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"
        DefaultDepth    24
        SubSection      "Display"
                Depth   16
                Modes   "1024x768"
                Virtual 1024 768
        EndSubSection
        SubSection      "Display"
                Depth   24
                Modes   "1024x768"
                Virtual 1024 768
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier    "X Configured"

        Screen 0 "Screen 1"
        Screen 1 "Screen 2"

        InputDevice    "Keyboard"
        InputDevice    "Mouse"
EndSection

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

Reply via email to