Topic: Enabling Xorg on the laptop
Hello All,
I have hit a wall trying to get xorg to work. I had to reinstall my laptop and I am getting an error of "Screen(s) found, but none have a usable configuration." I have installed xorg-novena, xserver-xorg-video-armada, xserver-xorg-video-armada-etanviv, and I added the following to /etc/X11/xorg.conf
Section "Device"
Identifier "novena"
Driver "modesetting"
Option "kmsdev" "/dev/dri/card0"
Option "SWcursor" "true"
BusID "platform:sys/devices/soc0/imx-drm.20/drm/card0"
EndSection
Am I missing something to get Xorg to work?