Re: How to get a mouse in vt(4) -- NEWCONS

2014-08-26 Thread Chris H
> On Mon, Aug 25, 2014 at 5:54 PM, Chris H wrote: > >> > On Mon, 25 Aug 2014, Chris H wrote: >> > >> >> I also read that hw.vga.textmode is available. However sysctl >> >> hw.vga.textmode returns unknown oid. >> > >> > It is a boot-time-only setting for loader.conf. >> > >> >hw.vga.textmode=1

Re: How to get a mouse in vt(4) -- NEWCONS

2014-08-25 Thread Kevin Oberman
On Mon, Aug 25, 2014 at 5:54 PM, Chris H wrote: > > On Mon, 25 Aug 2014, Chris H wrote: > > > >> I also read that hw.vga.textmode is available. However sysctl > >> hw.vga.textmode returns unknown oid. > > > > It is a boot-time-only setting for loader.conf. > > > >hw.vga.textmode=1 > > > > boo

Re: How to get a mouse in vt(4) -- NEWCONS

2014-08-25 Thread Chris H
> On Mon, 25 Aug 2014, Chris H wrote: > >> I also read that hw.vga.textmode is available. However sysctl >> hw.vga.textmode returns unknown oid. > > It is a boot-time-only setting for loader.conf. > >hw.vga.textmode=1 > > boots in text mode. Ahh, I see. Thank you very much, Warren, for the repl

Re: How to get a mouse in vt(4) -- NEWCONS

2014-08-25 Thread Warren Block
On Mon, 25 Aug 2014, Chris H wrote: I also read that hw.vga.textmode is available. However sysctl hw.vga.textmode returns unknown oid. It is a boot-time-only setting for loader.conf. hw.vga.textmode=1 boots in text mode. ___ freebsd-current@freeb

How to get a mouse in vt(4) -- NEWCONS

2014-08-25 Thread Chris H
Greetings, I'm testing 11-CURRENT, and have build/installed a kernel, and world. The KERNCONF includes both sc, and vt. As I understand it. If both are included, I get sc, not vt. But all previous kerns I've built that had sc, provided a mouse upon boot. However, in 11, I don't get one. What must