You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2021. It is now read-only.
I have FreeBSD 12.0-RELEASE (amd64) installed on iMac 11,1 (late 2009), graphics card is vendor='Advanced Micro Devices, Inc. [AMD/ATI]'
device='RV770/M98L [Mobility Radeon HD 4850]'
I have installed Xorg and when I start it (I use startx from console) is just black screen. The same is when computer start and I have in/etc/rc.conf kld_list="/boot/modules/radeonkms.ko".
In the Xorg.log I have:
[ 505.376] failed to add FB for modeset
[ 505.376] (WW) RADEON(0): Failed to set mode on CRTC 0
[ 505.377] (EE) RADEON(0): Failed to enable any CRTC
I have installed drm-legacy-kmod and xf86-video-ati-legacy.
On the FreeBSD 11.2 I didn't have problem when I load driver from kernel but I had a problem with drm-legacy0kmod - black screen.
Now I am using scfb driver and it works.
And about boot:
Hi!
I have FreeBSD 12.0-RELEASE (amd64) installed on iMac 11,1 (late 2009), graphics card is vendor='Advanced Micro Devices, Inc. [AMD/ATI]'
device='RV770/M98L [Mobility Radeon HD 4850]'
I have installed Xorg and when I start it (I use startx from console) is just black screen. The same is when computer start and I have in/etc/rc.conf kld_list="/boot/modules/radeonkms.ko".
In the Xorg.log I have:
[ 505.376] failed to add FB for modeset
[ 505.376] (WW) RADEON(0): Failed to set mode on CRTC 0
[ 505.377] (EE) RADEON(0): Failed to enable any CRTC
I have installed drm-legacy-kmod and xf86-video-ati-legacy.
On the FreeBSD 11.2 I didn't have problem when I load driver from kernel but I had a problem with drm-legacy0kmod - black screen.
Now I am using scfb driver and it works.
And about boot:
sysctl machdep boothmetod shows UEFI
and
sysctl kern.vty shows vt
Thank you.