VirtualBox - no screen refresh

Vladimir Grebenschikov vova at fbsd.ru
Tue Jul 21 06:55:31 UTC 2009


В пн, 20/07/2009 в 22:54 +0100, Boris пишет:
> No luck for me. I have recompiled my kernel with the latest from CVS (I
> noticed the pmap.c version 1.665 previous I used was 1.664).
> I recompiled virtualbox rev427 as well.

Same pmap here.

> VirtualBox starts but whenever I launch a VM the system crashes just after
> hitting the start button, with and without VT-x enabled.

Did you reload kernel module after rebuild of port ?

I am sure it will be good to have virtualbox-kmod port. Rebuild whole
virtualbox after each kernel update - is too long task.

Truly speaking I've recompiled whole world. But can't suggest to try it
now due to libraries changes. (every port should be rebuilt)

> Worse thing is the memory dump does not complete so I have got no trace to
> analyse.
> 
> Vladimir,
> 
> Could you confirm a few things for me please?
> 
> - did you upgrade from 7.2 to 8-CURRENT? or did you do a fresh install from
> snapshot?

I live on -CURRENT for long time. (since 3-CURRENT I guess)

> - I am using a customer kernel, I noticed you do it as well. Could you post
> a diff -ruN GENERIC VBOOK for me please?

No much sense to put diff - almost everything was changed, my
configuration lives too long with just minor changes.

Whole kernel config below.

> Thanks,
> 
> Boris


machine		"i386"
ident		VBOOK
maxusers	0

options         SCHED_4BSD
#options         SCHED_ULE               #ULE scheduler 

options         INCLUDE_CONFIG_FILE     # Include this file in kernel

cpu		"I686_CPU"		# aka Pentium Pro(tm)

options		COMPAT_43
options		COMPAT_FREEBSD4		# Enable FreeBSD4 compatibility syscalls
options		COMPAT_FREEBSD5
options		COMPAT_FREEBSD7

makeoptions	DEBUG=-g  
#makeoptions	KERNEL=atang

#device          mem             # Memory and kernel memory devices
#device          io              # I/O device

#options         SMP                     # Symmetric MultiProcessor Kernel

device		apic
device		acpi

options		INET			#Internet communications protocols

device		ether			#Generic Ethernet
device		loop			#Network loopback device
device		bpf			#Berkeley packet filter

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about dropped packets
options		IPFIREWALL_FORWARD
#options	"IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options		IPDIVERT		#divert sockets
options		DUMMYNET

#options		IPSEC
#options		IPSEC_ESP

options		FFS			#Fast filesystem

options		PSEUDOFS
options		PROCFS			#Process filesystem

options		SOFTUPDATES

# Allow this many swap-devices.
device		scbus	#base SCSI code
device		da	#SCSI direct access devices (aka disks)
device		sa	#SCSI tapes
device		cd	#SCSI CD-ROMs
device		pass	#CAM passthrough driver
options		SCSI_DELAY=1000	

device		pty		#Pseudo ttys - can go as high as 256
device		speaker		#Play IBM BASIC-style noises out your speaker

device		md              # Memory "disks"

#device		isa

device		atkbdc
device		atkbd 

device		psm
device		vga

device		sc
options		MAXCONS=16		# number of virtual consoles
#options 	SC_DFLT_FONT		# compile font in
#makeoptions	SC_DFLT_FONT="cp866-vio"
options		SC_HISTORY_SIZE=1024	# number of history buffer lines
#options	SC_DISABLE_REBOOT	# disable reboot key sequence

options		SC_NO_SUSPEND_VTYSWITCH

options		TEKEN_UTF8
options		TEKEN_XTERM

device		ata
device		atadisk        # ATA disk drives
device		atapicd        # ATAPI CDROM drives
#device		atapifd        # ATAPI floppy drives
#device		atapist        # ATAPI tape drives
#device         atapicam

#device		fdc	
#device		sio
device		uart
device		puc

device		pci

#device		apm

device		smbus
device		intpm
device		smb
device		iicbus
device		iicbb
device		ic
device		iic
device		iicsmb	
device          pmtimer


options 	KTRACE			#kernel tracing
options 	DDB
options 	KDB
options 	GDB
options         BREAK_TO_DEBUGGER       #a BREAK on a comconsole goes to
                                        #DDB, if available.
options		KDB_UNATTENDED

options		SC_PIXEL_MODE

# OLDCARD
#device          pcic
#device          card 1

# NEWCARD
# Pcmcia and cardbus bridge support
device          cbb                   # cardbus (yenta) bridge
device          pccard
device          cardbus

device		random

options         _KPOSIX_PRIORITY_SCHEDULING

#device          acpica
#options         ACPI_DEBUG

options 	KBD_INSTALL_CDEV

#device firewire
#device fwohci
#device sbp

options 	PREEMPTION
#options 	FULL_PREEMPTION

options		AH_SUPPORT_AR5416



-- 
Vladimir B. Grebenschikov
vova at fbsd.ru


More information about the freebsd-emulation mailing list