[mythtv-users] Mythtv system lock up when watch tv chosen

Kevin Kuphal kuphal at dls.net
Mon Feb 13 01:32:00 UTC 2006


Scott Croft wrote:
> See attached files (I guess it is ok to attach files?).  The xorg.conf is
> the current file, and the xorg.conf.orig is the original fc4 file.  When I
> updated the video drivers it made most of the changes.  Some of the
> commented out stuff are things I was trying / working on for display as per
> online directions.
>
> Thanks for the input and interest.
>   
Try changing the line in Device from Driver "nv" to Driver "nvidia".  I 
don't think you're using the accelerated driver which is causing 
problems.  My section is:

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Chaintech"
        BoardName   "nVidia GeForce 4 MX 440"
        #Option      "RenderAccel" "1"
        # TV Out Setup
        Option      "TVStandard" "NTSC-M"
        Option      "TVOutFormat" "COMPOSITE"
        Option      "XvmcUsesTextures" "false"
EndSection

See that mine is nvidia, not nv.

Kevin


More information about the mythtv-users mailing list