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
commit79e319620059805957dca1853dc92bcf10bb6719 (patch)
tree2a206070c4596ef0a7b46ee34acb6a3428f6265c /perl-install/install/gtk.pm
parent36f08e2a839c79dbd6b948ffafd2054f1d209502 (diff)
downloaddrakx-backup-do-not-use-79e319620059805957dca1853dc92bcf10bb6719.tar
drakx-backup-do-not-use-79e319620059805957dca1853dc92bcf10bb6719.tar.gz
drakx-backup-do-not-use-79e319620059805957dca1853dc92bcf10bb6719.tar.bz2
drakx-backup-do-not-use-79e319620059805957dca1853dc92bcf10bb6719.tar.xz
drakx-backup-do-not-use-79e319620059805957dca1853dc92bcf10bb6719.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