#!/sbin/runscript # filename: /etc/init.d/855-resolution # GPL Copyright (C) 2005 Stanislav Kuchar depend() { before xdm } start() { ebegin "Setting notebook's native LCD resolution" /usr/local/sbin/855resolution 3c 1400 1050 &>/dev/null eend $? }