From owner-svn-doc-all@freebsd.org Sun Dec 13 12:13:36 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3806A14BB6; Sun, 13 Dec 2015 12:13:35 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0F0E12CE; Sun, 13 Dec 2015 12:13:35 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBDCDZUH024892; Sun, 13 Dec 2015 12:13:35 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBDCDZvu024891; Sun, 13 Dec 2015 12:13:35 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201512131213.tBDCDZvu024891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sun, 13 Dec 2015 12:13:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47847 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2015 12:13:36 -0000 Author: bhd Date: Sun Dec 13 12:13:34 2015 New Revision: 47847 URL: https://svnweb.freebsd.org/changeset/doc/47847 Log: Properly allign content in and tags. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4541 Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 09:45:24 2015 (r47846) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Dec 13 12:13:34 2015 (r47847) @@ -1651,7 +1651,7 @@ DisplayManager.requestPort: 0Section "Extensions" Option "Composite" "Enable" - EndSection +EndSection Locate the Screen section which should look similar to the one below: @@ -1666,7 +1666,7 @@ DisplayManager.requestPort: 0Monitor 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: 0SubSection "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 +EndSubSection Finally, confirm that the glx and extmod modules are loaded in the @@ -1702,8 +1702,8 @@ DisplayManager.requestPort: 0 &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 &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 #! /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