On Oct 22, 9:00am, p...@vps1.whooppee.com (Paul Goyette) wrote: -- Subject: Re: More terminal iocctl's need to be PASSTHROUGH?
| On Thu, 22 Oct 2015, Christos Zoulas wrote: | | > Or sort -u | > | > KDGETLED | > KDSETLED | > KDSETMODE | > KDSKBMODE | > VT_GETMODE | > VT_RELDISP | > VT_SETMODE | > WSDISPLAYIO_GET_BUSID | > | > These have to do with the X server. The KD and VT ones are syscons/pcvt | > old ones. Are we still compiling with these enabled? Is that an old X | > server? The WS ones we could add.. | | This is an in-tree (xsrc) system with very recent userland (about one | month old). | | /etc/ttys is also current: | | ... | console "/usr/libexec/getty Pc" vt100 off secure | constty "/usr/libexec/getty Pc" vt100 on secure | ttyE0 "/usr/libexec/getty Pc" wsvt25 off secure | ttyE1 "/usr/libexec/getty Pc" wsvt25 on secure | ttyE2 "/usr/libexec/getty Pc" wsvt25 on secure | ttyE3 "/usr/libexec/getty Pc" wsvt25 on secure | ... Ok, I will investigate then. christos