WARBUBG!!!!

jeet7668 . said on Sun, Aug 08, 2010 at 01:50:32PM +0530,:
 > 
 > If you need to turn KMS *off* do the following depending on the hardware :
 > 
 > # ATI Radeon:
 > echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf
 > 
 > # Intel:
 > echo options i915 modeset=0 > /etc/modprobe.d/i915-kms.conf
 > 
 > # Nvidia (this should revert you to using -nv or -vesa):
 > echo options nouveau modeset=0 > /etc/modprobe.d/nouveau-kms.conf

The commands should be:-

    "echo <foo> >> <bar>

A mere " > " will overwrite; you need " >> " to append. 

-- 
Mahesh T. Pai   ||  http://[paivakil|fizzard].blogspot.com
Distributing free copies of non-free software is --
        -- like advertising drugs.

_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to