summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-31 10:48:44 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-31 10:48:44 +0000
commit1f303dcee074c9e34eef07441bdaed2ad657cc4b (patch)
tree2a206070c4596ef0a7b46ee34acb6a3428f6265c /perl-install/install/gtk.pm
parent1467b186386b76299ade35ac44b25b8860cb8c86 (diff)
downloaddrakx-1f303dcee074c9e34eef07441bdaed2ad657cc4b.tar
drakx-1f303dcee074c9e34eef07441bdaed2ad657cc4b.tar.gz
drakx-1f303dcee074c9e34eef07441bdaed2ad657cc4b.tar.bz2
drakx-1f303dcee074c9e34eef07441bdaed2ad657cc4b.tar.xz
drakx-1f303dcee074c9e34eef07441bdaed2ad657cc4b.zip
disable some modules, thus silent some error messages in /var/log/Xorg*log
(should have been done years ago...)
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm8
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