summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/display_driver_helper4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/display_driver_helper b/tools/display_driver_helper
index 2cf2acf..1ef1dac 100644
--- a/tools/display_driver_helper
+++ b/tools/display_driver_helper
@@ -66,8 +66,8 @@ check_driver() {
NEEDS_LOAD_NOW=1
;;
nouveau)
- # these KMS drivers require an explicit directive in xorg.conf
- check_xorg $name 1 || return 1
+ # implicitely loaded by X.org
+ check_xorg $name 0 || return 1
IS_KMS=1
;;
fglrx)