aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-11-18 11:47:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-11-18 11:47:57 +0100
commit348faed5edc376795f41258db7b9d7c092ad3a15 (patch)
tree83ad824bcf43d63c2ccd5bbf3f86c2a7bf79fc42
parent112b3fbcd8509bc3e198ed7e982373127e2e68b9 (diff)
downloadfbida-text-scaling.tar.gz
tweak -xl + -xxl resolutiontext-scaling
-rwxr-xr-xfbgs4
1 files changed, 2 insertions, 2 deletions
diff --git a/fbgs b/fbgs
index 5a7bdd2..15a4e05 100755
--- a/fbgs
+++ b/fbgs
@@ -72,10 +72,10 @@ while test "$opt" = "1"; do
-l) gsopts="$gsopts -r100x100"
shift
;;
- -xl) gsopts="$gsopts -r120x120"
+ -xl) gsopts="$gsopts -r200x200"
shift
;;
- -xxl) gsopts="$gsopts -r150x150"
+ -xxl) gsopts="$gsopts -r300x300"
shift
;;
-r | --resolution)