View Single Post
Old 7th November 2008
richardpl richardpl is offline
Spam Deminer
 
Join Date: May 2008
Location: Croatia
Posts: 284
Default

Quote:
Originally Posted by OgreNaut View Post
Neither of these are present in output from kldstat OR "kldstat-v". I grep'd 'em to make sure.

Now what? Manually load those in loader.conf?
Yes, load them manually:
# kldload drm i915

and add following lines in /boot/loader.conf:
Code:
drm_load="YES"
i915_load="YES"
After loading drm and i915 please post output of:

$ dmesg|tail

Last edited by richardpl; 7th November 2008 at 11:10 AM.
Reply With Quote