NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc64/59408: machfb picks a really odd console resolution
The following reply was made to PR port-sparc64/59408; it has been noted by GNATS.
From: nia <nia%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-sparc64/59408: machfb picks a really odd console resolution
Date: Thu, 8 May 2025 21:05:21 +0000
On Thu, May 08, 2025 at 09:00:00PM +0000, nia%pkgsrc.org@localhost wrote:
> machfb.c contains the following line:
>
> #define MODE_IS_VALID(m) ((sc->ramdac_freq >= (m)->dot_clock) && \
> ((m)->hdisplay <= 1280))
>
> This line can be adjusted, but I'm unsure of the rationale for
> it existing. Saving memory?
Everything works as it should after removing the condition.
Home |
Main Index |
Thread Index |
Old Index