From 3bbbe26aa84dc04589637c075435601fa3978193 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Thu, 5 Apr 2012 02:49:31 +0000 Subject: display_driver_helper: allow use of nouveau without xorg.conf --- tools/display_driver_helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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) -- cgit v1.2.1