From cfffd0d965a3ea109926b2aa7fe125f5734b5324 Mon Sep 17 00:00:00 2001 From: Bjoern Heidotting Date: Sun, 13 Dec 2015 12:13:34 +0000 Subject: [PATCH] Properly allign content in and tags. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4541 --- .../books/handbook/x11/chapter.xml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index 246aa28ac7..7b8fd65ed3 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -1651,7 +1651,7 @@ DisplayManager.requestPort: 0 Section "Extensions" Option "Composite" "Enable" - EndSection +EndSection Locate the Screen section which should look similar to the one below: @@ -1666,7 +1666,7 @@ DisplayManager.requestPort: 0 Monitor will do): DefaultDepth 24 - Option "AddARGBGLXVisuals" "True" +Option "AddARGBGLXVisuals" "True" Locate the Subsection that refers to the screen resolution that you wish to use. For example, if you @@ -1677,7 +1677,7 @@ DisplayManager.requestPort: 0 SubSection "Display" Viewport 0 0 Modes "1280x1024" - EndSubSection +EndSubSection A color depth of 24 bits is needed for desktop composition, change the above subsection to: @@ -1686,7 +1686,7 @@ DisplayManager.requestPort: 0 Viewport 0 0 Depth 24 Modes "1280x1024" - EndSubSection +EndSubSection Finally, confirm that the glx and extmod modules are loaded in the @@ -1702,8 +1702,8 @@ DisplayManager.requestPort: 0 root): &prompt.root; nvidia-xconfig --add-argb-glx-visuals - &prompt.root; nvidia-xconfig --composite - &prompt.root; nvidia-xconfig --depth=24 +&prompt.root; nvidia-xconfig --composite +&prompt.root; nvidia-xconfig --depth=24 @@ -1719,7 +1719,7 @@ DisplayManager.requestPort: 0 normal user): &prompt.user; compiz --replace --sm-disable --ignore-desktop-hints ccp & - &prompt.user; emerald --replace & +&prompt.user; emerald --replace & Your screen will flicker for a few seconds, as your window manager (e.g. Metacity if you are @@ -1735,8 +1735,8 @@ DisplayManager.requestPort: 0 desktop): #! /bin/sh - compiz --replace --sm-disable --ignore-desktop-hints ccp & - emerald --replace & +compiz --replace --sm-disable --ignore-desktop-hints ccp & +emerald --replace & Save this in your home directory as, for example, start-compiz and make it @@ -2088,10 +2088,10 @@ EndSection startup. The most common would be: (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): server, and that the module is the NVIDIA GLX module. If - (EE) NVIDIA(0): you continue to encounter problems, Please try - (EE) NVIDIA(0): reinstalling the NVIDIA driver. +(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): you continue to encounter problems, Please try +(EE) NVIDIA(0): reinstalling the NVIDIA driver. This is usually the case when you upgrade &xorg;. You will need to