Hi, FreeBSD newbie here, coming from Debian so I'm not too terribly in the dark.
So, I've been trying to figure out how to change my display resolution to native. In the UEFI loader, I can cancel out to the OK prompt and type 'gop set 4' to change it to the proper resolution. Of course this works perfectly, but the problem is that trying to do that automatically: even with
Here's my /boot/loader.conf
And here's /boot/loader.conf.local
So, I've been trying to figure out how to change my display resolution to native. In the UEFI loader, I can cancel out to the OK prompt and type 'gop set 4' to change it to the proper resolution. Of course this works perfectly, but the problem is that trying to do that automatically: even with
exec="gop set 4"
in /boot/loader.conf and /boot/loader.conf.local, the loader seems to just want to stay on 1024x768! After a few restarts, I started to notice that it would seem to go to native resolution, just long enough for a couple lines that says "OK" in a nice, crisp font, before the full loader comes up in all its blurry glory. Could it be some other setting overriding the just set mode?Here's my /boot/loader.conf
Code:
security.bsd.allow_destructive_dtrace=0
opensolaris_load="YES"
zfs_load="YES"
zfs_load=YES
nvidia_load="YES"
exec="gop set 4"
Code:
kern.vty = vt
hw.vga.textmode = 0
efi_max_resolution="1680x1050"
kern.vt.fb.default_mode="1680x1050"
exec="gop set 4"