[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.8-26-ge495654

X2Go dev team git-admin at x2go.org
Mon Sep 3 22:06:39 CEST 2012


The branch, master has been updated
       via  e495654fd55021e8818cbc2f7710bf8ab6d9d013 (commit)
      from  2e41eb4c545fb1e8c6209c4ed21dfa6ae68d8607 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e495654fd55021e8818cbc2f7710bf8ab6d9d013
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Sep 3 22:06:35 2012 +0200

    fix modesetting for i915 and radeon chipsets

-----------------------------------------------------------------------

Summary of changes:
 .../sbin/x2gothinclient_create                     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2gothinclientmanagement/sbin/x2gothinclient_create b/x2gothinclientmanagement/sbin/x2gothinclient_create
index 5941e21..b546b4a 100755
--- a/x2gothinclientmanagement/sbin/x2gothinclient_create
+++ b/x2gothinclientmanagement/sbin/x2gothinclient_create
@@ -186,8 +186,8 @@ export X2GO_HANDLE_DAEMONS=false
 
 # tweak plymouth
 [ \$? -eq 0 ] && test -e /etc/os-release && sed -e 's/PRETTY_NAME=.*/PRETTY_NAME=$TC_PRETTY_NAME/' -i /etc/os-release || echo "PRETTY_NAME=$TC_PRETTY_NAME" >> /etc/os-release
-[ \$? -eq 0 ] && test -e /etc/modprobe.d/i915-kms.conf && sed -s 's/modeset=1/nomodeset/' -i /etc/modprobe.d/i915-kms.conf
-[ \$? -eq 0 ] && test -e /etc/modprobe.d/radeon-kms.conf && sed -s 's/modeset=1/nomodeset/' -i /etc/modprobe.d/radeon-kms.conf
+[ \$? -eq 0 ] && test -e /etc/modprobe.d/i915-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/i915-kms.conf
+[ \$? -eq 0 ] && test -e /etc/modprobe.d/radeon-kms.conf && sed -s 's/modeset=1/modeset=0/' -i /etc/modprobe.d/radeon-kms.conf
 
 EOF
 chmod u+x $TC_CHROOT/x2go_tce_install.sh


hooks/post-receive
-- 
x2gothinclient.git (X2Go Thin Client Environment)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gothinclient.git" (X2Go Thin Client Environment).




More information about the x2go-commits mailing list