diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-03 09:58:03 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-03 09:58:03 +0000 |
commit | 504dc8888cbdb3b9f140c71ba9962a4867a1c248 (patch) | |
tree | 2fc2b495bb649323c8d436004cf491fc85843d83 /perl-install/install_gtk.pm | |
parent | c7f66533f9d9db89c8e32daa2eca2db7c7c6f575 (diff) | |
download | drakx-504dc8888cbdb3b9f140c71ba9962a4867a1c248.tar drakx-504dc8888cbdb3b9f140c71ba9962a4867a1c248.tar.gz drakx-504dc8888cbdb3b9f140c71ba9962a4867a1c248.tar.bz2 drakx-504dc8888cbdb3b9f140c71ba9962a4867a1c248.tar.xz drakx-504dc8888cbdb3b9f140c71ba9962a4867a1c248.zip |
fixed old Xconf style because it doesn't work anymore on i845 with newer format.
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 36 |
1 files changed, 23 insertions, 13 deletions
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 |