perl/Term-Table: update to 0.023 for Perl 5.40
[oi-userland.git] / components / x11 / ogl-select / files / ogl-select.man
blobbca82ead508f7ef812ec9d53f439259b5dc97c7f
1 .\" Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved.
2 .\"
3 .\" Permission is hereby granted, free of charge, to any person obtaining a
4 .\" copy of this software and associated documentation files (the "Software"),
5 .\" to deal in the Software without restriction, including without limitation
6 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
7 .\" and/or sell copies of the Software, and to permit persons to whom the
8 .\" Software is furnished to do so, subject to the following conditions:
9 .\"
10 .\" The above copyright notice and this permission notice (including the next
11 .\" paragraph) shall be included in all copies or substantial portions of the
12 .\" Software.
13 .\"
14 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17 .\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 .\" DEALINGS IN THE SOFTWARE.
21 .\" 
22 .ds q \N'34'
23 .TH ogl-select 8s "17 Dec 2018"
24 .SH NAME
25 ogl-select \- boot time selection of OpenGL vendor files 
26 .PP
27 .SH DESCRIPTION
28 .I svc:/application/opengl/ogl-select
29 is a transient service for the Service Management Facility (SMF)
30 that determines at boot time which vendor supplied OpenGL headers
31 and libraries will be used.  The selection of the OpenGL vendor
32 should be automatic and in most cases will not require any
33 configuration.  However, for system configurations with special
34 needs a property can be used to select the vendor.  The property
35 is described in the SMF PROPERTIES section below. 
36 .PP
37 The SMF method performs the automatic probe by querying the
38 device driver attached to the primary framebuffer device, /dev/fb.
39 If the name reported by the driver matches the value advertised
40 by a vendor registry, the rules in the vendor registry will be
41 used to select the OpenGL headers and libraries.  The name reported
42 by the driver can be verified with \fIconstype\fP(1).  If the system
43 configuration does not match the desired OpenGL vendor, a SMF
44 property can be used to force the vendor selection.
45 .SH SMF PROPERTIES
46 .PP
47 Configuration properties for the \fBogl-select\fP service are
48 managed by the service management facility, \fBsmf\fR(5), under the service 
49 identifier:
50 .nf
51 svc:/application/opengl/ogl-select
52 .fi
53 .PP
54 Use \fBsvccfg\fR(8) to make configuration changes and to view configuration
55 information for this service\&. 
56 .PP
57 These properties may be set for \fBogl-select\fP:
58 .TP
59 .B options/vendor 
60 (Type astring) The vendor tag to use for selecting the OpenGL headers
61 and libraries, overriding the results of the automatic probe.  Available
62 vendors can be found with 'ls /lib/opengl/ogl_select/*_vendor_select'.
63 If the property is set to an unknown vendor tag, the method will default
64 to "mesa".  Setting the property to "" or "notset" causes it to be ignored
65 and the results of the automatic probe are used instead.  The default
66 value is "notset". 
67 .TP
68 .SH FILES
69 .TP 30
70 .I /lib/svc/manifest/application/opengl/ogl-select.xml
71 The SMF manifest
72 .TP 30
73 .I /lib/svc/method/ogl-select
74 The SMF method run by the manifest
75 .TP 30
76 .I /lib/opengl/ogl_select/\fB*\fP_vendor_select
77 Vendor registry files scanned by the manifest
78 .PP
79 .SH SEE ALSO
80 .PP
81 \fIconstype\fP(1), smf\fP(5), \fIsvcadm\fP(1M), \fIsvccfg\fP(1M)