还是Intel GMA900 ,mplayer不支持xv输出的说[已解决]

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

还是Intel GMA900 ,mplayer不支持xv输出的说[已解决]

#1

帖子 INUYASHA » 2007-11-02 16:16

主板 Intel 910GML 显卡 Intel GMA900
显示器:LCD 14.1 宽屏

xorg.conf文件内容为

代码: 全选

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"vesa"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-96
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1920x1440"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

# 打开xorg.conf中的混色开关
Section "Extensions"
    Option  "Composite"  "Enable"
EndSection
从该文件中 粗看好像没有识别出Intel GMA 900显卡的说

不知要如何处理亚
上次由 INUYASHA 在 2007-11-03 19:46,总共编辑 1 次。
头像
iblicf
帖子: 3766
注册时间: 2007-01-15 17:15

#2

帖子 iblicf » 2007-11-02 16:19

没有装这个试试? xserver-xorg-video-intel
ltkun
帖子: 1340
注册时间: 2006-01-10 19:09

#3

帖子 ltkun » 2007-11-02 16:38

Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

你确定你安装完全了
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#4

帖子 INUYASHA » 2007-11-02 20:16

xserver-xorg-video-intel 装了的说
panchoat
帖子: 90
注册时间: 2007-10-19 21:15

#5

帖子 panchoat » 2007-11-02 20:18

sed -i -e 's/vesa/intel/g' /etc/X11/xorg.conf

然后试试。
mplayer打了xv补丁后可以在compiz下用xv的。不过我记得ubuntu已经打过了。
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#6

帖子 INUYASHA » 2007-11-02 21:05

郁闷呀

我自作聪明将xsever-xorg-video -*全部卸载le
重装xorg 和xsever-xorg-video -intel 和915resolution

X进不了了 5555555~~~~~~

而且 命令模式中中文显示不了 不知怎样切换到英文模式

另:以前xsever-xorg-video -*
amd ati 几乎都自动装上了

现在不知道怎么做了
panchoat
帖子: 90
注册时间: 2007-10-19 21:15

#7

帖子 panchoat » 2007-11-02 21:13

export LC_ALL=C
重复我上面的。之后就能经x的。
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#8

帖子 INUYASHA » 2007-11-02 21:53

panchoat 写了:export LC_ALL=C
重复我上面的。之后就能经x的。
谢了 mplayer(smplayer)能用xv模式了

另:在smplayer播放时
在屏幕上右击,弹出的右键菜单周围有一圈蓝的的东东
正常吗
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#9

帖子 INUYASHA » 2007-11-02 22:00

原理似乎是
xorg.conf文件中
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
将vesa改为intel的说
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#10

帖子 INUYASHA » 2007-11-02 22:26

又有新问题了
mplayer用了xv模式后
色彩有问题亚 字也模糊了
头像
INUYASHA
帖子: 366
注册时间: 2007-03-16 15:42

#11

帖子 INUYASHA » 2007-11-03 19:31

INUYASHA 写了: 另:在smplayer播放时
在屏幕上右击,弹出的右键菜单周围有一圈蓝的的东东
正常吗
关闭xfce 的 窗口加强混合设置
INUYASHA 写了:又有新问题了
mplayer用了xv模式后
色彩有问题亚 字也模糊了
调节合理的对比度 并设为默认值
gldbf
帖子: 14
注册时间: 2007-03-19 12:28

#12

帖子 gldbf » 2008-01-12 17:12

INUYASHA 写了:
panchoat 写了:export LC_ALL=C
重复我上面的。之后就能经x的。
谢了 mplayer(smplayer)能用xv模式了

另:在smplayer播放时
在屏幕上右击,弹出的右键菜单周围有一圈蓝的的东东
正常吗

可以请问一下具体怎么操作吗?
我的mplayer倒是可以用xv,但smplayer不行,有声音,不过图像只有调整设置或移动窗口的瞬间才有。
本来一直用x11也没什么,但是一看1024系列的影片CPU就有点扛不住了。
回复