When setting the resolution for two monitors to "1024x768" or to "1280x720" (720p) the desired effect takes place,
/boot/loader.conf
but the following error message repeats, which can also be seen with
These two resolutions seem to be supported according to xrandr, when I use Xorg. This has happened since I installed graphics/drm-61-kmod. Leaving this blank doesn't cause this error message, however, both monitor resolutions don't have the appropriate resolution in this case. How can I fix this?
Also, trying to find the specific monitor or output for
Also, it's odd that later when I turned off xdm from ttys, this error message went away. I checked what I inserted in xrandr settings. Also, when removing the setting from loader.conf, this error message also goes away. Could this be a bug?
Previously, I had a similar error, when X didn't work at all, but installing the proper xf86 driver for Intel graphics for X made it work. Still getting error messages though.
/boot/loader.conf
Code:
kern.vt.fb.default_mode="1280x720"
dmesg
:
Code:
drmn0: [drm] User-defined mode not supported: "1024x768": 60 64127 1024 1080 1184 1344 768 769 772 795 0x20 0x6
These two resolutions seem to be supported according to xrandr, when I use Xorg. This has happened since I installed graphics/drm-61-kmod. Leaving this blank doesn't cause this error message, however, both monitor resolutions don't have the appropriate resolution in this case. How can I fix this?
Also, trying to find the specific monitor or output for
kern.vt.modes
doesn't show from dmesg
output. Could the output device for this be "drmn0", because that doesn't seem correct?Also, it's odd that later when I turned off xdm from ttys, this error message went away. I checked what I inserted in xrandr settings. Also, when removing the setting from loader.conf, this error message also goes away. Could this be a bug?
Previously, I had a similar error, when X didn't work at all, but installing the proper xf86 driver for Intel graphics for X made it work. Still getting error messages though.