Properly allign content in <screen> and <programlisting> tags.
Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4541
This commit is contained in:
parent
a0803307e5
commit
cfffd0d965
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47847
1 changed files with 13 additions and 13 deletions
|
@ -1651,7 +1651,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
|
|
||||||
<programlisting>Section "Extensions"
|
<programlisting>Section "Extensions"
|
||||||
Option "Composite" "Enable"
|
Option "Composite" "Enable"
|
||||||
EndSection</programlisting>
|
EndSection</programlisting>
|
||||||
|
|
||||||
<para>Locate the <quote>Screen</quote> section which should look
|
<para>Locate the <quote>Screen</quote> section which should look
|
||||||
similar to the one below:</para>
|
similar to the one below:</para>
|
||||||
|
@ -1666,7 +1666,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
<quote>Monitor</quote> will do):</para>
|
<quote>Monitor</quote> will do):</para>
|
||||||
|
|
||||||
<programlisting>DefaultDepth 24
|
<programlisting>DefaultDepth 24
|
||||||
Option "AddARGBGLXVisuals" "True"</programlisting>
|
Option "AddARGBGLXVisuals" "True"</programlisting>
|
||||||
|
|
||||||
<para>Locate the <quote>Subsection</quote> that refers to the
|
<para>Locate the <quote>Subsection</quote> that refers to the
|
||||||
screen resolution that you wish to use. For example, if you
|
screen resolution that you wish to use. For example, if you
|
||||||
|
@ -1677,7 +1677,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
<programlisting>SubSection "Display"
|
<programlisting>SubSection "Display"
|
||||||
Viewport 0 0
|
Viewport 0 0
|
||||||
Modes "1280x1024"
|
Modes "1280x1024"
|
||||||
EndSubSection</programlisting>
|
EndSubSection</programlisting>
|
||||||
|
|
||||||
<para>A color depth of 24 bits is needed for desktop
|
<para>A color depth of 24 bits is needed for desktop
|
||||||
composition, change the above subsection to:</para>
|
composition, change the above subsection to:</para>
|
||||||
|
@ -1686,7 +1686,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
Viewport 0 0
|
Viewport 0 0
|
||||||
Depth 24
|
Depth 24
|
||||||
Modes "1280x1024"
|
Modes "1280x1024"
|
||||||
EndSubSection</programlisting>
|
EndSubSection</programlisting>
|
||||||
|
|
||||||
<para>Finally, confirm that the <quote>glx</quote> and
|
<para>Finally, confirm that the <quote>glx</quote> and
|
||||||
<quote>extmod</quote> modules are loaded in the
|
<quote>extmod</quote> modules are loaded in the
|
||||||
|
@ -1702,8 +1702,8 @@ DisplayManager.requestPort: 0</screen>
|
||||||
root):</para>
|
root):</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>nvidia-xconfig --add-argb-glx-visuals</userinput>
|
<screen>&prompt.root; <userinput>nvidia-xconfig --add-argb-glx-visuals</userinput>
|
||||||
&prompt.root; <userinput>nvidia-xconfig --composite</userinput>
|
&prompt.root; <userinput>nvidia-xconfig --composite</userinput>
|
||||||
&prompt.root; <userinput>nvidia-xconfig --depth=24</userinput></screen>
|
&prompt.root; <userinput>nvidia-xconfig --depth=24</userinput></screen>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 xml:id="compiz-fusion">
|
<sect2 xml:id="compiz-fusion">
|
||||||
|
@ -1719,7 +1719,7 @@ DisplayManager.requestPort: 0</screen>
|
||||||
normal user):</para>
|
normal user):</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>compiz --replace --sm-disable --ignore-desktop-hints ccp &</userinput>
|
<screen>&prompt.user; <userinput>compiz --replace --sm-disable --ignore-desktop-hints ccp &</userinput>
|
||||||
&prompt.user; <userinput>emerald --replace &</userinput></screen>
|
&prompt.user; <userinput>emerald --replace &</userinput></screen>
|
||||||
|
|
||||||
<para>Your screen will flicker for a few seconds, as your window
|
<para>Your screen will flicker for a few seconds, as your window
|
||||||
manager (e.g. <application>Metacity</application> if you are
|
manager (e.g. <application>Metacity</application> if you are
|
||||||
|
@ -1735,8 +1735,8 @@ DisplayManager.requestPort: 0</screen>
|
||||||
desktop):</para>
|
desktop):</para>
|
||||||
|
|
||||||
<programlisting>#! /bin/sh
|
<programlisting>#! /bin/sh
|
||||||
compiz --replace --sm-disable --ignore-desktop-hints ccp &
|
compiz --replace --sm-disable --ignore-desktop-hints ccp &
|
||||||
emerald --replace &</programlisting>
|
emerald --replace &</programlisting>
|
||||||
|
|
||||||
<para>Save this in your home directory as, for example,
|
<para>Save this in your home directory as, for example,
|
||||||
<filename>start-compiz</filename> and make it
|
<filename>start-compiz</filename> and make it
|
||||||
|
@ -2088,10 +2088,10 @@ EndSection</programlisting>
|
||||||
startup. The most common would be:</para>
|
startup. The most common would be:</para>
|
||||||
|
|
||||||
<screen>(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
|
<screen>(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
|
||||||
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
|
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
|
||||||
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
|
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
|
||||||
(EE) NVIDIA(0): you continue to encounter problems, Please try
|
(EE) NVIDIA(0): you continue to encounter problems, Please try
|
||||||
(EE) NVIDIA(0): reinstalling the NVIDIA driver.</screen>
|
(EE) NVIDIA(0): reinstalling the NVIDIA driver.</screen>
|
||||||
|
|
||||||
<para>This is usually the case when you upgrade
|
<para>This is usually the case when you upgrade
|
||||||
<application>&xorg;</application>. You will need to
|
<application>&xorg;</application>. You will need to
|
||||||
|
|
Loading…
Reference in a new issue