Changeset c7765a68 for x/installing/xorg-server.xml
- Timestamp:
- 12/18/2018 07:09:55 AM (6 years ago)
- Branches:
- elogind
- Children:
- 340d045
- Parents:
- 6b5b519d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/xorg-server.xml
r6b5b519d rc7765a68 70 70 </listitem> 71 71 </itemizedlist> 72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 74 <itemizedlist spacing="compact"> 75 <listitem> 76 <para> 77 Optional patch: 78 <ulink url="&patch-root;/xorg-server-&xorg-server-version;-elogind-2.patch"/> 79 </para> 80 </listitem> 81 </itemizedlist> 82 72 83 <!-- Prime support is now automatically added in DRI3, and this patch 73 84 may break things on some setups. … … 131 142 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>--> 132 143 144 <para revision="sysv"> 145 Apply a patch to add <application>elogind</application> support: 146 </para> 147 148 <screen revision="sysv"><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-elogind-2.patch && 149 autoreconf -fi</userinput></screen> 150 133 151 <para> 134 152 Install the server by running the following commands: 135 153 </para> 136 154 137 <screen revision="sysv"><userinput>./configure $XORG_CONFIG \ 138 --enable-glamor \ 139 --enable-suid-wrapper \ 140 --with-xkb-output=/var/lib/xkb && 141 make</userinput></screen> 142 143 <screen revision="systemd"><userinput>./configure $XORG_CONFIG \ 155 <screen><userinput>./configure $XORG_CONFIG \ 144 156 --enable-glamor \ 145 157 --with-xkb-output=/var/lib/xkb &&
Note:
See TracChangeset
for help on using the changeset viewer.