Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems starting xorg on Hauppauge PVR350 TV
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
smyles
n00b
n00b


Joined: 23 Jul 2003
Posts: 13
Location: Ipswich, UK

PostPosted: Tue Jan 25, 2005 9:56 pm    Post subject: Problems starting xorg on Hauppauge PVR350 TV Reply with quote

I'm trying to get X on the TV output on my PVR350 with not much luck.

First of all my system with the PVR350 at PCI ID 1:4:0:

Code:
comp1 / # lspci
0000:00:00.0 Host bridge: Intel Corp. 82810E DC-133 GMCH [Graphics Memory Controller Hub] (rev 03)
0000:00:01.0 VGA compatible controller: Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03)
0000:00:1e.0 PCI bridge: Intel Corp. 82801AA PCI Bridge (rev 02)
0000:00:1f.0 ISA bridge: Intel Corp. 82801AA ISA Bridge (LPC) (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801AA IDE (rev 02)
0000:00:1f.2 USB Controller: Intel Corp. 82801AA USB (rev 02)
0000:01:03.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 03)
0000:01:04.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
0000:01:07.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
0000:01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 06)
0000:01:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 06)

My modules list:
Code:
comp1 / # lsmod
Module                  Size  Used by
ivtv_fb                29048  0
i2c_voodoo3             4100  0
i2c_i810                4420  0
bttv                  145648  0
video_buf              17156  1 bttv
firmware_class          7776  1 bttv
v4l2_common             4832  1 bttv
btcx_risc               3944  1 bttv
lirc_i2c                6948  0
lirc_dev               11020  1 lirc_i2c
msp3400                26424  0
saa7127                11260  0
saa7115                11512  0
tuner                  20196  0
tveeprom               11060  0
ivtv                  805188  2 ivtv_fb
videodev                7552  2 bttv,ivtv

I'm using x11-base/xorg-x11-6.8.1.902

My /etc/X11/xorg.conf file:
Code:

Section "Module"

    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"
EndSection

Section "Files"
    RgbPath     "/usr/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "gb"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/input/mice"
EndSection

Section "Monitor"
        Identifier  "PAL Television on Hauppauge card"
        HorizSync  30-68
        VertRefresh 50-120
        Mode "720x576"
                # D: 41.475 MHz, H: 44.693 kHz, V: 74.488 Hz
                DotClock 41.476
                #HTimings 720 752 840 928
                HTimings 720 720 928 928
                VTimings 576 580 584 600
                Flags    "-HSync" "-VSync"
        EndMode
EndSection

Section "Device"
        Identifier "Hauppauge WinTV PVR 350, model 990"
        BusID "PCI:1:4:0"
        Driver "ivtvdev"
        Option "fbdev" "/dev/fb/0"
        Option "ivtv" "/dev/fb/0"
EndSection

Section "Screen"
        Identifier  "Hauppauge Screen"
        Device      "Hauppauge WinTV PVR 350, model 990"
        Monitor     "PAL Television on Hauppauge card"
        DefaultDepth 24
        DefaultFbbpp 32

        Subsection "Display"
                Depth 24
                FbBpp 32
                Modes "720x576"
        EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Hauppauge Screen"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


However, when I 'startx' I get the following the following /var/log/Xorg.0.log
Code:
This is a pre-release version of the The X.Org Foundation X11.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the The X.Org Foundation "monolithic tree" CVS
repository hosted at http://www.freedesktop.org/Software/xorg/
X Window System Version 6.8.1.902 (6.8.2 RC 2)
Release Date: 12 January 2005
X Protocol Version 11, Revision 0, Release 6.8.1.902
Build Operating System: Linux 2.6.10-gentoo-r4 i686 [ELF]
Current Operating System: Linux mythtv 2.6.10-gentoo-r4 #2 SMP Tue Jan 18 22:36:19 GMT 2005 i686
Build Date: 24 January 2005
        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 Jan 25 21:20:44 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Hauppauge Screen" (0)
(**) |   |-->Monitor "PAL Television on Hauppauge card"
(**) |   |-->Device "Hauppauge WinTV PVR 350, model 990"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7124 card 8086,7124 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 1458,0810 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 01:03:0: chip 121a,0003 card 14af,0001 rev 03 class 03,00,00 hdr 00
(II) PCI: 01:04:0: chip 4444,0803 card 0070,4000 rev 01 class 04,00,00 hdr 00
(II) PCI: 01:07:0: chip 10b7,9200 card 1458,1000 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:0a:0: chip 1102,0002 card 1102,8027 rev 06 class 04,01,00 hdr 80
(II) PCI: 01:0a:1: chip 1102,7002 card 1102,0020 rev 06 class 09,80,00 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xd8000000 - 0xdbffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:1:0) Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] rev 3, Mem @ 0xdc000000/26, 0xe0000000/19
(--) PCI:*(1:3:0) 3Dfx Interactive, Inc. Voodoo Banshee rev 3, Mem @ 0xd8000000/25, 0xd4000000/25, I/O @ 0xc000/8
(--) PCI: (1:4:0) unknown vendor (0x4444) unknown chipset (0x0803) rev 1, Mem @ 0xd0000000/26
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [1] -1  0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
        [2] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [3] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
        [4] -1  0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [5] -1  0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [6] -1  0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [7] -1  0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [8] -1  0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [9] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
       [1] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [1] -1  0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
        [2] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [3] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
        [4] -1  0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [5] -1  0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [6] -1  0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [7] -1  0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [8] -1  0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [9] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [1] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [6] -1  0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
        [7] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [8] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [10] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [14] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [15] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [16] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [17] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [18] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.1.902, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "ivtvdev"
(II) Loading /usr/lib/modules/drivers/ivtvdev_drv.o
(II) Module fbdev: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) IVTVDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 01:03:0
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [6] -1  0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
        [7] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [8] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [10] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [14] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [15] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [16] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [17] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [18] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(**) IVTVDEV(0): claimed PCI slot 1:4:0
(II) IVTVDEV(0): using /dev/fb/0
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [6] -1  0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
        [7] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [8] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
        [9] -1  0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [10] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [17] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [18] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [19] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [20] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [21] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
        [22] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [23] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) IVTVDEV(0): Depth 24, (**) framebuffer bpp 32
(==) IVTVDEV(0): RGB weight 888
(==) IVTVDEV(0): Default visual is TrueColor
(==) IVTVDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) IVTVDEV(0): Hardware: iTVC15 TV out (vidmem: 2025k)
(**) IVTVDEV(0): Option "fbdev" "/dev/fb/0"
(II) IVTVDEV(0): Checking Modes against framebuffer device...
(II) IVTVDEV(0):        mode "720x576" ok
(II) IVTVDEV(0): Checking Modes against monitor...
(--) IVTVDEV(0): Virtual size is 720x576 (pitch 720)
(**) IVTVDEV(0):  Built-in mode "current": 41.5 MHz, 44.7 kHz, 74.5 Hz
(II) IVTVDEV(0): Modeline "current"   41.47  720 752 840 928  576 580 584 600 -hsync -vsync -csync
(==) IVTVDEV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(**) IVTVDEV(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/modules/libshadow.a
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 6.8.1.902, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
        [1] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xdb000000 - 0xdb00007f (0x80) MX[B]
        [7] -1  0       0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
        [8] -1  0       0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
        [9] -1  0       0xd8000000 - 0xd9ffffff (0x2000000) MX[B](B)
        [10] -1 0       0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
        [11] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [12] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [18] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [19] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [20] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [21] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [22] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
        [23] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [24] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
        bitsPerPixel=32, depth=24, defaultVisual=TrueColor
        mask: ff0000,ff00,ff, offset: 16,8,0
(EE) IVTVDEV(0): FBIOBLANK: Invalid argument
(EE) IVTVDEV(0): FBIOPAN_DISPLAY: Invalid argument
(==) IVTVDEV(0): Backing store disabled
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "gb"
(**) Keyboard1: XkbLayout: "gb"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/CID/, removing from list!
Could not init font path element /usr/share/fonts/local/, removing from list!
(EE) IVTVDEV(0): FBIOBLANK: Invalid argument


See how the driver seems to be trying to use PCI:1:3:0 instead of PCI:1:4:0 despite the BusID line the xorg.conf file?

I'm using the ivtvdev_drv.o X11 framebuffer driver from: http://membres.lycos.fr/badzzzz/ and have installed it in: /usr/lib/modules/drivers/

Help!! :(
Back to top
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Wed Jan 26, 2005 4:48 am    Post subject: Reply with quote

Pardon me for a second, but wasn't the PVR350 only equpped with a set of video outputs and not inputs?
Back to top
View user's profile Send private message
smyles
n00b
n00b


Joined: 23 Jul 2003
Posts: 13
Location: Ipswich, UK

PostPosted: Thu Apr 28, 2005 9:23 pm    Post subject: Reply with quote

It has both. On the backpane it has a UHF input, an S-Video input, an audio input and also a combined audio/s-video output with a strange plug on it. The ivtv-0.3 drivers solved my problem here although I now use an nVidia FX5200 output as it can also do OpenGL, which the PVR350 can't.
Back to top
View user's profile Send private message
vladgrigorescu
Guru
Guru


Joined: 11 Jan 2005
Posts: 360

PostPosted: Thu Sep 29, 2005 5:30 am    Post subject: Umm... so, what happened? Reply with quote

I am having this same problem. I can see images fine with it, I can even play movies, but I can't get X to use it as a TV out. I have been googling extensively, and I can't figure it out. Most posts I see are like this one, where it just leaves off after while. Thus, I am assuming that it is a simple fix. Anyone else run into this? Anyone know how to solve it? I have tried this with all different versions of ivtv, right now I'm using 0.3.9. Please let me know if you need any other information.

lspci:
Code:
0000:00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
0000:00:02.0 VGA compatible controller: Intel Corporation 82815 CGC [Chipset Graphics Controller] (rev 02)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 02)
0000:00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 02)
0000:00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 (rev 02)
0000:00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 02)
0000:00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 02)
0000:01:07.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
0000:01:09.0 Ethernet controller: 3Com Corporation 3CR990-TX-97 [Typhoon 168-bit] (rev 02)
0000:01:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
0000:01:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
0000:01:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)


lsmod:
Code:
Module                  Size  Used by
ivtv_fb                40420  0
ivtv                  214836  1 ivtv_fb
tda9887                14872  0
tveeprom               14996  0
tuner                  25896  0
saa7127                14268  0
saa7115                14744  0
msp3400                30296  0
videodev               10464  1 ivtv


/etc/modules.conf:
Code:

### modules-update: start processing /etc/modules.d/ivtv
# This is for WinTV PVR-350 IVTV
alias char-major-61 lirc_i2c
alias char-major-81     videodev
alias char-major-81-0   ivtv
alias char-major-81-1   bttv

options ivtv ivtv_debug=1
options tuner type=47
options saa7127
options msp3400 once=1 simple=1
add below ivtv msp3400 saa7115 saa7127 tuner
add above ivtv lirc_dev lirc_i2c ivtv-fb


dmesg:
Code:
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.3.9 (development svn snapshot revision ) loading
ivtv: Linux version: 2.6.11-hardened-r15 SMP preempt PENTIUMIII 4KSTACKS gcc-3.3
ivtv: In case of problems please include the debug info
ivtv: between the START INIT IVTV and END INIT IVTV lines when
ivtv: mailing the ivtv-devel mailinglist.
ivtv: Autodetected WinTV PVR 350 card (iTVC15 based)
ACPI: PCI interrupt 0000:01:07.0[A] -> GSI 9 (level, low) -> IRQ 9
msp34xx: ivtv version
msp34xx: init: chip=MSP3448W-A2, has NICAM support, simple (D) mode, simpler (G) no-thread mode
msp34xx: $Id$ compiled on: Sep 17 2005 20:53:32
ivtv: i2c attach to card #0 ok [client=MSP3448W-A2, addr=40]
ivtv: i2c attach to card #0 ok [client=saa7115[50], addr=21]
saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
ivtv: i2c attach to card #0 ok [client=saa7127, addr=44]
tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0
ivtv: i2c attach to card #0 ok [client=(tuner unset), addr=61]
tuner: type set to 47 (LG NTSC (TAPE series)) by insmod option
tuner: The type=<n> insmod option will go away soon.
tuner: Please use the tuner=<n> option provided by
tuner: tv aard core driver (bttv, saa7134, ...) instead.
tveeprom: The eeprom says no radio is present, but the tuner type
tveeprom: indicates otherwise. I will assume that radio is present.
tveeprom: Hauppauge: model = 48132, rev = K268, serial# = 8208153
tveeprom: tuner = LG TAPE H001F MK3 (idx = 68, type = 47)
tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
tveeprom: audio processor = MSP4448 (type = 1b)
tveeprom: decoder processor = SAA7115 (type = 13)
ivtv: i2c attach to card #0 ok [client=tveeprom[50], addr=50]
tda9885/6/7: chip found @ 0x86
ivtv: i2c attach to card #0 ok [client=tda9887, addr=43]
ivtv: loading /lib/modules/ivtv-fw-enc.bin
ivtv: loading /lib/modules/ivtv-fw-dec.bin
ivtv: Encoder revision: 0x02040011
ivtv: Decoder revision: 0x02020023
ivtv: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv: Create encoder radio stream
ivtv: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total)
ivtv: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total)
ivtv: Create decoder VOUT stream
ivtv: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total)
ivtv: Initialized WinTV PVR 350, card #0
ivtv: ====================  END INIT IVTV  ====================
ivtv-osd: Framebuffer module loaded (attached to ivtv card id 0)
ivtv-osd warning: Framebuffer is at decoder-relative address 0x00510000 and has 1704960 bytes.
ivtv-osd: screen coords: [0 0] -> [720 480]
ivtv-osd: original global alpha = 208
ivtv-osd: current OSD state = 39
ivtv-osd: new global alpha = 208 (1 255 0)
ivtv-osd: framebuffer at 0xf9510000, mapped to 0xd1810000, size 1350k
ivtv-osd: mode is 720x480x32, linelength=2880
ivtv-osd: fb0: iTVC15 TV out frame buffer device



startx:
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-hardened-r15 i686 [ELF]
Current Operating System: Linux ironmaiden 2.6.11-hardened-r15 #5 SMP Wed Sep 14 12:16:07 CDT 2005 i686
Build Date: 21 September 2005
        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 Sep 29 00:18:22 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
        bitsPerPixel=32, depth=24, defaultVisual=TrueColor
        mask: ff0000,ff00,ff, offset: 16,8,0
(EE) IVTVDEV(0): FBIOBLANK: Invalid argument
(EE) IVTVDEV(0): FBIOPAN_DISPLAY: Invalid argument
Required symbol shadowAdd from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol shadowSetup from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol fbPictureInit from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol fbScreenInit from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol shadowAlloc from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!

Fatal server error:
Some required symbols were unresolved


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.


/var/log/Xorg.0.log:
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.11-hardened-r15 i686 [ELF]
Current Operating System: Linux ironmaiden 2.6.11-hardened-r15 #5 SMP Wed Sep 14 12:16:07 CDT 2005 i686
Build Date: 21 September 2005
        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 Sep 29 00:18:22 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "NTSC Monitor"
(**) |   |-->Device "Hauppauge PVR 350 iTVC15 Framebuffer"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1028,00d7 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,1132 card 1028,00d7 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 0000,0000 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 0000,0000 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 0000,0000 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1028,00d7 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:07:0: chip 4444,0803 card 0070,4000 rev 01 class 04,00,00 hdr 00
(II) PCI: 01:09:0: chip 10b7,9903 card 10b7,9903 rev 02 class 02,00,00 hdr 00
(II) PCI: 01:0a:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 01:0a:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 01:0c:0: chip 10b7,9200 card 1028,00d7 rev 78 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [1] -1  0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [2] -1  0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [3] -1  0       0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfd000000 - 0xfeffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corp. 82815 CGC [Chipset Graphics Controller] rev 2, Mem @ 0xf0000000/26, 0xff000000/19
(--) PCI: (1:7:0) unknown vendor (0x4444) unknown chipset (0x0803) rev 1, Mem @ 0xf8000000/26
(--) PCI: (1:10:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xf7fff000/12
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xfdfbfc00 - 0xfdfbfc7f (0x80) MX[B]
        [1] -1  0       0xf7ffe000 - 0xf7ffefff (0x1000) MX[B]
        [2] -1  0       0xfdfc0000 - 0xfdffffff (0x40000) MX[B]
        [3] -1  0       0xf7fff000 - 0xf7ffffff (0x1000) MX[B](B)
        [4] -1  0       0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [5] -1  0       0xff000000 - 0xff07ffff (0x80000) MX[B](B)
        [6] -1  0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [7] -1  0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [8] -1  0       0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [9] -1  0       0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [11] -1 0       0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
        [12] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [13] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfdfbfc00 - 0xfdfbfc7f (0x80) MX[B]
        [1] -1  0       0xf7ffe000 - 0xf7ffefff (0x1000) MX[B]
        [2] -1  0       0xfdfc0000 - 0xfdffffff (0x40000) MX[B]
        [3] -1  0       0xf7fff000 - 0xf7ffffff (0x1000) MX[B](B)
        [4] -1  0       0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [5] -1  0       0xff000000 - 0xff07ffff (0x80000) MX[B](B)
        [6] -1  0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [7] -1  0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [8] -1  0       0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [9] -1  0       0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [11] -1 0       0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
        [12] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [13] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfdfbfc00 - 0xfdfbfc7f (0x80) MX[B]
        [6] -1  0       0xf7ffe000 - 0xf7ffefff (0x1000) MX[B]
        [7] -1  0       0xfdfc0000 - 0xfdffffff (0x40000) MX[B]
        [8] -1  0       0xf7fff000 - 0xf7ffffff (0x1000) MX[B](B)
        [9] -1  0       0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [10] -1 0       0xff000000 - 0xff07ffff (0x80000) MX[B](B)
        [11] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [15] -1 0       0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [16] -1 0       0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [17] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [18] -1 0       0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
        [19] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [20] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.0.2
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.8.2, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ivtvdev"
(II) Loading /usr/lib/modules/drivers/ivtvdev_drv.o
(II) Module ivtv: vendor="The XFree86 Project"
        compiled for 4.3.0, module version = 0.8.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) IVTVDEV: driver for framebuffer: PVR-350
(II) Primary Device is: PCI 00:02:0
(--) Chipset PVR-350 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfdfbfc00 - 0xfdfbfc7f (0x80) MX[B]
        [6] -1  0       0xf7ffe000 - 0xf7ffefff (0x1000) MX[B]
        [7] -1  0       0xfdfc0000 - 0xfdffffff (0x40000) MX[B]
        [8] -1  0       0xf7fff000 - 0xf7ffffff (0x1000) MX[B](B)
        [9] -1  0       0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [10] -1 0       0xff000000 - 0xff07ffff (0x80000) MX[B](B)
        [11] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [15] -1 0       0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [16] -1 0       0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [17] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [18] -1 0       0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
        [19] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [20] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
(II) IVTVDEV(0): using default device
(II) resource ranges after probing:
        [0] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xfdfbfc00 - 0xfdfbfc7f (0x80) MX[B]
        [6] -1  0       0xf7ffe000 - 0xf7ffefff (0x1000) MX[B]
        [7] -1  0       0xfdfc0000 - 0xfdffffff (0x40000) MX[B]
        [8] -1  0       0xf7fff000 - 0xf7ffffff (0x1000) MX[B](B)
        [9] -1  0       0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [10] -1 0       0xff000000 - 0xff07ffff (0x80000) MX[B](B)
        [11] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [12] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [18] -1 0       0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [19] -1 0       0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [20] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [21] -1 0       0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
        [22] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [23] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [24] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [25] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) IVTVDEV(0): Depth 24, (**) framebuffer bpp 32
(==) IVTVDEV(0): RGB weight 888
(==) IVTVDEV(0): Default visual is TrueColor
(==) IVTVDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) IVTVDEV(0): Hardware: iTVC15 TV out (vidmem: 2025k)
(II) IVTVDEV(0): Checking Modes against framebuffer device...
(II) IVTVDEV(0):        mode "720x480" ok
(II) IVTVDEV(0): Checking Modes against monitor...
(--) IVTVDEV(0): Virtual size is 720x480 (pitch 720)
(**) IVTVDEV(0):  Mode "720x480": 34.6 MHz (scaled from 0.0 MHz), 37.2 kHz, 73.9 Hz
(II) IVTVDEV(0): Modeline "720x480"   34.56  720 752 840 928  480 484 488 504 -hsync -vsync
(==) IVTVDEV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(**) IVTVDEV(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf8000000 - 0xfbffffff (0x4000000) MX[B]
        [1] -1  0       0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [6] -1  0       0xfdfbfc00 - 0xfdfbfc7f (0x80) MX[B]
        [7] -1  0       0xf7ffe000 - 0xf7ffefff (0x1000) MX[B]
        [8] -1  0       0xfdfc0000 - 0xfdffffff (0x40000) MX[B]
        [9] -1  0       0xf7fff000 - 0xf7ffffff (0x1000) MX[B](B)
        [10] -1 0       0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
        [11] -1 0       0xff000000 - 0xff07ffff (0x80000) MX[B](B)
        [12] -1 0       0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [18] -1 0       0x0000ec00 - 0x0000ec7f (0x80) IX[B]
        [19] -1 0       0x0000ec80 - 0x0000ecff (0x80) IX[B]
        [20] -1 0       0x0000dc80 - 0x0000dcbf (0x40) IX[B]
        [21] -1 0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [22] -1 0       0x0000dcd0 - 0x0000dcdf (0x10) IX[B]
        [23] -1 0       0x0000ff80 - 0x0000ff9f (0x20) IX[B]
        [24] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [25] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [26] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
        bitsPerPixel=32, depth=24, defaultVisual=TrueColor
        mask: ff0000,ff00,ff, offset: 16,8,0
(EE) IVTVDEV(0): FBIOBLANK: Invalid argument
(EE) IVTVDEV(0): FBIOPAN_DISPLAY: Invalid argument
Required symbol shadowAdd from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol shadowSetup from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol fbPictureInit from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol fbScreenInit from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!
Required symbol shadowAlloc from module /usr/lib/modules/drivers/ivtvdev_drv.o is unresolved!

Fatal server error:
Some required symbols were unresolved


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.


ivtvctl -a:
Code:
ioctl IVTV_IOC_G_CODEC ok
Codec parameters
aspect      : 2
audio       : 0x00e9
bframes     : 3
bitrate_mode: 0
bitrate     : 8000000
bitrate_peak: 9600000
dnr_mode    : 0
dnr_spatial : 0
dnr_temporal: 8
dnr_type    : 0
framerate   : 0
framespergop: 15
gop_closure : 1
pulldown    : 0
stream_type : 14
ioctl VIDIOC_G_FMT ok
        Type   : Video Capture
        Width  : 720
        Height : 480
ioctl VIDIOC_QUERYCAP ok
        Driver name   : ivtv
        Card type     : WinTV PVR 350
        Bus info      : 0000:01:07.0
        Driver version: 777
        Capabilities  : 0x010700F3
ioctl: VIDIOC_ENUMINPUT
        Input   : 0
        Name    : Composite 0
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 1
        Name    : Composite 1
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 2
        Name    : Composite 2
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 3
        Name    : Composite 3
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 4
        Name    : Tuner 0
        Type    : 0x00000001
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x0000000000003000 ( NTSC )
        Status  : 0

        Input   : 5
        Name    : Composite 4
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 6
        Name    : S-Video 0
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 7
        Name    : S-Video 1
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 8
        Name    : S-Video 2
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0

        Input   : 9
        Name    : S-Video 3
        Type    : 0x00000002
        Audioset: 0x00000003
        Tuner   : 0x00000000
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
        Status  : 0
ioctl VIDIOC_G_INPUT ok
Video input = 4
ioctl: VIDIOC_ENUMOUTPUT
        Output  : 0
        Name    : S-Video + Composite
        Type    : 0x00000002
        Audioset: 0x00000001
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )

        Output  : 1
        Name    : Composite
        Type    : 0x00000002
        Audioset: 0x00000001
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )

        Output  : 2
        Name    : S-Video
        Type    : 0x00000002
        Audioset: 0x00000001
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )

        Output  : 3
        Name    : RGB
        Type    : 0x00000002
        Audioset: 0x00000001
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )

        Output  : 4
        Name    : YUV C
        Type    : 0x00000002
        Audioset: 0x00000001
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )

        Output  : 5
        Name    : YUV V
        Type    : 0x00000002
        Audioset: 0x00000001
        Standard: 0x00000000007F3FFF ( PAL NTSC SECAM )
ioctl VIDIOC_G_OUTPUT ok
Output = 0
ioctl: VIDIOC_ENUMAUDIO
        Input   : 0
        Name    : Tuner Audio In

        Input   : 1
        Name    : Audio Line In
ioctl VIDIOC_G_AUDIO ok
Audio input = 0: Tuner Audio In
ioctl VIDIOC_G_FREQUENCY ok
Frequency = 1076
ioctl: VIDIOC_ENUMSTD
        index       : 0
        ID          : 0x0000000000003000
        Name        : NTSC
        Frame period: 1001/30000
        Frame lines : 525

        index       : 1
        ID          : 0x00000000000000FF
        Name        : PAL
        Frame period: 1/25
        Frame lines : 625

        index       : 2
        ID          : 0x00000000007F0000
        Name        : SECAM
        Frame period: 1/25
        Frame lines : 625
ioctl VIDIOC_G_STD ok
Video standard = 0x00003000
ioctl: VIDIOC_QUERYCTRL
Brightness = 128
Contrast = 64
Saturation = 64
Hue = 0
Volume = 58880
Mute = 0


ivtvfbctl /dev/fb0:
Code:
Framebuffer state:
  Framebuffer state:       ON
  Global alpha:            ENABLED
  Local alpha:             disabled
  Flicker reduction:       ENABLED
  Global alpha value:      208
Active buffer:
  Offset:                  0x00000000
  Maximum offset:          0x00151800
  Horizontal stride:       720 32-bit words
  Vertical lines:          480 lines
  Coordinates (x, y):      0, 0

Framebuffer state:
  Framebuffer state:       ON
  Global alpha:            ENABLED
  Local alpha:             disabled
  Flicker reduction:       ENABLED
  Global alpha value:      208
Active buffer:
  Offset:                  0x00000000
  Maximum offset:          0x00151800
  Horizontal stride:       720 32-bit words
  Vertical lines:          480 lines
  Coordinates (x, y):      0, 0
Back to top
View user's profile Send private message
vladgrigorescu
Guru
Guru


Joined: 11 Jan 2005
Posts: 360

PostPosted: Fri Oct 14, 2005 3:19 pm    Post subject: Reply with quote

*bump* in the night...
Back to top
View user's profile Send private message
scox_nz
n00b
n00b


Joined: 16 Sep 2004
Posts: 7

PostPosted: Tue Nov 22, 2005 6:55 am    Post subject: Reply with quote

I have a working 350/x.org, so I may be able to help.

it looks like you have an extra bit in your xorg.conf
Quote:
Option "ivtv" "/dev/fb/0"

there were some old posts that talked about this - when I finally removed this it was the last thing to get it to work...

Relevant parts of my /etc/X11/xorg.conf file:
Code:


Section "Monitor"
 Identifier "Monitor0"
 VendorName "Monitor Vendor"
 ModelName "DELL 2005FPW"
 UseModes "16:10"
 HorizSync 30.0 - 83.0
 VertRefresh 56.0 - 75.0
 Option "dpms"
EndSection


Section "Monitor"
    Identifier  "PAL Monitor"
    HorizSync  30-68
    VertRefresh 50-120
    Mode "720x576"
    # D: 41.475 MHz, H: 44.693 kHz, V: 74.488 Hz
      DotClock 41.476
      HTimings 720 752 840 928
      VTimings 576 580 584 600
      Flags    "-HSync" "-VSync"
    EndMode
EndSection


Section "Device"
    Identifier  "RIVA TNT2"
    Driver "nvidia"
    BusID "PCI:1:0:0"
EndSection

Section "Device"
       Identifier  "Hauppauge PVR350"
       Driver      "ivtvdev"
       Option      "fbdev" "/dev/fb1"
       BusID "PCI:0:9:0"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "RIVA TNT2"
        Monitor "Monitor0"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes      "1680x1050" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
  Identifier  "TV Screen"
  Device      "Hauppauge PVR350"
  Monitor     "PAL Monitor"            # <-- select for PAL
  DefaultDepth 24
  DefaultFbbpp 32
  Subsection "Display"
    Depth 24
    FbBpp 32
    Modes "720x576"                    # <-- select for PAL
  EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen 0 "Screen 1"
    Screen 1 "TV Screen" RightOf "Screen 1"  # << (TV screen)
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection



I have also compiled my own copy of the ivtvdev driver - there is a guide here
http://www.gossamer-threads.com/lists/ivtv/devel/22358

Let me know if there is any other info you need

cheers,
S.C.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum