That error comes when the Virtual Terminal switches to
or from the vt used for the X server it is harmless
and unrelated to this problem.

Can you pos the Xorg.0.log file

John
 --- Bernd Müller <[EMAIL PROTECTED]> wrote: 
> Hello;
> 
> I've also tried before to specify the BusID like you
> wrote in "0:17:0" dec 
> instead of "0:x11:0" in hex. But this won't help. It
> maks it even more worse. I 
> will get this error message
> 
>
-------------------------------------------------------------------------------
> 
> (EE) IVTVDEV(1): FBIOPAN_DISPLAY: Invalid argument
> 
>
-------------------------------------------------------------------------------
> 
> and the system crashes totally so that i have to
> hard boot.
> 
> Henrik Mühe schrieb:
> 
> 
> > Section "Device"
> >    Identifier  "Hauppauge PVR350"
> >    Driver      "ivtvdev"
> >    Option      "ivtv" "/dev/fb1"
> >    BusID       "0:17:0"
> > EndSection
> > 
> > Try that, basically, you've got to convert the hex
> busid to decimal. No
> > idea if I did it right now though ;-)
> > 
> > Hope that helps,
> > Henrik
> > 
> > 
> > 
> > On Tue, 2004-12-14 at 18:30, Bernd Müller wrote:
> > 
> >>Hello;
> >>
> >>I'm trying to start X in dualview on the tv-out of
> my PVR 350 and on my nVidia 
> >>Geforce 2 grapicscard. But i'm a little bit
> confused about this error message
> >>
>
>>-------------------------------------------------------------------------------
> >>
> >>X Window System Version 6.8.1
> >>Release Date: 17 September 2004
> >>X Protocol Version 11, Revision 0, Release 6.8.1
> >>Build Operating System: SuSE Linux [ELF] SuSE
> >>Current Operating System: Linux mumm
> 2.6.8-24.5-default #1 Wed Nov 17 11:10:06 
> >>UTC 2004 i686
> >>Build Date: 09 November 2004
> >>         Before reporting problems, check
> http://wiki.X.Org
> >>         to make sure that you have the latest
> version.
> >>Module Loader present
> >>Markers: (--) probed, (**) from config file, (==)
> default setting,
> >>         (++) from command line, (!!) notice, (II)
> informational,
> >>         (WW) warning, (EE) error, (NI) not
> implemented, (??) unknown.
> >>(==) Log file: "/var/log/Xorg.0.log", Time: Tue
> Dec 14 18:14:19 2004
> >>(==) Using config file: "/etc/X11/xorg.conf"
> >>
> >>Fatal server error:
> >>
> >>Cannot run in framebuffer mode. Please specify
> busIDs for all framebuffer devices
> >>
> >>Please consult the The X.Org Foundation support
> >>          at http://wiki.X.Org
> >>  for help.
> >>Please also check the log file at
> "/var/log/Xorg.0.log" for additional information.
> >>
> >>XIO:  fatal IO error 104 (Connection reset by
> peer) on X server ":0.0"
> >>       after 0 requests (0 known processed) with 0
> events remaining.
> >>
> >>
>
>>-------------------------------------------------------------------------------
> >>
> >>It's confusing me because i HAVE specified the
> BusIDs for the nVidia and the PVR 
> >>350 card.
> >>
> >>Relevant parts of my XF86Config:
> >>
>
>>-------------------------------------------------------------------------------
> >>
> >>Section "Device"
> >>   BoardName    "GeForce2 MX/MX 400"
> >>   BusID        "1:0:0"
> >>   Driver       "nv"
> >>   Identifier   "Device[0]"
> >>   Screen       0
> >>   Option       "Rotate" "off"
> >>   VendorName   "NVidia"
> >>EndSection
> >>
> >>Section "Device"
> >>   Identifier  "Hauppauge PVR350"
> >>   Driver      "ivtvdev"
> >>   Option      "ivtv" "/dev/fb1"
> >>   BusID       "0:0x11:0"
> >>EndSection
> >>
> >>Section "Monitor"
> >>   Option       "CalcAlgorithm"
> "CheckDesktopGeometry"
> >>   HorizSync    31-60
> >>   Identifier   "Monitor[0]"
> >>   ModelName    "[EMAIL PROTECTED]"
> >>   VendorName   "--> VESA"
> >>   VertRefresh  50-75
> >>   Modeline      "1024x768" 67.48 1024 1080 1184
> 1344 768 769 772 797
> >>   Modeline      "1024x768" 78.80 1024 1040 1136
> 1312 768 769 772 800
> >>EndSection
> >>
> >>Section "Monitor"
> >>        Identifier  "PAL TV"
> >>        HorizSync  30-68
> >>        VertRefresh 50-120
> >>        Mode "720x576"
> >>          DotClock 42.6
> >>          HTimings 720 760 832 944
> >>          VTimings 576 577 580 602
> >>          Flags    "-HSync" "-VSync"
> >>        EndMode
> >>EndSection
> >>
> >>Section "Screen"
> >>   DefaultDepth 24
> >>   SubSection "Display"
> >>     Depth      15
> >>     Modes      "1024x768"
> >>   EndSubSection
> >>   SubSection "Display"
> >>     Depth      16
> >>     Modes      "1024x768"
> >>   EndSubSection
> >>   SubSection "Display"
> >>     Depth      24
> >>     Modes      "1024x768"
> >>   EndSubSection
> >>   SubSection "Display"
> >>     Depth      32
> >>     Modes      "1024x768"
> >>   EndSubSection
> >>   SubSection "Display"
> >>     Depth      8
> >>     Modes      "1024x768"
> >>   EndSubSection
> >>   Device       "Device[0]"
> >>   Identifier   "Screen[0]"
> >>   Monitor      "Monitor[0]"
> >>EndSection
> >>
> >>Section "Screen"
> >>        Identifier  "TV-Out"
> >>        Device      "Hauppauge PVR350"
> >>        Monitor     "PAL TV"
> >>        DefaultDepth 24
> >>        DefaultFbbpp 32
> >>        Subsection "Display"
> >>          Depth 24
> >>          FbBpp 32
> >>          Modes "720x576"
> >>        EndSubsection
> >>EndSection
> >>
> >>Section "ServerLayout"
> >>   Identifier   "Layout[all]"
> >>   InputDevice  "Keyboard[0]" "CoreKeyboard"
> >>   InputDevice  "Mouse[1]" "CorePointer"
> >>   Option       "Clone" "off"
> >>   Option       "Xinerama" "off"
> >>   Screen       "Screen[0]"
> >>#  Screen       "TV-Out"
> >>   Screen       "TV-Out" RightOf "Screen[0]"
> >>EndSection
> >>
> >>Section "DRI"
> >>     Group      "video"
> >>     Mode       0660
> >>EndSection
> >>
>
>>-------------------------------------------------------------------------------
> >>
> >>If i configure the ServerLayout section to start X
> only on one screen, e.g. 
> >>Screen[0] or TV-out, everything works o.k. With
> single 
=== message truncated === 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
ivtv-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to