On Tue, 2007-09-04 at 11:56 -0500, Pete Huckelba wrote: > > > rpm -ivh http://rpm.livna.org/livna-release-7.rpm > yum -y install 915resolution > > Then add to the bottom of /etc/rc > > /usr/sbin/915resolution 3a 1680 1050 24 > > and reboot. > Note that it's generally a bad idea to modify a system file like /etc/rc. By doing so, you condemn yourself to fixing the file every time an update comes out. That can be a pain in the rear, especially if you maintain multiple machines. Better to use modify rc.local (for late start) or add a script to /etc/sysconfig/modules (for early start). Those are there precisely to deal with customized startup actions and they won't break when initscripts get updated. > -Pete > > -- Matthew Saltzman Clemson University Math Sciences mjs AT clemson DOT edu http://www.math.clemson.edu/~mjs