All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Emde <C.Emde@osadl.org>
To: Dave Airlie <airlied@gmail.com>
Cc: DRI <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH 0/1] drm-set-default-noedid-res.patch
Date: Mon, 17 May 2010 12:52:11 +0200	[thread overview]
Message-ID: <4BF11FDB.4090800@osadl.org> (raw)
In-Reply-To: <AANLkTikmsf4SzBolkN2l3z3ohmkyedRgUa_P-S7efMxC@mail.gmail.com>

Dave,

>> Some monitors and, more often, kvm switches do not provide working
>> EDID data. KMS based X configurations in recent server versions no
>> longer allow to override the screen resolution which makes it
>> impossible to correctly adapt the screen resolution to the monitor
>> in use. This patch allows to define the fallback screen resolution
>> to something else than the default 1024x768.
> Does video=800x600 not work for you?
No, this only sets the tty resolution; the resolution of the X server
appears to be limited to the maximum as specified at line 123 in
drivers/gpu/drm/drm_crtc_helper.c:
   drm_add_modes_noedid(connector, x, y);

kernel parameter               TTY resolution          Max. X resolution
  -                               640x480                 1024x768
vga=0x31b                       1280x1024                1024x768
video=1280x1024                 1280x1024                1024x768
video=1280x1024 vga=0x31b       1280x1024                1024x768
drm.noedidres                   1280x1024                1280x1024
drm.noedidres vga=0x31b         1280x1024                1280x1024

X.Org X Server 1.7.6
Build ID: xorg-x11-server 1.7.6-4.fc12

	Carsten.

  reply	other threads:[~2010-05-17 10:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-16 23:38 [PATCH 0/1] drm-set-default-noedid-res.patch Carsten Emde
2010-05-16 23:38 ` [PATCH 1/1] drm-set-default-noedid-res.patch Carsten Emde
2010-05-17  7:29 ` [PATCH 0/1] drm-set-default-noedid-res.patch Dave Airlie
2010-05-17 10:52   ` Carsten Emde [this message]
2010-05-24 20:07   ` [RFC] " Carsten Emde

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=4BF11FDB.4090800@osadl.org \
    --to=c.emde@osadl.org \
    --cc=airlied@gmail.com \
    --cc=dri-devel@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.