summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/display_driver_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/display_driver_helper b/tools/display_driver_helper
index 02cb123..8f842d5 100644
--- a/tools/display_driver_helper
+++ b/tools/display_driver_helper
@@ -253,7 +253,7 @@ check_xorg() {
# the implicit driver, e.g. a proprietary one)
# TODO: Could this be replaced with a more robust check?
[ -e "/etc/X11/xorg.conf" ] || [ -e "/etc/sysconfig/harddrake2/kernels" ] ||
- [ -e "/etc/sysconfig/harddrake2/xorg" ] || [ -e "/boot/grub/menu.lst" ]
+ [ -e "/etc/sysconfig/harddrake2/xorg" ] || [ -e "/boot/grub/menu.lst" ] || [ -e "/boot/grub2/grub.cfg" ]
}
# Load the driver for the specified modalias, if configured.