summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-2/+10
This set of changes adds support for searching for a given config file in the directories listed in $XDG_CONFIG_DIRS if it wasn't found in $XDG_CONFIG_HOME or ~/.config. This allows packages to install custom config files in /etc/xdg/weston, for example, thus allowing them to avoid dealing with home directories. To avoid a TOCTOU race the config file is actually open()ed during the search. Its file descriptor is returned and stored in the compositor for later use when performing subsequent config file parses. Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-05-01weston.ini: document background-typeEmilio Pozuelo Monfort1-0/+4
2013-03-19weston.man: Document the way to disable idle timeoutScott Moreau1-0/+1
2013-03-19weston.ini.man: document cursor-theme and cursor-keyEmilio Pozuelo Monfort1-0/+6
2013-02-26update .gitignores for src/ and man/Pekka Paalanen1-0/+1
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2013-02-02Add --version optionScott Moreau1-1/+4
2013-01-24Weston: weston.ini.man pageMartin Minarik2-3/+338
changes: - launcher path, passing environment variables and parameter - indent modeline example
2013-01-07Document --use-pixman optionKristian Høgsberg1-0/+5
2012-11-27man: fill missing pieces to weston pagePekka Paalanen1-1/+26
Config file, WAYLAND_SOCKET, XDG_CONFIG_HOME, segfault handler. NOTE: This is a candidate for the stable branch Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-11-27man: add weston-drm pagePekka Paalanen4-16/+147
Add some documentation about the DRM backend into its own man page, and refer to it in weston(1). Environment variable, that are reserved for backends, and currently used only by the DRM backend, are moved to weston-drm page. NOTE: This is a candidate for the stable branch Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-11-08build: make default backend configurablePekka Paalanen2-1/+2
Instead of hardcoding drm-backend.so as the default if environment presents neither Wayland nor X11, have a ./configure option to change it. It still defaults to drm-backend.so, if not given. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-10-29man: Update XCURSOR_* information a bitTiago Vignatti1-0/+17
This and the previous patch should fix: https://bugs.freedesktop.org/show_bug.cgi?id=54598 Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
2012-10-15Make distcheck passKristian Høgsberg1-0/+3
2012-09-13man: weston --xserver has been replacedPekka Paalanen1-15/+21
The generic module loading must be used now to load xserver.so. Option --xserver was removed by a6813d28876423b388cce3ff6d7edab7b9de0f20. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-09-12compositor: Generalize module loadingKristian Høgsberg1-2/+2
We can now load any number of general modules, and the shell and xwayland are just two of them. We continue to use the mechanism for testing but custom input drivers or logging mechanisms, for example are other use cases.
2012-08-29man: add man page for westonPekka Paalanen3-0/+246
It is not complete, but has lots of stuff already. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>