They look very similar to the effect you get when you film a CRT with a video camera, only theirs two; spaced evenly apart (approx 1/2 screen height apart). I've used various modeline generators to try and correct the issue, and while the modelines can effect the speed in which the lines move, they never seem to get it just right.
Thinking it might be a TV issue, I hooked the beast up to my laptop in windows (initially to try and get the edid which came out corrupted in linux, on the advice of the author of read-edid); and my laptop picked up the 1360x768@60 resolution perfectly, no "refresh" lines at all.
My problem is compounded by the discrepencies between the online manual and the one I got with my TV.
On page 33 of my manual it reads:
whilst the online readsHard Copy wrote:PC Compatible
Recommended 1360 x 768 @ 60Hz
Supported
1280 x 720 @ 60
1024 x 768 @ 60,
720 x 400
640 x 480
H=30~48KHz V=50~75Hz
As you can see, the digital (and one would presume "updated") copy changes the reccomended setting to 1366x768@60 (the units actual naitive mode), adds several other supported settings, and leaves out what the Horizontal and Vert refresh rates are.Digital Copy wrote:PC Compatible
Recommended 1366 x 768 @ 60Hz
Supported
1280 x 1024 @ 60, 75Hz
800 x 600 @ 60, 75 Hz
1024 x 768 @ 70, 75 Hz
720 x 400 @ 70 Hz
848 x 480 @ 60Hz
640 x 480 @ 60, 75 Hz
832 x 624 @ 75Hz (MAC)
A line in both copies of the manual reads
Code: Select all
H/V separated (TTL) for PC; fh: 30-80 kHz, fv: 50-75 HzFor What its worth; All of this is on an nVidia GeForce 5950Ultra via VGA to VGA with the 9755-r1 drivers.
Follows is my xorg.conf file; logs upon request (because their bloody huge)
Code: Select all
hammond ~ # confcat /etc/X11/xorg.conf
Section "Module"
Load "dbe"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Westinghouse 37 LCD HDTV"
HorizSync 30-48
VertRefresh 50-75
Modeline "1360x768" 84.72 1360 1424 1568 1776 768 769 772 795 -HSync +Vsync
EndSection
Section "Device"
Identifier "ASUS 9980U nVidia 5950"
Driver "nvidia"
VideoRam 262144
Option "UseEvents" "True"
Option "RenderAccel" "true"
Option "XvmcUsesTextures" "false"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ASUS nVidia 5950"
Monitor "Westinghouse 37 LCD HDTV"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1360x768" "1280x720" "1024x768" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1360x768" "1280x720" "1024x768" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1360x768" "1280x720" "1024x768" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
EndSection

