Re: GLINT/Permedia video driver works in 3.2-beta
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
Dries Schellekens wrote (in a message from Wednesday 2) > On Tue, 1 Oct 2002, Matthieu Herrb wrote: > > What should my /etc/ttys look like after adding these wsdisplay options? I > want to keep the ability to boot as a serial console. Something like this should be OK: # console pseudo-device console "/usr/libexec/getty std.9600" vt220 on secure # Workstation console (framebuffer) ttys ttyC0 "/usr/libexec/getty std.9600" vt220 off secure ttyC1 "/usr/libexec/getty std.9600" vt220 on secure ttyC2 "/usr/libexec/getty std.9600" vt220 on secure ttyC3 "/usr/libexec/getty std.9600" vt220 on secure ttyC4 "/usr/libexec/getty std.9600" vt220 off secure ttyC5 "/usr/libexec/getty std.9600" vt220 on secure ttyC6 "/usr/libexec/getty std.9600" vt220 off secure ttyC7 "/usr/libexec/getty std.9600" vt220 off secure ttyC8 "/usr/libexec/getty std.9600" vt220 off secure ttyC9 "/usr/libexec/getty std.9600" vt220 off secure ttyCa "/usr/libexec/getty std.9600" vt220 off secure ttyCb "/usr/libexec/getty std.9600" vt220 off secure Matthieu