About the black screen (Otherwise solved) Re: All of a sudden, problems with X

Warren Block wblock at wonkity.com
Tue Jul 22 15:42:11 UTC 2014


On Tue, 22 Jul 2014, Mario Lobo wrote:

> 2014-07-22 9:57 GMT-03:00 Warren Block <wblock at wonkity.com>:
>
> Verify that with 'svn info'--a build of stable shows in the uname. vt(4) is part of GENERIC as of r268366:
> 
> % grep vt /usr/src/sys/amd64/conf/GENERIC
> # vt is the new video console driver
> device          vt
> device          vt_vga
> device          vtnet                   # VirtIO Ethernet device
> 
> 
> 
> Still a no-go :(
> 
> 
> # marioLAP/root [10:31:45]
> [/usr/src]>svn info
> Path: .
> Working Copy Root Path: /usr/src
> URL: https://svn0.us-east.freebsd.org/base/stable/10
> Relative URL: ^/stable/10
> Repository Root: https://svn0.us-east.freebsd.org/base
> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
> Revision: 268524
> Node Kind: directory
> Schedule: normal
> Last Changed Author: delphij
> Last Changed Rev: 268519
> Last Changed Date: 2014-07-10 21:26:57 -0300 (Thu, 10 Jul 2014)
> 
> # marioLAP/root [10:31:48]
> [/usr/src]>grep vt /usr/src/sys/amd64/conf/GENERIC
> device          vtnet           # VirtIO Ethernet device

Even if you had modified GENERIC, Subversion still should have merged 
the changes.  First, try 'svn cleanup' and an update.  If it still does 
not have vt, move GENERIC out of the way and update again to get a clean 
version of the file:

# mv /usr/src/sys/amd64/conf/GENERIC /usr/src/sys/amd64/conf/GENERIC.bak
# svn up /usr/src


More information about the freebsd-questions mailing list