1152x870 display resolution

J. Scott Amort jsamort at shaw.ca
Fri Nov 14 18:34:23 UTC 2003


On Fri, 2003-11-14 at 08:51, Robert Marcano wrote:
> On Fri, 2003-11-14 at 12:36, Andy Green wrote: 
> > Where did you put the modeline statement and what does it say?
> > 
> Section "Monitor"
>         Identifier   "Monitor0"
>         VendorName   "Monitor Vendor"
>         ModelName    "IBM P70"
>         DisplaySize  330        240
>         HorizSync    29.0 - 82.0
>         VertRefresh  50.0 - 120.0
>         Option      "dpms"
>         UseModes    "P70Modes"
> EndSection
> 
> Section "Modes"
>   Identifier "P70Modes"
>   Modeline "1152x870" 78.09 1152 1168 1384 1568 870 870 878 909
>   #Modeline "1152x870" 84.52 1152 1168 1384 1568 870 870 878 909
> EndSection

Make sure this modeline is also referenced in your screen section.

Section "Screen"
	(other stuff...)
	SubSection "Display"
		Depth     24 (or whatever you have it set to) 
		Modes    "1152x870" <-- make sure this is here
					with whichever others you
					may want to have available
	EndSubSection
EndSection

I believe X will default to the highest resolution in the Modes line, so
you may want to leave out anything higher than 1152x870, or else there
may be another step involved to set that one as your preferred
resolution.  Good luck!

Regards,

Scott

PS Check out the gtf command to determine the modeline for defining
different refresh rates for that resolution as well.





More information about the fedora-list mailing list