diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-31 10:48:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-31 10:48:44 +0000 |
commit | 1f303dcee074c9e34eef07441bdaed2ad657cc4b (patch) | |
tree | 2a206070c4596ef0a7b46ee34acb6a3428f6265c /perl-install/install | |
parent | 1467b186386b76299ade35ac44b25b8860cb8c86 (diff) | |
download | drakx-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')
-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 |