From f04690773fe230e3b8227d4c7b539915ac3f51fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Apr 2009 12:34:04 +0000 Subject: revert latest commit (uneeded) --- perl-install/install/gtk.pm | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 5c723d05f..6aa6a8c95 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -263,17 +263,7 @@ sub createXconf { symlink("/tmp/stage2/etc/X11", "/etc/X11"); if ($Driver) { - my $mouse_section = sprintf(<<'END', $mouse_type); -Section "InputDevice" - Identifier "Mouse" - Driver "mouse" - Option "Protocol" "%s" - Option "Device" "/dev/mouse" - Option "ZAxisMapping" "4 5" -EndSection -END - - output($file, sprintf(<<'END', $mouse_section, $Driver, $Driver eq 'fbdev' ? '"default"' : '"800x600" "640x480"')); + output($file, sprintf(<<'END', $mouse_type, $Driver, $Driver eq 'fbdev' ? '"default"' : '"800x600" "640x480"')); Section "ServerFlags" Option "AutoAddDevices" "False" EndSection @@ -289,7 +279,13 @@ Section "InputDevice" Option "XkbLayout" "us" EndSection -%s +Section "InputDevice" + Identifier "Mouse" + Driver "mouse" + Option "Protocol" "%s" + Option "Device" "/dev/mouse" + Option "ZAxisMapping" "4 5" +EndSection Section "Monitor" Identifier "monitor" -- cgit v1.2.1