diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-04-27 08:04:57 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-11-08 15:55:45 +0100 |
commit | 2c3af170ce15b0a385ed12054d66c4ccf2bc13aa (patch) | |
tree | 5705963b26129efc4e9082047be4ab8a4b76ed69 /lib/Xconfig/xfree.pm | |
parent | 84021f342992ec5f0e4383c80da942f60a34dcb3 (diff) | |
download | drakx-kbd-mouse-x11-2c3af170ce15b0a385ed12054d66c4ccf2bc13aa.tar drakx-kbd-mouse-x11-2c3af170ce15b0a385ed12054d66c4ccf2bc13aa.tar.gz drakx-kbd-mouse-x11-2c3af170ce15b0a385ed12054d66c4ccf2bc13aa.tar.bz2 drakx-kbd-mouse-x11-2c3af170ce15b0a385ed12054d66c4ccf2bc13aa.tar.xz drakx-kbd-mouse-x11-2c3af170ce15b0a385ed12054d66c4ccf2bc13aa.zip |
drop support for Alpha/PPC/SPARC
like in drakx, it's unused/unsupported for quite a long time
Diffstat (limited to 'lib/Xconfig/xfree.pm')
-rw-r--r-- | lib/Xconfig/xfree.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 08221e7..c235084 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -841,7 +841,7 @@ $default_header .= <<'END'; EndSection END -our $default_ModeLine = arch() =~ /ppc/ ? <<'END_PPC' : <<'END'; +our $default_ModeLine = <<'END'; # Apple iMac modes ModeLine "1024x768" 78.525 1024 1049 1145 1312 768 769 772 800 +hsync +vsync ModeLine "800x600" 62.357 800 821 901 1040 600 601 604 632 +hsync +vsync @@ -862,7 +862,6 @@ our $default_ModeLine = arch() =~ /ppc/ ? <<'END_PPC' : <<'END'; ModeLine "1280x1024" 135 1280 1288 1392 1664 1024 1027 1030 1064 # Another variation ModeLine "1280x1024" 134.989 1280 1317 1429 1688 1024 1025 1028 1066 +hsync +vsync -END_PPC # 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 |