From 348faed5edc376795f41258db7b9d7c092ad3a15 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 18 Nov 2014 11:47:57 +0100 Subject: tweak -xl + -xxl resolution --- fbgs | 4 ++-- 1 file 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) -- cgit