I'm installing 14.2 on a Latitude 7490 by working my way through the handbook and in section 5.4.4.1 the instructions are to use xrandr to list the supported monitor modes. Yet when I run the command I see this:
Following instructions earlier in chapter 5 I've installed the i915kms driver from ports. It appears to be installed correctly kldstat shows it is loaded:
And I see the following bits from dmesg:
I have also tried defining DISPLAY as :0 and get the error "Can't open display :0" from xrandr.
How am I supposed to get the list of supported modes so I can configure x11 correctly?
Thanks!
B
$ xrandr
Can't open display
Following instructions earlier in chapter 5 I've installed the i915kms driver from ports. It appears to be installed correctly kldstat shows it is loaded:
$ kldstat | grep i915
4 1 0xffffffff837f9000 1e2228 i915kms.ko
And I see the following bits from dmesg:
drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
drmn0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[drm] Initialized i915 1.6.0 20201103 for drmn0 on minor 0
VT: Replacing driver "efifb" with new "drmfb".
start FB_INFO:
height=1080 width=1920 depth=32
pbase=0xa0000000 vbase=0xfffff800a0000000
name=drmn0 id=i915drmfb flags=0x0 stride=7680
end FB_INFO
I have also tried defining DISPLAY as :0 and get the error "Can't open display :0" from xrandr.
How am I supposed to get the list of supported modes so I can configure x11 correctly?
Thanks!
B