|
undine
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

20. Mai 2012 17:30
Hallo, für meine Nvidia FX 5200 gibt es zur Zeit keinen 173 Driver von Nvidia für Kubunt 12.04 Jetzt verwende ich den nueveau Treiber. http://wiki.ubuntuusers.de/Grafikkarten/Nvidia/nouveau Eine /etc/X11/xorg.conf wurde bei der Installation nicht mit eingerichtet. Das System hat einen Monitor der theoretisch 1600 x 1200 Pixel darstellen kann.
Dieses wurde bei der Installation eingerichtet. Wie kann ich die Standardauflösung für das System aus 1280 x 1024 für das Gesamtsystem ändern? MfG undine
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

20. Mai 2012 17:57
Du willst also statt 1600x1200 lieber 1280x1024? Über Monitoreinstellungen wird Dir diese Auflösung nicht angeboten?
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

20. Mai 2012 18:01
Hallo, es wird beim User angeboten, bei nächsten booten sind es wieder 1600 x 1200.
Auch soll Grub passig sein. Wo hinterlegt Kubuntu bei nueveau die Monitorparameter? MfG undine -
-
Meine /etc/X11/xorg.conf mit damals Nvida Treiber: # nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder75) Sun Jul 17 22:47:10 PDT 2011
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Jul 17 22:46:17 PDT 2011
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "AOC A785"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 130.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x1024_75 +0+0; 1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Jetzt habe ich gar keine /etc/X11/xorg.conf mehr.  Kann ich mit wie folgt eine bauen? Alt+Strg und F1 dann sudo /etc/init.d/kdm stop
sudo Xorg -configure
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

20. Mai 2012 19:30
Könntest Du. Allerdings kannst Du auch mal eine recht minimale probieren: Section "Device"
Identifier "Default screen"
Driver "nouveau"
Device "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

20. Mai 2012 19:31
Hallo, aber wie erstelle ich mir eine richtige xorg.conf? http://www.cyberciti.biz/faq/howto-linux-configure-xorg-x11/ Das steht auch so viel. MfG undine
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

20. Mai 2012 19:42
| gksudo gedit /etc/X11/xorg.conf
|
erstellt eine mittels des Texteditors gedit, da kopierst Du obigen Inhalt hinein und startest (X) neu.
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

20. Mai 2012 20:07
Hallo, folgende /etc/X11/xorg.conf brachte keine Änderung. Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "AOC A785"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 130.0
Option "DPMS"
EndSection
Hallo realzippy, also dein Vorschlag endet im Nirwana, da ging nichts mehr. MfG undine
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

20. Mai 2012 21:01
Hm.Sorry, irgendwie nicht mein Tag (seit gestern Abend CL)...
Habe axt mal gebeten, drüber zu schauen, ich selbst mach' für heute besser Feierabend.
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

20. Mai 2012 21:12
Hallo realzippy, mit xorg kämpfen hier viele. Das Image hat alles zurücgebracht, gehe zurück auf Start. Danke für den Versuch. Ruhe gut aus. MfG undine Liegt die Lösung hier, in "xrandr"? http://wiki.ubuntuusers.de/RandR So sieht es aus: randr
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 4096 x 4096
VGA-1 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 310mm x 240mm
1600x1200 60.0*
1280x1024 75.0
1024x768 85.0 75.1 75.0
800x600 85.1 75.0
640x480 85.0 75.0 60.0
720x400 70.1
DVI-I-1 disconnected (normal left inverted right x axis y axis)
TV-1 disconnected (normal left inverted right x axis y axis)
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

21. Mai 2012 10:57
Mit xrandr sollte es gehen,ja. Allerdings wäre es eleganter über xorg.conf, da:
es für alle angemeldeten Benutzer gültig wäre der Xserver schon in der gewünschten Auflösung startet, mit xrandr unschön, nach Start von X, umgeschaltet wird.
Funktioniert
...könntest Du den Befehl in den Autostart setzen oder, wie im Wiki beschrieben, ein script anlegen.
Alternative xrandr Beschreibung:
http://axebase.net/blog/2011/07/27/hinzufuegen-einer-aufloesung-ueber-cvt-und-xrandr/
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

21. Mai 2012 11:38
Hallo realzippy. xorg.conf gefällt mir auch besser. Folgende /etc/X11/xorg.conf habe ich mit "sudo Xorg -configure" erstellt. /etc/X11/xorg.conf Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "dri2"
Load "record"
Load "extmod"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card1"
Driver "fbdev"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Der xerver startet wie zuvor. mit folgender geänderter angepaßter /etc/X11/xorg.conf bleibt es schwarz. gelöscht, weil Schrott und unübersichtlicht. Was muß ich nun bei der ersten neu erstellen /etc/X11/xorg.conf ändern?
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

21. Mai 2012 14:55
Habe Deine mit Xorg -configure erstellte xorg.conf gekürzt (VESA und fbdev Treiber entfernt) Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "dri2"
Load "record"
Load "extmod"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
...check mal, ob X damit hochkommt. Wenn ja, schreiben wir noch eine Auflösung/Modeline dazu.
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

21. Mai 2012 17:13
Hallo realzippy, dank für deine Mühe.
Mit deiner letzten xorg.conf funktioniert der xserver nicht, es kommt gar kein Bild.
Nicht mal ein Eingabeprompt
*schade Wie geht man systematisch an die Sache ran? Mit der von mir erstellten Standard xorg.conf bekomme ich ein Bild. Nur wo und wie passe ich da die Auflösung an? http://nopaste.info/d171d8b3c3.html xrandr sagt: randr
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 4096 x 4096
VGA-1 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 310mm x 240mm
1600x1200 60.0*
1280x1024 75.0
1024x768 85.0 75.1 75.0
800x600 85.1 75.0
640x480 85.0 75.0 60.0
720x400 70.1
DVI-I-1 disconnected (normal left inverted right x axis y axis)
TV-1 disconnected (normal left inverted right x axis y axis) Nur wohin mit den Werten? "1600x1200 60.0*" muß irgendwie gesperrt werden. Bei dem Nvidia Treiber habe ich 1600x1200 Auflösungen immer aus der von Nvidia erstellten xorg.conf gelöscht, dann paßte es. Siehe dazu: http://nopaste.info/7bcaae6751.html Selbst die Erstinstallation verlief schon tricky, ich mußte erst die Live-CD ausprobieren und konnt von dort erst mit dem Xserver installieren. Der erste Versucht ohne Live-Modus scheiterte. MfG undine
|
|
realzippy
Supporter
Anmeldungsdatum: Mai 5, 2009
Beiträge: 2838
|

21. Mai 2012 19:06
undine schrieb: Mit deiner letzten xorg.conf funktioniert der xserver nicht, es kommt gar kein Bild.
...ich habe ja nur vesa und fbdev Treiber rausgenommen. Wenn sie mit nouveau nicht startet, wage ich mal die Prognose, daß der nouveau Treiber gar nicht lief, als Du mit der generierten Version gebootet hattest. Wie geht man systematisch an die Sache ran? Mit der von mir erstellten Standard xorg.conf bekomme ich ein Bild.
Verwende nochmal die Generierte, und poste das aktuelle /var/log/Xorg.0.log, wenn damit gestartet. Dann sehen wir ob nouveau überhaupt läuft.
xrandr sagt:
Screen 0: minimum 320 x 200, current 1600 x 1200, maximum 4096 x 4096
VGA-1 connected 1600x1200+0+0 (normal left inverted right x axis y axis) 310mm x 240mm
1600x1200 60.0*
1280x1024 75.0
1024x768 85.0 75.1 75.0
800x600 85.1 75.0
640x480 85.0 75.0 60.0
...wie gesagt, teste mal den Befehl wenn der "geht" , kannst Du jedenfalls erstmal darauf zurückgreifen und Dich dann den xorg.conf Versuchen widmen.
|
|
undine
(Themenstarter)
Anmeldungsdatum: Jan. 25, 2007
Beiträge: 399
|

21. Mai 2012 19:22
Hallo, erste Erfolge sind zu verzeichnen. Hier gab es mehr Infos: http://wiki.ubuntuusers.de/XServer Meine /etc/X11/xorg.conf sieht jetzt wie folgt aus: Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "dri2"
Load "record"
Load "extmod"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "VGA-1"
VendorName "Unknown"
ModelName "AOC A785"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 130.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card1"
Driver "fbdev"
BusID "PCI:1:0:0"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
oder hier http://nopaste.info/07d0ebe4d4.html Den kdm Displaymanger erhalte ich nun in der gewünschten Auflösung von 1280 x 1024.
Dann brauchte ich nur noch unter --Systemeinstellungen--Anzeige und Monitor-- 1280 x 1024 als Standard zu definieren. Soweit funktioniert es. Bei Booten geht der Monitor zeitweise aus, er wird stromlos, Woran könnte das liegen? Was mich auch wundert, unter --Systemeinstellungen--Anzeige und Monitor-- kann immer noch 1600 x 1200 wählen. Wieso das? MfG undine
|