ab879871a6
git-svn-id: http://svn.sabayonlinux.org/overlay@435 d7aec97c-591d-0410-af39-a8856400b30a
20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/files/confd,v 1.2 2006/07/22 17:41:50 chutzpah Exp $
|
|
|
|
# Config file for /etc/init.d/915resolution
|
|
# based on the config file included with sys-apps/855resolution
|
|
|
|
# this example will replace mode "4c" with 1280x768x24
|
|
replace=( "4d 1280 768 24" )
|
|
|
|
# to replace more than one mode do something like this
|
|
#replace=(
|
|
# "4d 1280 768 24"
|
|
# "5c 1400 1050 16"
|
|
#)
|
|
|
|
# if you want to log the output add the file here.
|
|
# this will be overwritten at every boot
|
|
log="/var/log/915resolution"
|