[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: X-Server Bildschirmgröße festlegen



> Wie kann ich ihn dazu > kriegen, beim Start (startx) eine von mir bevorzugne Einstellung zu > verwenden.

So etwas sollte genug sein:

,----[ xorg.conf ]
| Section "Screen"
|         Identifier      "Default Screen"
|         Monitor         "Configured Monitor"
|         DefaultDepth    16
|         SubSection "Display"
|                 Modes   "640x480"
|         EndSubsection
| EndSection
`----
Hallo,
Modes bzw Modelines habe ich in /etc/X11/Xorg.conf eingetragen, aber keine Änderung des Verhaltens: er fängt weiterhin mit der größten Auflösung an.
Ein kurzer Auszug aus Xorg.conf:

Section "Device"
   Identifier    "Configured Video Device"
EndSection

Section "Monitor"
   Identifier    "Configured Monitor"
   # 1280x960 @ 85.00 Hz (GTF) hsync: 85.68 kHz; pclk: 149.43 MHz
Modeline "1280x960_85.00" 149.43 1280 1376 1512 1744 960 961 964 1008 -HSync +Vsync
EndSection

Section "Screen"
   Identifier    "Default Screen"
   Monitor        "Configured Monitor"
   SubSection "Display"
       Depth    16
       Modes    "1280x960_85.00"
   EndSubsection
EndSection

Gruß
Gert


Reply to: