diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-04 21:25:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-04 21:25:12 (GMT) |
commit | 3ca4a5c60bd7d54771e939223c2f3a5787132f46 (patch) | |
tree | 1b31ae8d91706f93b7e1effc80cf8541391d21fa /abs/core-testing | |
parent | efc9e8400d73059d5926738b99a689ec92410837 (diff) | |
download | linhes_pkgbuild-3ca4a5c60bd7d54771e939223c2f3a5787132f46.zip linhes_pkgbuild-3ca4a5c60bd7d54771e939223c2f3a5787132f46.tar.gz linhes_pkgbuild-3ca4a5c60bd7d54771e939223c2f3a5787132f46.tar.bz2 |
system-templates: modify templates to not include modelines.
These are not needed anymore with xorg 1.5+
Diffstat (limited to 'abs/core-testing')
4 files changed, 2 insertions, 17 deletions
diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD index 224441e..4d72aad 100755 --- a/abs/core-testing/system-templates/PKGBUILD +++ b/abs/core-testing/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=1.0 -pkgrel=17 +pkgrel=18 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core-testing/system-templates/templates/xorg/xorg.conf.nvidia b/abs/core-testing/system-templates/templates/xorg/xorg.conf.nvidia index 6e005a2..3a53183 100755 --- a/abs/core-testing/system-templates/templates/xorg/xorg.conf.nvidia +++ b/abs/core-testing/system-templates/templates/xorg/xorg.conf.nvidia @@ -46,12 +46,7 @@ Section "Monitor" # HorizSync # VertRefresh Option "DPMS" "false" - DisplaySize 203 153 - Modeline "1280x720" 74.25 1280 1316 1452 1644 720 720 723 751 -hsync +vsync - Modeline "1280x720_60.00" 74.25 1280 1352 1432 1648 720 725 730 750 -hsync -vsync - ModeLine "848x480" 34.0 848 880 1016 1072 480 494 495 527 -hsync -vsync - Modeline "800x600" 38.34 800 832 928 1024 600 604 608 624 -HSync -VSync - ModeLine "NTSC-DVD-72p" 32.432 720 736 800 858 480 484 492 525 +# DisplaySize 203 153 #INSERT MODELINE EndSection diff --git a/abs/core-testing/system-templates/templates/xorg/xorg.conf.vesa b/abs/core-testing/system-templates/templates/xorg/xorg.conf.vesa index 90b426b..fa96ea5 100755 --- a/abs/core-testing/system-templates/templates/xorg/xorg.conf.vesa +++ b/abs/core-testing/system-templates/templates/xorg/xorg.conf.vesa @@ -46,11 +46,6 @@ Section "Monitor" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" "false" - Modeline "1280x720" 74.25 1280 1316 1452 1644 720 720 723 751 -hsync +vsync - Modeline "1280x720_60.00" 74.25 1280 1352 1432 1648 720 725 730 750 -hsync -vsync - ModeLine "848x480" 34.0 848 880 1016 1072 480 494 495 527 -hsync -vsync - Modeline "800x600" 38.34 800 832 928 1024 600 604 608 624 -HSync -VSync - ModeLine "NTSC-DVD-72p" 32.432 720 736 800 858 480 484 492 525 EndSection Section "Device" diff --git a/abs/core-testing/system-templates/templates/xorg/xorg.conf.via b/abs/core-testing/system-templates/templates/xorg/xorg.conf.via index 96cae54..22c8a8e 100644 --- a/abs/core-testing/system-templates/templates/xorg/xorg.conf.via +++ b/abs/core-testing/system-templates/templates/xorg/xorg.conf.via @@ -47,11 +47,6 @@ Section "Monitor" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" "false" - Modeline "1280x720" 74.25 1280 1316 1452 1644 720 720 723 751 -hsync +vsync - Modeline "1280x720_60.00" 74.25 1280 1352 1432 1648 720 725 730 750 -hsync -vsync - ModeLine "848x480" 34.0 848 880 1016 1072 480 494 495 527 -hsync -vsync - Modeline "800x600" 38.34 800 832 928 1024 600 604 608 624 -HSync -VSync - ModeLine "NTSC-DVD-72p" 32.432 720 736 800 858 480 484 492 525 EndSection Section "Device" |