History log of /openbsd/sbin/wsconsctl/util.c (Results 1 – 25 of 70)
Revision Date Author Comments
# aa99957f 19-Jan-2024 kettenis <kettenis@openbsd.org>

Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use it
for other generic KMS drivers.

ok jsg@, matthieu@


# 7863de16 01-Oct-2020 kettenis <kettenis@openbsd.org>

Teach wsconsctl about astfb(4).


# 6912a67d 03-Mar-2020 kettenis <kettenis@openbsd.org>

Teach wsconsctl about rkdrm(4).

requested by jsg@


# c2ca70da 30-Jul-2018 jcs <jcs@openbsd.org>

recognize WSMOUSE_TYPE_TOUCHPAD devices

ok bru


# c90b30a5 02-Jan-2018 anton <anton@openbsd.org>

Add missing mouse type. Reported by bit shifter on misc@; ok bru@


# 3c80d18d 02-Sep-2017 phessler <phessler@openbsd.org>

teach wsconsctl about efifb

OK patrick@


# d22ea701 21-Jul-2017 bru <bru@openbsd.org>

Add fields for wsmouse/touchpad configuration.


# 690400d3 10-Feb-2016 guenther <guenther@openbsd.org>

Permit negative x and y coordinates in mouse.scale for uts and ums.
Needed by some touchscreens.

no objection matthieu@


# 9933c869 17-Nov-2013 kettenis <kettenis@openbsd.org>

Distinguish between inteldrm and radeondrm.

ok jsg@, miod@


# 5fa7004d 20-Oct-2013 miod <miod@openbsd.org>

Introduce write-only (for now) display.font parameter, which issues a
WSDISPLAYIO_USEFONT ioctl, asking the wsdisplay driver to change its
current display font to the one requested (by name).


# db13fcc8 20-Oct-2013 miod <miod@openbsd.org>

WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@


# 2247ea4a 29-Oct-2012 stsp <stsp@openbsd.org>

Teach wsconsctl(8) about the elantech mouse type. Diff from shadchin@.


# 3e5f9209 14-Jul-2012 shadchin <shadchin@openbsd.org>

zap whitespace

ok deraadt@


# 5e9c6f1c 17-Apr-2012 deraadt <deraadt@openbsd.org>

typo


# 115ec22d 17-Apr-2012 miod <miod@openbsd.org>

Add type numbers for upcoming sgi work, forgotten during newport(4) import.


# 5f1e1ce7 20-Sep-2011 shadchin <shadchin@openbsd.org>

Prepare to add support ALPS touchpads

no objections mpi@ and matthieu@


# 853ec6e1 15-Sep-2011 shadchin <shadchin@openbsd.org>

Fix recognition Synaptics touchpad
from Patrick Keshishian (sidster at boxsoft dot com)


# 19e80d37 02-Jul-2010 chl <chl@openbsd.org>

add missing header needed by ioctl()

ok maja@


# 9aaad64f 01-Jul-2010 maja <maja@openbsd.org>

Remove two useless nul characters. -moj


# 6242560a 01-Jul-2010 maja <maja@openbsd.org>

add screen types and emulations to things to be shown for displays.
ok miod@. -moj


# fb9de198 28-Jun-2010 maja <maja@openbsd.org>

A long time ago when wsconsctl was written it expected that ksym was uniq.
That isn't the case. eg thorn, Cyrillic_CHE, L2_tcedilla, L5_scedilla and
L7_zcaron has the same (0xfe). So you have a 20% c

A long time ago when wsconsctl was written it expected that ksym was uniq.
That isn't the case. eg thorn, Cyrillic_CHE, L2_tcedilla, L5_scedilla and
L7_zcaron has the same (0xfe). So you have a 20% chance to get the right
output from wsconsctl.

Use the ksym name to decide which ksyms isn't Latin-1. Store that information
in the ksym tables. The use the keyboard encoding to make an educated guess
of which character to return.

Let say your encoding is pl. You have Latin-2 characters in the map.
Then check first for Latin-2 characters if none found try Latin-1.

ok miod@

-moj

show more ...


# ec676688 07-Mar-2010 miod <miod@openbsd.org>

Minimalistic driver for the ImpactSR (Mardigras) video option found on older
Octane systems, as well as some Onyxes. With special permission to change a
systemwide .h file and add a manpage from dera

Minimalistic driver for the ImpactSR (Mardigras) video option found on older
Octane systems, as well as some Onyxes. With special permission to change a
systemwide .h file and add a manpage from deraadt@
Magic numbers and operation sequencing borrowed from Linux; tested on
Octane + ESI.
ok deraadt@

show more ...


# 03fd2d17 04-Mar-2010 jsing <jsing@openbsd.org>

Add wsdisplay type for SGI VPro (aka Odyssey)

ok miod@


# 95b699e3 28-Feb-2010 miod <miod@openbsd.org>

Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.
Currently unable to change video modes or provide any form of acceleration,
so you are stuck in a 640x400x8 mode, but at l

Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.
Currently unable to change video modes or provide any form of acceleration,
so you are stuck in a 640x400x8 mode, but at least people scared of serial
consoles will get a chance to use their Fuloongs now.

Tested by otto@ (early developments) and jasper@ (final version)

show more ...


# 94e02902 25-Dec-2009 miod <miod@openbsd.org>

A couple more device types.


123