Home
last modified time | relevance | path

Searched +full:vga +full:- +full:format (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.11 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" vidcontrol - a utility for manipulating the syscons or vt video driver
64 .Bl -tag -width indent
130 The change is specified by a non-empty comma-separated list of
139 .Bl -tag -width indent
142 with a configuration-dependent coloring
145 Set to a blinking sub-block with
163 A non-blinking destructive cursor would be unusable,
192 .Bl -tag -width indent
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/zte/
H A Dzx296718-pcbox.dts5 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include <dt-bindings/pwm/pwm.h>
14 compatible = "zte,zx296718-pcbox", "zte,zx296718";
17 stdout-path = "serial0:115200n8";
25 a53_vdd0v9: regulator-a53 {
26 compatible = "pwm-regulator";
28 regulator-name = "A53_VDD0V9";
29 regulator-min-microvolt = <855000>;
30 regulator-max-microvolt = <1183000>;
[all …]
/freebsd/share/man/man4/
H A Dsplash.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
65 .Bl -tag -width splash_decoder -compact
68 While the BMP file format allows images of various color depths, this
73 This decoder currently only supports version 5 8-bpp single-plane
77 Displays a text-mode 80x25 ASCII drawing, such as that produced by
78 the Binary save format in TheDraw.
79 This format consists of a sequence
89 If the standard VGA video mode is used,
94 .Xr vga 4 ) ,
105 .Bl -tag -width splash_module.ko -compact
[all …]
H A Dsyscons.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
99 .Pq Xr vga 4
131 .Bd -literal -offset indent
132 Alt-F1 ttyv0 Alt-F7 ttyv6 Shift-Alt-F1 ttyva
133 Alt-F2 ttyv1 Alt-F8 ttyv7 Shift-Alt-F2 ttyvb
134 Alt-F3 ttyv2 Alt-F9 ttyv8 Shift-Alt-F3 ttyvc
135 Alt-F4 ttyv3 Alt-F10 ttyv9 Shift-Alt-F4 ttyvd
136 Alt-F5 ttyv4 Alt-F11 ttyva Shift-Alt-F5 ttyve
137 Alt-F6 ttyv5 Alt-F12 ttyvb Shift-Alt-F6 ttyvf
175 For most modern video cards, e.g., VGA, the
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Daptina,mt9v111.txt2 ----------------------------
4 The Aptina MT9V111 is a 1/4-Inch VGA-format digital image sensor with a core
8 of image resolution and formats controllable through a simple two-wires
12 --------------------
14 - compatible: shall be "aptina,mt9v111".
15 - clocks: reference to the system clock input provider.
18 --------------------
20 - enable-gpios: output enable signal, pin name "OE#". Active low.
21 - standby-gpios: low power state control signal, pin name "STANDBY".
23 - reset-gpios: chip reset signal, pin name "RESET#". Active low.
[all …]
H A Daptina,mt9v111.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacopo Mondi <jacopo@jmondi.org>
13 The Aptina MT9V111 is a 1/4-Inch VGA-format digital image sensor with a core
17 of image resolutions and formats controllable through a simple two-wires
30 enable-gpios:
34 standby-gpios:
39 reset-gpios:
49 - compatible
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/
H A Dda850-lcdk.dts1 // SPDX-License-Identifier: GPL-2.0-only
5 /dts-v1/;
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
11 model = "DA850/AM1808/OMAP-L138 LCDK";
12 compatible = "ti,da850-lcdk", "ti,da850";
20 stdout-pat
[all...]
/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
68 /* Better than VGA, but still generic driver. */
99 int format, roff, goff, boff; in vt_vbefb_init() local
101 info = vd->vd_softc; in vt_vbefb_init()
103 info = vd->vd_softc = (void *)&local_vbe_info; in vt_vbefb_init()
110 info->fb_height = vbefb->fb_height; in vt_vbefb_init()
111 info->fb_width = vbefb->fb_width; in vt_vbefb_init()
113 info->fb_depth = vbefb->fb_bpp; in vt_vbefb_init()
115 info->fb_bpp = roundup2(vbefb->fb_bpp, NBBY); in vt_vbefb_init()
[all …]
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 * Between console's palette and VGA's one:
52 * - blue and red are swapped (1 <-> 4)
53 * - yellow and cyan are swapped (3 <-> 6)
61 int vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax,
/freebsd/stand/defaults/
H A Dloader.conf.542 format was defined explicitly to resemble
52 .Bl -bullet
61 All settings have the following format:
77 .Bl -tag -width Ar
101 .Dq Li -1 ,
128 Set to "yes" to get the same effect as boot -v or booting verbose from the
145 The lua-based loader will process files with a
156 should be treated as write-only.
179 .Bd -literal
188 .Bl -bullet -compact
[all …]
/freebsd/share/syscons/fonts/
H A DINDEX.fonts5 # Format <file>:<lang>:<description>
15 # If lang empty use 'en' (us-english) as default.
20 # Subject: ISO 8859-1 National Character Set FAQ
22 # Archive-name: internationalization/iso-8859-1-charset
24 # ISO 8859-1 supports the following languages:
30 # ISO 8859-1 also. However, from a standards point of view, ISO 8859-2
33 # ISO 8859-1 is just one part of the ISO-8859 standard, which specifies
35 # 8859-1 Europe, Latin America
36 # 8859-2 Eastern Europe
37 # 8859-3 SE Europe/miscellaneous (Esperanto, Maltese, etc.)
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dintel2 #------------------------------------------------------------------------------
11 # whatever comes next (HP-PA Hummingbird?). OS/2 may also go elsewhere
14 # The `versions' should be un-commented if they work for you.
17 0 leshort 0502 basic-16 executable
19 #>22 leshort >0 - version %d
20 0 leshort 0503 basic-16 executable (TV)
22 #>22 leshort >0 - version %d
29 #>22 leshort >0 - version %d
32 #>22 leshort >0 - version %d
38 # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
[all …]
H A Dlinux2 #------------------------------------------------------------------------------
13 # >0 leshort 0413 demand-paged executable (ZMAGIC)
14 # >0 leshort 0314 demand-paged executable (QMAGIC)
20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC)
22 0 lelong 0x006400cc Linux/i386 demand-paged executable (QMAGIC)
27 # Linux-8086 stuff:
28 0 string \01\03\020\04 Linux-8086 impure executable
30 0 string \01\03\040\04 Linux-8086 executable
33 0 string \243\206\001\0 Linux-8086 object file
35 0 string \01\03\020\20 Minix-386 impure executable
[all …]
/freebsd/stand/i386/libi386/
H A Dvbe.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
38 #include <dev/vt/hw/vga/vt_vga_reg.h>
53 /* The default VGA color palette format is 6 bits per primary color. */
59 * palette array for 8-bit indexed colors. In this case, cmap does store
108 if (strcasecmp(res->name, cmp) == 0) in vbe_resolution_compare()
110 if (res->alias != NULL && strcasecmp(res->alias, cmp) == 0) in vbe_resolution_compare()
132 *width = res->width; in vbe_get_max_resolution()
133 *height = res->height; in vbe_get_max_resolution()
235 * Return true when this controller is VGA compatible.
[all …]
H A Dvidconsole.c1 /*-
3 * Copyright (c) 1997 Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp)
38 #include <dev/vt/hw/vga/vt_vga_reg.h>
111 for (p.tp_row = r->tr_begin.tp_row; in term_image_display()
112 p.tp_row < r->tr_end.tp_row; p.tp_row++) { in term_image_display()
113 for (p.tp_col = r->tr_begin.tp_col; in term_image_display()
114 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in term_image_display()
115 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in term_image_display()
116 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in term_image_display()
171 if (p->tp_col == TEXT_COLS) in vidc_text_cursor()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a7794-silk.dts1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 2014-2015 Renesas Solutions Corp.
7 * Copyright (C) 2014-2015 Cogent Embedded, Inc.
11 * SSI-AK4643
13 * SW1: 2-1: AK4643
14 * 2-3: ADV7511
21 /dts-v1/;
23 #include <dt-bindings/gpio/gpio.h>
24 #include <dt-bindings/input/input.h>
40 stdout-path = "serial0:115200n8";
[all …]
H A Dr8a7790-lager.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2013-2014 Renesas Solutions Corp.
7 * Copyright (C) 2015-2016 Renesas Electronics Corporation
11 * SSI-AK4643
38 /dts-v1/;
40 #include <dt-bindings/gpio/gpio.h>
41 #include <dt-bindings/input/input.h>
63 stdout-path = "serial0:115200n8";
77 compatible = "gpio-keys";
79 pinctrl-0 = <&keyboard_pins>;
[all …]
/freebsd/sys/dev/fb/
H A Dvga.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
5 * Copyright (c) 1992-1998 Søren Schmidt
68 /* XXX machine/pc/bios.h has got too much i386-specific stuff in it */
83 error = (*sw->probe)(unit, &adp, NULL, flags); in vga_probe_unit()
100 error = (*sw->probe)(unit, &sc->adp, NULL, flags); in vga_attach_unit()
103 return (*sw->init)(unit, sc->adp, flags); in vga_attach_unit()
106 /* LOW-LEVEL */
113 #define probe_done(adp) ((adp)->va_flags & V_ADP_PROBED)
[all …]
H A Dsplash_bmp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
46 static int splash_mode = -1;
64 /* currently only 256-color modes are supported XXX */ in bmp_start()
75 -1, in bmp_start()
141 else brightness--; in bmp_splash()
145 brightness--; in bmp_splash()
164 ** Code to handle Microsoft DIB (".BMP") format images.
224 u_char format; /* one of the BI_* constants above */ member
249 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight)) in bmp_SetPix()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dbhyve.82 .\" SPDX-License-Identifier: BSD-2-Clause
102 I/O connectivity can be specified with command-line parameters.
113 .Pa edk2-bhyve
116 .Pa u-boot-bhyve-arm64
117 package provides a U-Boot image that can be used to boot the guest.
123 .Bl -tag -width 10n
164 Destroy the VM on guest initiated power-off.
206 Set configuration variables from a simple, key-value config file.
232 Allow devices behind the LPC PCI-ISA bridge to be configured.
233 The only supported devices are the TTY-class devices
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dsalvator-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for common parts of Salvator-X board variants
5 * Copyright (C) 2015-2016 Renesas Electronics Corp.
9 * SSI-AK4613
31 #include <dt-bindings/gpio/gpio.h>
32 #include <dt-bindings/input/input.h>
54 stdout-path = "serial0:115200n8";
57 audio_clkout: audio-clkout {
60 * but needed to avoid cs2000/rcar_sound probe dead-lock
62 compatible = "fixed-clock";
[all …]
H A Ddraak.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016-2018 Renesas Electronics Corp.
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
21 audio_clkout: audio-clkout {
24 * but needed to avoid cs2000/rcar_sound probe dead-lock
26 compatible = "fixed-clock";
27 #clock-cells = <0>;
28 clock-frequency = <12288000>;
32 compatible = "pwm-backlight";
[all …]
H A Debisu.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the Ebisu/Ebisu-4D board
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
33 stdout-path = "serial0:115200n8";
36 audio_clkout: audio-clkout {
39 * but needed to avoid cs2000/rcar_sound probe dead-lock
41 compatible = "fixed-clock";
42 #clock-cells = <0>;
43 clock-frequency = <11289600>;
[all …]
/freebsd/tools/boot/
H A Dci-qemu-test.sh7 # as a quick smoke-test as long as pkgbase packages have been built. The
12 set -e
22 trap - EXIT SIGINT SIGHUP SIGTERM SIGQUIT
23 rm -rf ${WORKDIR}
31 mkdir -p ${ROOTDIR}/${dir}
40 -o ABI_FILE=$OBJTOP/bin/sh/sh \
41 -C ${ROOTDIR}/pkg.conf -r ${ROOTDIR} install \
42 FreeBSD-kernel-generic FreeBSD-bootloader \
43 FreeBSD-clibs FreeBSD-runtime
51 autoboot_delay=-1
[all …]
H A Dfull-test.sh4 # cache - Cached binaries that we have downloaded
5 # trees - binary trees that we use to make image
7 # images - bootable images that we use to test
9 # bios - cached bios images (as well as 'vars' files when we start testing
11 # scripts - generated scripts that uses images to run the tests.
16 # use qemu-system-XXXX to boot. They all boot the same thing at the moment:
23 # eg https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-b…
25 : ${STAND_ROOT:="${HOME}/stand-test-root"}
38 if [ -f ${t}/tools/build/make.py ]; then
40 case $(uname -m) in
[all …]

12