From owner-p4-projects@FreeBSD.ORG Fri Nov 4 20:28:24 2011 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 12E2D106566C; Fri, 4 Nov 2011 20:28:24 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A96106564A for ; Fri, 4 Nov 2011 20:28:23 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id B6D8B8FC0A for ; Fri, 4 Nov 2011 20:28:23 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id pA4KSNbp039345 for ; Fri, 4 Nov 2011 20:28:23 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id pA4KSNIb039342 for perforce@freebsd.org; Fri, 4 Nov 2011 20:28:23 GMT (envelope-from rene@FreeBSD.org) Date: Fri, 4 Nov 2011 20:28:23 GMT Message-Id: <201111042028.pA4KSNIb039342@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 201181 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 20:28:24 -0000 http://p4web.freebsd.org/@@201181?ac=10 Change 201181 by rene@rene_acer on 2011/11/04 20:28:23 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/pr-guidelines/article.sgml#9 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#21 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#114 integrate .. //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#28 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/pr-guidelines/article.sgml#9 (text+ko) ==== @@ -15,7 +15,7 @@ Problem Report Handling Guidelines - $FreeBSD: doc/en_US.ISO8859-1/articles/pr-guidelines/article.sgml,v 1.38 2011/09/01 16:35:16 ryusuke Exp $ + $FreeBSD: doc/en_US.ISO8859-1/articles/pr-guidelines/article.sgml,v 1.39 2011/11/03 20:56:02 manolis Exp $ &tm-attrib.freebsd; @@ -1042,6 +1042,10 @@ + Set Responsible to gnats-admin. + + + Set State to closed. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/x11/chapter.sgml#21 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -397,14 +397,8 @@ Configuring X11 - As of version 7.3, &xorg; can - often work without any configuration file by simply typing at - prompt: - - &prompt.user; startx - - Starting with version 7.4, &xorg; - can use HAL to autodetect keyboards and mice. + &xorg; + uses HAL to autodetect keyboards and mice. The sysutils/hal and devel/dbus ports are installed as dependencies of x11/xorg, but @@ -416,7 +410,13 @@ These services should be started (either manually or by rebooting) before further &xorg; - configuration is attempted. + configuration or use is attempted. + + &xorg; can + often work without any further configuration steps by simply typing at + prompt: + + &prompt.user; startx The automatic configuration may fail to work with some hardware, or may not set things up quite as desired. In these cases, manual @@ -456,15 +456,7 @@ The next step is to test the existing configuration to verify that &xorg; can work with the graphics - hardware on the target system. In &xorg; - versions up to 7.3, type: - - &prompt.root; Xorg -config xorg.conf.new - - Starting with &xorg; 7.4 and above, - this test produces a black screen which may make it difficult - to diagnose whether X11 is working properly. The older behavior - is still available by using the option: + hardware on the target system. Type: &prompt.root; Xorg -config xorg.conf.new -retro @@ -483,15 +475,14 @@ . - In &xorg; versions up to 7.3, - the + The Ctrl Alt Backspace - key combination could be used to break out of - &xorg;. To enable it in - version 7.4 and later, you can either type the following + key combination may also be used to break out of + &xorg;. To enable it, + you can either type the following command from any X terminal emulator: &prompt.user; setxkbmap -option terminate:ctrl_alt_bksp @@ -526,8 +517,9 @@ If the mouse does not work, you will need to first configure it before proceeding. See - in the &os; install chapter. Additionally, starting with version - 7.4, the InputDevice sections in + in the &os; install chapter. In recent + Xorg versions, + the InputDevice sections in xorg.conf are ignored in favor of the autodetected devices. To restore the old behavior, add the following line to the ServerLayout or @@ -540,8 +532,8 @@ switching). - As previously explained since version 7.4, by default, - the hald daemon will + As previously explained + the hald daemon will, by default, automatically detect your keyboard. There are chances that your keyboard layout or model will not be correct, desktop environments like GNOME, ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#114 (text+ko) ==== @@ -1,7 +1,7 @@ If your port anchors its man tree somewhere other than - MANPREFIX, you can use the + PREFIX, you can use the MANPREFIX to set it. Also, if only manpages in certain sections go in a non-standard place, such as some perl modules ports, you can set individual man paths using ==== //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#28 (text+ko) ==== @@ -5,7 +5,7 @@ - $FreeBSD: www/share/sgml/usergroups.xml,v 1.110 2011/08/17 15:05:49 jkois Exp $ + $FreeBSD: www/share/sgml/usergroups.xml,v 1.112 2011/10/30 15:03:05 gjb Exp $ @@ -263,12 +263,12 @@ FreeBSD Spain - https://sites.google.com/site/freebsdspain/ + http://freebsdspain.blogspot.com/ FreeBSD Spain is a new FreeBSD user group for Spanish FreeBSD users, where they can share knowledge, ideas, opinions and seek help. For more information please visit our website + href="http://freebsdspain.blogspot.com/">website or send an email.