diff options
Diffstat (limited to 'src/scripts/13hack.sh')
-rw-r--r-- | src/scripts/13hack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/13hack.sh b/src/scripts/13hack.sh index 74bb5adcd..3468c57d9 100644 --- a/src/scripts/13hack.sh +++ b/src/scripts/13hack.sh @@ -11,7 +11,7 @@ Hack_xorg () { - if [ -f "${LIVE_CHROOT}/etc/X11/xorg.conf" ] + if [ -f "${LIVE_CHROOT}/etc/X11/xorg.conf" ] #&& [ "${LIVE_DISTRIBUTION_EXPERIMENTAL}" != "yes" ] then # Comment "BusID" line and set driver to "vesa" sed -i -e 's/\(^.*BusID.*\)/#\1/g' -e '/Section "Device"/,/EndSection/ s/\(.*Driver.*"\).*\(".*\)/\1vesa\2/g' "${LIVE_CHROOT}"/etc/X11/xorg.conf |