diff options
| author | Dirk von Suchodoletz | 2006-11-20 02:22:18 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-11-20 02:22:18 +0100 |
| commit | 0d82010bdb9a85212a63069de5c9c2e7c5480d2d (patch) | |
| tree | 046fbf8c4c52754453285e85087524bf4bb0dca2 /initramfs/initrd-stuff/bin | |
| parent | Support for commercial X servers (ATI at the moment ...) (diff) | |
| download | core-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 'initramfs/initrd-stuff/bin')
| -rwxr-xr-x | initramfs/initrd-stuff/bin/hwautocfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index ccd56aa8..ae591673 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -126,8 +126,9 @@ if [ -z "$SCR_MODES" ] ; then #error "$hcfg_res" nonfatal fi monmanual=yes -# check for special X driver (fglrx, nvidia, ...) -checkglx +# check for special X driver (fglrx, nvidia, ...) and enable tvout if variable +# tvout is not "no" +checkgraphix # finally write config file echo -e "#\n# autogenerated X hardware configuration by $0\n# \ |
