Hi!
I installed FreeBSD 13-RELEASE minimal on an iMac 2009 without any problems.
After that I tried to setup i3:
    
    
    
    
setting
	
	
	
		
and added to /etc/rc.conf this two lines
	
	
	
		
and set this in /etc/sysctl.conf
	
	
	
		
The Mac has a Radeon HD4670 and following https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix I have to use radeonkms.
Therefore I installed drm-kmod
    
and set
I have not customized xconfig files nor did a
I added
Problem:
The screen is split in 4 smaller screens with the same content, i.e. it is mirrored.
I guess there is a problem with modesetting, but I have no solution.
Can you point me into the right direction?
Thanks,
Steffen
				
			I installed FreeBSD 13-RELEASE minimal on an iMac 2009 without any problems.
After that I tried to setup i3:
 pkg install xorg-server xinit xf86-input-keyboard xf86-input-mouse pkg install i3-gaps i3lock i3status pkg install xorg-drivers pkg install terminology zsh sudo chromium tmux gnupg pinentry-curses muttsetting
		Code:
	
	 echo 'sem_load="YES"' >> /boot/loader.conf
echo 'linux_load="YES"' >> /boot/loader.confand added to /etc/rc.conf this two lines
		Code:
	
	hald_enable="YES"
dbus_enable="YES"and set this in /etc/sysctl.conf
		Code:
	
	 kern.ipc.shm_allow_removed=1The Mac has a Radeon HD4670 and following https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix I have to use radeonkms.
Therefore I installed drm-kmod
 pkg install drm-kmodand set
hw.syscons.disable=1 in /boot/loader.conf following https://wiki.freebsd.org/GraphicsI have not customized xconfig files nor did a
Xorg -configure I added
/usr/local/bin/i3 to ~/.xinitrc and started with  startxProblem:
The screen is split in 4 smaller screens with the same content, i.e. it is mirrored.
I guess there is a problem with modesetting, but I have no solution.
Can you point me into the right direction?
Thanks,
Steffen
 
			     
 
		