/[soft]/drakx-kbd-mouse-x11/trunk/tools/display_driver_helper
ViewVC logotype

Diff of /drakx-kbd-mouse-x11/trunk/tools/display_driver_helper

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3923 by anssi, Thu Apr 5 02:49:43 2012 UTC revision 3924 by anssi, Thu Apr 5 02:49:47 2012 UTC
# Line 376  get_active_kms_drivers() { Line 376  get_active_kms_drivers() {
376          done          done
377  }  }
378    
379    setup_boot_kms() {
380            perl -I/usr/lib/libDrakX -MXconfig::various -e 'Xconfig::various::setup_kms()'
381    }
382    
383  usage() {  usage() {
384          cat <<EOF          cat <<EOF
385  Usage: $0 action [arguments]  Usage: $0 action [arguments]
# Line 430  Known actions: Line 434  Known actions:
434          As --check-loaded, and consider ambiguous cases (e.g. nvidia where          As --check-loaded, and consider ambiguous cases (e.g. nvidia where
435          we can't detect if the loaded driver has the correct version) as          we can't detect if the loaded driver has the correct version) as
436          failure.          failure.
437    
438      --setup-boot-kms
439            Set or unset the 'nokmsboot' option as necessary.
440  EOF  EOF
441  }  }
442    
# Line 506  case "$1" in Line 513  case "$1" in
513  --check-speedboot)  --check-speedboot)
514          check_dkms_status && check_loaded          check_dkms_status && check_loaded
515          ;;          ;;
516    --setup-boot-kms)
517            setup_boot_kms
518            ;;
519  *)  *)
520          usage          usage
521          ;;          ;;

Legend:
Removed from v.3923  
changed lines
  Added in v.3924

  ViewVC Help
Powered by ViewVC 1.1.30