Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Flickering in X on a TV
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
TinheadNed
Guru
Guru


Joined: 05 Apr 2003
Posts: 339
Location: Farnborough, UK

PostPosted: Fri Oct 26, 2007 9:38 pm    Post subject: Flickering in X on a TV Reply with quote

I have a machine running MythTV connected to a TV via the TV-out on the nvidia 5200FX gfx card. At some point in the last couple of months X has slowed down its refresh rate or something, because although glxgears still returns the same results I now get visible flickering watching dvds in xine or (less noticeably) in MythTV. I tried writing an interlaced ModeLine for X but it didn't make any difference.

I'm wondering what other things I could check for this.

Relevant snippets from files, XOrg.0.log
Code:
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "TVStandard" "PAL-I"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): TV Standard string: "PAL-I"
(II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV44) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.44.a2.07.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
(--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: TV-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "720x576"
(II) NVIDIA(0): Virtual screen size determined to be 720 x 576


xorg.conf (no input stuff or fonts pasted)

Code:


Section "Module"
        Load  "record"
        Load  "xtrap"
        Load  "GLcore"
        Load  "dri"
        Load  "dbe"
        Load  "wfb"
        Load  "extmod"
        Load  "glx"
        Load  "type1"
        Load  "freetype"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Sanyo"
        ModelName    "Monitor Model"
        HorizSync    30-50
        VertRefresh  50
        DisplaySize  330 186 # div by 2
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV44A [GeForce 6200]"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV44A [GeForce 6200]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        Option "TVStandard" "PAL-I"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Modes "720x576"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


This is XOrg server 1.3, nvidia drivers 100.14.11 (release after has a XV bug), 2.6.22 kernel (CONFIG_HZ_250=y) on a 64bit P4-EE. I don't want to spam with information at this point so request anything else relevant. I might nip back and try lowering from 24bit to 16. Even firefox can demonstrate the flickering so I don't think it's an application thing or a "use xvmc" type problem.

Should I try again with an interlaced modeline?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum