* [gentoo-user] xorg-server update causes horizontal line in movies
@ 2006-10-16 16:44 Grant
2006-10-16 16:58 ` [gentoo-user] " Sven Köhler
0 siblings, 1 reply; 3+ messages in thread
From: Grant @ 2006-10-16 16:44 UTC (permalink / raw
To: Gentoo mailing list
After I updated to the latest xorg-server this weekend, I started
noticing that movie playback has a horizontal line across the middle
of the screen that kind of looks like the image is broken. It always
shows up when there is a lot of on-screen movement. A flash makes it
very visible. It looks like one half of the screen is moving a litle
slower than the other half of the screen.
It happens in totem, mplayer, and vlc and mplayer terminal output
confirms that I am using xv. I'm using nvidia-drivers and I've tried
the masked version with no luck. Has anyone else seen this?
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: xorg-server update causes horizontal line in movies
2006-10-16 16:44 [gentoo-user] xorg-server update causes horizontal line in movies Grant
@ 2006-10-16 16:58 ` Sven Köhler
2006-10-17 0:23 ` Grant
0 siblings, 1 reply; 3+ messages in thread
From: Sven Köhler @ 2006-10-16 16:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
> After I updated to the latest xorg-server this weekend, I started
> noticing that movie playback has a horizontal line across the middle
> of the screen that kind of looks like the image is broken. It always
> shows up when there is a lot of on-screen movement. A flash makes it
> very visible. It looks like one half of the screen is moving a litle
> slower than the other half of the screen.
>
> It happens in totem, mplayer, and vlc and mplayer terminal output
> confirms that I am using xv. I'm using nvidia-drivers and I've tried
> the masked version with no luck. Has anyone else seen this?
That's due to the lack of vertical synchronisation.
The graphicscard sends the picture to your monitor. While that happends,
in the middle of the movie-picture, the movieplayer switches to the next
frame of the movie. The result: you see the upper half of frame N and
the lower half of frame N+1
Greetings,
Sven
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Re: xorg-server update causes horizontal line in movies
2006-10-16 16:58 ` [gentoo-user] " Sven Köhler
@ 2006-10-17 0:23 ` Grant
0 siblings, 0 replies; 3+ messages in thread
From: Grant @ 2006-10-17 0:23 UTC (permalink / raw
To: gentoo-user
> > After I updated to the latest xorg-server this weekend, I started
> > noticing that movie playback has a horizontal line across the middle
> > of the screen that kind of looks like the image is broken. It always
> > shows up when there is a lot of on-screen movement. A flash makes it
> > very visible. It looks like one half of the screen is moving a litle
> > slower than the other half of the screen.
> >
> > It happens in totem, mplayer, and vlc and mplayer terminal output
> > confirms that I am using xv. I'm using nvidia-drivers and I've tried
> > the masked version with no luck. Has anyone else seen this?
>
> That's due to the lack of vertical synchronisation.
>
> The graphicscard sends the picture to your monitor. While that happends,
> in the middle of the movie-picture, the movieplayer switches to the next
> frame of the movie. The result: you see the upper half of frame N and
> the lower half of frame N+1
Yeah, that's exactly what it looks like. I tried specifying HorizSync
and VertRefresh in xorg.conf and also a Modeline, but they don't seem
to make any difference. I got the data from my TV's EDID data.
Modeline, HorizSync, and VertRefresh are all defined under the monitor
section of xorg.conf right?
Section "Monitor"
Identifier "monitor"
# HorizSync 31-83
# VertRefresh 56-85
Modeline "1360x768" 86.96 1360 1480 1528 1774 768 778 783 817
-Hsync -Vsync
EndSection
Section "Screen"
Identifier "screen"
Device "device"
Monitor "monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1360x768"
EndSubSection
EndSection
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-17 0:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-16 16:44 [gentoo-user] xorg-server update causes horizontal line in movies Grant
2006-10-16 16:58 ` [gentoo-user] " Sven Köhler
2006-10-17 0:23 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox