Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 14:44:38 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Ross Penner <ross.penner@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Xorg changing modes
Message-ID:  <20050715051438.GB83370@wantadilla.lemis.com>
In-Reply-To: <f80199c405071422057aecb479@mail.gmail.com>
References:  <f80199c405071422057aecb479@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--qcHopEYAB45HaUaB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Thursday, 14 July 2005 at 22:05:31 -0700, Ross Penner wrote:
> I've been having trouble getting Xorg to change video modes. I want it
> to run in 1280x1024 but it drops to 640x480 when I test it. I used the
> handbook as my guide.
>
> My hardware is pretty old. I have a PIII 500 with a voodoo 3 (agp).
>
> I've attached my Xorg.conf as well as the log file.
>
> hopefully that all worked out as I'm typing this out in links. Thanks
> for any help I can get, This problem is baffleing me.

OK, the way to look at this is to scan the log file for the
resolution:

  $ grep 1280x1024 Xorg.0.log
  (II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
  (II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
  (II) TDFX(0): Not using default mode "1280x1024" (hsync out of range)
  (II) TDFX(0): Not using mode "1280x1024" (no mode of this name)
  (II) TDFX(0): 1280x1024@75Hz

Those first three lines are pretty clear.  But why?

  $ grep sync Xorg.0.log
  (II) TDFX(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
  (II) TDFX(0): Not using default mode "640x350" (hsync out of range)
  (II) TDFX(0): Not using default mode "320x175" (hsync out of range)
  (many more)

OK, a horizontal sync of 33 kHz is definitely far too low for that
kind of resolution.  Looking at the X config file, you have:

> Section "Monitor"
> 	#DisplaySize	  370   300	# mm
> 	Identifier   "Monitor0"
> 	VendorName   "HIQ"
> 	ModelName    "L90D+ D-SUB"
>  ### Uncomment if you don't want to default to DDC:
> #	HorizSync    31.0 - 83.0
> #	VertRefresh  56.0 - 0.0
> 	Option	    "DPMS"
> EndSection

That's funny, because X should recognize the commented-out values, but
it looks as if it can't find any information about the monitor by
itself.  Try uncommenting the two lines.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
The virus contained in this message was detected, clubbed to death and
distributed throughout the Internet as vaccine by LEMIS anti-virus.
For further details see http://www.lemis.com/grog/lemis-virus.html

Finger grog@FreeBSD.org for PGP public key.
See complete headers for address and phone numbers.

--qcHopEYAB45HaUaB
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFC10Y+IubykFB6QiMRAvmtAKCHY+rn9gH8aEWF290UJpFNDL2fHgCfW82p
Gqo9cBL/SSkySh6H01CPNic=
=AEHH
-----END PGP SIGNATURE-----

--qcHopEYAB45HaUaB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050715051438.GB83370>