Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 22:01:01 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd-rwg@pdx.rh.CN85.dnsmgr.net>
To:        Craig Leres <leres@freebsd.org>
Cc:        FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject:   Re: Supermicro IPMIView with 11.1-RELEASE
Message-ID:  <201804050501.w35511KB096042@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <5402cf9a-20d3-1a0d-5602-531747cf3df3@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> I'm working with 11.1-RELEASE via ipmi for the first time and there's 
> something funny going on with the console. The first time I used a real 
> vga console that everything was shifted a bit and that I needed to 
> auto-calibrate my lcd panel. But I see now when I use the KVM supermicro 
> ipmi console viewer that the bottom line is cut in half. And actually 
> the last column is missing!
> 
> stty says the console is 30x80 so I wrote a script to fill it with 
> numbers and not output a final newline (see attached). It sure looks 
> like everything is shifted right 1/2 character width (or more) and down 
> 1/2 character height.
> 
> Anybody know what's going on?

The new "vt" graphical console is borked, it is known to have issues
with KVM's and impi consoles.  Its graphics timing signals are off
standard just enough to mess things up.

You can probably get around your issue by switching to syscons console.

IIRC you can drop to the loader prompt, and type:
kern.vty=sc
boot

to work around this issue.   But this may create issues with EFI bios.

-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804050501.w35511KB096042>