Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
OpenRC, an alternative to systemd (view source)
Revision as of 13:48, 25 September 2014
, 10 years ago→update for xorg-1.16
imported>Aaditya m (→add init link) |
imported>Aaditya |
||
Line 302: | Line 302: | ||
Similarly to reboot, the {{ic|'''reboot'''}} command can be used. | Similarly to reboot, the {{ic|'''reboot'''}} command can be used. | ||
=== X does not start from a virtual terminal === | |||
With Xorg-1.16, Arch Linux decided to make X rootless using systemd-logind [https://www.archlinux.org/news/xorg-server-116-is-now-available/]. | |||
This means that using {{ic|startx}} from a virtual terminal will not work for users of OpenRC and other init systems. | |||
The workaround is to create a file {{ic|/etc/X11/Xwrapper.conf}} with the contents: | |||
# Xorg.wrap configuation file | |||
needs_root_rights = yes | |||
Reference: [https://bbs.archlinux.org/viewtopic.php?pid=1441150#p1441150 Arch forum] | |||
== Further Reading == | == Further Reading == |