Re: Console resolution change since upgrade to 6.2

2017-10-17 Thread Matthew Graybosch
On Tue, 17 Oct 2017 18:49:14 +0200
Jan Lambertz  wrote:

> that were my first ideas. never had a wsconcsctl.conf, so nothing so
> post. I already created one  yesterday trying to solve the problem.
> 
> $ cat /etc/wsconsctl.conf
> display.height=800
> display.width=1200
> 
> System says "Value is read only".
> 

Setting just those two values in /etc/wsconsctl.conf should be OK. The
man page doesn't suggest otherwise. 

Not sure why you're getting "Value is read only", though. Not sure I
can do more to help. I'm sorry; I'm still new to OpenBSD.

-- 
Matthew Graybosch
https://matthewgraybosch.com

"If you didn't want me to say 'both', you should have used XOR."



Re: Console resolution change since upgrade to 6.2

2017-10-17 Thread Matthew Graybosch
On Tue, 17 Oct 2017 17:53:22 +0200
Jan Lambertz  wrote:

> Hi,
> after upgrading one of my notebooks to 6.2 release my console
> resolution is only # wsconsctl
> display.type=inteldrm
> display.width=848
> display.height=480
> display.depth=32

Have you had a look at your dmesg output? I should have taken a closer
look at that myself. Sorry about that.

inteldrm0: msi
inteldrm0: 848x480, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
wsdisplay0: screen 1-5 added (std, vt100 emulation)
"Intel GM45 Video" rev 0x07 at pci0 dev 2 function 1 not configured

The Intel DRM driver itself is reporting a max resolution of 848x480 at
boot time. Did you take any notes on what changes you made while
upgrading this laptop to 6.2-RELEASE? They might prove interesting.

-- 
Matthew Graybosch
https://matthewgraybosch.com

"If you didn't want me to say 'both', you should have used XOR."



Re: Console resolution change since upgrade to 6.2

2017-10-17 Thread Matthew Graybosch
On Tue, 17 Oct 2017 17:53:22 +0200
Jan Lambertz  wrote:

> Only the left upper of the display is active.
> Screen is capable of 1280x800. That was the mode it worked in 6.1 i
> think. At least it was fullscreen.
> I didn't found a way to change the resolution. ideas to get back to
> full resolution and fullscreen ?

Hi, Jan. Have you had a look at the "/etc/wsconsctl.conf" file?
According to wsconsctl(8), that file contains parameters that rc(8)
sets for the system at startup.

If not, can you please reply with the contents of your copy of
"/etc/wsconsctl.conf"? Thanks.

-- 
Matthew Graybosch
https://matthewgraybosch.com

"If you didn't want me to say 'both', you should have used XOR."