summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2009-06-15 19:14:00 -0400
committermaximilian attems <maks@debian.org>2009-06-16 18:57:23 +0200
commit4a4dda7aff43b9fdb52633c1af877fa69884fc33 (patch)
treeda32a22ca2825ba5f287118da13ab1676fb8a054 /scripts/init-top
parentce5f54d97daa77a150a8539dc971e1830e21feb5 (diff)
scripts/init-top/framebuffer: i915 needs intel-agp too
The i915 DRM module doubles as a framebuffer of sorts, at least in kernel mode-setting setups; like its cousins intelfb and i810fb, it effectively requires intel-agp despite not actually using any of its symbols. As such, could you please arrange for scripts/init-top/framebuffer to give it the same treatment, per the following patch?: (closes: #533258) Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'scripts/init-top')
-rwxr-xr-xscripts/init-top/framebuffer2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer
index e0028f7..678ffdf 100755
--- a/scripts/init-top/framebuffer
+++ b/scripts/init-top/framebuffer
@@ -78,7 +78,7 @@ matroxfb)
# Map command line name to module name
FB=matroxfb_base
;;
-intelfb|i810fb)
+intelfb|i810fb|i915)
# Needs AGP driver loaded
modprobe intel-agp
;;