From 2df7937c6d57a4f44288d13fc50218fe088c4185 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 9 Mar 2018 17:44:47 -0800 Subject: xinit 1.4.0 Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 461648b..7aa2772 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xinit], [1.3.4], +AC_INIT([xinit], [1.4.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xinit]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3 From aac8e17d28665dd35a73ee188c007f0b0f9cd9fe Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 26 Oct 2009 13:55:35 +0000 Subject: Make text about supplying X server arguments via startx more generic Make text about supplying X server arguments via startx more generic, rather than assuming the started server will be Xorg, and hence will take Xorg's arguments. Signed-off-by: Jon TURNEY Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- man/startx.man | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/man/startx.man b/man/startx.man index 4728a25..72e5e17 100644 --- a/man/startx.man +++ b/man/startx.man @@ -56,15 +56,9 @@ command are used to start a client in the same manner as The special argument .RB '--' marks the end of client arguments and the beginning of server options. -It may be convenient to specify server options with startx to change on a -per-session basis the -default color depth, the server's notion of the number of dots-per-inch the -display device presents, or take advantage of a different server layout, as -permitted by the -.BR __XSERVERNAME__ (__appmansuffix__) -server and specified in the -.BR __XCONFIGFILEMAN__ -configuration. Some examples of specifying server arguments follow; consult +It may be convenient to specify server options with startx to change them on a +per-session basis. +Some examples of specifying server arguments follow; consult the manual page for your X server to determine which arguments are legal. .RS .PP -- cgit v1.2.3 From 752ef176eb99f6315be27f00896b37ce217758b9 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 12 Sep 2014 15:35:49 +0200 Subject: Fix some miscellaneous stuffs in the manpages See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726962 https://bugs.freedesktop.org/show_bug.cgi?id=83797 Signed-off-by: Alan Coopersmith --- man/startx.man | 8 ++++---- man/xinit.man | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/startx.man b/man/startx.man index 72e5e17..5a48c3d 100644 --- a/man/startx.man +++ b/man/startx.man @@ -54,7 +54,7 @@ Arguments immediately following the command are used to start a client in the same manner as .BR xinit (__appmansuffix__). The special argument -.RB '--' +.RB '\-\^\-' marks the end of client arguments and the beginning of server options. It may be convenient to specify server options with startx to change them on a per-session basis. @@ -62,11 +62,11 @@ Some examples of specifying server arguments follow; consult the manual page for your X server to determine which arguments are legal. .RS .PP -startx -- -depth 16 +startx \-\^\- \-depth 16 .PP -startx -- -dpi 100 +startx \-\^\- \-dpi 100 .PP -startx -- -layout Multihead +startx \-\^\- \-layout Multihead .RE .PP To determine the client to run, diff --git a/man/xinit.man b/man/xinit.man index de6e27c..d9d08df 100644 --- a/man/xinit.man +++ b/man/xinit.man @@ -161,7 +161,7 @@ novice users: .in +8 .nf \&#!/bin/sh -xinit __configdir__/site.xinitrc \-\^\- __bindir__/X -br +xinit __configdir__/site.xinitrc \-\^\- __bindir__/X \-br .fi .in -8 .sp -- cgit v1.2.3 From ce311771ca86a4134511aecda5601d7c76d763dd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Nov 2018 22:19:18 -0800 Subject: Update README for gitlab migration Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- README | 29 ----------------------------- README.md | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 30 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/Makefile.am b/Makefile.am index c1eb5a9..8b09369 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL CLEANFILES = xinitrc startx EXTRA_DIST = xinitrc.cpp startx.cpp \ - autogen.sh + autogen.sh README.md .PHONY: ChangeLog INSTALL diff --git a/README b/README deleted file mode 100644 index 0d08e28..0000000 --- a/README +++ /dev/null @@ -1,29 +0,0 @@ -The xinit program is used to start the X Window System server and a first -client program on systems that are not using a display manager such as xdm. - -The xinit is not intended for naive users. Instead, site administrators should -design user-friendly scripts that present the desired interface when starting -up X. The startx script is one such example. - -All questions regarding this software should be directed at the -Xorg mailing list: - - http://lists.freedesktop.org/mailman/listinfo/xorg - -Please submit bug reports to the Xorg bugzilla: - - https://bugs.freedesktop.org/enter_bug.cgi?product=xorg - -The master development code repository can be found at: - - git://anongit.freedesktop.org/git/xorg/app/xinit - - http://cgit.freedesktop.org/xorg/app/xinit - -For patch submission instructions, see: - - http://www.x.org/wiki/Development/Documentation/SubmittingPatches - -For more information on the git code manager, see: - - http://wiki.x.org/wiki/GitPage diff --git a/README.md b/README.md new file mode 100644 index 0000000..ada1a48 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +The xinit program is used to start the X Window System server and a first +client program on systems that are not using a display manager such as xdm. + +The xinit is not intended for naive users. Instead, site administrators should +design user-friendly scripts that present the desired interface when starting +up X. The startx script is one such example. + +All questions regarding this software should be directed at the +Xorg mailing list: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/app/xinit + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + -- cgit v1.2.3 From f727023c1a75dcc467dd99a3db69a5834a0718f0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 21 Nov 2018 17:06:34 -0800 Subject: Update configure.ac bug URL for gitlab migration Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7aa2772..a1ca573 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xinit], [1.4.0], - [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xinit]) + [https://gitlab.freedesktop.org/xorg/app/xinit/issues], [xinit]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3