diff options
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 1e80b6123..f7baac33d 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -262,6 +262,14 @@ Section "ServerFlags" Option "AutoAddDevices" "False" EndSection +Section "Module" + Disable "dbe" + Disable "record" + Disable "dri" + Disable "dri2" + Disable "glx" +EndSection + Section "Files" FontPath "/usr/share/fonts:unscaled" EndSection |