All of lore.kernel.org
 help / color / mirror / Atom feed
From: The Fungi <fungi@yuggoth.org>
To: intel-gfx@lists.freedesktop.org
Subject: Re: Intel 965 and Custom Resolutions
Date: Mon, 30 Aug 2010 17:14:22 +0000	[thread overview]
Message-ID: <20100830171421.GH2241@yuggoth.org> (raw)
In-Reply-To: <134503733.55272.1283186689422.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>

On Mon, Aug 30, 2010 at 04:44:49PM +0000, Nasa wrote:
> The only possible solution is to try and use xrandr to change the
> resolution after X is started. Use a combination of CVT (to create
> modelines) and xrandr to to change the resolutions.

I used to have to do the same, and had this at the top of my
.xinitrc:

 test -x /usr/bin/xrandr \
 && /usr/bin/xrandr \
    --newmode "1280x720" 74.25 1280 1390 1430 1650 720 725 730 750 \
 && /usr/bin/xrandr --addmode HDMI1 1280x720 \
 && /usr/bin/xrandr --output HDMI1 --mode 1280x720

Eventually, support was added to feed specific modes into KMS at
boot via kernel command line parameters and so I did that for a
while (I no longer have info on what that looked like, sorry).

At some point all that ceased to be necessary for me, and the driver
now figures out that it should use ATSC 720p timings with my HDTV
even though it returns what appears to be an entirely malformed EDID
block (I'm just booting with video=i915:modeset=1 now). Not sure
why, but those timings appear in the list of "probed modes for
output HDMI1" in my Xorg.0.log even though it's not in the output of
'sudo get-edid | parse-edid' (a fallback resolution of some sort
from the kernel, maybe?).
-- 
{ IRL(Jeremy_Stanley); PGP(97AE496FC02DEC9FC353B2E748F9961143495829);
SMTP(fungi@yuggoth.org); IRC(fungi@irc.yuggoth.org#ccl); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER(fungi@yuggoth.org);
MUD(kinrui@katarsis.mudpy.org:6669); WWW(http://fungi.yuggoth.org/); }

  parent reply	other threads:[~2010-08-30 17:36 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-30 16:28 Intel 965 and Custom Resolutions Lucas
2010-08-30 16:44 ` Nasa
2010-08-30 16:53   ` Felix Miata
2010-08-30 17:23     ` Lucas Burdick
2010-08-30 17:14   ` The Fungi [this message]
2010-08-30 18:19     ` Adam Jackson
2010-08-30 18:47       ` The Fungi
2010-08-30 18:56         ` Adam Jackson
2010-08-31  1:12           ` The Fungi
2010-08-31 13:49             ` Adam Jackson
2010-08-31 14:19               ` The Fungi
2010-08-31 15:28                 ` Adam Jackson
2010-08-31 15:48                   ` The Fungi
2010-08-31  1:06   ` Lucas
     [not found] <1340898485.95210.1283241609780.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-08-31  8:00 ` Nasa
     [not found] <255483846.95852.1283248533607.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-08-31 10:03 ` Nasa
2010-08-31 12:23   ` Felix Miata
2010-08-31 16:10     ` Lucas
     [not found] <1080537060.134598.1283287238589.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-08-31 22:32 ` Felix Miata
2010-08-31 22:34   ` Felix Miata
2010-09-01  5:10     ` Lucas
     [not found] <2112186755.243040.1283445050545.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
     [not found] ` <601134063.243781.1283445785428.JavaMail.root@sz0115a.westchester.pa.mail.comcast.net>
2010-09-08 17:11   ` Lucas Burdick
2010-09-08 18:11     ` Adam Jackson
2010-09-08 19:47       ` Lucas Burdick
2010-09-08 20:51         ` Lucas
2010-09-08 21:44           ` Lucas Burdick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100830171421.GH2241@yuggoth.org \
    --to=fungi@yuggoth.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.