X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by lists.alpinelinux.org (Postfix) with ESMTP id 409D4F8565D for ; Fri, 14 Jun 2019 14:26:21 +0000 (UTC) Received: by mail-io1-f41.google.com with SMTP id e5so6212968iok.4 for ; Fri, 14 Jun 2019 07:26:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yHJW1fIjtx6srOUG+J5sHaobw0a5DPUvpuNct2O/k6c=; b=gLzZ8Q+AUUMsnHCBZuBxJ4jL8OUjrvOmqpvboQtfc/6Co5rIooAjQA502SNLYjY4N3 woor7D4C7/asbnq7U9j2x4e7e7TNIWmainM0ZTy+xlkB6BQxNWNZSXUhnyleVDshVN/m ZismADO0+mq58d+LFasZs/P0IEXqDRp7sqnBDfYx0F8mK0JOtLdSJqFWbkNhWcr0gFHj qxI73yWP4VEMITu/gYrblM5pLWNitiBYc43eSNhssXqAN8YBi/7CsB33VemwxRYgpPQr aau3QJrIp85Z1P16do7HBZmxgGgj3RLhQZ7+8lnBve9JfYen7F2f92RikzmjXs4JcxTJ xG6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yHJW1fIjtx6srOUG+J5sHaobw0a5DPUvpuNct2O/k6c=; b=U9bId2VWxliQmzAb47yFwPeEchYis255a53wQx2QWUf/7poBPFnvO5bNfVb1zQnKko 0fpvpa/9wQaJIqE9JOI/u8CleB0kAOCbd6euydp8AOZH8KUCUjxCD91gZ7JPnAANhE53 BM2dpzUUcTKCI+uqrwMCKvo8a4WKTN/h+vSg7p1axBC/fRjxxWS9gaJS+wlXaIwj+xLg sJjwnRWe+ylgG8rOFZKhDuG1XrdewQXVLhEstds6Shyrx4/wG+YcBgkC3r3/BFIRRgk8 8FfnNs8lfgxl9BLbcqH4S6ap+qH1PPc6HGlPMzPa1C62YpwfGHpjdG8r9cqOxEdkargU yEpw== X-Gm-Message-State: APjAAAVEu72cJsj9B8ww7jCIJGtqc2vStrXYY3EiGGevbK26SWHDTcWc mrMWVfmRkyYup2jmyLf0Rnmdn0Ze5Ii9olsVRqlTR5X8 X-Google-Smtp-Source: APXvYqxbKtO3PEvf2LCRcnw2xOB3irKUazrC1iVsf1wQvNqcM5/rbNR8Xwhy6WtVl/SjHzei7guR+4ITFj9Q3yj3a0U= X-Received: by 2002:a5e:a712:: with SMTP id b18mr1210997iod.220.1560522380743; Fri, 14 Jun 2019 07:26:20 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <20190614075720.GG26967@marco.themis.pinknet.de> In-Reply-To: <20190614075720.GG26967@marco.themis.pinknet.de> From: PICCORO McKAY Lenz Date: Fri, 14 Jun 2019 10:26:09 -0400 Message-ID: Subject: Re: [alpine-user] Screen Resolution Setting To: Marco Dickert Cc: "Blanco, Joseph" , "alpine-user@lists.alpinelinux.org" Content-Type: multipart/alternative; boundary="0000000000002b1899058b496e3b" --0000000000002b1899058b496e3b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable HEY! there's two behaviour here! one its made the fonts more bigger at the framebuffer console and other are made the resolution without space! 1) with max resolution but fonts bigger will consume more because it will need more RAM for the video buffer and cpu processing, but will be more controlled 2) with a specific lower resolution (pass MENU RESOLUTION at extlinux.conf) will run more optimized due less consuption Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com El vie., 14 de jun. de 2019 a la(s) 03:57, Marco Dickert ( marco@misterunknown.de) escribi=C3=B3: > Hi, > > On 2019-06-14 07:12:05, Blanco, Joseph wrote: > > I have a laptop on which I have installed Alpine. So far, seems like a > great OS and has the features I need. I am not using a GUI just command > line. The laptop screen is a 13" 1K (1920x1080) screen. Alpine recogniz= es > the native resolution and adjust the display to 1K. However, at this > resolution the text is way too small. How can I adjust the post boot up > resolution to something more useful such as 1280x720? I have searched t= he > internet and discussion boards but have not been successful in a solution > that works. Thanks for any help you can provide. > > I didn't try this myself, but AFAIK you have to set the framebuffer > resolution > in the bootloader. First, check out the supported resolutions using hwinf= o: > > ``` > $ apk add hwinfo > $ hwinfo --framebuffer > ``` > > Then you can set the desired resolution in the bootloader. If you use > syslinux, > you achieve that by editing the bootloader configuration > (/boot/extlinux.conf): > > ``` > MENU RESOLUTION > ``` > > See also this wiki page: > https://wiki.syslinux.org/wiki/index.php?title=3DMenu#MENU_RESOLUTION > > -- > Marco Dickert > marco@misterunknown.de > https://misterunknown.de > --0000000000002b1899058b496e3b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
HEY! there's two behaviour here!

one its made the fonts more bigger at the framebuffer console and = other are made the resolution without space!

1) wi= th max resolution but fonts bigger will consume= more because it will need more RAM for the video buffer and cpu processing= , but will be more controlled
2) with a specific lower resolution (pass MENU RESOLUTION <width&= gt; <height> at extlinux.conf) will run more optimized due less consu= ption

Lenz McKAY Gerardo (PICCORO)


El vie., 14 de jun. de 2019 a la(s) 03:57, Marco Dickert = (marco@misterunknown.de) escr= ibi=C3=B3:
Hi,
On 2019-06-14 07:12:05, Blanco, Joseph wrote:
> I have a laptop on which I have installed Alpine.=C2=A0 So far, seems = like a great OS and has the features I need.=C2=A0 I am not using a GUI jus= t command line.=C2=A0 The laptop screen is a 13" 1K (1920x1080) screen= .=C2=A0 Alpine recognizes the native resolution and adjust the display to 1= K.=C2=A0 =C2=A0However, at this resolution the text is way too small.=C2=A0= How can I adjust the post boot up resolution to something more useful such= as 1280x720?=C2=A0 =C2=A0I have searched the internet and discussion board= s but have not been successful in a solution that works.=C2=A0 =C2=A0Thanks= for any help you can provide.

I didn't try this myself, but AFAIK you have to set the framebuffer res= olution
in the bootloader. First, check out the supported resolutions using hwinfo:=

```
$ apk add hwinfo
$ hwinfo --framebuffer
```

Then you can set the desired resolution in the bootloader. If you use sysli= nux,
you achieve that by editing the bootloader configuration (/boot/extlinux.co= nf):

```
MENU RESOLUTION <width> <height>
```

See also this wiki page:
https://wiki.syslinux.org/wiki/= index.php?title=3DMenu#MENU_RESOLUTION

--
Marco Dickert
marco@misterunk= nown.de
h= ttps://misterunknown.de
--0000000000002b1899058b496e3b-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---