intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Dual Monitor Issue. One monitor is partly visible on another
@ 2011-03-23 20:47 Gabriel Torreiro de Moraes
  2011-03-23 20:55 ` Chris Wilson
  0 siblings, 1 reply; 6+ messages in thread
From: Gabriel Torreiro de Moraes @ 2011-03-23 20:47 UTC (permalink / raw)
  To: Intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 2357 bytes --]

(Original post here:
http://ubuntuforums.org/showthread.php?p=10593195#post10593195 )

Hello.

I love ubuntu, but sometimes it just drives me crazy.

Right now, I need to use a dual-monitor setup. Be it for my casual
desktop usage, or to my projects and programs presentations with a
slideshow. The latter is critical and that's why I'm here.

So, after some Intel Drivers update, some programs started to work
nicely, faster and beautifully. But it corrupted my Dual-Monitor Setup.
I don't know what to say, I'm totally desperate. I had to show one of my
programs to my teacher using a projector, but with the dual monitor
corruption, I called in sick today. I need to use the netbook screen to
make changes on the program and the second monitor/projector to show the
program working.

I'll show some pictures, but I'm without a camera right now, so I'll use
one china-phone that's hanging around here to take a picture. Sorry for
the quality.
http://i56.tinypic.com/2822qn5.jpg
Both Monitors, you can see on the right of the bigger one the corruption
I'm talking about.

http://i53.tinypic.com/2yuekk3.jpg
Mouse pointer misplacement

http://i54.tinypic.com/287m0c7.jpg
Part of the primary monitor (LVDS) and an 'accessible' black area. 

It gets corrected when I disable Compiz, but I would like to use the
Compiz with the dual-monitor setup, like I could before

It wasn't like this before updating the graphics. It was plug-and-play,
tottally working, with or without Compiz enabled. What might be the
cause? Do I need to create a Xorg.conf file? Update something?

Please help me =( Thanks

----------
Ubuntu Maverick, Intel 4500 Mobile HD. Projector and my Monitor are
connected thru HDMI. Doesn't matter if I change the resolution, stays
the same.

-----------------------------------------

I tested something here. I've set up the netbook (LVDS) monitor as the
right one
http://i53.tinypic.com/wikcxv.jpg
This way, he's the one that becomes bugged, and the big one (now
primary) works beautifully.
So, the left one will always work, the right one will have the problem
Placing monitors on top of another renders a black screen on one of
them. Mouse cursor is still visible moving around even though the screen
is black

I'm lost here =(

-------------------------------------------

I've tried deleting my xorg.conf. No luck, stays the same thing.

[-- Attachment #1.2: Type: text/html, Size: 3030 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: Dual Monitor Issue. One monitor is partly visible on another
  2011-03-23 20:47 Dual Monitor Issue. One monitor is partly visible on another Gabriel Torreiro de Moraes
@ 2011-03-23 20:55 ` Chris Wilson
  2011-03-23 20:59   ` Gabriel Torreiro de Moraes
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Wilson @ 2011-03-23 20:55 UTC (permalink / raw)
  To: Gabriel Torreiro de Moraes, Intel-gfx

On Wed, 23 Mar 2011 17:47:14 -0300, Gabriel Torreiro de Moraes <gtmoraes1@gmail.com> wrote:
> So, after some Intel Drivers update, some programs started to work
> nicely, faster and beautifully. But it corrupted my Dual-Monitor Setup.
> I don't know what to say, I'm totally desperate. I had to show one of my
> programs to my teacher using a projector, but with the dual monitor
> corruption, I called in sick today. I need to use the netbook screen to
> make changes on the program and the second monitor/projector to show the
> program working.

Good news! We fixed this bug 7 months ago.

commit 52e68630d13f9668f8f4dd6978fa41039bacfaf6
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Sun Aug 8 10:15:59 2010 +0100

    drm/i915: Fix offset page-flips on i965+
    
    i965 uses the Display Registers to compute the offset from the display
    base so the new base does not need adjusting when flipping. The older
    chipsets use a fence to access the display and so do perceive the
    surface as linear and have a single base register which is reprogrammed
    using the flip.
    
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
    Reported-by: Marty Jack <martyj19@comcast.net>
    Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>

-- 
Chris Wilson, Intel Open Source Technology Centre

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

* Re: Dual Monitor Issue. One monitor is partly visible on another
  2011-03-23 20:55 ` Chris Wilson
@ 2011-03-23 20:59   ` Gabriel Torreiro de Moraes
  2011-03-23 23:57     ` Marc Deop
  0 siblings, 1 reply; 6+ messages in thread
From: Gabriel Torreiro de Moraes @ 2011-03-23 20:59 UTC (permalink / raw)
  To: Chris Wilson; +Cc: Intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1677 bytes --]

Ha, sorry for taking your time! I'm a newbie learning my way thru Linux
=)
But, how should I proceed? I've installed everything on the 2010Q4 link
on the site. As far as I know, it's the latest ones, right?

Em Qua, 2011-03-23 às 20:55 +0000, Chris Wilson escreveu:

> On Wed, 23 Mar 2011 17:47:14 -0300, Gabriel Torreiro de Moraes <gtmoraes1@gmail.com> wrote:
> > So, after some Intel Drivers update, some programs started to work
> > nicely, faster and beautifully. But it corrupted my Dual-Monitor Setup.
> > I don't know what to say, I'm totally desperate. I had to show one of my
> > programs to my teacher using a projector, but with the dual monitor
> > corruption, I called in sick today. I need to use the netbook screen to
> > make changes on the program and the second monitor/projector to show the
> > program working.
> 
> Good news! We fixed this bug 7 months ago.
> 
> commit 52e68630d13f9668f8f4dd6978fa41039bacfaf6
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date:   Sun Aug 8 10:15:59 2010 +0100
> 
>     drm/i915: Fix offset page-flips on i965+
>     
>     i965 uses the Display Registers to compute the offset from the display
>     base so the new base does not need adjusting when flipping. The older
>     chipsets use a fence to access the display and so do perceive the
>     surface as linear and have a single base register which is reprogrammed
>     using the flip.
>     
>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>     Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
>     Reported-by: Marty Jack <martyj19@comcast.net>
>     Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> 



[-- Attachment #1.2: Type: text/html, Size: 2205 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: Dual Monitor Issue. One monitor is partly visible on another
  2011-03-23 20:59   ` Gabriel Torreiro de Moraes
@ 2011-03-23 23:57     ` Marc Deop
  2011-03-24  0:49       ` Gabriel Torreiro de Moraes
  2011-03-24  2:43       ` Gabriel Torreiro de Moraes
  0 siblings, 2 replies; 6+ messages in thread
From: Marc Deop @ 2011-03-23 23:57 UTC (permalink / raw)
  To: intel-gfx; +Cc: Intel-gfx

On Wednesday 23 March 2011 17:59:47 Gabriel Torreiro de Moraes wrote:
> But, how should I proceed? I've installed everything on the 2010Q4 link
> on the site. As far as I know, it's the latest ones, right?

What kernel version are you running?

-- 
Regards,

Marc Deop

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

* Re: Dual Monitor Issue. One monitor is partly visible on another
  2011-03-23 23:57     ` Marc Deop
@ 2011-03-24  0:49       ` Gabriel Torreiro de Moraes
  2011-03-24  2:43       ` Gabriel Torreiro de Moraes
  1 sibling, 0 replies; 6+ messages in thread
From: Gabriel Torreiro de Moraes @ 2011-03-24  0:49 UTC (permalink / raw)
  To: intel-gfx, Chris Wilson, Marc Deop


[-- Attachment #1.1: Type: text/plain, Size: 466 bytes --]

2.6.35-28. I'm compiling the 2.6.38 right now (actually, I started two
hours ago)
Might be this? Will post back when everything's done

Em Qui, 2011-03-24 às 00:57 +0100, Marc Deop escreveu:

> On Wednesday 23 March 2011 17:59:47 Gabriel Torreiro de Moraes wrote:
> > But, how should I proceed? I've installed everything on the 2010Q4 link
> > on the site. As far as I know, it's the latest ones, right?
> 
> What kernel version are you running?
> 



[-- Attachment #1.2: Type: text/html, Size: 743 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: Dual Monitor Issue. One monitor is partly visible on another
  2011-03-23 23:57     ` Marc Deop
  2011-03-24  0:49       ` Gabriel Torreiro de Moraes
@ 2011-03-24  2:43       ` Gabriel Torreiro de Moraes
  1 sibling, 0 replies; 6+ messages in thread
From: Gabriel Torreiro de Moraes @ 2011-03-24  2:43 UTC (permalink / raw)
  To: intel-gfx, Chris Wilson, Marc Deop


[-- Attachment #1.1: Type: text/plain, Size: 1109 bytes --]

With 2.6.38-4, it is working 99,9% =) There is no more mouse
misplacement or partial desktop, but I'm having another little issue
(more like a paper-cut)
All my system notifications (User came online on emesene, volume level,
brightness level, etc..) are being shown on the second monitor. Also
there's some dead space on top of the left monitor (LVDS).
Resolutions are 1366x768 (LVDS - left | Primary) and 1920x1080 (HDMI -
right). Is there any way to limit the upper space and show the
notifications on the primary monitor? (I've set the LVDS as primary on
xrandr; folders and GNOME panel are shown on LVDS, but notifications.)
Sorry for the newb question, but I'm still learning my way through
Linux. I'll be helping people with similar questions, also

Thanks =)

Em Qui, 2011-03-24 às 00:57 +0100, Marc Deop escreveu:

> On Wednesday 23 March 2011 17:59:47 Gabriel Torreiro de Moraes wrote:
> > But, how should I proceed? I've installed everything on the 2010Q4 link
> > on the site. As far as I know, it's the latest ones, right?
> 
> What kernel version are you running?
> 



[-- Attachment #1.2: Type: text/html, Size: 1391 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2011-03-24  2:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-23 20:47 Dual Monitor Issue. One monitor is partly visible on another Gabriel Torreiro de Moraes
2011-03-23 20:55 ` Chris Wilson
2011-03-23 20:59   ` Gabriel Torreiro de Moraes
2011-03-23 23:57     ` Marc Deop
2011-03-24  0:49       ` Gabriel Torreiro de Moraes
2011-03-24  2:43       ` Gabriel Torreiro de Moraes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).