View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 25 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Blurry Picture on TV out
PostPosted: Thu Feb 16, 2006 11:00 am 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
I am getting a blurry picture on my TV out when watching live tv or recordings. They look better when I watch them on my monitor. The GUI seems to look good, but I don't have anything to compare it to, like live tv. I'm running R5A30.2 with a Nvidia Geforce FX 5200.

I am not very familliar with XF86 configs. I copied this XF86Config-4 from another post. I commented out the 800x600 mode lines, but for some reason I still come up in 800x600 mode. I can toggle between 800x600 and 640x480. I can see this happening in my X log file. Can someone tell me why I'm still getting 800x600 when the modelines are commented out?


Here is my XF86Config-4 file.
Code:
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
        Option  "NoPM"  "true"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "Module"
#       Load  "ddc"  # ddc probing of monitor
#       Load  "GLcore"
        Load  "dbe"
        Load  "v4l"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "speedo"
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        Option "ConnectedMonitor" "TV"
        Option "TVStandard" "NTSC-M"
        Option "TVOutFormat" "SVIDEO"
        Option "NoLogo" "1"
        VendorName      "Panasonic"
        ModelName       "CT-27SF22T1"
        HorizSync 30 - 50
        VertRefresh 60 - 60
        DisplaySize 271 204  #  75 DPI @ 800x600
        #DisplaySize 204 153 # 100 DPI @ 800x600
        #DisplaySize 535 415 # Real measurements

        # The "magic" modelines borrowed from someone else
        #Modeline "800x600" 40.12 800 848 968 1056 600 601 605 628 #60Hz
        # From http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
        # hfreq: 37.9 kHz
        #Modeline "800x600@60" 38.21 800 832 976 1008 600 612 618 631

        # The "magic" modelines borrowed from someone else
        Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 #60Hz
        # From http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
        # hfreq: 30.43 kHz
        Modeline "640x480@60" 24.11 640 672 760 792 480 490 495 505

EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "Rosewill"
        BoardName   "nVidia GeForce FX5200"
        #Option     "RenderAccel" "1"

        # TV Out Setup - Does this still belong here?
        Option "ConnectedMonitor" "TV"
        Option "TVStandard" "NTSC-M"
        Option "TVOutFormat" "SVIDEO"

        Option "NoLogo" "1"
        # sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        # Other options...
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
        # The following line is auto-generated by KNOPPIX mkxf86config
        #BusID      "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     1
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes "800x600" "640x480" "800x600@60" "640x480@60"
        EndSubSection
EndSection

#Section "DRI"
#       Mode 0666
#EndSection

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 12:52 pm 
Offline
Joined: Wed Dec 21, 2005 1:14 pm
Posts: 145
Location: Charlotte NC USA
To get the best display on a tv I would recomend using an HD input, DVI or componit but, if you don't have the inputs then s-video will work. Either way you will want to make sure you are using a deinterlacer. You can change the deinterlacer settings in the mythtv playback settings menu.

You will need to make changes to your screen section to change the resolution to 640 X 480 only. Look below

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
###since the default color depth is 24 we need to look at that section

SubSection "Display"
Depth 1
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
###As you can see you have four modes listed. Remove everithing ###except what you want ie 640X480

SubSection "Display"
Depth 32
Modes "800x600" "640x480" "800x600@60" "640x480@60"
EndSubSection
EndSection


Top
 Profile  
 
PostPosted: Thu Feb 16, 2006 1:36 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
mschlott wrote:
I am getting a blurry picture on my TV out when watching live tv or recordings. They look better when I watch them on my monitor.


Also, depending on what you're seeing and calling "blurry," it could be the fact that TV out from almost all video cards deinterlaces the video from the computer, then sends out re-interlaced video from the S-video or composite outputs.

So it's possible that your interlaced MPEG2 recordings could get deinterlaced in software (if you have picked a deinterlaced setting in Playback settings), then resized (if you don't pick 640x480 like the previous poster suggests), then deinterlaced/reinterlaced (by the video out).

This is why people still try to get the PVR-350's video out working even with all of its hassles: it has an MPEG2 decoder that preserves the original recording's interlacing on the 350's video out. There are a lot of other problems, but playback of MPEG2 recordings is as good as it gets.

I'd agree with datobin1: next TV you get, make sure it's got a DVI or even VGA input and avoid TV-out entirely.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 1:45 pm 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
OK, I did not know what the modes lines were for. I was also unaware of the default 24 bit color depth. Is there a reason 32 bit color depth is not used? I assume it is a bang for the buck issue.

Should I even be using 640x480 or can I get a better picture using 800x600?

Why would I want a XF86Config-4 file with multiple screen sizes and mode lines for myth?




Is this code what you had in mind?
Code:
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     24
                Modes  "640x480"  "640x480@60"
        EndSubSection
       EndSection




I guess I did not have to delete all the lines that I did. 24 is the DefaultColorDepth. Can/does something else change the color depth later.

Why does the Modes line have both 640x480 and 640x480@60. This seems redunant.

I know I sound like I 5 year old asking all these questions, but I'm realy trying to understand it.

Thanks

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 2:59 pm 
Offline
Joined: Wed Dec 21, 2005 1:14 pm
Posts: 145
Location: Charlotte NC USA
there is an issue with 32 bit. I Forgot what it is but, a quick search will tell ya.

Now I should have mentioned in my last post that modes listed in the screen section are just "tags" to identify the modelines in the Monitor section.

If you look at your screen section below you will see you have two "tags" listed "640X480" and "640X480@60". If you look at the monitor section below, you have two Modelines that are not commented out and they match the "tags" listed in the screen section. You can make the "tags" whatever you want as long is it matches it will work.

Since your current config has two it will default to the first listed. So when you start myth It will see the "640X480" listed in the screen section and look for it in the monitor section and use the Modeline "640X480". If you never need the other modeline you can comment out the "640X480@60" both in the screen section and Monitor section.


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "640x480" "640x480@60"
EndSubSection
EndSection



Section "Monitor"
Identifier "Monitor0"
Option "ConnectedMonitor" "TV"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "SVIDEO"
Option "NoLogo" "1"
VendorName "Panasonic"
ModelName "CT-27SF22T1"
HorizSync 30 - 50
VertRefresh 60 - 60
DisplaySize 271 204 # 75 DPI @ 800x600
#DisplaySize 204 153 # 100 DPI @ 800x600
#DisplaySize 535 415 # Real measurements

# The "magic" modelines borrowed from someone else
#Modeline "800x600" 40.12 800 848 968 1056 600 601 605 628 #60Hz
# From http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
# hfreq: 37.9 kHz
#Modeline "800x600@60" 38.21 800 832 976 1008 600 612 618 631

# The "magic" modelines borrowed from someone else
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 #60Hz
# From http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
# hfreq: 30.43 kHz
Modeline "640x480@60" 24.11 640 672 760 792 480 490 495 505

EndSection


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 3:05 pm 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
Thanks. That's what I wanted to know.

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 6:05 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
And I hope you know that bob is the best deinterlace method for svideo.

http://mysettopbox.tv/phpBB2/viewtopic. ... =bob+uncle


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 10:14 pm 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
Bob doesn't seem to work well for me at all.

I switched to using the XF86Config-4.nvidia-tvout.sample file included with knoppmyth. It seems to work better for me than the one I grabbed from this forum. The .8 overscan setting seems to set my screen just right, with no tweaking in the GUI.

When I enable Deinterlace using Bob, the screen gets jumpy.

I watch a news channel as my test. The text scrolling across the bottom looks blurry and a little jumpy. With deinterlacing set to "one field" or "linear blend" it is somewhat better, but nowhere near the quality that comes from the cable, and that is not the best quality to begin with.

I must be missing something basic. I can't belive this is normal.

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 10:22 pm 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
Does the refresh rate for your tv standard match the refresh rate of your modeline? NTSC=60hz PAL=5oHz.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 10:37 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Also follow the other advice in that thread Greg linked to about dialing down your flicker filter as low as you can, while keeping a stable picture. This will improve the sharpness considerably.

BTW - mschlott - I've made this request to more newbies than I can count... Even if you're paranoid about providing a location in your profile, PLEASE at least provide a TV standard. Even "location: PAL" will let us give you better answers. Take a minute right now to click on this link: http://mysettopbox.tv/phpBB2/profile.ph ... ditprofile and provide that extra bit of info. You could even summarize your hardware so that when you ask about something rleated to hat all you need to do is attach your signature. like this:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 11:24 pm 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
I belive my refresh rate is correct. I live in the US.

Here is my XF86Config-4 file.

Quote:
Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
Option "TVStandard" "NTSC-M"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "SVIDEO"
Option "NoLogo" "1"
Option "TVOverScan" "0.8"
VendorName "KDS"
ModelName "KDS1983"
HorizSync 30 - 50 # DDC-probed
VertRefresh 60 # DDC-probed
# These are the DDC-probed settings reported by your monitor.
# 1600x1200, 75.0Hz; hfreq=93.75, vfreq=75.00
ModeLine "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1280x1024, 85.0Hz; hfreq=91.15, vfreq=85.02
ModeLine "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
# 1152x864, 75.0Hz; hfreq=67.50, vfreq=75.00
ModeLine "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
ModeLine "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
# 1024x768, 70.0Hz; hfreq=56.48, vfreq=70.07
ModeLine "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
# 800x600, 85.0Hz; hfreq=53.67, vfreq=85.06
ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync
# 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
ModeLine "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
# 800x600, 72.0Hz; hfreq=48.08, vfreq=72.19
ModeLine "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
# 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
ModeLine "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
# 640x480, 85.0Hz; hfreq=43.27, vfreq=85.01
ModeLine "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
# 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
ModeLine "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
# 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
ModeLine "640x480" 25.17 640 648 744 784 480 482 484 509 -hsync -vsync
EndSection

Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
Driver "nvidia"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection


When I enable bob, the menus loose their color and flicker.


I can lower the flicker filter to 1 without any noticable problems.


Whoah!!!! Hold it. I get it, If I enable the bob filter and lower the flicker filter to 1 at the same time, my menus look normal again.

Now the text scrolling at the bottom of the screen looks better, but not as good as the source. My menus are a little jittery,

If I enable XvMC it looks a little better but any time an OSD comes on, the picture goes crazy, flikering and jumping.

I still don't think I have a great picture. It doesn't hurt to look at any more but, it is not what I would expect.

Thanks for your help.

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 16, 2006 11:45 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
In the XF86Config-4 I would:
    - turn off the sw_cursor
    - remove any mode lines you're not using
    - experiment with other mode lines for the resolutions you are using.
    - push the default color depth to 24
    - comment out the DRI section
    - Make sure your module section has the right gl selections for your card

Using nvidia-settings I would:
    - enable opengl SyncToVBlank (there are about 3 of these)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 17, 2006 8:26 am 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
Thanks. Will try this when I get back home. I'm working double shifts these days. 9 hours at my paid job. 8 to 10 more, playing with myth. :)

Are the "opengl SyncToVBlank" settings in nvidia-settings related to the TV Playback setting that says something about opengl vertical sync?

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 17, 2006 10:07 pm 
Offline
Joined: Sun Jan 29, 2006 8:24 am
Posts: 145
I've commented out every entry for modes or modeline in my XF86Config-4 file that is not for 800x600 or 640x480. I see a lot of output in my XFree86.log like the ones below that are not in my config file. Where do these come from?

Code:
(II) NVIDIA(0): Not using default mode "928x696" (width too large for virtual si
ze)
(II) NVIDIA(0): Not using default mode "896x672" (width too large for virtual si
ze)
(II) NVIDIA(0): Not using default mode "832x624" (width too large for virtual si
ze)
(WW) NVIDIA(0): Not using mode "700x525" (not a valid TV mode)
(WW) NVIDIA(0): Not using mode "700x525" (not a valid TV mode)
(WW) NVIDIA(0): Not using mode "640x512" (not a valid TV mode)
(WW) NVIDIA(0): Not using mode "640x512" (not a valid TV mode)


I also ran mkxf86config which showed the following.
Code:
 Video is (yet) unknown card, using XFree86(vesa) Server
 Monitor is Generic Monitor, H:28.0-96.0kHz, V:50.0-75.0Hz
 Using Modes "1024x768" "800x600" "640x480"


I used this information to build the following lines in the XF86Config-4 file.
Code:
        VendorName      "Generic Monitor"
        ModelName       "None"
        HorizSync 28 - 96 # mkxf86config probed
        VertRefresh 50 - 75 # mkxf86config probed


Now after restarting gdm I see the lines below in the XFree86.log.
Code:
(**) NVIDIA(0): Validated modes for display device TV-0:
(**) NVIDIA(0):      Mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Mode "640x480": 25.2 MHz, 32.1 kHz, 63.1 Hz
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600
(==) NVIDIA(0): DPI set to (75, 75)


Again I don't know where the non 800x600 and 640x480 modes came from.

When I hit ctrl atl + and ctrl alt - the screen appears to toggle between 2 modes. 800x600 and 640x480. I dont know which though. I only see this in the log file. Should I name each mode something unique, like 800x600@72.2?

Code:
(II) NVIDIA(0): Setting mode "640x480"
(II) NVIDIA(0): Setting mode "800x600"


I have also commented out sw_cusor, the DRI settings and set the default color to 24.

I'm not sure of the right gl modules for my card. I have a nvidia fx 5200. If I run xf86config it puts in GLcore, which I have commented out.

I'll keep playing with settings.

_________________
KnoppMyth R5B7
Asus P4P800-VM
P4 2.4 Ghz - 1GB RAM
PVR-150 - HD-5000
Geforce FX 5200


Top
 Profile  
 
 Post subject: Its in the ivy
PostPosted: Fri Feb 17, 2006 11:14 pm 
Offline
Joined: Fri Feb 10, 2006 9:49 pm
Posts: 3
I have (Had) exactly the same problem.

I;m running,

Mythtv R5A30.2
Hauppauge 150Mce
GeForce FX5200
Semperon 2200
1gb DDR Ram.

n install of the original R5A30 install i had exactly the same blurry issue.

After working for three days on and off through it i found that following the Wiki method of upgrading the IvyTV drivers instantly solved the problem.

From that i changed my XF86Config-4 to reduce the resolution down to 640x480 and commented out all other lines in the screen sections.
I also use this comment in my config-4

DisplaySize 271 204 # 75 DPI @ 640x480

which relates to the menu fonts resolution.

From this i use the S-video out to my composite in on my Television. This has solved all of my visual problem. Like you i'm running the Linear Deinterlacing method. Bob was just too choppy.

Sorry its not a lot of detail to follow, but use the wiki to upgrade the Ivy drivers first as that was the problem for me, then make sure if you're using composite in that you use 640x480 as that is the s-video out resolution on the 5200 form what i have read.


B


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu