At least in german http://de.opensuse.org/Xgl_unter_SUSE_Linux_verwenden and installation note in english http://www.suse.de/~sndirsch/nvidia-installer-HOWTO.html So just check the sites. On SLES 9 and newer hardware ( dual core intel ) i have got for ATI the problem that during installation the kernel type is not the same as after installation. For this reason i created a script which does the configuration after the first reboot of the suse system. extract from the postinstall script included in the xml file. .... echo "INFO: Preparing ATI fglrx drivers for first reboot - " echo " init 3 if uname -a | grep -w smp ; then echo \"Configure and installing ATI Driver.\" rpm -Uvh http:// . . . :/export/suse/sles9-32/x86addon/fglrx_4_3_0-8.24.8-1.i386.rpm rpm -Uvh http:// . . . :/export/suse/sles9-32/x86addon/fglrx_4_3_0_SLES9-8.24.8-1.i386.rpm /usr/X11R6/bin/sax2 -a -r -m 0=fglrx -b /usr/share/doc/packages/fglrx/sax2-profile /usr/X11R6/bin/aticonfig --initial --force /usr/X11R6/bin/aticonfig --iagp=on # /usr/X11R6/bin/aticonfig --agpl=off /usr/X11R6/bin/aticonfig --dtop=horizontal --overlay-on=1 mv /etc/rc.d/rc3.d/S99ATI.config /etc/rc.d/rc3.d/s99ATI.config.done # mv /etc/rc.d/rc3.d/s99Xquery /etc/rc.d/rc3.d/S99Xquery echo \"System will reboot now ! ATI Configuration is done. \" sleep 5 else echo \"System must be rebooted to install the ATI Driver !\" sleep 5 fi shutdown -Fr now " > /etc/rc.d/rc3.d/S99ATI.config chmod 755 /etc/rc.d/rc3.d/S99ATI.config ..... Maybe you have a similar problem with the nvidia driver. hth Hajo
André Hirschi <ahirschi@visonys.com> 26/07/2006 17:44 >>> Good evening
I'm still on my way to a fully automated SuSE 10.1 Installation. I'm currently stuck with the NVIDIA Driver. Has anybody managed to do that? I tried to do it with several ways, like including a small script into my autoinst.xml, but everything fails. The last thing I tried was going with "init-scripts", but that gave me the error: WARNING: Skipping the runlevel check (the utility 'runlevel' failed to run). Next error is that I appear to be running an X server etc (what is wrong, default runlevel is 3). Any suggestions on how to solve this? Kind regards André -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com