From 504dc8888cbdb3b9f140c71ba9962a4867a1c248 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Sep 2002 09:58:03 +0000 Subject: fixed old Xconf style because it doesn't work anymore on i845 with newer format. --- perl-install/install_gtk.pm | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index c939d7ca8..89517dffb 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -291,6 +291,12 @@ EndSection Section "Keyboard" Protocol "Standard" + AutoRepeat 0 0 + + LeftAlt Meta + RightAlt Meta + ScrollLock Compose + RightCtl Control XkbDisable EndSection @@ -326,7 +332,8 @@ Section "Screen" Device "Generic VGA" Monitor "monitor" Subsection "Display" - Modes "640x480" + Modes "640x480" + ViewPort 0 0 EndSubsection EndSection @@ -335,28 +342,31 @@ Section "Screen" Device "Generic VGA" Monitor "monitor" Subsection "Display" - Depth 16 - Modes "default" + Depth 16 + Modes "default" + ViewPort 0 0 EndSubsection EndSection Section "Screen" - Driver "svga" - Device "svga" - Monitor "monitor" + Driver "svga" + Device "svga" + Monitor "monitor" Subsection "Display" - Depth 16 - Modes "800x600" "640x480" + Depth 16 + Modes "800x600" "640x480" + ViewPort 0 0 EndSubsection EndSection Section "Screen" - Driver "accel" - Device "svga" - Monitor "monitor" + Driver "accel" + Device "svga" + Monitor "monitor" Subsection "Display" - Depth 16 - Modes "800x600" "640x480" + Depth 16 + Modes "800x600" "640x480" + ViewPort 0 0 EndSubsection EndSection END -- cgit v1.2.1