Two local X-servers
    Warren Block 
    wblock at wonkity.com
       
    Wed Dec 10 13:52:09 UTC 2014
    
    
  
On Wed, 10 Dec 2014, Victor Sudakov wrote:
> Warren Block wrote:
>>> On my box, after an X-server is started, there is no return to the
>>> text console. This is because of the Intel video card or Intel video
>>> driver. Once I start an X-server, there is no text prompt for me.
>>
>> It is there, just not visible.  On 10.1 and probably 9-STABLE, use vt(4)
>> by adding
>>    kern.vty=vt
>> to /boot/loader.conf.
>
> It may well be there, but on my 9.3-STABLE with the following kernel
> config:
>
> include         GENERIC
> ident           VT
> nodevice        sc
> nodevice        vga
> device          vt
> device          vt_vga
>
> I cannot see it no matter what I do.  I did not set kern.vty=vt in
> /boot/loader.conf though, is it also required with this kernel config?
No, setting kern.vty is only needed if both sc(4) and vt(4) are built 
into the kernel.
    
    
More information about the freebsd-questions
mailing list