Hello,
I'm trying to install FreeBSD on my MacBook pro (late 2013), which has an Intel core i7 with an Intel GPU iris 5100. I tried to install FreeBSD current with the newest version of xorg (https://wiki.freebsd.org/Graphics/Ports development workflow).
Unfortunately, xf86-video-intel doesn't work, and neither does fbdev or vesa.
1) for xf86-video-intel
In Xorg.0.log I saw the following error:
It seems the driver is correctly loaded, and at loading time it print which version of intel card it supports. I can see i810, ..., Iris(TM) Graphics 5100, ... So the driver should work with my card ...so I don't know why it doesn't work.
2) with vesa.
I have error:
Okay, my laptop doesn't have BIOS but UEFI. I have installed refind. So vesa only work with BIOS?
3) fbdev
I have error:
Note:
Another annoying problem is that FreeBSD works in console mode, but because of the retina screen, everything is very small. It's not easy to work with such resolution. I tried to play with
Okay, this is probably because vesa doesn't work because I don't have BIOS. But it seems vidcontrol can change the console resolution only for vesa?
Unfortunately, I cannot show you Xorg.conf or Xorg.0.log. I have no easy way to get theses files. (In my FreeBSD, I have no graphical browser to send them. I cannot try to use lynx since it's very hard to read to my screen with such small text. And I currently don't have other computer to get them by
Thanks in advance for any help
I'm trying to install FreeBSD on my MacBook pro (late 2013), which has an Intel core i7 with an Intel GPU iris 5100. I tried to install FreeBSD current with the newest version of xorg (https://wiki.freebsd.org/Graphics/Ports development workflow).
Unfortunately, xf86-video-intel doesn't work, and neither does fbdev or vesa.
1) for xf86-video-intel
In Xorg.0.log I saw the following error:
Code:
(EE) No devices detected
2) with vesa.
I have error:
Code:
(EE) VESA(0) initializing int10
(EE) V_BIOS address 0x43420 out of range
3) fbdev
I have error:
Code:
(EE) LoadModule: Module fbdevhw does not have a fbdevhwModuleData data object
Note:
kldstat show that i915kms.ko and drm.ko is correctly loaded.Another annoying problem is that FreeBSD works in console mode, but because of the retina screen, everything is very small. It's not easy to work with such resolution. I tried to play with
vidcontrol, but it doesn't work.
Code:
# vidcontrol -g 100x37 VESA_800x600
vidcontrol: cannot set videomode: Inappropriate ioctl for device.
Unfortunately, I cannot show you Xorg.conf or Xorg.0.log. I have no easy way to get theses files. (In my FreeBSD, I have no graphical browser to send them. I cannot try to use lynx since it's very hard to read to my screen with such small text. And I currently don't have other computer to get them by
ssh. And when rebooting to OS X, I cannot read my FreeBSD filesystem. I tried to use VirtualBox with real hardware disk, but it doesn't work with OS X.)Thanks in advance for any help