summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sparc64/ifb.4
blob: 0d3ea6c1cd761c8d290738e03b96aa4e0aa96da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.\"	$OpenBSD: ifb.4,v 1.4 2008/12/27 23:16:47 kettenis Exp $
.\"
.\" Copyright (c) 2008 Miodrag Vallat.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies. And
.\" I won't mind if you keep the disclaimer below.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: December 27 2008 $
.Dt IFB 4 sparc64
.Os
.Sh NAME
.Nm ifb
.Nd inextricable frame buffer
.Sh SYNOPSIS
.Cd "ifb* at pci?"
.Cd "wsdisplay* at ifb?"
.Sh DESCRIPTION
The
.Nm
driver attempts to support various frame buffer cards based on the
3DLabs
.Sq Wildcat
chips, such as the
Sun
Expert3D
and
XVR-500
boards.
It does not provide direct device driver entry points
but makes its functions available via the internal
.Xr wsdisplay 4
interface.
.Sh DISPLAY RESOLUTION
If the
.Nm
frame buffer is used as the console display, a different resolution than
the default 1152x900 can be selected by changing the OpenPROM environment.
To change the default resolution, type the following:
.Pp
.Em \   ok
setenv
.Em output-device
screen:r1280x1024x76
.Pp
to change to a 76Hz 1280x1024 resolution.
.Pp
The
.Nm
frame buffer accepts the following resolutions:
.Bl -tag -width 5n -offset indent
.It screen:r640x480x60
VGA 640x480, with a refresh rate of 60Hz.
.It screen:r640x480x60i
VGA 640x480, with a refresh rate of 60Hz, interleaved.
.It screen:r768x575x50i
768x575, with a refresh rate of 50Hz, interleaved.
.It screen:r1024x768x60
Super VGA 1024x768, with a refresh rate of 60Hz.
.It screen:r1024x768x70
Super VGA 1024x768, with a refresh rate of 70Hz.
.It screen:r1024x768x75
Super VGA 1024x768, with a refresh rate of 75Hz.
.It screen:r1024x768x76
Super VGA 1024x768, with a refresh rate of 76Hz.
.It screen:r1024x768x77
Super VGA 1024x768, with a refresh rate of 77Hz.
.It screen:r1024x800x84
1024x800, with a refresh rate of 84Hz.
.It screen:r1152x900x66
Standard 1152x900, with a refresh rate of 66Hz.
.It screen:r1152x900x76
Standard 1152x900, with a refresh rate of 76Hz.
.It screen:r1280x800x76
1280x800, with a refresh rate of 76Hz.
.It screen:r1280x1024x60
High res 1280x1024, with a refresh rate of 60Hz.
.It screen:r1280x1024x67
High res 1280x1024, with a refresh rate of 67Hz.
.It screen:r1280x1024x76
High res 1280x1024, with a refresh rate of 76Hz.
.It screen:r1280x1024x85
High res 1280x1024, with a refresh rate of 85Hz.
.It screen:r1440x900x76
1440x900, with a refresh rate of 76Hz.
.It screen:r1600x1000x66
1600x1000, with a refresh rate of 66Hz.
.It screen:r1600x1000x76
1600x1000, with a refresh rate of 76Hz.
.It screen:r1600x1280x76
High res 1600x1280, with a refresh rate of 76Hz.
.It screen:r1792x1344x75
1792x1344, with a refresh rate of 75Hz.
.It screen:r1920x1080x72
1920x1080, with a refresh rate of 72Hz.
.It screen:r1920x1200x70
1920x1200, with a refresh rate of 70Hz.
.It screen:r1920x1200x75
1920x1200, with a refresh rate of 75Hz.
.El
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pci 4 ,
.Xr wscons 4 ,
.Xr wsdisplay 4