diff options
-rw-r--r-- | perl-install/Xconfigurator.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 88a226fd7..03817d3d8 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1154,8 +1154,10 @@ EndSection Section "Module" # This loads the DBE extension module. - Load "dbe" + +# This loads the Video for Linux module. + Load "v4l" ); if ($o->{card}{DRI_glx}) { print G qq( |