summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator_consts.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r--perl-install/Xconfigurator_consts.pm36
1 files changed, 8 insertions, 28 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index 3e6365f56..91e0f3419 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -164,8 +164,7 @@ $low_default_monitor = 'Generic|800x600 @ 56 Hz';
'ru(winkeys)' => [ 'XkbOptions "grp:caps_toggle"' ],
);
-$XF86firstchunk_text = q(
-# File generated by XFdrake.
+$XF86firstchunk_text = q(# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
@@ -176,25 +175,13 @@ Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
- FontPath "unix/:-1"
-
+ FontPath "unix/:-1"
EndSection
-
Section "ServerFlags"
-
- # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
- # This allows clients to receive this key event.
- #DontZap
-
- # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
- # sequences. This allows clients to receive these key events.
- #DontZoom
-
- # This allows the server to start up even if the
- # mouse device can't be opened/initialised.
- AllowMouseOpenFail
-
+ #DontZap # disable <Crtl><Alt><BS> (server abort)
+ #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
+ AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection
);
@@ -222,14 +209,11 @@ $ModeLines_text_ext =
# Another variation
ModeLine "1280x1024" 134.989 1280 1317 1429 1688 1024 1025 1028 1066 +hsync +vsync
' : '
- # This is a set of extended mode timings typically used for laptop,
- # TV fullscreen mode or DVD fullscreen output.
- # These are available along with standard mode timings.
-
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
-
+
+ # TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
@@ -374,13 +358,9 @@ $ModeLines_text_standard = '
';
$devicesection_text = '
-# **********************************************************************
-# Graphics device section
-# **********************************************************************
-
Section "Device"
Identifier "Generic VGA"
- Chipset "generic"
+ Chipset "generic"
EndSection
';