[mythtv-users] X and 350

Monkey Pet monkeypet at gmail.com
Tue Jul 12 18:52:04 EDT 2005


I upgrade from fedora1->fedora2->fedora4... the box just keeps on
running for me.  On my upgrade from fedora2->fedora4, I had problems
with the busID, but was able to specify it in dec instead of hex.


snippets of xorg.conf:

Section "ServerLayout"

        Screen  0 "TV Screen" 0 0
#       InputDevice    "Dummy0" "CorePointer"
        Identifier     "Default Layout"
#       Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
        Option      "AllowMouseOpenFail" "true"
        Option      "NoPM" "true"
        Option      "BlankTime" "0"
EndSection

Section "Screen"
        Identifier "TV Screen"
        Device     "Hauppauge PVR 350 iTVC15 Framebuffer"
        Monitor    "NTSC Monitor"
        DefaultDepth     24
        DefaultFbBPP     32
        SubSection "Display"
                Depth     24
                FbBPP     32
                Modes    "720x480"
        EndSubSection
EndSection

Section "Device"

#        Driver      "fbdev"
        ### change fb1 to whatever number you got in the previous section
        ### output of lspci is hex, so add a preceding "0x" to the BusID
        Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver      "ivtvdev"
        Option      "fbdev" "/dev/fb0"
        ### change the busid to whatever is reported by lspci. Note that
#       BusID       "0:0x0f:0"
        BusID       "0:15:0"
EndSection

/etc/modprobe.conf:
(alot of obsolete parameters here)

[root at mythtv ~]# cat /etc/modprobe.conf
# Note: for use under 2.4, changes must also be made to modules.conf!
alias eth0 sis900
alias usb-controller ohci-hcd
alias char-major-61-* lirc_i2c
alias char-major-81-* videodev
alias char-major-81-0 ivtv
options ivtv ivtv_debug=1 tuner=2
# options saa7127 enable_output=1 output_select=0
# options saa7127
options tuner type=2
options msp3400 once=0 simpler=1 simple=0
alias char-major-116-* snd
alias snd-card-0 snd-intel8x0
alias char-major-14-* soundcore
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias wlan0 ndiswrapper
install ivtv { /sbin/modprobe msp3400; /sbin/modprobe saa7115;
/sbin/modprobe saa7127; /sbin/modprobe tuner; } ; /sbin/modprobe
--first-time --ignore-install ivtv && { /sbin/modprobe ivtv-fb;
/bin/true; }
remove ivtv { /sbin/modprobe -r ivtv-fb; } ; /sbin/modprobe -r
--first-time --ignore-remove ivtv && { /sbin/modprobe -r msp3400;
/sbin/modprobe -r saa7115; /sbin/modprobe -r saa7127; /sbin/modprobe
-r tuner; /bin/true; }


More information about the mythtv-users mailing list