Xorg and CWM can not loading

Sergey Zigachev s.zi at outlook.com
Sun Jan 5 21:32:07 PST 2025


> I attached the "*//var/log/Xorg.0.log/*" following my last email due to a problem on my Xorg that I can not run starts.
> 
> I would appreciate it let me know any help.

Please run `kldload i915` before starting Xorg and see if it makes a difference.
After that, you can use modesetting driver, put the following config in the /usr/local/etc/X11/xorg.conf.d/11-modesetting.conf:

Section "Device"
	Identifier	"card0"
	Driver		"modesetting"
	Option		"AccelMethod" "none"
EndSection



More information about the Users mailing list