I have a dell lattitude e6400 with a Intel 4500m HD as a GPU.
Using FreeBSD 11.0 amd64, I am unable to start X with the intel driver. It just hangs.
Here are some of the errors I could find ...
If I start xorg with no configuration it "works", just slowly.
This is my xorg.conf ...
Using FreeBSD 11.0 amd64, I am unable to start X with the intel driver. It just hangs.
Here are some of the errors I could find ...
Code:
fbd0 on drmn0
VT: Replacing driver "vga" with new "fb".
info: [drm] Initialized i915 1.6.0 20080730 for drmn0 on minor 0
error: [drm:pid12:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung
info: [drm] capturing error event; look for more information in sysctl hw.dri.0.info.i915_error_state
error: [drm:pid1550:intel_pipe_set_base] *ERROR* pin & fence failed
error: [drm:pid12:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung
error: [drm:pid0:init_ring_common] *ERROR* render ring initialization failed ctl 0001f001 head 00003000 tail 00000000 start 00003000
error: [drm:pid12:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung
error: [drm:pid0:init_ring_common] *ERROR* render ring initialization failed ctl 0001f001 head 00003000 tail 00000000 start 00003000
error: [drm:pid12:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung
error: [drm:pid0:i915_reset] *ERROR* GPU hanging too fast, declaring wedged!
error: [drm:pid0:i915_reset] *ERROR* Failed to reset chip.
If I start xorg with no configuration it "works", just slowly.
This is my xorg.conf ...
Code:
Section "Device"
Identifier "Card0"
Driver "intel"
Option "DRI" "3"
Option "AccelMethod" "SNA"
Option "TearFree" "true"
EndSection