From 41664a0c2b1d44726f12447b2d663138dd939e64 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 9 Oct 2008 12:57:41 -0400 Subject: [PATCH] Add a (temporary) bad hack to fix X on the XO (#460581) The geode driver doesn't properly autoconfig right now, so add a bad hack to work-around. This should go away within the next couple of weeks --- fedora-live-base.ks | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 18815fa..50522b7 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -273,6 +273,60 @@ for o in \`cat /proc/cmdline\` ; do esac done +# this is a bad hack to work around #460581 for the geode +# purely to help move testing along for now +if [ \`grep -c Geode /proc/cpuinfo\` -ne 0 ]; then + cat > /etc/X11/xorg.conf <