summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@tummy.com>2010-08-25 15:46:50 -0600
committerKevin Fenzi <kevin@tummy.com>2010-08-25 15:46:50 -0600
commite9152aa14378645e1d4113f38a1c4d907f16ce8e (patch)
treec5f48af878e3076350fdd3d1359ae5fee9ab064b /fedora-live-base.ks
parentdb7aa8d97ef8ebe83916b254f82f86744e4ddfcd (diff)
downloadspin-kickstarts-e9152aa14378645e1d4113f38a1c4d907f16ce8e.tar.gz
spin-kickstarts-e9152aa14378645e1d4113f38a1c4d907f16ce8e.tar.xz
spin-kickstarts-e9152aa14378645e1d4113f38a1c4d907f16ce8e.zip
Remove Ugly hack for XO laptops from bug 460581. It's no longer needed
and causing problems with some other Geode devices.
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks56
1 files changed, 0 insertions, 56 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index ea24f2d..f911f9d 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -280,62 +280,6 @@ 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 <<FOE
-Section "ServerLayout"
- Identifier "Default Layout"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
-EndSection
-
-Section "InputDevice"
-# keyboard added by rhpxl
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "us"
-EndSection
-
-Section "Monitor"
- Identifier "Monitor0"
- HorizSync 30-67
- VertRefresh 48-52
- DisplaySize 152 114
- Mode "1200x900"
- DotClock 57.275
- HTimings 1200 1208 1216 1240
- VTimings 900 905 908 912
- Flags "-HSync" "-VSync"
- EndMode
-EndSection
-
-Section "Device"
- Identifier "Videocard0"
- Driver "amd"
- VendorName "Advanced Micro Devices, Inc."
- BoardName "AMD Geode GX/LX"
-
- Option "AccelMethod" "EXA"
- Option "NoCompression" "true"
- Option "MigrationHeuristic" "greedy"
- Option "PanelGeometry" "1200x900"
-EndSection
-
-Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- Monitor "Monitor0"
- DefaultDepth 16
- SubSection "Display"
- Depth 16
- Modes "1200x900"
- EndSubSection
-EndSection
-FOE
-fi
-
# if liveinst or textinst is given, start anaconda
if strstr "\`cat /proc/cmdline\`" liveinst ; then
plymouth --quit