Thanks guys! I was missing the "Viewport 0 0" from the display subsections.<br><br><div><span class="gmail_quote">On 7/3/07, <b class="gmail_sendername">Bill White</b> <<a href="mailto:raygions@yahoo.com">raygions@yahoo.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>--- <a href="mailto:joe.white@wachovia.com">joe.white@wachovia.com
</a> wrote:<br><br>> <a href="mailto:mythtv-users-bounces@mythtv.org">mythtv-users-bounces@mythtv.org</a> wrote on 07/03/2007<br>> 02:12:14 PM:<br>><br>> > Hopefully someone can give me a hand. I've been
<br>> struggling with<br>> > this for a week now, and have tried everything I<br>> can think of (and<br>> > many different guides online).<br>> ><br>> > My system is:<br>> > -Asus M2NPV-VM (GeForce 6150 onboard graphics with
<br>> built in TV Out)<br>> > -AMD A64 X2 3600+<br>> > -1Gb DDR<br>> > -PVR-150<br>> > -CRT with a composite input.<br>> ><br>> > I set up Ubuntu following this guide:<br>> <a href="https://help.ubuntu">
https://help.ubuntu</a>.<br>> > com/community/MythTV_Feisty_Backend_Frontend<br>> ><br>> > When using the default video drivers that come<br>> with the install, the<br>> > TV Out works, kinda. The picture has a keystone
<br>> and has a lot of<br>> > underscan. It is a bit distorted too. I haven't<br>> found a way to<br>> > adjust any of these with the default drivers.<br>> ><br>> > I've tried all of the proprietary Nvidia drivers
<br>> in the Ubuntu<br>> > repositories (nvidia-glx-legacy, nvidia-glx, and<br>> nvidia-glx-new). X<br>> > won't even start with the legacy drivers, so that<br>> is out. With the<br>> > two other drivers, X somehow overrides the BIOS
<br>> configuration that<br>> > has TV Out enabled and RGB disabled. X displays<br>> only on the RGB<br>> > connection and I cannot reconnect to any of the<br>> other terminals<br>> > (CTRL+ALT+F1, etc...) that were displaying on the
<br>> TV Out before X<br>> started.<br>> ><br>> > Does anyone have a setup that works using the<br>> M2NPV-VM? I'm willing<br>> > to switch distros if need be.<br>> ><br>> > Any help would be appreciated.
<br>> ><br>> > Thanks,<br>> ><br>> ><br>> David_______________________________________________<br>> > mythtv-users mailing list<br>> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br>> ><br>><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>><br>> > ForwardSourceID:NT0000C06A<br>><br>> I have a similar setup as you do, David. The
<br>> differences are that I have<br>> a PVR-500 AND PVR-250 and am running Fedora 5. I<br>> was unable to use<br>> composite from that motherboard and ended up using<br>> S-Video to tolerable<br>> effect. The only problem I have is that pure whites
<br>> cast a dark(er)<br>> shadow across the screen. This happens both in and<br>> out of Myth (<br>><br><a href="http://www.gossamer-threads.com/lists/mythtv/users/258392?#258392">http://www.gossamer-threads.com/lists/mythtv/users/258392?#258392
</a>).<br>><br>> If you like I can forward you my setting when I get<br>> home tonight.<br>> Modprobe.conf, xorg.conf and what-not.<br>><br>> Joe White><br>_______________________________________________
<br>> mythtv-users mailing list<br>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>><br><br><br>Sorry it took so long. I took the scenic route home.<br>Below are the xorg.conf and the modprobe.conf,<br>respectively, for my M2NPV-VM using Fedora 5.<br><br><br><br><br>###################################################
<br># Xorg configuration created by system-config-display<br><br>Section "ServerLayout"<br> Identifier "single head configuration"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Mouse0" "CorePointer"
<br> InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br><br># Multiple FontPath entries are allowed (they are<br>concatenated together)<br># By default, a font server independent of the X
<br>server is<br># used to render fonts.<br> ModulePath<br>"/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath<br>"/usr/lib/xorg/modules/extensions"<br> ModulePath "/usr/lib/xorg/modules"
<br> FontPath "unix/:7100"<br>EndSection<br><br>Section "Module"<br> Load "dbe"<br> Load "extmod"<br> Load "fbdevhw"<br> Load "glx"
<br> Load "record"<br> Load "freetype"<br> Load "type1"<br> Load "v4l"<br> Load "vnc"<br>EndSection<br><br>Section "InputDevice"
<br><br># Specify which keyboard LEDs can be user-controlled<br>(eg, with xset(1))<br># Option "Xleds" "1 2 3"<br># To disable the XKEYBOARD extension, uncomment<br>XkbDisable.<br># Option "XkbDisable"
<br># To customise the XKB settings to suit your keyboard,<br>modify the<br># lines below (which are the defaults). For example,<br>for a non-U.S.<br># keyboard, you will probably want to use:<br># Option "XkbModel" "pc102"
<br># If you have a US Microsoft Natural keyboard, you can<br>use:<br># Option "XkbModel" "microsoft"<br>#<br># Then to change the language, change the Layout<br>setting.<br># For example, a german layout can be obtained with:
<br># Option "XkbLayout" "de"<br># or:<br># Option "XkbLayout" "de"<br># Option "XkbVariant" "nodeadkeys"<br>#<br># If you'd like to switch the positions of your
<br>capslock and<br># control keys, use:<br># Option "XkbOptions" "ctrl:swapcaps"<br># Or if you just want both to be control, use:<br># Option "XkbOptions" "ctrl:nocaps"
<br>#<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection
<br><br>Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "IMPS/2"<br> Option "Device" "/dev/input/mice"
<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "yes"<br>EndSection<br><br>Section "Monitor"<br><br> ### Comment all HorizSync and VertSync values to use
<br>DDC:<br> ### Comment all HorizSync and VertSync values to use<br>DDC:<br> ### Comment all HorizSync and VertSync values to use<br>DDC:<br> Identifier "Monitor0"<br> VendorName "Monitor Vendor"
<br> ModelName "DELL 2007WFP"<br> DisplaySize 430 270<br> ### Comment all HorizSync and VertSync values to use<br>DDC:<br> HorizSync 30.0 - 83.0<br> VertRefresh 56.0 -
76.0<br> Option "dpms"<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"<br> VendorName "Videocard vendor"
<br> BoardName "nVidia Corporation C51 PCI<br>Express Bridge"<br> Option "HWCursor" "Off"<br># Option "TVStandard" "NTSC-M"<br># Option "TVOutFormat" "SVIDEO"
<br># Option "ConnectedMonitor" "TV"<br> Option "TVOverscan" "0.75"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br>
Device "Videocard0"<br> Monitor "Monitor0"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 16
<br> Modes "1680x1050" "1024x768"<br>"800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24
<br> Modes "1680x1050" "1024x768"<br>"800x600" "640x480"<br> EndSubSection<br>EndSection<br><br>Section "DRI"<br> Group 0<br> Mode 0666
<br>EndSection<br>###########################################<br><br>###########################################<br><br>#/etc/modprobe.conf<br><br>alias char-major-61 lirc_i2c<br>alias eth0 forcedeth<br>alias scsi_hostadapter sata_nv
<br># sound configurations<br>options disable_msi=1<br>remove snd-hda-intel { /usr/sbin/alsactl store 0<br>>/dev/null 2>&1 || : ; }; /sbin/modprobe -r<br>--ignore-remove snd-hda-intel<br>alias snd-card-1 snd-mpu401
<br>options snd-mpu401 index=1<br>remove snd-mpu401 { /usr/sbin/alsactl store 1<br>>/dev/null 2>&1 || : ; }; /sbin/modprobe -r<br>--ignore-remove snd-mpu401<br>alias snd-card-0 snd-hda-intel<br>options snd-card-0 position_fix=1 model=3stack
<br># nvidia kernel module<br>alias char-major-195 nvidia-1_0-8776<br>alias nvidia nvidia-1_0-8776<br># ivtv modules setup<br>alias char-major-81 videodev<br>alias char-major-81-0 ivtv<br>alias char-major-81-1 ivtv<br>alias char-major-81-2 ivtv
<br>install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe<br>--ignore-install lirc_i2c<br><br><br><br><br><br>____________________________________________________________________________________<br>Pinpoint customers who are looking for what you sell.
<br><a href="http://searchmarketing.yahoo.com/">http://searchmarketing.yahoo.com/</a><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>