# /etc/X11/xorg.conf.d/xorg.conf
# This is supplied by Slackware ARM's 'x/x11-skel' package
# within /usr/share/x11-skel/
#
# This is the default Xorg configuration for the following Hardware
# Models:
#  * Raspberry Pi 4
#
# Note: Ordinarily Slackware ARM/AArch64 does not provide a config
# file for Xorg, enabling Xorg to automatically detect and configure
# itself, selecting the appropriate drivers.
# However, on the Raspberry Pi 4 we're configuring Xorg to use the
# Frame buffer; otherwise it hangs solid, and the USB keyboard and
# mouse become unresponsive after a few minutes.
#
# If you can help optimise this setup, let mozes@slackware.com know
# or post on the LQ forum.
#
#####################################################################
#
# When troubleshooting, check /var/log/Xorg.0.log for the debugging
# output and error messages.
#
# Run "man fbturbo" to get additional information about the extra
# configuration options for tuning the driver.
#

Section "Device"
        Identifier      "X11 video driver"
        Option          "fbdev" "/dev/fb0"
EndSection