Hi, On (02/01/06 12:30), Michael Sullivan wrote: > On Mon, 2006-01-02 at 20:17 +0000, Rumen Yotov wrote: > > Hi, > > On (02/01/06 11:21), Michael Sullivan wrote: > > > On Sun, 2006-01-01 at 17:47 -0800, Bob Sanders wrote: > > > > On Sun, 01 Jan 2006 16:57:32 -0600 > > > > Michael Sullivan wrote: > > > > > > > > > > > > > > ...SKIP... > > > (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 2 10:58:02 2006 > > > (==) Using config file: "/etc/X11/xorg.conf" > > > (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) > > > > > > > > > Holly said something about my kernel not being set up correctly when I > > > was having this problem with gdm, but gdm works just fine. Just kdm and > > > the custom session. How do I compile apg into my kernel to fix this? > > > Here's my kernel config, created by genkernel: > > > > > > # > > > # Automatically generated make config: don't edit > > > # Linux kernel version: 2.6.14-gentoo-r5 > > > # Sun Jan 1 22:22:04 2006 > > > # > > > CONFIG_X86=y > > > CONFIG_SEMAPHORE_SLEEPERS=y > > > CONFIG_MMU=y > > > CONFIG_UID16=y > > > CONFIG_GENERIC_ISA_DMA=y > > > CONFIG_GENERIC_IOMAP=y > > > CONFIG_ARCH_MAY_HAVE_PC_FDC=y > > >...SKIP... > > > > > > # > > > # Ftape, the floppy tape device driver > > > # > > > # CONFIG_AGP is not set > > ==============^ switch this to ON plus the entry for your motherboard chips support. > > How do I find out what the entry for my motherboard chips (-set I > assume) is? Is there a software way to determine this? All I know is > that it's SUPPOSED to be a Pentium IV, but it might not be... > > -- > gentoo-user@gentoo.org mailing list > Use "lspci" or "lshw" (emerge if not available), use -v -vv -vvv for a more verbose output. Tuning your kernel *requires* you to at least know what your basic hardware is. Manual ? Try: "#lspci | grep -i VGA" or "lspci | grep -i video" Or post the output here. PS:could also be done using a LiveCD (gentoo-install-CD, Knoppix etc.) Rumen