Graphics: Intel HD Graphics
8Gig Ram
CPU: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (2000.05-MHz K8-class CPU)
I installed HardenedBSD 11.2-STABLE using UEFI boot.
% uname -a
FreeBSD hardverbs 11.2-STABLE-HBSD FreeBSD 11.2-STABLE-HBSD #0 [STABLE:HardenedBSD-11-STABLE-v1100056]: Wed Jul 4 02:15:08 UTC 2018 ro...@nyi-01.build.hardenedbsd.org:/usr/obj/usr/src/sys/HARDENEDBSD amd64
% freebsd-version
11.2--HBSD
Everything is cool except I cannot get the resolution to 1920x1080. (I installed TrueOS and OpenBSD, both set the resolution to 1920x1080). The current resolution is 1280x1024. From the dmesg I found the following:
% sudo dmesg | grep 1280
[1] VT(efifb): resolution 1280x1024
In the /usr/local/etc/X11/xorg.conf.d/ directory I have a driver-scfb.conf file with the following.
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
#Option "AccelMethod" # <str>
#Option "PageFlip" # [<bool>]
#Option "ZaphodHeads" # <str>
Identifier "Card0"
Driver "scfb"
BusID "PCI:0:2:0"
EndSection
I tried the intel driver, but X would not start.
Thank you in advance