[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: i810 video and Debian 3.0



On Sun, 2002-09-08 at 07:44, Evan Burkitt wrote:
> I recently installed version 3.0 of Debian on a Dell GX110, which has a 
> built-in video adaptor based on the Intel i810 controller. I set up Xfree86 
> during installation from Debian packages, but it fails to start due to a 
> missing agpgart module. I looked at the source distributions for XFree86 
> and the agpgart module doesn't appear to be in the 4.x distribution, and 
> the file in the 3.x distribution doesn't support the v2.4 Linux kernel.
> 
> If I have to, I can install a video card in a PCI slot and override the 
> built-in hardware, but I'd prefer not to spend the money or disturb the 
> Win2K installation that the computer dual-boots. Any recommendations on how 
> I can get X to work with my existing hardware?

The missing module is a kernel module - not an XFree86 one.

Here's the relevant bits from my config (BX440 board):

CONFIG_AGP=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_DRM=y

As you can see, there's a specific option for i810 AGP. It can be
compiled into the kernel, or as a module.

You can find these options in the "Character Devices" section, if you
use menuconfig or xconfig.

Hope this helps.

Regards,

Peter.

-- 
Peter Whysall
peter.whysall@ntlworld.moc
The TLD in my email address is sdrawkcab.
Debian GNU/Linux 3.0 sid -- kernel 2.4.18



Reply to: