All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 20142] New: enabling underscan by default behaves badly with so many monitors.
@ 2010-10-12 10:34 bugzilla-daemon
  2010-10-12 10:48 ` [Bug 20142] " bugzilla-daemon
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-12 10:34 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142

           Summary: enabling underscan by default behaves badly with so
                    many monitors.
           Product: Drivers
           Version: 2.5
    Kernel Version: 2.6.36-rc6
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
        AssignedTo: drivers_video-dri@kernel-bugs.osdl.org
        ReportedBy: lultimouomo@gmail.com
        Regression: No


commit 039ed2d9a24b3c4e272439b1551762fcb77c188a enables underscan if the mode
is a typical TV one. But almost every widescreen monitor in the 22"-24" range
uses 1080p, and most of them support HDMI. It seems really strange to me that
the most common case of a 1080p display is a TV, so the commit should be
reverted or limited to non-1080p modes.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
@ 2010-10-12 10:48 ` bugzilla-daemon
  2010-10-12 15:10 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-12 10:48 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142


Rafał Miłecki <zajec5@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zajec5@gmail.com




--- Comment #1 from Rafał Miłecki <zajec5@gmail.com>  2010-10-12 10:48:07 ---
I totally agree after testing that newer kernels with SONY BRAVIA 52'' 1080p
(firmware: 2.14.581). Driver enables underscan when using "auto" on this TV.

1) In default mode "Wide" I get black borders
2) In "Zoom max." I get black border on bottom and top, left, right are cut
3) In "14:9" left and right black border, top and bottom cut
4) In "Smart" overzoomed (all sides cut)
5) In "4:3" huge black border and scaled without proportions

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
  2010-10-12 10:48 ` [Bug 20142] " bugzilla-daemon
@ 2010-10-12 15:10 ` bugzilla-daemon
  2010-10-13  0:05 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-12 15:10 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142


Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com




--- Comment #2 from Alex Deucher <alexdeucher@gmail.com>  2010-10-12 15:10:14 ---
Unfortunately, there's no way for the driver to know whether the TV has
overscan enabled or not or if the TV is in some special scaling mode enabled. 
Lots of TV's have no option to disable overscan.  As such, the driver
underscans the image to compensate for the overscan; this is limited to the
common HD modes.  Unfortunately, there's no good answer.  Before I added
underscan support to the driver, I got bug reports from people with TV's where
the image was cut off on the edges due to the TV overscanning.  You can disable
underscan in the driver with:
xrandr --output <output> --set underscan off

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
  2010-10-12 10:48 ` [Bug 20142] " bugzilla-daemon
  2010-10-12 15:10 ` bugzilla-daemon
@ 2010-10-13  0:05 ` bugzilla-daemon
  2010-10-13  0:39 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-13  0:05 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142





--- Comment #3 from Luca Niccoli <lultimouomo@gmail.com>  2010-10-13 00:05:10 ---
I know, but my point is that there are too many displays that use 1080p to
choose underscan by default.
Also, TVs that show the "HD Ready 1080p" logo are required to support a mode
that doesn't overscan ([0], p. 13).
Besides, if I understand it correctly, underscanning is really just a
workaround that produces blurred images.
Underscan support is fine, but I don't think it should be enabled by default
with such a (necessarily) approximative euristic.

[0]
http://www.digitaleurope.org/fileadmin/user_upload/document/HD_ready_1080p_1188470475.pdf

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-10-13  0:05 ` bugzilla-daemon
@ 2010-10-13  0:39 ` bugzilla-daemon
  2010-10-13  8:45 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-13  0:39 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142





--- Comment #4 from Alex Deucher <alexdeucher@gmail.com>  2010-10-13 00:39:49 ---
(In reply to comment #3)
> I know, but my point is that there are too many displays that use 1080p to
> choose underscan by default.

There are a lot of 1080P TVs too and most of them overscan by default.  In
fact, I would say the vast majority of new TVs are 1080p.  Probably more TVs
than monitors.

> Also, TVs that show the "HD Ready 1080p" logo are required to support a mode
> that doesn't overscan ([0], p. 13).

In practice that doesn't seem to be the case.  There seem to be quite a few
vendors that do not provide a non-overscanned mode or they hide the mechanism
to disable it well enough that most users can't find it.  Either way, overscan
is always the default on TVs.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-10-13  0:39 ` bugzilla-daemon
@ 2010-10-13  8:45 ` bugzilla-daemon
  2010-10-13 15:18 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-13  8:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142





--- Comment #5 from Luca Niccoli <lultimouomo@gmail.com>  2010-10-13 08:45:36 ---
I tried a really tentative benchmarc looking for "LCD monitor" and "LCD monitor
1080 HDMI" among computer monitors on google products. 1080p HDMI monitors are
10000 out of 95000, more than any other resolution but 1280x1024 (13000,
regardless of connection type)
I think this will do more harm than good, but I see how this is a judgement
call.

Still, wouldn't it be better to have a way disable it via a proper setting
(xorg.conf) instead of using Xsession?
Also, a way to disable underscanning even if X isn't running could be nice
(though I guess someone using text only on a HDMI screen isn't really a common
use case)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-10-13  8:45 ` bugzilla-daemon
@ 2010-10-13 15:18 ` bugzilla-daemon
  2010-10-27  4:00 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-13 15:18 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142





--- Comment #6 from Alex Deucher <alexdeucher@gmail.com>  2010-10-13 15:18:51 ---
It sucks for everyone ;)  It would be nice if there was an EDID flag for
overscan.

I would be a good idea to expose connector properties via xorg.conf and
additionally via sysfs, but it's a fair amount of work and I haven't had time
to work on it unfortunately.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-10-13 15:18 ` bugzilla-daemon
@ 2010-10-27  4:00 ` bugzilla-daemon
  2010-11-03 18:40 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-10-27  4:00 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142


John <john.ettedgui@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.ettedgui@gmail.com




--- Comment #7 from John <john.ettedgui@gmail.com>  2010-10-27 04:00:08 ---
Hmmm, even with what seems to be overscan (hdsize) on my tv, the image would
not fit properly (but better than without it) and still be blury, whereas using
the xrandr command you gave everything went back to normal.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (6 preceding siblings ...)
  2010-10-27  4:00 ` bugzilla-daemon
@ 2010-11-03 18:40 ` bugzilla-daemon
  2011-01-10 11:59 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2010-11-03 18:40 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142


Jeff Layton <jlayton@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlayton@redhat.com




--- Comment #8 from Jeff Layton <jlayton@redhat.com>  2010-11-03 18:40:57 ---
Just got a new radeon card today and got bitten by this. The display is
connected via DVI too, so the new underscan default is not limited to HDMI.

Would it be feasible to add a module parameter that could be used to disable
the default underscan? That way you could at least get a sane resolution before
X is started...

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
--

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (7 preceding siblings ...)
  2010-11-03 18:40 ` bugzilla-daemon
@ 2011-01-10 11:59 ` bugzilla-daemon
  2012-08-14 11:07 ` bugzilla-daemon
  2012-08-14 11:21 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2011-01-10 11:59 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142





--- Comment #9 from Rafał Miłecki <zajec5@gmail.com>  2011-01-10 11:59:03 ---
[PATCH] drm/radeon/kms: disable underscan by default

http://www.mail-archive.com/dri-devel@lists.freedesktop.org/msg06695.html
http://permalink.gmane.org/gmane.comp.video.dri.devel/53051

This is in drm-next already:
http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=56bec7c009872ef33fe452ea75fecba481351b44

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (8 preceding siblings ...)
  2011-01-10 11:59 ` bugzilla-daemon
@ 2012-08-14 11:07 ` bugzilla-daemon
  2012-08-14 11:21 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2012-08-14 11:07 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142


Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alan@lxorguk.ukuu.org.uk
         Resolution|                            |CODE_FIX




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug 20142] enabling underscan by default behaves badly with so many monitors.
  2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
                   ` (9 preceding siblings ...)
  2012-08-14 11:07 ` bugzilla-daemon
@ 2012-08-14 11:21 ` bugzilla-daemon
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla-daemon @ 2012-08-14 11:21 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=20142


Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact+kernel@toniob.net




--- Comment #10 from Alan <alan@lxorguk.ukuu.org.uk>  2012-08-14 11:21:05 ---
*** Bug 20982 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-08-14 11:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-12 10:34 [Bug 20142] New: enabling underscan by default behaves badly with so many monitors bugzilla-daemon
2010-10-12 10:48 ` [Bug 20142] " bugzilla-daemon
2010-10-12 15:10 ` bugzilla-daemon
2010-10-13  0:05 ` bugzilla-daemon
2010-10-13  0:39 ` bugzilla-daemon
2010-10-13  8:45 ` bugzilla-daemon
2010-10-13 15:18 ` bugzilla-daemon
2010-10-27  4:00 ` bugzilla-daemon
2010-11-03 18:40 ` bugzilla-daemon
2011-01-10 11:59 ` bugzilla-daemon
2012-08-14 11:07 ` bugzilla-daemon
2012-08-14 11:21 ` bugzilla-daemon

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.