Tried it. Cold boot too, just to be safe. no joy. Just my kind of luck...
;-> Just as a comparison point, what setup do you have going (ie distro/kernel ver, xorg/xfree ver, etc). My previous setup worked pretty good (gentoo using 2.4.25 kernel, xfree 4.3, and ivtv 0.1.9). My new setup (on a new 200Gb drive. I still have the original 160gb drive with the original mythsetup. Once the new system is up, I'll use lvm to add/grow the 160 into the 200 video partition) is gentoo using 2.6.9r9 kernel, udev, xorg 6.8, and ivtv 0.2.0rc3c Tx again! Randy > I\'ve done some serious head scratching with a similar problem. My silly > solution was a simple reboot.. > Seemd like some reggs wasent cleaned properly on module unloading.. > > Gl. //Fredrik > > 2004-12-31 20:50 skrev Randy Watson <[EMAIL PROTECTED]> > >>Hi John, >>I\'ve tried it with the .7 X driver, no joy. I wiped the xorg log before >>trying startx, and have copied the output here: >><b><a href=http://watsonweb.dnsalias.org/ivtv/Xorg.0.log_v.7_xdriver >> TARGET=\"_new\">http://watsonweb.dnsalias.org/ivtv/Xorg.0.log_v.7_xdriver</a></b> >> >>I didn\'t see anything really interesting, but that really doesn\'t mean >>much yet. The only slightly interesting thing that I can see is this: >>(II) IVTVDEV(0): Hardware: VESA VGA (vidmem: 16384k) >>(II) IVTVDEV(0): Checking Modes against framebuffer device... >>(II) IVTVDEV(0): mode \"720x480\" test failed >> >>Probably not important, but not sure of the relavance. >> >>I\'m off to chase kids around before there naptime. Later... >> >>Randy >> >>> I cant see anything obviously broken. I would suggest trying removing >>> V4l dri & glx modules from the modules section. If that doesn\'t help >>> (and >>> it >>> probably wont) then we need to get some debugging to work out what is >>> happening. >>> I suspect it would be best to start with doing this from the x driver >>> so >>> sometime after new year if this doesn\'t work I\'ll build you a version >>> of >>> it >>> with some debugging enabled and we can see what we find from that. >>> >>> It might also be worth using the 0.7 version of the driver is posted to >>> the >>> mailing list a couple of weeks ago. It shouldn\'t make any difference >>> but >>> it >>> will at least trap silly errors in the config file better. >>> >>> John >>> >>>> -----Original Message----- >>>> From: [EMAIL PROTECTED] [mailto:ivtv-devel- >>>> [EMAIL PROTECTED] On Behalf Of >>>> [EMAIL PROTECTED] >>>> Sent: 31 December 2004 15:36 >>>> To: [email protected] >>>> Subject: RE: [ivtv-devel] PVR350 X output issues using ivtv-0.2.0-rc3, >>>> ivtv-dev >>>> >>>> Sure! I also added my ivtv modules.conf config stuff too. >>>> >>>> I\'ve made them available here, in case I\'ve cp/paste errors: >>>> <b><a href=http://watsonweb.dnsalias.org/ivtv/xorg.conf >>>> TARGET=\"_new\">http://watsonweb.dnsalias.org/ivtv/xorg.conf</a></b> >>>> <b><a href=http://watsonweb.dnsalias.org/ivtv/ivtv >>>> TARGET=\"_new\">http://watsonweb.dnsalias.org/ivtv/ivtv</a></b> >>>> >>>> Hope this helps.... >>>> Randy >>>> >>>> Here is my /etc/modules.d/ivtv stuff: >>>> alias char-major-81 videodev >>>> alias char-major-81-0 ivtv >>>> alias char-major-61 lirc_i2c >>>> options ivtv ivtv_debug=0 tuner=2 >>>> options msp3400 once=0 simpler=1 simple=0 >>>> add below ivtv msp3400 saa7115 tuner saa7127 >>>> add above ivtv lirc_dev lirc_i2c >>>> >>>> And here is my /etc/X11/xorg.conf >>>> #Section \"ServerLayout\" >>>> # Identifier \"X.org Configured\" >>>> # Screen 0 \"Screen0\" 0 0 >>>> # Screen 0 \"IVTV TVOut\" 0 0 >>>> # InputDevice \"Mouse0\" \"CorePointer\" >>>> # InputDevice \"Keyboard0\" \"CoreKeyboard\" >>>> #EndSection >>>> >>>> Section \"ServerLayout\" >>>> Identifier \"ivtv tv\" >>>> Screen 0 \"IVTV TVOut\" 0 0 >>>> InputDevice \"Mouse0\" \"CorePointer\" >>>> InputDevice \"Keyboard0\" \"CoreKeyboard\" >>>> EndSection >>>> >>>> Section \"Files\" >>>> RgbPath \"/usr/X11R6/lib/X11/rgb\" >>>> ModulePath \"/usr/X11R6/lib/modules\" >>>> FontPath \"/usr/share/fonts/misc/\" >>>> FontPath \"/usr/share/fonts/TTF/\" >>>> FontPath \"/usr/share/fonts/Type1/\" >>>> FontPath \"/usr/share/fonts/CID/\" >>>> FontPath \"/usr/share/fonts/75dpi/\" >>>> FontPath \"/usr/share/fonts/100dpi/\" >>>> EndSection >>>> >>>> Section \"Module\" >>>> Load \"record\" >>>> Load \"extmod\" >>>> Load \"dbe\" >>>> Load \"dri\" >>>> Load \"glx\" >>>> Load \"xtrap\" >>>> Load \"freetype\" >>>> Load \"type1\" >>>> Load \"v4l\" #DRW Video For Linux >>>> EndSection >>>> >>>> Section \"InputDevice\" >>>> Identifier \"Keyboard0\" >>>> Driver \"kbd\" >>>> EndSection >>>> >>>> Section \"InputDevice\" >>>> Identifier \"Mouse0\" >>>> Driver \"mouse\" >>>> Option \"Protocol\" \"auto\" >>>> # Option \"Device\" \"/dev/mouse\" >>>> Option \"Device\" \"/dev/input/mice\" >>>> EndSection >>>> Section \"Monitor\" >>>> #DisplaySize 300 230 # mm >>>> Identifier \"Monitor0\" >>>> VendorName \"PHL\" >>>> ModelName \"2800\" >>>> Option \"DPMS\" >>>> EndSection >>>> >>>> Section \"Monitor\" >>>> Identifier \"TV\" >>>> HorizSync 30-68 >>>> VertRefresh 50-120 >>>> Mode \"720x480\" >>>> # D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz >>>> DotClock 34.564 >>>> HTimings 720 752 840 928 >>>> VTimings 480 484 488 504 >>>> Flags \"-HSync\" \"-VSync\" >>>> EndMode >>>> EndSection >>>> >>>> Section \"Device\" >>>> Identifier \"ivtv\" >>>> # Driver \"fbdev\" >>>> Driver \"ivtvdev\" >>>> Option \"fbdev\" \"/dev/fb/1\" >>>> # Option \"ivtv\" \"/dev/fb1\" >>>> ### change the busid to whatever is reported by lspci. Note >>>> that >>>> ### output of lspci is hex, so add a preceding \"0x\" to the >>>> BusID >>>> # Xorg -scanpci returned this number (which is decimal) >>>> BusID \"PCI:0:8:0\" >>>> # BusID \"00:00:08\" >>>> EndSection >>>> >>>> #Section \"Device\" >>>> ### Available Driver options are:- >>>> ### Values: <i>: integer, <f>: float, <bool>: >>>> \"True\"/\"False\", >>>> ### <string>: \"String\", <freq>: \"<f> Hz/kHz/MHz\" >>>> ### [arg]: arg optional >>>> #Option \"SWcursor\" # [<bool>] >>>> #Option \"HWcursor\" # [<bool>] >>>> #Option \"PciRetry\" # [<bool>] >>>> #Option \"SyncOnGreen\" # [<bool>] >>>> #Option \"NoAccel\" # [<bool>] >>>> #Option \"ShowCache\" # [<bool>] >>>> #Option \"Overlay\" # [<str>] >>>> #Option \"MGASDRAM\" # [<bool>] >>>> #Option \"ShadowFB\" # [<bool>] >>>> #Option \"ColorKey\" # <i> >>>> #Option \"SetMclk\" # <freq> >>>> #Option \"OverclockMem\" # [<bool>] >>>> #Option \"VideoKey\" # <i> >>>> #Option \"Rotate\" # [<str>] >>>> #Option \"TexturedVideo\" # [<bool>] >>>> #Option \"Crtc2Half\" # [<bool>] >>>> #Option \"Crtc2Ram\" # <i> >>>> #Option \"Int10\" # [<bool>] >>>> #Option \"AGPMode\" # <i> >>>> #Option \"AGPSize\" # <i> >>>> #Option \"DigitalScreen1\" # [<bool>] >>>> #Option \"DigitalScreen2\" # [<bool>] >>>> #Option \"TV\" # [<bool>] >>>> #Option \"TVStandard\" # [<str>] >>>> #Option \"CableType\" # [<str>] >>>> #Option \"NoHal\" # [<bool>] >>>> #Option \"SwappedHead\" # [<bool>] >>>> #Option \"DRI\" # [<bool>] >>>> #Option \"MergedFB\" # [<bool>] >>>> #Option \"Monitor2HSync\" # [<str>] >>>> #Option \"Monitor2VRefresh\" # [<str>] >>>> #Option \"Monitor2Position\" # [<str>] >>>> #Option \"MetaModes\" # [<str>] >>>> # Identifier \"Card0\" >>>> # Driver \"mga\" >>>> # VendorName \"Matrox Graphics, Inc.\" >>>> # BoardName \"MGA 2164W [Millennium II]\" >>>> # BusID \"PCI:0:8:0\" >>>> #EndSection >>>> >>>> #Section \"Screen\" >>>> # Identifier \"Screen0\" >>>> # Device \"Card0\" >>>> # Monitor \"Monitor0\" >>>> # 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\" >>>> # Viewport 0 0 >>>> # Depth 24 >>>> # EndSubSection >>>> #EndSection >>>> >>>> Section \"Screen\" >>>> Identifier \"IVTV TVOut\" >>>> Device \"ivtv\" >>>> Monitor \"TV\" >>>> DefaultDepth 24 >>>> DefaultFbBpp 32 >>>> Subsection \"Display\" >>>> Depth 24 >>>> FbBpp 32 >>>> Modes \"720x480\" >>>> EndSubsection >>>> EndSection >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> The SF.Net email is sponsored by: Beat the post-holiday blues >>>> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>>> It\'s fun and FREE -- well, almost....<b><a >>>> href=http://www.thinkgeek.com/sfshirt >>>> TARGET=\"_new\">http://www.thinkgeek.com/sfshirt</a></b> >>>> _______________________________________________ >>>> ivtv-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/ivtv-devel >>> >>> >>> >>> ------------------------------------------------------- >>> The SF.Net email is sponsored by: Beat the post-holiday blues >>> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>> It\'s fun and FREE -- well, almost....<b><a >>> href=http://www.thinkgeek.com/sfshirt >>> TARGET=\"_new\">http://www.thinkgeek.com/sfshirt</a></b> >>> _______________________________________________ >>> ivtv-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/ivtv-devel >>> >> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by: Beat the post-holiday blues >>Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >>It\'s fun and FREE -- well, almost....<b><a >> href=http://www.thinkgeek.com/sfshirt >> TARGET=\"_new\">http://www.thinkgeek.com/sfshirt</a></b> >>_______________________________________________ >>ivtv-devel mailing list >>[email protected] >>https://lists.sourceforge.net/lists/listinfo/ivtv-devel >> >> > > > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > ivtv-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
