summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 17:38:44 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:33 +0700
commitdb0f3af70cefc4e2be002e203547f8569370b7c6 (patch)
tree50af8a4a74ff2af4c1bb0bef576c6d896a9a767f /desktop
parentf0931254e5a20b994fb0839f456b8d3203a013e7 (diff)
downloadslackbuilds-db0f3af70cefc4e2be002e203547f8569370b7c6.tar.gz
slackbuilds-db0f3af70cefc4e2be002e203547f8569370b7c6.tar.xz
desktop/weston: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/weston/README27
1 files changed, 14 insertions, 13 deletions
diff --git a/desktop/weston/README b/desktop/weston/README
index 5c0ccf7dcc..49412fa858 100644
--- a/desktop/weston/README
+++ b/desktop/weston/README
@@ -57,10 +57,10 @@ should enable the one that comes with this SlackBuild:
# chmod +x /etc/profile.d/weston.sh
(or .csh, depending on your shell)
-Once you've logged out and back in as a normal user that has been added to the
-"weston-launch" group from a virtual console, you should be able to run
-`weston-launch` from that virtual console, and Weston will then launch and run
-directly in that console.
+Once you've logged out and back in as a normal user that has been
+added to the "weston-launch" group from a virtual console, you should
+be able to run `weston-launch` from that virtual console, and Weston
+will then launch and run directly in that console.
You can use the Ctrl+Alt+Backspace keyboard combination to kill Weston.
@@ -68,14 +68,14 @@ You can use the Ctrl+Alt+Backspace keyboard combination to kill Weston.
PAM
---
-Ordinarily, PAM is a mandatory dependency for Weston. This SlackBuild of
-Weston is, by default, patched to remove that dependency. If you happen to
-have PAM installed on your system and would like to build Weston with PAM
-support, make sure the USE_PAM variable is set to "true" (nb: nothing else,
-such as "1", "yes", "on", etc. will work) before running the SlackBuild.
-For example:
+Ordinarily, PAM is a mandatory dependency for Weston. This SlackBuild
+of Weston is, by default, patched to remove that dependency. If you
+happen to have PAM installed on your system and would like to build
+Weston with PAM support, make sure the USE_PAM variable is set to
+"true" (nb: nothing else, such as "1", "yes", "on", etc. will work)
+before running the SlackBuild. For example:
- # USE_PAM=true ./weston.SlackBuild
+ # USE_PAM=true ./weston.SlackBuild
Optional Dependencies
@@ -98,5 +98,6 @@ set the USE_COLORD variable to "true" before running the SlackBuild.
Known Issues
------------
-I have not had success getting Weston to launch with the proprietary nvidia
-drivers in use. YMMV. I have had the best luck with the Intel KMS drivers.
+I have not had success getting Weston to launch with the proprietary
+nvidia drivers in use. YMMV. I have had the best luck with the Intel
+KMS drivers.