Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2007 12:57:07 +0100
From:      Tom Evans <tevans.uk@googlemail.com>
To:        David Nugent <davidn@datalinktech.com.au>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Widescreen on Xorg?
Message-ID:  <1176465427.1590.8.camel@zoot.mintel.co.uk>
In-Reply-To: <461C7DDF.90609@datalinktech.com.au>
References:  <461BF48D.7060603@chapman.edu> <461C7DDF.90609@datalinktech.com.au>

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

--=-8A70mrcbSX//bUwJBFTZ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2007-04-11 at 16:19 +1000, David Nugent wrote:
> Jay Chandler wrote:
> > Pretty screen, but running in Xorg and GNOME, I'm limited to a=20
> > resolution that's rather crap (1280x1024 before it starts shifting=20
> > around following the mouse).
> It should "just work" using the defaults. I have no experience with that=20
> specific monitor but have have run the earlier series Samsung SyncMaster=20
> which are limited to 1280x1024 native resolution (ie not widescreen),=20
> but I do run widescreen 1680x1050 on an asus L4 series notebook which=20
> 15.4" screen and OEM ATI Mobility 9700.
>=20
> > Section "Monitor"
> >        #DisplaySize      470   300     # mm
> >        Identifier   "Monitor0"
> >        VendorName   "SAM"
> >        ModelName    "SyncMaster"
> >        ModeLine     "1680x1050" 119.0 1680 1728 1760 1840 1050 1053=20
> > 1059 1080
> > ### Comment all HorizSync and VertSync values to use DDC:
> >        HorizSync    30.0 - 81.0
> >        VertRefresh  56.0 - 75.0
>=20
> As a first shot, comment out these two lines and let X determine the=20
> valid ranges, incorrect settings are probably causing valid modes to be=20
> discarded (discarded modes are logged in /var/log/Xorg.0.log which will=20
> be the first place to look when you're trying to resolve problems like=20
> this).
>=20
> >        Option      "DPMS"
> > EndSection
> > ~
> > And a screen section with no mode settings but a bunch of color depths.
>=20
> You can try removing those as well unless you want to use Ctrl-Alt-+/-=20
> mode switching, X defaults are fairly sensible these days.
>=20
> Hope this helps,
>=20
> David
> _______________________________________________
> freebsd-x11@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"

To get my widescreen philips screen to work, I had to follow the
instructions in the handbook for creating a modeline that worked with my
monitor. You should not need to specify HorizSync or VertRefresh.

FYI here is my conf:

Section "Monitor"
    Identifier "HomeTFTMon"
    ModeLine "1680x1050" 146.0 1680 1784 1960 2240 1050 1053 1059 1089
EndSection

Section "Screen"
    Identifier "HomeTFT"
    Device "Card1"
    Monitor "HomeTFTMon"
    SubSection "Display"
        Depth     32
        Modes "1680x1050"
    EndSubSection
EndSection     =20

(The entire conf is a little more complex, dual head on a laptop..)

The relevant section of the handbook is 5.4.3.2 'Adding a Widescreen
Flatpanel to the mix' [1].

To get the values for the modeline, check in your /var/log/Xorg.0.log .

This should help you do the trick:
	grep -A 6 'additional Video Mode:' /var/log/Xorg.0.log


Cheers

Tom

[1]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html#AEN=
6461

--=-8A70mrcbSX//bUwJBFTZ
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBGH3ABlcRvFfyds/cRAsrhAKCuileWFBNqUrL3j7pY+glm+r4QUgCgl+cr
yzWl/oR3eTXL3sK28R6At3Q=
=C6qP
-----END PGP SIGNATURE-----

--=-8A70mrcbSX//bUwJBFTZ--




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