From owner-dev-commits-doc-all@freebsd.org Fri Apr 9 17:04:01 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1104E5BE3C3 for ; Fri, 9 Apr 2021 17:04:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FH4Gm74c6z4v2M; Fri, 9 Apr 2021 17:04:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E645421B88; Fri, 9 Apr 2021 17:04:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 139H40fn078892; Fri, 9 Apr 2021 17:04:00 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 139H40u6078891; Fri, 9 Apr 2021 17:04:00 GMT (envelope-from git) Date: Fri, 9 Apr 2021 17:04:00 GMT Message-Id: <202104091704.139H40u6078891@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Marc Fonvieille Subject: git: 5eea7257a0 - main - Add translated compiz-troubleshooting section. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: blackend X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5eea7257a0ffda5d3d2cd73c10d25f0a631939ce Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2021 17:04:01 -0000 The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=5eea7257a0ffda5d3d2cd73c10d25f0a631939ce commit 5eea7257a0ffda5d3d2cd73c10d25f0a631939ce Author: Marc Fonvieille AuthorDate: 2021-04-09 17:03:22 +0000 Commit: Marc Fonvieille CommitDate: 2021-04-09 17:03:22 +0000 Add translated compiz-troubleshooting section. --- .../content/fr/books/handbook/x11/_index.adoc | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/documentation/content/fr/books/handbook/x11/_index.adoc b/documentation/content/fr/books/handbook/x11/_index.adoc index dc9e3e746f..293170457c 100644 --- a/documentation/content/fr/books/handbook/x11/_index.adoc +++ b/documentation/content/fr/books/handbook/x11/_index.adoc @@ -1204,3 +1204,35 @@ Sous GNOME, il peut être trouvé dans le menu [.guimenuitem]#System#, puis [.gu ==== Si vous avez sélectionné "gconf support" lors de la compilation, vous pourrez également voir ces paramètres en utilisant `gconf-editor` sous `apps/compiz`. + +[[compiz-troubleshooting]] +=== Dépannage de Compiz Fusion + +==== J'ai installé Compiz Fusion, et après avoir lancé les commandes que vous +mentionnez, mes fenêtres n'ont plus de barre de titre et de boutons. +Qu'est-ce qui ne va pas? + +Il vous manque probablement une configuration dans +[.filename]#/etc/X11/xorg.conf#. Relisez avec attention ce fichier et +contrôlez tout particulièrement les directives `DefaultDepth` et +`AddARGBGLXVisuals`. + +==== Quand j'exécute la commande pour lancer Compiz Fusion, le serveur X +plante et je retourne à la console. Qu'est-ce qui ne va pas? + +Si vous contrôlez le contenu du fichier +[.filename]#/var/log/Xorg.0.log#, vous trouverez surement des messages +d'erreur lors du démarrage de X. Les plus courants seront: + +[source,shell] +.... +(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. +.... + +C'est généralement le cas quand vous mettez à jour Xorg. Vous devrez +réinstaller le paquet package:x11/nvidia-driver[] afin que le module glx +soit compilé à nouveau.