예제 #1
0
void
ddxUseMsg(void)
{
    KdUseMsg();

    ErrorF("\nXephyr Option Usage:\n");
    ErrorF("-parent <XID>        Use existing window as Xephyr root win\n");
    ErrorF("-sw-cursor           Render cursors in software in Xephyr\n");
    ErrorF("-fullscreen          Attempt to run Xephyr fullscreen\n");
    ErrorF("-output <NAME>       Attempt to run Xephyr fullscreen (restricted to given output geometry)\n");
    ErrorF("-grayscale           Simulate 8bit grayscale\n");
    ErrorF("-resizeable          Make Xephyr windows resizeable\n");
#ifdef GLAMOR
    ErrorF("-glamor              Enable 2D acceleration using glamor\n");
    ErrorF("-glamor_gles2        Enable 2D acceleration using glamor (with GLES2 only)\n");
#endif
    ErrorF
        ("-fakexa              Simulate acceleration using software rendering\n");
    ErrorF("-verbosity <level>   Set log verbosity level\n");
#ifdef GLXEXT
    ErrorF("-nodri               do not use DRI\n");
#endif
    ErrorF("-noxv                do not use XV\n");
    ErrorF("-name [name]         define the name in the WM_CLASS property\n");
    ErrorF
        ("-title [title]       set the window title in the WM_NAME property\n");
    ErrorF("\n");
}
예제 #2
0
void
ddxUseMsg(void)
{
    KdUseMsg();

    ErrorF("\nXephyr Option Usage:\n");
    ErrorF("-parent <XID>        Use existing window as Xephyr root win\n");
    ErrorF("-sw-cursor           Render cursors in software in Xephyr\n");
    ErrorF("-fullscreen          Attempt to run Xephyr fullscreen\n");
    ErrorF("-grayscale           Simulate 8bit grayscale\n");
    ErrorF("-resizeable          Make Xephyr windows resizeable\n");
    ErrorF
        ("-fakexa              Simulate acceleration using software rendering\n");
    ErrorF("-verbosity <level>   Set log verbosity level\n");
#ifdef GLXEXT
    ErrorF("-nodri               do not use DRI\n");
#endif
    ErrorF("-noxv                do not use XV\n");
    ErrorF("-name [name]         define the name in the WM_CLASS property\n");
    ErrorF
        ("-title [title]       set the window title in the WM_NAME property\n");
    ErrorF("\n");

    exit(1);
}
예제 #3
0
파일: fbinit.c 프로젝트: 4eremuxa/xserver
void
ddxUseMsg (void)
{
  KdUseMsg();
  ErrorF("\nXfbdev Device Usage:\n");
  ErrorF("-fb path         Framebuffer device to use. Defaults to /dev/fb0\n");
  ErrorF("\n");
}
예제 #4
0
void
ddxUseMsg (void)
{
	KdUseMsg();
#ifdef KDRIVEVESA
	vesaUseMsg();
#endif
}
예제 #5
0
void
ddxUseMsg (void)
{
#if 0
    ErrorF("\nTrident Driver Options:\n");
    ErrorF("-clk    XXX: what's this?\n");
    ErrorF("-mclk  XXX: what's this?\n");
#endif
    KdUseMsg();
#ifdef VESA
    vesaUseMsg()
#endif
}
예제 #6
0
void
ddxUseMsg (void)
{
  KdUseMsg();

  ErrorF("\nXephyr Option Usage:\n");
  ErrorF("-parent XID   Use existing window as Xephyr root win\n");
  ErrorF("-host-cursor  Re-use exisiting X host server cursor\n");
  ErrorF("-fullscreen   Attempt to run Xephyr fullscreen\n");
  ErrorF("-grayscale    Simulate 8bit grayscale\n");
  ErrorF("-fakexa       Simulate acceleration using software rendering\n");
  ErrorF("\n");

  exit(1);
}
예제 #7
0
/*
** void ddxUseMsg()
**
** Description:
**	Print the usage message for Xvia.
**
** Arguments:
**	None.
**
** Return:
**	None.
*/
void
ddxUseMsg() {
	KdUseMsg();
	vesaUseMsg();
}
예제 #8
0
void
ddxUseMsg (void)
{
    KdUseMsg ();
}