<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
My prototype worked with 'Option "TVOverScan" "0.5"' in the Device
section of xorg.conf. My new hardware is unaffected by any value of
TVOverScan, even 1.0. (TV CRT with SVIDEO input)<br>
<br>
I probably have a little different driver configuration than most in
that I have nvidia drivers disabled in the hardware driver section but
they are being loaded by xorg.conf. I don't really understand this, I
just know that they are loaded by xorg and that the computer will not
boot if I enable them in the nvidia control window. I think there is a
conflict between the nvidia driver and the air2pc cards.<br>
<br>
TVOverScan should work. I have seen it work, just not with this
hardware. I don't know what to do. This is the last problem in the
system that I know of. Everything else is working. I need to get the
picture screen filled by the output.<br>
<br>
Note, this is not actually a Myth thing as the normal X-windows doesn't
fill the CRT but I though there might be some helpful folks on this
list.<br>
<br>
Allen<br>
<br>
<br>
Here is some of my xorg.conf:<br>
<blockquote>Section "ServerLayout"<br>
Identifier "Layout0"<br>
Screen 0 "Screen0" 0 0<br>
Screen 1 "Screen1" RightOf "Screen0"<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>
InputDevice "Mouse0" "CorePointer"<br>
EndSection<br>
<br>
---snip some stuff-----<br>
<br>
Section "Monitor"<br>
# HorizSync source: edid, VertRefresh source: edid<br>
Identifier "Monitor0"<br>
VendorName "Unknown"<br>
ModelName "Panasonic AX-100"<br>
HorizSync 28.0 - 49.0<br>
VertRefresh 24.0 - 61.0<br>
Option "DPMS"<br>
EndSection<br>
<br>
Section "Monitor"<br>
# HorizSync source: xconfig, VertRefresh source: xconfig<br>
Identifier "Monitor1"<br>
VendorName "Unknown"<br>
ModelName "TV-0"<br>
HorizSync 28.0 - 49.0<br>
VertRefresh 24.0 - 61.0<br>
Option "DPMS"<br>
Option "TVOverScan" "1.0"<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard0"<br>
Driver "nvidia"<br>
VendorName "NVIDIA Corporation"<br>
BoardName "GeForce 6200 LE"<br>
BusID "PCI:1:0:0"<br>
Option "UseDisplayDevice" "DFP"<br>
Screen 0<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard1"<br>
Driver "nvidia"<br>
VendorName "NVIDIA Corporation"<br>
BoardName "GeForce 6200 LE"<br>
BusID "PCI:1:0:0"<br>
Option "UseDisplayDevice" "TV-0"<br>
Screen 1<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
Option "TwinView" "0"<br>
Option "metamodes" "DFP: 1280x720_60 +0+0"<br>
SubSection "Display"<br>
Depth 24<br>
EndSubSection<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen1"<br>
Device "Videocard1"<br>
Monitor "Monitor1"<br>
DefaultDepth 24<br>
Option "TwinView" "0"<br>
Option "metamodes" "TV: nvidia-auto-select +0+0"<br>
SubSection "Display"<br>
Depth 24<br>
EndSubSection<br>
EndSection<br>
</blockquote>
Here is some of the x log:<br>
<br>
<blockquote>(II) NVIDIA(0): Validated modes:<br>
(II) NVIDIA(0): "nvidia-auto-select"<br>
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768<br>
(++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline
option<br>
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.<br>
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32<br>
(==) NVIDIA(1): RGB weight 888<br>
(==) NVIDIA(1): Default visual is TrueColor<br>
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)<br>
(**) NVIDIA(1): Option "TwinView" "0"<br>
(**) NVIDIA(1): Option "MetaModes" "TV: nvidia-auto-select +0+0"<br>
(**) NVIDIA(1): Option "TVOverScan" "1.0"<br>
(**) NVIDIA(1): Option "UseDisplayDevice" "TV-0"<br>
(**) NVIDIA(1): Enabling RENDER acceleration<br>
(II) NVIDIA(1): NVIDIA GPU GeForce 6200 LE (NV44) at PCI:1:0:0 (GPU-0)<br>
(--) NVIDIA(1): Memory: 524288 kBytes<br>
(--) NVIDIA(1): VideoBIOS: 05.44.02.67.01<br>
(II) NVIDIA(1): Detected PCI Express Link width: 16X<br>
(--) NVIDIA(1): Interlaced video modes are supported on this GPU<br>
(--) NVIDIA(1): Connected display device(s) on GeForce 6200 LE at
PCI:1:0:0:<br>
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0)<br>
(--) NVIDIA(1): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock<br>
(--) NVIDIA(1): TV encoder: NVIDIA<br>
(II) NVIDIA(1): Assigned Display Device: TV-0<br>
(II) NVIDIA(1): Validated modes:<br>
(II) NVIDIA(1): "TV:nvidia-auto-select+0+0"<br>
(II) NVIDIA(1): Virtual screen size determined to be 1024 x 768<br>
(++) NVIDIA(1): DPI set to (100, 100); computed from -dpi X commandline
option<br>
(==) NVIDIA(1): Enabling 32-bit ARGB GLX visuals.<br>
(--) Depth 24 pixmap format is 32 bpp<br>
</blockquote>
<br>
</body>
</html>