x should now just start so lets remove the xorg snippet

This commit is contained in:
Dennis Gilmore 2014-06-20 08:50:32 -05:00
parent 841a2908f4
commit 426bd4e1e7
1 changed files with 0 additions and 12 deletions

View File

@ -6,15 +6,3 @@
@printing
%end
%post
# X on arm does not detect the driver needed correctly so we need a snippet to set something
# using fbdev as the lowest common denominator.
cat > /etc/X11/xorg.conf.d/fbdev.conf <<EOF
Section "Device"
Identifier "Display"
Driver "fbdev"
EndSection
EOF
%end