LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: 不可不看

终于解决了天敏电视大师( SAA7130 )

[复制链接]
发表于 2003-10-6 01:59:12 | 显示全部楼层

回复: 求救:天敏电视大师(philips 7134)mandrake9下xawtv使用故障

最初由 andy_he 发表
偶在mandrake9安装天敏电视大师(philips 7134)的驱动后,使用xawtv调台有声音,但是没有图像,系统提示
This is xawtv-3.85, running on Linux/i686 (2.4.21-0.13mdk)
Xlib: extension "XFree86-DRI" missing on display ":0.0".
请问"XFree86-DRI"是个什么东东,怎么解决?谢谢!


是3D加速的,把/etc/X11/XF86Config-4文件中的Load "dri"功能打开,一般的情况下是打开的。一般的情况下只有安装显示卡的驱动才行。是什么显示卡??
发表于 2004-4-29 15:37:17 | 显示全部楼层
同样的问题呀,我的显示卡是腾达的,怎么进行安装呢
发表于 2004-4-29 22:36:02 | 显示全部楼层
最初由 shmilyluck 发表
同样的问题呀,我的显示卡是腾达的,怎么进行安装呢


兄弟要学会提问
一。芯片组???lspci
二。内核及系统的版本。
说一下,看有没有办法。。。

多谢。
发表于 2004-4-30 09:23:16 | 显示全部楼层
给北南南北兄添麻烦了,我的意思是说,我在redhat9升级到内核2.6.4之后,插上天敏2电视卡,运行xawtv后,也提示出了 "XFree86..."的问题,可我感觉那不是显卡3d加速的问题,而是一个bug;)
真是郁闷,为了那块卡,在各种试验环境下都试了,出的问题也不一样
发表于 2005-10-14 09:34:03 | 显示全部楼层
xawtv 安装问题:
   [root@localhost xawtv-3.91]# ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gccmakedep... no
checking for makedepend... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking dev/ic/bt8xx.h usability... no
checking dev/ic/bt8xx.h presence... no
checking for dev/ic/bt8xx.h... no
checking machine/ioctl_bt848.h usability... no
checking machine/ioctl_bt848.h presence... no
checking for machine/ioctl_bt848.h... no
checking for ftello... yes
checking for fseeko... yes
checking for getpt... yes
checking for getnameinfo... yes
checking for getopt_long... yes
checking for strcasestr... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for ELF... yes
checking for pthread_create in -lpthread... yes
checking for main in -lossaudio... no
checking for initscr in -lncurses... yes
checking for X... no
checking for jpeg_start_compress in -ljpeg... yes
checking for snd_seq_open in -lasound... no
checking for lirc_init in -llirc_client... no
checking for vbi_capture_fd in -lzvbi... no
checking for aa_autoinit in -laa... no
checking for dv_decoder_new in -ldv... no
checking for lqt_query_registry in -lquicktime... no
checking for XF86DGAQueryExtension in -lXxf86dga... no
checking for XF86VidModeQueryExtension in -lXxf86vm... no
checking for DPMSQueryExtension in -lXdpms... no
checking for DPMSQueryExtension in -lXext... no
checking for XineramaQueryExtension in -lXinerama... no
checking for XRenderQueryExtension in -lXrender... no
checking for XRRConfigCurrentConfiguration in -lXrandr... no
checking for XvQueryExtension in -lXv... no
checking for XmStringGenerate in -lXm... no
checking for glXChooseVisual in -lGL... no
checking for X11 config directory... /etc/X11
checking for X11 app-defaults directory... /usr/X11R6/lib/X11/app-defaults
checking if mmx should be used... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xawtv.spec
config.status: creating config.h
config.status: config.h is unchanged
[root@localhost xawtv-3.91]#
./configure 应该是成功了
但接下来 make 出现如下错误信息:
[root@localhost xawtv-3.91]# make
  CC      console/fbtv.o
In file included from console/fbtv.c:31:
./libng/grab-ng.h:28:1: warning: "bool" redefined
In file included from /usr/include/curses.h:143,
                 from console/fbtv.c:24:
/usr/lib/gcc/i386-redhat-linux/4.0.1/include/stdbool.h:36:1: warning: this is the location of the previous definition
console/fbtv.c:190: 错误:对 ‘snapbase’ 的静态声明出现在非静态声明之后
./common/commands.h:53: 错误:‘snapbase’ 的上一个声明在此
console/fbtv.c: 在函数 ‘text_out’ 中:
console/fbtv.c:329: 警告:传递参数 4 (属于 ‘fs_puts’) 给指针时目标与指针有/无符 号不一致
console/fbtv.c: 在函数 ‘text_width’ 中:
console/fbtv.c:335: 警告:传递参数 2 (属于 ‘fs_textwidth’) 给指针时目标与指针有/无符号不一致
console/fbtv.c: 在函数 ‘main’ 中:
console/fbtv.c:801: 警告:对指针赋值时目标与指针有/无符号不一致
make: *** [console/fbtv.o] 错误 1
请各位高手指点.
先谢了.
回复 支持 反对

使用道具 举报

发表于 2005-10-15 11:47:56 | 显示全部楼层
作者: kenzgzcn
我的大师3 是这样做的,可能是bug,真晕倒!
1. modprobe -r saa7134
2. modprobe saa7134 card=3
3. modprobe -r saa7134
4. modprobe saa7134 card=4 声音打开了,但没图像
5. modprobe -r saa7134
6. modprobe saa7134 card=3 正常了


真是奇怪啊,这样居然声音就出来了!只是噪声太大。图像比在WIN下更好。我的卡是电视大师II

搜索下论坛,发现数个这类帖子。强烈建议版主置顶。
回复 支持 反对

使用道具 举报

发表于 2007-7-28 16:33:23 | 显示全部楼层

天敏电视卡安装问题

1.声音无法调整==无发解决。
2.文字反的 ===这个解决了。是因为在设置时 mirror=off就好了。
3.xawtv播放不能全屏,==好了装了nv显卡驱动了。
4.关闭之后依然有声音,即使是在字符状态下。====无发解决。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2007-7-29 14:43:15 | 显示全部楼层
请告知高手指点/
回复 支持 反对

使用道具 举报

发表于 2007-7-29 17:36:20 | 显示全部楼层
http://forum.ubuntu.org.cn/viewtopic.php?t=11968

最好还是打补丁重新编下内核
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表