From owner-svn-doc-all@freebsd.org Sun Jan 15 02:53:12 2017
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 2661DCAEC7C;
Sun, 15 Jan 2017 02:53:12 +0000 (UTC)
(envelope-from sevan@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 CF7901052;
Sun, 15 Jan 2017 02:53:11 +0000 (UTC)
(envelope-from sevan@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F2rBDt008590;
Sun, 15 Jan 2017 02:53:11 GMT (envelope-from sevan@FreeBSD.org)
Received: (from sevan@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F2rBYc008589;
Sun, 15 Jan 2017 02:53:11 GMT (envelope-from sevan@FreeBSD.org)
Message-Id: <201701150253.v0F2rBYc008589@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sevan set sender to
sevan@FreeBSD.org using -f
From: Sevan Janiyan
Date: Sun, 15 Jan 2017 02:53:11 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49853 - 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.23
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, 15 Jan 2017 02:53:12 -0000
Author: sevan
Date: Sun Jan 15 02:53:10 2017
New Revision: 49853
URL: https://svnweb.freebsd.org/changeset/doc/49853
Log:
Direct reader to install packages first.
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D9173
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 Sat Jan 14 23:36:46 2017 (r49852)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jan 15 02:53:10 2017 (r49853)
@@ -240,19 +240,19 @@
On &os;, &xorg; can be installed
as a package or port.
+ The binary package can be installed quickly but with
+ fewer options for customization:
+
+ &prompt.root; pkg install xorg
+
To build and install from the Ports Collection:
&prompt.root; cd /usr/ports/x11/xorg
&prompt.root; make install clean
- The binary package can be installed more quickly but with
- fewer options for customization:
-
- &prompt.root; pkg install xorg
-
Either of these installations results in the complete
- &xorg; system being installed. This
- is the best option for most users.
+ &xorg; system being installed. Binary packages
+ are the best option for most users.
A smaller version of the X system suitable for experienced
users is available in x11/xorg-minimal. Most
@@ -931,8 +931,13 @@ EndSection
on this, see the &man.X.7; manual page or .
- To install the above Type1 font collections from the Ports
- Collection, run the following commands:
+ To install the above Type1 font collections from binary packages,
+ run the following commands:
+
+ &prompt.root; pkg install urwfonts
+
+ Alternatively, to build from the Ports Collection, run the following
+ commands:
&prompt.root; cd /usr/ports/x11-fonts/urwfonts
&prompt.root; make install clean
From owner-svn-doc-all@freebsd.org Sun Jan 15 02:54:37 2017
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 CBFECCAED3A;
Sun, 15 Jan 2017 02:54:37 +0000 (UTC)
(envelope-from sevan@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 804E110EF;
Sun, 15 Jan 2017 02:54:37 +0000 (UTC)
(envelope-from sevan@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F2saBd008676;
Sun, 15 Jan 2017 02:54:36 GMT (envelope-from sevan@FreeBSD.org)
Received: (from sevan@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F2saPH008675;
Sun, 15 Jan 2017 02:54:36 GMT (envelope-from sevan@FreeBSD.org)
Message-Id: <201701150254.v0F2saPH008675@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sevan set sender to
sevan@FreeBSD.org using -f
From: Sevan Janiyan
Date: Sun, 15 Jan 2017 02:54:36 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49854 - head/en_US.ISO8859-1/books/handbook/desktop
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.23
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, 15 Jan 2017 02:54:37 -0000
Author: sevan
Date: Sun Jan 15 02:54:36 2017
New Revision: 49854
URL: https://svnweb.freebsd.org/changeset/doc/49854
Log:
Direct reader to install packages first.
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D9174
Modified:
head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml Sun Jan 15 02:53:10 2017 (r49853)
+++ head/en_US.ISO8859-1/books/handbook/desktop/chapter.xml Sun Jan 15 02:54:36 2017 (r49854)
@@ -178,8 +178,11 @@
Firefox does not include &java;
support. However, java/icedtea-web
provides a free software web browser plugin for running Java
- applets. It can be installed as a package. To alternately
- compile the port:
+ applets. It can be installed as a package by running:
+
+ &prompt.root; pkg install icedtea-web
+
+ Alternatively, to compile from the Ports Collection:
&prompt.root; cd /usr/ports/java/icedtea-web
&prompt.root; make install clean
@@ -348,7 +351,11 @@
many modern browsers including Chromium. To use WebKit with
Konqueror on &os;, install the
www/kwebkitpart package
- or port. This example compiles the port:
+ or port. This example installs the package:
+
+ &prompt.root; pkg install kwebkitpart
+
+ To install from the Ports Colloction:
&prompt.root; cd /usr/ports/www/kwebkitpart
&prompt.root; make install clean
From owner-svn-doc-all@freebsd.org Sun Jan 15 02:55:30 2017
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 D09CCCAEDFC;
Sun, 15 Jan 2017 02:55:30 +0000 (UTC)
(envelope-from sevan@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 849B111AA;
Sun, 15 Jan 2017 02:55:30 +0000 (UTC)
(envelope-from sevan@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F2tTlQ008776;
Sun, 15 Jan 2017 02:55:29 GMT (envelope-from sevan@FreeBSD.org)
Received: (from sevan@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F2tTBq008775;
Sun, 15 Jan 2017 02:55:29 GMT (envelope-from sevan@FreeBSD.org)
Message-Id: <201701150255.v0F2tTBq008775@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: sevan set sender to
sevan@FreeBSD.org using -f
From: Sevan Janiyan
Date: Sun, 15 Jan 2017 02:55:29 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49855 - head/en_US.ISO8859-1/books/handbook/multimedia
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.23
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, 15 Jan 2017 02:55:30 -0000
Author: sevan
Date: Sun Jan 15 02:55:29 2017
New Revision: 49855
URL: https://svnweb.freebsd.org/changeset/doc/49855
Log:
Direct reader to install packages first.
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D9175
Modified:
head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Sun Jan 15 02:54:36 2017 (r49854)
+++ head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml Sun Jan 15 02:55:29 2017 (r49855)
@@ -1338,7 +1338,11 @@ bktr0: Pinnacle/Miro TV, Philips SECAM t
Setting up the MythTV Backend
- To install MythTV using the port:
+ To install MythTV using binary packages:
+
+ &prompt.root; pkg install mythtv
+
+ Alternatively, to install from the Ports Collecton:
&prompt.root; cd /usr/ports/multimedia/mythtv
&prompt.root; make install
@@ -1486,6 +1490,17 @@ Re-scan of bus 3 was successful
graphics/xsane installs
xsane.
+ To install the two parts from binary packages:
+
+ &prompt.root; pkg install sane sane-frontends
+
+ Alternatively, to install from the Ports Collection
+
+ &prompt.root; cd /usr/ports/graphics/sane-frontends
+&prompt.root; make install clean
+&prompt.root; cd /usr/ports/graphics/xsane
+&prompt.root; make install clean
+
After installing the
graphics/sane-backends port or package, use
sane-find-scanner to check the scanner
From owner-svn-doc-all@freebsd.org Sun Jan 15 04:50:20 2017
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 9389FCB0EDB;
Sun, 15 Jan 2017 04:50:20 +0000 (UTC) (envelope-from bjk@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 709E812A9;
Sun, 15 Jan 2017 04:50:20 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F4oJEU057584;
Sun, 15 Jan 2017 04:50:19 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F4oJIa057583;
Sun, 15 Jan 2017 04:50:19 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201701150450.v0F4oJIa057583@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Sun, 15 Jan 2017 04:50:19 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49856 - head/en_US.ISO8859-1/htdocs/news/status
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.23
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, 15 Jan 2017 04:50:20 -0000
Author: bjk
Date: Sun Jan 15 04:50:19 2017
New Revision: 49856
URL: https://svnweb.freebsd.org/changeset/doc/49856
Log:
Add 2016Q4 Graphics entry from Matthew Macy
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sun Jan 15 02:55:29 2017 (r49855)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sun Jan 15 04:50:19 2017 (r49856)
@@ -1099,4 +1099,73 @@
The &os; Foundation
+
+
+ The Graphics Stack on &os;
+
+
+
+ &os; Graphics Team
+ FreeBSD-x11@FreeBSD.org
+
+
+
+
+ Matthew
+ Macy
+
+ mmacy@nextbsd.org
+
+
+
+
+ Graphics Stack Roadmap and Supported Hardware Matrix
+ GitHub Repository
+ Ports Development Repository
+ Fork of libudevd-devd Shim
+ Graphics Team Blog
+
+
+
+ Good progress on graphics support was made during the weeks
+ around Christmas and the new year with the import of Linux's 4.9
+ DRM for i915 and amdgpu into the drm-next
+ branch of the github repository. The amdgpu KMS
+ driver is already somewhat usable, with a few major known issues
+ remaining. It now supports GPUs as far back as Southern Islands
+ and up to Polaris. The 4.9 update also appears to have fixed a
+ regression in i915 that was introduced by the 4.8 merge
+ late this past summer. The drm-next branch now supports the
+ Intel integrated graphics unit up to Kaby Lake CPUs. To
+ facilitate out-of-the-box support on CURRENT, most of the
+ branch-local VM changes were reverted and the graphics fault
+ routines converted to use pg_populate. This new interface is the
+ source of a couple of regressions causing panics on i915 and
+ severe artifacts with amdgpu on integrated GPUs. Mark Johnston
+ (markj@) has volunteered to analyze these issues. Please show
+ your support and encouragement to Mark for helping to move this
+ project towards the finish line.
+
+ The xserver-mesa-next-udev branch was created for the ports
+ development repository, and holds Mesa 13.0 and fixes for
+ newer AMD GPUs. It uses a fork of the libudev-devd shim, also
+ bringing Mesa closer to Linux upstream. I plan to keep
+ updating drm and amdgpu (for use on my
+ desktop and potentially longer term for GPGPU computations) as
+ well as work with Mark to address the existing bugs in
+ i915 (assuming that two new porters are approved).
+ However, the Linux i915 developers seems to
+ aggressively explore the space of possible implementations and
+ use of Linux internal APIs, making it prohibitively time
+ consuming to track upstream. I am helping someone to learn the
+ ropes of how to replay a subset of changes from a Linux
+ release into &os; in the hope that he will take over the
+ mantle of drm-next i915 maintainer. Assuming the
+ issues listed above are addressed, a port of the linuxkpi,
+ DRM, and KMS drivers for use on standard amd64 CURRENT
+ installations is planned. Together with upgrades to the
+ relevant graphics ports, this will provide experimental
+ support for new AMD and Intel GPUs.
+
+
From owner-svn-doc-all@freebsd.org Sun Jan 15 04:59:44 2017
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 60675CB020E;
Sun, 15 Jan 2017 04:59:44 +0000 (UTC) (envelope-from bjk@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 2FB7F16DE;
Sun, 15 Jan 2017 04:59:44 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F4xh7O061621;
Sun, 15 Jan 2017 04:59:43 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F4xhRo061620;
Sun, 15 Jan 2017 04:59:43 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201701150459.v0F4xhRo061620@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Sun, 15 Jan 2017 04:59:43 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49857 - head/en_US.ISO8859-1/htdocs/news/status
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.23
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, 15 Jan 2017 04:59:44 -0000
Author: bjk
Date: Sun Jan 15 04:59:43 2017
New Revision: 49857
URL: https://svnweb.freebsd.org/changeset/doc/49857
Log:
Add 2016Q4 Wine entry from gerald
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sun Jan 15 04:50:19 2017 (r49856)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sun Jan 15 04:59:43 2017 (r49857)
@@ -1168,4 +1168,44 @@
support for new AMD and Intel GPUs.
OpenBSM is a BSD-licensed implementation of Sun's Basic
- Security Module (BSM) API and file format. It is the user-space
- side of the CAPP Audit implementations in &os; and Mac OS X.
- Additionally, the audit trail processing tools are expected to
- work on Linux.
+ Security Module (BSM) API and file format. It is the
+ user-space side of the CAPP Audit implementations in &os; and
+ Mac OS X. Additionally, the audit trail processing tools are
+ expected to work on Linux.
This quarter saw increased development activity, fueled by
- the DARPA CADETS project, resulting in the release of OpenBSM 1.2
- alpha 5. Among this release's changes are the ability to
+ the DARPA CADETS project, resulting in the release of OpenBSM
+ 1.2 alpha 5. Among this release's changes are the ability to
specify the kernel's maximum audit queue length, sandboxing
support for auditreduce(1) and praudit(1) on
&os; and other systems that support Capsicum, as well as the
addition of event identifiers for more &os; system calls. The
- complete list of changes is documented in the NEWS
+ complete list of changes is documented in the
+ NEWS
file on GitHub. The new release will be merged into &os; HEAD
and the supported STABLE branches shortly.
-