From 02b9c39102ebc87925438332b77747358b7e399c Mon Sep 17 00:00:00 2001 From: nath1as Date: Sat, 8 Oct 2022 22:17:08 +0200 Subject: [PATCH] startx: add page (#8752) --- pages/linux/startx.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/startx.md diff --git a/pages/linux/startx.md b/pages/linux/startx.md new file mode 100644 index 0000000000..df347fed9c --- /dev/null +++ b/pages/linux/startx.md @@ -0,0 +1,20 @@ +# startx + +> The startx script is a front end to xinit that provides a nice user interface for running a single session of the X Window System. +> More information: . + +- Start an X session: + +`startx` + +- Start an X session with a predefined depth value: + +`startx -- -depth {{value}}` + +- Start an X session with a predefined dpi value: + +`startx -- -dpi {{value}}` + +- Override the settings in the `.xinitrc` file and start a new X session: + +`startx /{{path/to/window_manager_or_desktop_environment}}`