xorg.conf 607 Bytes
Newer Older
1
2
# This is a minimal sample config file, which can be copied to
# /etc/X11/xorg.conf in order to make the Xorg server pick up
3
# and load xf86-video-fbturbo driver installed in the system.
4
5
6
7
#
# When troubleshooting, check /var/log/Xorg.0.log for the debugging
# output and error messages.
#
8
# Run "man fbturbo" to get additional information about the extra
9
10
11
12
# configuration options for tuning the driver.

Section "Device"
        Identifier      "Allwinner A10/A13 FBDEV"
13
        Driver          "fbturbo"
14
        Option          "fbdev" "/dev/fb0"
15
16

        Option          "SwapbuffersWait" "true"
17
EndSection