ok, so I followed this wiki tutorial and added wsfb
to my xorg.conf
(ok so I know it says to put it in /etc/X11/xorg.conf.d/wsfb.conf
but I tried xorg.conf
first and it kinda worked.
Section "Device"
Identifier "Card0"
Driver "wsfb"
EndSection
Dropped to boot prompt and ran gop list
which reported that 1440p was option 5
so I rangop 5
and BAM, 1440p.
I'm still not satisfied though because while I do have a better resolution the rendering is atrocious! mouse cursor is real janky and everything just seems slow.
I also dont really know how to add this to my /boot.cfg
to get it to load on boot.
current/boot.cfg
below:
banner= Welcome to NetBSD
menu=Boot normally:rndseed /var/db/entropy-file;boot
menu=Boot 1440p:gop 5;boot # I dunno, I'm just guessing
menu=Boot single user:rndseed /var/db/entropy-file;boot -s
menu=Drop to boot prompt:prompt
default=1
timeout=3
clear=1
# Disable Direct Rendering Manager (DRM) drivers
#userconf=disable i915drmkms*
#userconf=disable nouveau*
#userconf=disable radeon*
#userconf=diasble amdgpu*