From 3f2b59dad6f8e2bcd6c3faad429976801c27d6b7 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sun, 11 Dec 2011 02:54:43 +0100 Subject: [PATCH] Stop disabling KMS for radeon radeon X driver doesn't work without KMS on newer GPU hardware. --- .../config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE | 14 -------------- etc/grml/fai/config/scripts/GRMLBASE/39-modprobe | 3 --- 2 files changed, 17 deletions(-) delete mode 100644 etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE diff --git a/etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE b/etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE deleted file mode 100644 index 38dc395..0000000 --- a/etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE +++ /dev/null @@ -1,14 +0,0 @@ -# This file was deployed via grml-live's -# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/39-modprobe script, using -# ${GRML_FAI_CONFIG}/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE -# -# Filename: /etc/modprobe.d/radeon-kms.conf -# Purpose: Disable KMS for radeon, due to bugs on ES1000 radeons -# making the screen unusable. -# Authors: grml-team (grml.org), -# (c) Ulrich Dangel -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2 or any later version. -################################################################################ - -options radeon modeset=0 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe index 31e97f9..86f6723 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe +++ b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe @@ -17,9 +17,6 @@ set -e # and http://blog.bofh.it/debian/id_236 find $target/etc/modprobe.d -maxdepth 1 -type f ! -name \*\.conf -exec mv {} {}.conf \; -# Replace modprobe configuration files to workaround issues. -fcopy -v /etc/modprobe.d/radeon-kms.conf - # Copy the loop options fcopy -v /etc/modprobe.d/loop-part.conf -- 2.1.4