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

Re: Amilo M6450G, Bildschirmauflösung



Am Sonntag, den 11.06.2006, 19:17 +0200 schrieb Lars:
> Bei der Installation mittels zweier heruntergeladener Installations-DVD's sind 
> zwei Unsicherheiten aufgetreten:
> 1. X-Server-Treiber, gewählt wurde völlig hilflos die Voreinstellung "vesa"
> 2. Monitor-Auflösung, gewählt wurde 1280*900, wobei optimal 1280*768 wäre
> 
> Problem:
> Die Bildschirmauflösung wird beim Starten auf 800*600 automatisch geändert.
> 
> Gruß,
> 
> Lars
> 

Hi Lars

öffne mal mit den editor deines vertrauens die
datei /etc/X11/XF86Config-4

da müste fast ganz unten sowas in der richtung stehen:


-schnipp-

Section "Screen"
	Identifier	"Default Screen"
	Device		"Standardgrafikkarte"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"800x600" "640x480"
	EndSubSection
EndSection

-schnapp-


wie du warscheinlich unschwer erkennst stehen da die auflösungen drinne.

änder das gantze mal auf

-schnipp-

Section "Screen"
	Identifier	"Default Screen"
	Device		"Standardgrafikkarte"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

-schnapp-

und schon solte es im grossen und gantzen gehen :D





Reply to: