forked from srbala/fedora-kickstarts
x should now just start so lets remove the xorg snippet
This commit is contained in:
parent
841a2908f4
commit
426bd4e1e7
@ -6,15 +6,3 @@
|
|||||||
@printing
|
@printing
|
||||||
%end
|
%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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user