2025-03-14 21:59:59 -06:00
|
|
|
# startx
|
|
|
|
|
|
|
|
|
|
> A front-end to `xinit` that provides a nice user interface for running a single session of the X Window System.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.x.org/releases/X11R7.6/doc/man/man1/startx.1.xhtml>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|