IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Man page 1 : Xephyr

Xephyr 1 "xorg-server 1.12.4" "X Version 11"

Page d'accueil du man

Cette page de documentation est issue d'une conversion automatique de developpez.com.
Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon.
N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires Donner une note à l´article (5).

Article lu   fois.

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

1. NAME

Xephyr - X server outputting to a window on a pre-existing X display

2. SYNOPSIS

Xephyr [: display ] [ option ... ]

3. DESCRIPTION

Xephyr is a kdrive server that outputs to a window on a pre-existing "host" X display. Think Xnestbut with support for modern extensions like composite, damage and randr.

Unlike Xnestwhich is an X proxy, i.e. limited to the capabilities of the host X server,

Xephyr is a real X server which uses the host X server window as "framebuffer" via fast SHM XImages.

It also has support for "visually" debugging what the server is painting.

4. OPTIONS

The server accepts all the standard options of Xserver(1) and the following additional options:

  • -screen width x height
            sets the screen size.
  • -parent id
            uses exiting window id .If a -screen argument follows a -parent argument, this screen is embedded into the given window.

-host-cursor
        set 'cursor acceleration': The host's cursor is reused. This is only really there to aid debugging by avoiding server paints for the cursor. Performance improvement is negligible.

5. SIGNALS

Send a SIGUSR1 to the server (e.g. pkill -USR1 Xephyr) to toggle the debugging mode. In this mode red rectangles are painted to screen areas getting painted before painting the actual content. The delay between this can be altered by setting a XEPHYR_PAUSE env var to a value in micro seconds.

6. CAVEATS

2 Rotated displays are currently updated via full blits. This is slower than a normal orientated display. Debug mode will therefore not be of much use rotated.

2 The '-host-cursor' cursor is static in its appearance.

2 The build gets a warning about 'nanosleep'. I think the various '-D' build flags are causing this. I haven't figured as yet how to work round it. It doesn't appear to break anything however.

2 Keyboard handling is basic but works.

2 Mouse button 5 probably won't work.

7. SEE ALSO

X(7), Xserver(1)

8. AUTHOR

Matthew Allum <> 2004

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+   

Licence Creative Commons
Le contenu de cet article est rédigé par Developpez.com et est mis à disposition selon les termes de la Licence Creative Commons Attribution 3.0 non transposé.
Les logos Developpez.com, en-tête, pied de page, css, et look & feel de l'article sont Copyright © 2013 Developpez.com.