From 1f303dcee074c9e34eef07441bdaed2ad657cc4b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 31 May 2012 10:48:44 +0000 Subject: disable some modules, thus silent some error messages in /var/log/Xorg*log (should have been done years ago...) --- perl-install/install/gtk.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/install/gtk.pm') 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 -- cgit v1.2.1