GhostBSD 3.5 first beta now available!
Posted: Wed Aug 21, 2013 1:20 am
GhostBSD 3.5 first beta now available! See full detail.
https://old-forums.ghostbsd.org/
Code: Select all
failed to set mtrr: invalid argument
(EE) config hal: couldn't initialize context: unknown error (null)
/usr/local/bin/startxfce4: X server already running on display :0
Shared object "libharfbuzz.so.0" not found, required by "libwnck-1.so.22"
xinit: connection to X server lost
Waiting for X server to shut down failed to unset mtrr: no such file or directory
xauth: (argv):1: bad display name "livecd:0" in "remove" command
It will not explain crash under qemu. I use "-vga std" with qemu :ericbsd wrote:I find that xorg load vesa instead of vbox drivers.
Code: Select all
-vga type
Select type of VGA card to emulate. Valid values for type are
cirrus
Cirrus Logic GD5446 Video card. All Windows versions starting
from Windows 95 should recognize and use this graphic card. For
optimal performances, use 16 bit color depth in the guest and
the host OS. (This one is the default)
std Standard VGA card with Bochs VBE extensions. If your guest OS
supports the VESA 2.0 VBE extensions (e.g. Windows XP) and if
you want to use high resolution modes (>= 1280x1024x16) then
you should use this option.
It's a classical vesa driver. I can use cirrus instead of vesa. Will try again and reportericbsd wrote:The video drivers for Qemu is probably missing too since I don't use qemu i will have to investigate.
Guess what ? Same problem. With -vga cirrus or -vga std, Xorg doesn't want to run, with the same error message.ericbsd wrote:Thanks for you devotion!