From ae005c070f2232f77d5ae70f9b1c5160a855b75f Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Thu, 5 Apr 2012 02:49:47 +0000 Subject: display_driver_helper: add --setup-boot-kms action which sets/unsets 'nokmsboot' boot option as necessary --- NEWS | 2 ++ tools/display_driver_helper | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/NEWS b/NEWS index f278e51..61b2ca1 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ o report KMS as not allowed with --is-kms-allowed on radeon hardware without radeon firmware, so that 'nokmsboot' will be used on such cases + o add --setup-boot-kms action which sets/unsets 'nokmsboot' boot + option as necessary Version 0.99 - 18 December 2011 - default to 24bit with QXL driver (16 bit doesn't work) diff --git a/tools/display_driver_helper b/tools/display_driver_helper index b15fad6..255580b 100644 --- a/tools/display_driver_helper +++ b/tools/display_driver_helper @@ -376,6 +376,10 @@ get_active_kms_drivers() { done } +setup_boot_kms() { + perl -I/usr/lib/libDrakX -MXconfig::various -e 'Xconfig::various::setup_kms()' +} + usage() { cat <