LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1472|回复: 14

用totem看视频时把画面放大或者全屏的时候,有很严重的锯齿

[复制链接]
发表于 2006-6-3 23:36:18 | 显示全部楼层 |阅读模式
显卡驱动也装好了,是什么原因呢?
发表于 2006-6-3 23:53:14 | 显示全部楼层
要設定 ~/.gnome2/totem_config

http://paste.ubuntu.org.cn/357
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-4 00:23:37 | 显示全部楼层
Post by matthewlam64
要設定 ~/.gnome2/totem_config

http://paste.ubuntu.org.cn/357

你好matthewlam64
把你的帖子拷过来直接覆盖,好像稍好点,但还是有锯齿。。。。。
回复 支持 反对

使用道具 举报

发表于 2006-6-4 00:43:21 | 显示全部楼层
那可能是用不了Xv 顯示輸出 ( XVideo ), 只用了 Xshm 顯示輸出了, 能貼個 /etc/X11/xorg.conf  出來嗎 ?

Post by tonytop
你好matthewlam64
把你的帖子拷过来直接覆盖,好像稍好点,但还是有锯齿。。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-4 01:04:03 | 显示全部楼层

这是我的xorg.conf

# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

        # path to defoma fonts
        FontPath     "/usr/share/X11/fonts/misc"
        FontPath     "/usr/share/X11/fonts/cyrillic"
        FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/X11/fonts/Type1"
        FontPath     "/usr/share/X11/fonts/100dpi"
        FontPath     "/usr/share/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
EndSection

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

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

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "stylus"
        Driver      "wacom"
        Option            "Device" "/dev/wacom"          # Change to
        Option            "Type" "stylus"
        Option            "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "eraser"
        Driver      "wacom"
        Option            "Device" "/dev/wacom"          # Change to
        Option            "Type" "eraser"
        Option            "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "cursor"
        Driver      "wacom"
        Option            "Device" "/dev/wacom"          # Change to
        Option            "Type" "cursor"
        Option            "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
        Identifier   "L1715S"
        Option            "DPMS"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
        Driver      "ati"
        BusID       "CI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies, Inc. RV350 AS [Radeon 9600]"
        Monitor    "L1715S"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-6-4 15:49:24 | 显示全部楼层
試試 cat /etc/log/Xorg.0.log | grep XVideo
看看有沒有 :

(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation

有就應該可以用 XVideo 顯示輸出的, 否則就不行, 要找高人指點了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-4 16:20:27 | 显示全部楼层
找到了,和你说的一样啊
cat /var/log/Xorg.0.log | grep XVideo
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation

为什么锯齿依然?
回复 支持 反对

使用道具 举报

发表于 2006-6-4 18:45:47 | 显示全部楼层
會不會是你用 totem-gstreamer ? 有沒有裝 tetom-xine ?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-4 18:47:32 | 显示全部楼层
是totem呀,你看看这个
sudo apt-get install totem-xine
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
totem-xine 已经是最新的版本了。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
回复 支持 反对

使用道具 举报

发表于 2006-6-4 18:50:19 | 显示全部楼层
那要找高人了

Post by tonytop
是totem呀,你看看这个
sudo apt-get install totem-xine
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
totem-xine 已经是最新的版本了。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
回复 支持 反对

使用道具 举报

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

本版积分规则

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