From 9546bc08d6a6a20c5189e686d10c07062d6cd635 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 16 Dec 2008 15:21:41 +0000 Subject: - force to use static input devices again (since the default in xorg has changed) otherwise keyboard doesn't work, since we don't have hal to handle automatic input devices --- perl-install/install/gtk.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index ef3165543..6aa6a8c95 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -264,6 +264,10 @@ sub createXconf { if ($Driver) { output($file, sprintf(<<'END', $mouse_type, $Driver, $Driver eq 'fbdev' ? '"default"' : '"800x600" "640x480"')); +Section "ServerFlags" + Option "AutoAddDevices" "False" +EndSection + Section "Files" FontPath "/usr/share/fonts:unscaled" EndSection -- cgit v1.2.1