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 screen X starts on the tv out of PVR 350 and also on nVidia card. So i assume that configuration of device, monitor and screen sections will be o.k. Especially BusIDs should be correct (no hex/dec mismatch or something else). But X will not start if i try to use both screens.

Any suggestions?

Maybe also usefull, my lspci output:

-------------------------------------------------------------------------------

0000:00:11.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev a1)


-------------------------------------------------------------------------------



-------------------------------------------------------
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