> Hello!

Hi,

> I have installed FreeBSD 4.7, and it seems there's no i845G driver for 
> my onboard video card. XFree86 even doesn't want to start from the 
> /stand/sysinstall menu in graphical mode.

You're generally better off, I believe, doing an 'X -config-only' from a 
shell, and then editing the resulting config file. Least, I've had more 
success with that for most things...

> The error I get is "unable to 
> open /dev/agpgart (Device not configured)". What can I do about it?
> 
> Motherboard: AOpen AX4G-N Intel 845G(+ICH4) chipset (Integrated Intel 
> Graphics on board)
> Processor: Intel� Pentium� 4 1.80A (400-MHz System Bus; 512-KB L2)
> Memory: PNY DDR266 256MB DIMM (8 Samsung chips)
> OS: FreeBSD 4.7-RELEASE

You'll need to build a custom kernel with:

        device  agp

in the configuration file, this doesn't exist in the GENERIC kernel. 

Or you can use "agp_load=YES" in /boot/loader.conf, and then you'll need 
to reboot - I'm pretty sure that the AGP loadable module /cannot/ be 
loaded after system boot, although I forget exactly why - I think it's 
related to resource allocation which can only be done at a certain point 
in the process.

Check /var/run/dmesg.boot for messages relating to 'agp' when the system 
comes back up.

Then how well it works depends on how well (if at all) the i810 driver 
from XFree86-4.2.1 will drive the i845, (which I have no experience of 
as I don't own this chipset).

You may need to use the X server in VESA mode, or you may need to build 
X from CVS - someone else can doubtless advise further.

HTH.

Cheers,

AS

Attachment: msg10497/pgp00000.pgp
Description: PGP signature

Reply via email to