Am Donnerstag, 17. Juli 2003 15:52 schrieb Thomas Mack:
Am Donnerstag 17 Juli 2003 14:44 schrieb Martin Schmiderer:
Hello *,
i am trying to use autoyast to install a lot of clients automaticly. That works fine without configure X11, but i will configure the xserver by autoyast and the default runlevel must be 5! How can i do this ???
Ein Beispiel aus einer 8.2 Konfiguration (yast2->Sonstiges->Automatische Installation und dann konfigurieren):
<?xml version="1.0"?> <!DOCTYPE profile SYSTEM "/usr/share/autoinstall/profile.dtd"> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <configure> <x11> <color_depth config:type="integer">16</color_depth> <configure_x11 config:type="boolean">true</configure_x11> <display_manager>kdm</display_manager> <enable_3d config:type="boolean">true</enable_3d> <monitor> <display> <frequency config:type="integer">75</frequency> <height config:type="integer">1200</height> <max_hsync config:type="integer">95</max_hsync> <max_vsync config:type="integer">82</max_vsync> <min_hsync config:type="integer">30</min_hsync> <min_vsync config:type="integer">58</min_vsync> <width config:type="integer">1600</width> </display> <monitor_device>1600X1200@75HZ</monitor_device> <monitor_vendor> LCD</monitor_vendor> </monitor> <resolution>1152x864</resolution> <start_x11 config:type="boolean">true</start_x11> <window_manager>kde</window_manager> </x11> </configure> </profile>
Im Grunde spezifiziert man nur den Monitor und die Auflösung, sagt noch, ob man 3D etc. haben möchte, und das war es dann auch schon. Der Rest wird automatisch gemacht.
Wir haben bei uns XF86Config Dateien vorkonfiguriert, die wir dann in einem post-script nach /etc/X11 kopieren. Das kann sich auch empfehlen, wenn das autoyast alleine keine vernünftige X-Konfiguration hinbekommt.
Im Grunde dürfte die Konfiguration mit Yast2 unter einem lauffähigen 8.2 die einfachste und schnellste Lösung zu sein. Die individuellen Anpassungen kann man dann anschließend auf einfache Weise hinzustricken.
Thomas Mack TU Braunschweig, Abt. Informationssysteme
Hi Thomas, vielen Dank fuer die Hilfe! Das funktioniert prima. regards Martin -- ________________________________creating IT solutions Martin Schmiderer science + computing ag System Administration Hagellocher Weg 71-75 phone +49 7071 9457 225 72070 Tuebingen, Germany fax +49 7071 9457 211 www.science-computing.de