Debian Linux für Normalanwender

einen Monitor austauschen Inhalt abgleichen

Um einen neuen Monitor anzuschließen und einzurichten, muss man nur eine Datei anpassen. Dazu startet man mit dem neuen Monitor das System im Textmodus (recovery mode), loggt sich als root ein und öffnet xorg.conf mit einem Editor, z.B.:

nano /etc/X11/xorg.conf

Dann wird die Section "Monitor" angepasst:

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	25-80
	VertRefresh	50-75
EndSection
  • HorizSync und VertRefresh: Die Werte legen Horizontalfrequenz (in kHz) und Vertikalfrequenz (in Hz) fest. Die Werte für den neuen Monitor stehen im Handbuch des Gerätes.

Außerdem muss die Section "Screen" angepasst werden:

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV17 [GeForce4 MX 440]"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection
  • DefaultDepth: Die Standard-Farbtiefe in Bit
  • Modes: Für jede mögliche Farbtiefe (Depth) werden die Auflösungen eingetragen, die der neue Monitor darstellen kann.

Nach einem Systemneustart startet nun X auf dem neuen Monitor.

Kommentar hinzufügen

  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <blockquote> <pre> <p> <br> <img>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Umfrage

Welche Linux-Distribution nutzt Du? -2010-

neue Kommentare

Wer ist online

Zur Zeit sind 0 Benutzer und 1 Gast online.