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

Re: Justierung des Monitorbilds



On 2/9/07, Jost Ammon <jost.ammon@gmail.com> wrote:
On 2/9/07, Gerhard Brauer <gerhard.brauer@web.de> wrote:

> > Wie muss ich das jetzt in die conf. eintragen?
>
> Entweder direkt beim Monitor (Section "Monitor") als:
> ModeLine "1024x768"     94.50   1024 1088 1184 1376    768  769  772 808 +hsync +vsync
> (obiges eine Zeile)

Also so hier schlägts der Kofler vor - soll ich mal probieren?

Section "Monitor"
	Identifier	"MD1772LD"
	Option		"DPMS"
	HorizSync	30-72
	VertRefresh	50-120
	ModeLine	"mymode"   94.50   1024 1088 1184 1376    768  769  772  808
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
	Monitor		"MD1772LD"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"mymode"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"mymode"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"mymode"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"mymode"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"mymode"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"mymode"
	EndSubSection
EndSection


Und dann gibt es noch von Gnome Einträge in
home/user/.gconf/desktop/gnome/screen/default/0/%gconf.xml:>

<gconf>
<entry name="rate" mtime="1170535825" type="int" value="85">
       </entry>
      <entry name="resolution" mtime="1170535825" type="string">
<stringvalue>1024x768</stringvalue>
</entry>
</gconf>

Die sollen ja jetzt inaktiv werden, also einfach löschen?



Reply to: