Hi all,

In an effort to get my PVR-350 working on my fedora 7 box, I updated the 
kernel and ivtv packages to 2.6.22.

The PVR-350 card and framebuffer driver load OK and the image on TV 
looks good. There is no ivtv X driver for fedora 7, so I use the one 
from fc6. This used to work good up to 2.6.21 with the same xorg.conf.

But now when I start X, it doesn't start, but gives an error.

Has something (ie ivtv-fb) changed that the X driver doesn't work anymore?

Jurgen.

================
Output of X:

[EMAIL PROTECTED] ~]# X

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Fedora Core 7 Red Hat, Inc.
Current Operating System: Linux albatros.xs4all.nl 2.6.22.1-41.fc7 #1 
SMP Fri Jul 27 18:10:34 EDT 2007 i686
Build Date: 11 June 2007
Build ID: xorg-x11-server 1.3.0.0-9.fc7
         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: Thu Aug  2 22:01:54 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) ivtvHWProvbe failed to do IVTVFB_IOCTL_GET_STATE for device /dev/fb1
(EE) Screen 0 deleted because of no matching config section.
(EE) Device(s) detected, but none match those in the config file.

Fatal server error:
no screens found

==========

I have loaded the ivtv-fb module with debug=3. I see in the syslog:
ivtv-fb0 info: Unknown ioctl 80084001

==========

installed packages:

kernel-2.6.22.1-41.fc7
video4linux-kmdl-2.6.22.1-41.fc7-20070731-81.fc7
video4linux-ivtv-kmdl-2.6.22.1-41.fc7-20070731-81.fc7
ivtv_xdriver-0.10.7-8_r3843.fc6.at
================
Output from /proc/fb:

[EMAIL PROTECTED] ~]# cat /proc/fb
0 VESA VGA
1 cx23415 TV out
================
xorg.conf [device] section:

# Xorg configuration created by system-config-display

Section "ServerLayout"
         Identifier     "Default Layout"
         Screen        "TV" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name 
of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.


         FontPath     "unix/:7100"
EndSection

Section "Module"
         Load  "dbe"
         Load  "extmod"
         Load  "fbdevhw"
         Load  "glx"
         Load  "record"
         Load  "freetype"
         Load  "type1"
         Load  "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
         Identifier  "Keyboard0"
         Driver      "kbd"
         Option      "XkbModel" "pc105"
         Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "IMPS/2"
         Option      "Device" "/dev/input/mice"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
   Identifier "PAL Monitor"
   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 "Device"
         Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
         Driver "ivtvdev"
         Option  "fbdev" "/dev/fb1"
#        Option "VideoOverlay" "on"
#        Option "XVideo" "1"
         BusID  "PCI:05:03"
EndSection

Section "Screen"
         Identifier "TV"
         Device "Hauppauge PVR 350 iTVC15 Framebuffer"
         # Monitor "NTSC Monitor"
         Monitor "PAL Monitor"
         DefaultDepth 24
         DefaultFbbpp 32
         Subsection "Display"
                 Depth 24
                 FbBpp 32
                 # Modes "720x480"
                 Modes "720x576"
         EndSubsection
EndSection

Section "DRI"
         Group        0
         Mode         0666
EndSection

=========


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to