find
command:find / -name "agp_i810.c" -exec ls -l {} \;
Section "Monitor"
Identifier "Monitor0"
Vendorname "Samsung"
Modelname "SyncMaster 733nw"
Horizsync 30.0-81.0
Vertrefresh 56.0-75.0
Option "DPMS"
EndSection
/sys/dev/drm/drm_pciids.h
/sys/dev/drm/i915_drv.h
# kldunload i915 (ENTER)
# cd /usr/src/sys/modules/drm/i915/ (ENTER)
# make install
install -o root -g wheel -m 555
grenyer said:Code:install -o root -g wheel -m 555 i915.ko /boot/kernel install: i915.ko: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/drm/i915. #
tags[/url], at least..
# kldunload i915 (ENTER)
# cd /usr/src/sys/modules/drm/i915/ (ENTER)
# make
# kldload i915 (at this point everithing is fine)
#Xorg (I recived different error messages)
Failed to load module "fbdev" (module does not exist, 0)
GARTInit: Unable to open /dev/agpgart (No such file or directory)
intel(0): /dev/agpgart is either not available, or no memory is available for allocation. Please enable agpgart
drmOpen failed
AGP GART support is either not available or cannot be used.
Make sure your kernel has agpgart support or has the agpgart module loaded.
intel(0):Couldn't allocate video memory
tags, dude! I don't have the time to edit every post you make.
kldstat -v | grep agp
kldstat -v | grep agp output:
404 hostb/agp_via
403 hostb/agp_sis
402 hostb/agp_nvidia
401 hostb/agp_intel
400 vgapci/agp_i810
399 hostb/agp_ati
398 hostb/agp_amd64
397 hostb/agp_amd
396 hostb/agp_ali
i915_drv.c-#if __FreeBSD_version >= 700010
i915_drv.c-DRIVER_MODULE(i915, [B]vgapci[/B], i915_driver, drm_devclass, 0, 0);
kldstat -v
?