mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
/usr/libexec/Xorg does not exist anymore
With -Dsuid_wrapper=true removed from xorg-server, /usr/bin/Xorg is the Xorg server itself.
This commit is contained in:
parent
b952db2ee8
commit
f4d129763c
@ -118,7 +118,7 @@ ldconfig</userinput></screen>
|
||||
<systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="nodump"><userinput>chmod u+s $XORG_PREFIX/libexec/Xorg</userinput></screen>
|
||||
<screen role="nodump"><userinput>chmod u+s $XORG_PREFIX/bin/Xorg</userinput></screen>
|
||||
|
||||
<para>
|
||||
At this point you can start Xorg on virtual terminal 7 with
|
||||
|
@ -231,7 +231,7 @@ OpenGL version string: 3.0 Mesa 10.4.5</computeroutput></screen>
|
||||
<filename class="directory">$HOME/.local/share/xorg/</filename> directory.
|
||||
If Xorg is started by a display manager (e.g. <xref linkend='lightdm'/>,
|
||||
<xref linkend='lxdm'/>, or <xref linkend='gdm'/>) or if
|
||||
<filename>$XORG_PREFIX/libexec/Xorg</filename> has the suid bit set,
|
||||
<filename>$XORG_PREFIX/bin/Xorg</filename> has the suid bit set,
|
||||
it will be located in the <filename class="directory">/var/log/</filename>
|
||||
directory.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user