Subject: Re: XFree86 3.3.2.3 and WSCONS
To: Paulo Alexandre Pinto Pires <pappires@magma.del.ufrj.br>
From: None <drochner@zel459.zel.kfa-juelich.de>
List: current-users
Date: 02/06/1999 14:43:20
pappires@magma.del.ufrj.br said:
>  my old X server started complaining about the absence of both pccons
> and pcvt.  Do I have to build X from the newer sources or is there a
> way to have my already installed version work with wscons? 

If you have the compat options

options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
options 	WSDISPLAY_COMPAT_USL		# VT handling
options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes

in your config file, pcvt is emulated sufficiently for X.
With old servers, you'll only need to make some symlinks
/dev/ttyv* -> /dev/ttyE*.

best regards
Matthias