Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: xorg-server update causes horizontal line in movies
Date: Tue, 17 Oct 2006 00:27:59
Message-Id: 49bf44f10610161723u2d1e0646ief1d75e871b6004@mail.gmail.com
In Reply to: [gentoo-user] Re: xorg-server update causes horizontal line in movies by "Sven Köhler"
1 > > After I updated to the latest xorg-server this weekend, I started
2 > > noticing that movie playback has a horizontal line across the middle
3 > > of the screen that kind of looks like the image is broken. It always
4 > > shows up when there is a lot of on-screen movement. A flash makes it
5 > > very visible. It looks like one half of the screen is moving a litle
6 > > slower than the other half of the screen.
7 > >
8 > > It happens in totem, mplayer, and vlc and mplayer terminal output
9 > > confirms that I am using xv. I'm using nvidia-drivers and I've tried
10 > > the masked version with no luck. Has anyone else seen this?
11 >
12 > That's due to the lack of vertical synchronisation.
13 >
14 > The graphicscard sends the picture to your monitor. While that happends,
15 > in the middle of the movie-picture, the movieplayer switches to the next
16 > frame of the movie. The result: you see the upper half of frame N and
17 > the lower half of frame N+1
18
19 Yeah, that's exactly what it looks like. I tried specifying HorizSync
20 and VertRefresh in xorg.conf and also a Modeline, but they don't seem
21 to make any difference. I got the data from my TV's EDID data.
22 Modeline, HorizSync, and VertRefresh are all defined under the monitor
23 section of xorg.conf right?
24
25 Section "Monitor"
26 Identifier "monitor"
27 # HorizSync 31-83
28 # VertRefresh 56-85
29 Modeline "1360x768" 86.96 1360 1480 1528 1774 768 778 783 817
30 -Hsync -Vsync
31 EndSection
32 Section "Screen"
33 Identifier "screen"
34 Device "device"
35 Monitor "monitor"
36 DefaultDepth 24
37 SubSection "Display"
38 Depth 24
39 Modes "1360x768"
40 EndSubSection
41 EndSection
42
43 - Grant
44 --
45 gentoo-user@g.o mailing list