diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/init-top/framebuffer | 2 |
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 ;; |