I downloaded the 64bit .img release file of gBSD.
The system boots up fine till the GUI, I can see the mouse pointer on console(CLI). After which the screen goes blank and my monitor shows "no signal" message.
I can see the num lock on and I cannot toggle it nor can I see the USB lighting up after this, so that means the system froze.
I followed the first steps described on gBSD wiki and changed the IGP settings from auto to enabled and changed the shared memory to max.
http://wiki.ghostbsd.org/index.php?titl ... leshooting
I then tried dropping to the boot loader prompt to execute following->
Code: Select all
unload
disable-module vesa
set module_path=/boot/kernel;/boot/modules;CONSOLE
boot
Code: Select all
disable-module vesa
My Hardware-
Intel Pentium G2030
Motherboard- Gagiabyte GA-B75-D3H
On Linux mint 17 64bit with xfce ->
Code: Select all
$ lspci -vnn|grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0152] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
I tried using this live USB on my brother's PC with Nvidia, and It works. I went intel just because of FreeBSD and Linux support. But looks like Nvidia is better supported
I don't know what else can I try.