Here's my full xorg.conf.  Thanks!
----------------------------------------- START

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 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.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath  
"/usr/X11R6/lib/modules/extensions/nvidia"
        ModulePath  
"/usr/X11R6/lib/modules/extensions"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
#        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
        Load  "GLcore"
        Load  "vbe"
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      "keyboard"
        Option      "XkbRules" "xfree86"
        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" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse
then
# this input device can be used in AlwaysCore mode to
let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier  "NTSC Monitor"
        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  "Hauppauge PVR 350 iTVC15
Framebuffer"
        Driver      "ivtvdev"
        #Driver      "fbdev"

        ### change fb0 to whatever your card grabbed
        Option      "fbdev" "/dev/fb0"

        ### change the BusID to whatever is reported
by lspci, specify it as hex
.
        BusID "0:08:0"
        Option "VideoOverlay" "on"
        Option "XVideo" "on"
EndSection

Section "Screen"
        Identifier  "Screen0"
        Device      "Hauppauge PVR 350 iTVC15
Framebuffer"
        Monitor     "NTSC Monitor"
        DefaultDepth 24
        DefaultFbbpp 32
        Subsection "Display"
          Depth 24
          FbBpp 32
          Modes "720x480"
        EndSubsection
        Option "VideoOverlay" "on"
        Option "XVideo" "on"
EndSection

Section "DRI"
        Group        0
        Mode         0666
endSection

----------------------------------------- END
--- John Harvey <[EMAIL PROTECTED]> wrote:

> Not sure. I'm aware of one other person with the
> same xorg problem. Can you
> mail me your complete xorg.conf and I will
> investigate tonight.
> 
> John
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> [mailto:ivtv-devel-
> > [EMAIL PROTECTED] On Behalf Of Nicholas
> Gibson
> > Sent: 18 May 2005 03:41
> > To: [email protected]
> > Subject: Re: [ivtv-devel] Re: Xdriver v0.10 fixed
> xv support
> > 
> > Sorry,
> > 
> > I should have added more information.  How would
> you
> > enable Xv for a hauppauge 350 card.
> > My Xorg log shows that the Xvideo extension is
> being
> > loaded but xvinfo still shows an error...
> > 
> > This is from the Xorg.0.log:
> > 
> > (II) Loading extension XVideo
> > (II) Loading extension XVideo-MotionCompensation
> > 
> > [EMAIL PROTECTED] X11]# xvinfo
> > Xlib:  extension "XVideo" missing on display
> > "localhost:12.0".
> > xvinfo: No X-Video Extension on localhost:12.0
> > 
> > This is the Device section from my xorg.conf:
> > 
> > Section "Device"
> >         Identifier  "Hauppauge PVR 350 iTVC15
> > Framebuffer"
> >         Driver      "ivtvdev"
> >         #Driver      "fbdev"
> > 
> >         ### change fb0 to whatever your card
> grabbed
> >         Option      "fbdev" "/dev/fb0"
> > 
> >         ### change the BusID to whatever is
> reported
> > by lspci, specify it as hex
> > .
> >         BusID "0:08:0"
> >         Option "VideoOverlay" "on"
> >         Option "XVideo" "1"
> > EndSection
> > 
> > --- Nicholas Gibson <[EMAIL PROTECTED]> wrote:
> > 
> > > Stupid question....  how did you enable Xv in
> your
> > > xorg.conf file?
> > >
> > > Thanks
> > >
> > > --- Jelle <[EMAIL PROTECTED]> wrote:
> > > > Oops, spoke too soon. It did look like it
> needed
> > > > less CPU in X though.
> > > >
> > > > But, I didn't have XV enabled in my
> > > > /etc/X11/XF86Config-4, so I enabled
> > > > it, and now when I try to playback (mythtv
> cvs), I
> > > > just get a black
> > > > screen and these messages in the dmesg:
> > > >
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > >
> > > > Note that I don't use the PVR350 mpeg decoder
> at
> > > all
> > > > anymore (mythtv
> > > > doesn't do timestretch for that).
> > > >
> > > > I tried dd-ing an mpeg2 file to /dev/video16,
> but
> > > > that didn't help.
> > > > Actually, the whole thing locked up not long
> after
> > > > that:
> > > >
> > > >
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Tried to open YUV output device but need
> to
> > > > send data to mpeg
> > > > decoder before it can be used
> > > > ivtv: Allocate DMA stream 5 using 16 65536
> byte
> > > > buffers  1048576 kbytes
> > > > total
> > > > ivtv: Allocate DMA stream 6 using 1024 2048
> byte
> > > > buffers  1048576 kbytes
> > > > total
> > > > ivtv: 1000 ms time out waiting for firmware
> > > > ivtv: Failed api call 0x00000044 with result
> > > > 0xfffffff0
> > > >
> > > >
> > > >
> > > >
> > > > Jelle.
> > > >
> > > > Jelle wrote:
> > > > > John Harvey wrote:
> > > > >
> > > > >> Here's the binary xdriver v0.10.
> > > > >> This fixes non-full height video playback
> and
> > > > centers videos with a black
> > > > >> border surrounding them.
> > > > >> It reverts the normal drawing code to
> exactly
> > > the
> > > > same as 0.8 so
> > > > >> should fix
> > > > >> the odd redraw problem.
> > > > >> It is built against XFree86 4.3 so should
> be
> > > > usable by most people.
> > > > >>
> > > > >> Any more problems please continue to let me
> > > know.
> > > > >
> > > > >
> > > > > Works great here too.
> > > > >
> > > > > Great work John!
> > > > >
> > > > > Jelle.
> > > > >
> > > > >>
> > > > >> John
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> 
=== message truncated ===



                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to