[vox-tech] monitor troubles
Peter Jay Salzman
vox-tech@lists.lugod.org
Wed, 21 Apr 2004 13:37:00 -0700
On Wed 21 Apr 04, 1:42 PM, Jennifer Stickel <jrstickel@ucdavis.edu> said:
> It looks like this might be my problem. I checked and there is 64MB of
> video RAM for this card, but this is what I am getting in my
> XF86config.0.log file
>
> <big snip>
>
> (II) I810(0): VESA VBE OEM: Intel(r)865G Graphics Chip Accelerated VGA BIOS
> (II) I810(0): VESA VBE OEM Software Rev: 1.0
> (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
> (II) I810(0): VESA VBE OEM Product: Intel(r)865G Graphics Controller
> (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
> (II) I810(0): Integrated Graphics Chipset: Intel(R) 865G
> (--) I810(0): Chipset: "865G"
> (--) I810(0): Linear framebuffer at 0xE8000000
> (--) I810(0): IO registers at addr 0xFEB80000
> (II) I810(0): detected 892 kB stolen memory.
> (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
> (WW) I810(0): /dev/agpgart is either not available, or no memory is
> available
> for allocation. Using pre-allocated memory only.
> (WW) I810(0): VideoRAM reduced to 892 kByte (limited to available sysmem)
> (--) I810(0): Pre-allocated VideoRAM: 892 kByte
> (--) I810(0): VideoRAM: 892 kByte
try this:
modprobe -a agpgart
if that doesn't work,
cd /usr/src/linux/linux-version
make menuconfig
build agpgart as a module (simplest)
make dep
make modules
make modules_install
depmod -a
modprobe -a agpgart
or, if you know how to build a kernel, i'd build it right into the
kernel.
before you follow this advice, do this:
dmesg | grep -i agpgart
and see if agpgart is trying to register itself but is failing for some
reason. if you don't see any mention, then definitely try the above.
pete
--
Make everything as simple as possible, but no simpler. -- Albert Einstein
GPG Instructions: http://www.dirac.org/linux/gpg
GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D