summaryrefslogtreecommitdiffstats
path: root/installer/default_files
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-11-20 02:22:18 +0100
committerDirk von Suchodoletz2006-11-20 02:22:18 +0100
commit0d82010bdb9a85212a63069de5c9c2e7c5480d2d (patch)
tree046fbf8c4c52754453285e85087524bf4bb0dca2 /installer/default_files
parentSupport for commercial X servers (ATI at the moment ...) (diff)
downloadcore-0d82010bdb9a85212a63069de5c9c2e7c5480d2d.tar.gz
core-0d82010bdb9a85212a63069de5c9c2e7c5480d2d.tar.xz
core-0d82010bdb9a85212a63069de5c9c2e7c5480d2d.zip
Support for nvidia too, still to be checked. Disable parallel start of
runlevel scripts in SuSE (no gain, but trouble), tvout option ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@515 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files')
-rw-r--r--installer/default_files/machine-setup.default20
1 files changed, 19 insertions, 1 deletions
diff --git a/installer/default_files/machine-setup.default b/installer/default_files/machine-setup.default
index bcd71af5..0e53a90d 100644
--- a/installer/default_files/machine-setup.default
+++ b/installer/default_files/machine-setup.default
@@ -108,9 +108,27 @@ dm_allow_shutdown="user"
# try to start g/k/xdm with X as fast as possible late_dm="no"
# if there are problems with key, console etc. set late_dm="yes" - adds
-# about five seconds to graphical login delay
+# about five seconds to graphical login delay (might be connected to trying
+# of parallel starting boot scripts)
#late_dm="yes"
# should Xorg/XFree server be started or some special windowmanager be run
# in kiosk mode e.g. start_x="kde"
start_x="yes"
+
+## hardware specific stuff
+# define type of mouse and protocol - not needed in most cases
+#hw_mouse="ps/2 psaux"
+
+# define kind of graphic server module and colordepth to use - autodetected
+# in most cases
+#hw_graphic=""
+
+# define monitor settings here, horizontal, vertical frequencies and maximum
+# screen resolution; useful to overide automatically detected characteristics
+# or if no ddc information is available
+#hw_monitor
+
+# set tvout feature for certain graphic cards - not needed for average systems
+# "yes" (then PAL is used) or tv standard as expected by card driver
+#tvout="yes"