I have managed to install FreeBSD on Samsung R540 without problems. I am currently writing from firefox with openbox wm. I am trying to change video mode according to 3.2.3 point in handbook:
https://www.freebsd.org/doc/handbook/consoles.html
when i try to load vesa module i get this error:
i follow up with dmesg:
I paste only last lines cause it is too long and I suspect it is problem with this error 19.
https://www.freebsd.org/doc/handbook/consoles.html
when i try to load vesa module i get this error:
Code:
kldload: an error occurred while loading the module. Please check dmesg(8) for more details.
i follow up with dmesg:
Code:
info: [drm] - kern.vt.fb.default_mode
fbd0 on drmn0
VT: Replacing driver "vga" with new "fb".
info: [drm] Initialized i915 1.6.0 20080730 for drmn0 on minor 0
module_register_init: MOD_LOAD (vesa, 0xffffffff81af8000, 0) error 19
sysctl_unregister_oid: failed to unregister sysctl
module_register_init: MOD_LOAD (vesa, 0xffffffff81af8000, 0) error 19
sysctl_unregister_oid: failed to unregister sysctl
module_register_init: MOD_LOAD (vesa, 0xffffffff81af8000, 0) error 19
sysctl_unregister_oid: failed to unregister sysctl
I paste only last lines cause it is too long and I suspect it is problem with this error 19.