My distribution: Linux SUSE 9.3 Pro
I get a picture using # ivtvfbctl /dev/fb1 -alpha -on -globalalpha -nolocalalpha, but it's streched several times diagonally across the screen, and the colors are sometimes black-and-white, sometimes in color. I tried to follow this guide: http://ivtv.writeme.ch/tiki-index.php?page=TvOutPal and this guide: http://ivtv.writeme.ch/tiki-index.php?page=TvOutHowto But I get errors and warnings using the /etc/modprobe.conf.local of http://ivtv.writeme.ch/tiki-index.php?page=TvOutPal when modprobing.

I had to change some lines in the /etc/modprobe.conf.local of http://ivtv.writeme.ch/tiki-index.php?page=TvOutPal otherwise it refused to take it at all. I altered line No. 6 and 8 from the top.
------------------------------------------------------------------------------------
The /etc/modprobe.conf.local of http://ivtv.writeme.ch/tiki-index.php?page=TvOutPal:
------------------------------------------------------------------------------------
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 bttv
alias /dev/v4l ivtv
options ivtv ivtv_debug=1 ivtv_pal=1 tuner=5
options tuner pal=1
options saa7127 enable_output=1 output_select=0 pal=1
options msp3400 simple=1
add below ivtv msp3400 saa7115 saa7127 tuner
add above ivtv lirc_dev lirc_i2c ivtv-fb
post-install ivtv /usr/local/bin/test_ioctl -d /dev/video0 -u 0xff
---------------------------------------------------------------------
My /etc/modprobe.conf.local:
---------------------------------------------------------------------
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-1 bttv
alias /dev/v4l ivtv
options ivtv ivtv_debug=1 tuner=5
options tuner pal=1
options saa7127
options msp3400 simple=1
add below ivtv msp3400 saa7115 saa7127 tuner
add above ivtv lirc_dev lirc_i2c ivtv-fb
post-install ivtv /usr/local/bin/test_ioctl -d /dev/video0 -u 0xff

I still get the warnings:
-------------------------
SuSEBurken:~ # modprobe saa7127
WARNING: saa7127 line 11: ignoring bad line starting with 'options'
WARNING: w ivtv msp3400 saa7115 saa7127 tuner line 13: ignoring bad line starting with 'add'
WARNING: e ivtv lirc_dev lirc_i2c ivtv-fb line 14: ignoring bad line starting with 'add'
WARNING: tall line 15: ignoring bad line starting with 'post-install'

The picture appears when I do the following:
--------------------------------------------
# modprobe ivtv-fb
# rmmod saa7127
# modprobe saa7127
# /usr/local/bin/ivtvctl -u 0xff -p 6
# ivtvfbctl /dev/fb1 -alpha -on -globalalpha -nolocalalpha
# ivtvctl -K 1

The test image appears fine if I do:
# modprobe saa7127 test_image=1

/Lars

P.S. I live in Sweden/Europe D.S.
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to