From afd3110d508c49929aa04713316ac802c2adb04a Mon Sep 17 00:00:00 2001 From: Root Date: Mon, 20 Nov 2006 21:38:16 +0000 Subject: NVidia should work accelerated too (SuSE10.1 only, see #42) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@517 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/hwautocfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'initramfs/initrd-stuff') diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg index 88076038..75ce2381 100755 --- a/initramfs/initrd-stuff/bin/hwautocfg +++ b/initramfs/initrd-stuff/bin/hwautocfg @@ -3,7 +3,7 @@ # universal (distro independent) hardware autoconfiguration script for # OpenSLX linux diskless clients, using hwconfig from knoppix as base tool # -# Dirk von Suchodoletz , 07-11-2006 +# Dirk von Suchodoletz , 20-11-2006 # # (c) 2003 - 2006 - RZ Universitaet Freiburg # (c) 2006 - OpenSLX.org Project @@ -83,10 +83,6 @@ local DRI='\tGroup\t\t"video"\n # displayvars may overwrite the above settings displayvars -# check for special X driver (fglrx, nvidia, ...) and enable tvout if variable -# tvout is not "no" -checkgraphix - # check if hardware definition variables are set and overwrite autodetected # values if [ -n "$hw_graphic" ] ; then @@ -132,6 +128,10 @@ if [ -z "$SCR_MODES" ] ; then #error "$hcfg_res" nonfatal fi monmanual=yes +# check for special X driver (fglrx, nvidia, ...) and enable tvout if variable +# tvout is not "no" +[ -z "$hw_graphic" ] && checkgraphix + # finally write config file echo -e "#\n# autogenerated X hardware configuration by $0\n# \ OpenSLX.ORG Project , $date" >$xfc -- cgit v1.2.3-55-g7522