XFree 4 has lost resolution

Norbert Augenstein norbert
Mon May 17 11:32:38 PDT 2004


On Mon, 03 Jun 2002 08:02:06 -0500
Michael Hipp <MHipp at RedMule.com> wrote:

> Mine does. Are you sure you're looking at
> /etc/X11/XF86Config-4 ?
> 
> Section "Monitor"
>      	Identifier "Generic Monitor"
>      	VendorName "Typical Monitors"
>      	ModelName "1280x1024, 60Hz"
> 	DisplaySize 326 260
>      	HorizSync 30-97
>      	VertRefresh 50-180
>      	ModeLine "1280x1024/85Hz" 157.5  1280 1352 1512 1728 
>      	1024 1025 1028 1072 +HSync +VSync
>      	ModeLine "640x480" 25.175 640 664 760 800 480 491 493
>      	525 EndSection
> 
> 
> Section "Screen"
>      Identifier  "Screen0"
>      Device	"Card0"
>      Monitor	"Generic Monitor"
>      DefaultDepth 16
>      Subsection "Display"
> 	Depth	    32
> 	Modes "1280x1024/85Hz" "640x480"
>        	        Virtual 0 0
>      EndSubsection
>      Subsection "Display"
>          Depth	    24
>          Modes "1280x1024/85Hz" "640x480"
>                  Virtual 0 0
>      EndSubsection
>      Subsection "Display"
>          Depth	    8
>          Modes "1280x1024/85Hz" "640x480"
>                  Virtual 0 0
>      EndSubsection
>      Subsection "Display"
>          Depth	    16
>          Modes "1280x1024/85Hz" "640x480"
>                  Virtual 0 0
>      EndSubsection
> EndSection
> 
> Kevin O'Gorman wrote:
> > I'm in the process of upgrading my RedHat 7.1 system to
> > 7.3. This has a new X server major release, I understand.
> > 
> > This has not been good news for me.  Under 7.1, my monitor
> > ran comfortably at 1280x1024 resolution.  Under the new
> > X (4.0 something, I think), it recognized the monitor
> > okay, accepted my inputs about horizontal and vertical
> > speeds, and refuses to go over 1024x768.
> > 
> > I want that screen real estate back!  I notice that the
> > new XF86Config file does not have those pesky Modeline's
> > in it.  I wonder what else could be messed up?
> > 
> > ++ kevin
> > 
> > 

Hi,

the problen seems to be the ratio of 4 to 3 of a 17 inch
monitor. Micheal uses a faked DisplaySize entry as 326x260 mm
is definately not the size of his monitor but the ratio of
1280 to 1024. I would suggest you use a resulution with a
ratio of 4 to 3 (i.e 1280x960) and generate a ModeLine for
yourself. you can find a modeline genarator here:
http://koala.ilog.fr/cgi-bin/nph-colas-modelines 

the size of your monitor is normally recognized without an
DisplaySize entry, you can look for in /var/log/XFree86.0.log

auge

[auge at seth auge]$ egrep -i size /var/log/XFree86.0.log 
(II) NV(0): Max H-Image Size [cm]: horiz.: 31  vert.: 23
(II) NV(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) NV(0): #1: hsize: 640  vsize 480  refresh: 120  vid:
31793(II) NV(0): #2: hsize: 800  vsize 600  refresh: 85  vid:
22853(II) NV(0): #3: hsize: 1024  vsize 768  refresh: 85  vid:
22881(II) NV(0): #4: hsize: 1024  vsize 768  refresh: 100 
vid: 26721(II) NV(0): #5: hsize: 1152  vsize 864  refresh: 75 
vid: 20337(II) NV(0): #6: hsize: 1152  vsize 864  refresh: 85 
vid: 22897(II) NV(0): #7: hsize: 1600  vsize 1200  refresh: 75
 vid: 20393(II) NV(0): clock: 157.5 MHz   Image Size:  312 x
234 mm(--) NV(0): Virtual size is 1024x768 (pitch 1024)

as you see 312/234 is ratio of 4/3

BTW, what  DPI settings do you have?

[auge at seth auge]$ egrep DPI /var/log/XFree86.0.log 
(**) NV(0): DPI set to (83, 83)







More information about the Linux-users mailing list