From 9190d8728e327cec28f7fdd62beeda5b43dbe8b9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 19 Apr 2004 15:41:36 +0000 Subject: we need agp modules for DRI (nvidia doesn't care, but ATI does, and others too) --- move/move.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'move') diff --git a/move/move.pm b/move/move.pm index d8ec5b7f6..b02100c83 100644 --- a/move/move.pm +++ b/move/move.pm @@ -696,6 +696,8 @@ sub automatic_xconf { { allowNVIDIA_rpms => sub { [] }, allowATI_rpms => sub { [] }, allowFB => $o->{allowFB} }); } + modules::load_category('various/agpgart'); + my ($Driver) = cat_('/etc/X11/XF86Config-4') =~ /Section "Device".*Driver\s*"(.*?)"/s; if ($Driver eq 'nvidia') { modules::load('nvidia'); -- cgit v1.2.1