LinuxSir.cn,穿越时空的Linuxsir!

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

ATI9600M显卡,vlc播放媒体文件,字幕字体偏大,怎么办?(已解决)

[复制链接]
发表于 2008-4-21 21:52:24 | 显示全部楼层 |阅读模式
这是个头大的问题,google了也没有结果,事情是这样的:
一直用vlc来播放avi、mkv等媒体文件,用过的电脑的显卡有ati m6(很老的,8Mddr显存)、nv gf5200go(32M),这些播放是没有任何字幕的问题的,但是换了电脑,显卡ati 9600M(128M),结果字幕字体奇大无比,怎么调节字体大小都没有用,不知道诸位碰到这种状况没有?
发表于 2008-4-22 10:05:36 | 显示全部楼层
是不是显卡的驱动没有装好?

能看电影应该就能显示文字,

你的其他方面和字体有关的配置有没有可能影响到字幕的显示?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-22 10:20:52 | 显示全部楼层
装了8.4的驱动了,不过用fglrxinfo一看,似乎没装上,但是使用起来也没啥特别的不妥,就是这个字幕字体有点让我不能释怀,不过smplayer可以对付,vlc这个设置也是非常复杂,不想动得太多。
以下是fglrxinfo的信息:
$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.3)
安装指南都看了,也搞不清楚究竟哪儿出问题了,还是nvidia的卡好使。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-22 20:36:20 | 显示全部楼层
终于解决这个问题,重新安装了ati驱动,不过安装方式不一样,步骤如下:
1、下载ati官方驱动程序包xxx .run,置于/usr/src下
2、到http://kanotix.com/files/下下载install-fglrx-debian.sh,注意更新日期,要最新的
3、退出图形桌面,在文本模式下运行install-fglrx-debian.sh
4、一切会自动完成(包括配置xorg.conf)
注意,它生成的是ubuntu版本的deb包,然后安装的,其实是xorg.conf文件略又不同而已,附上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 "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
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" "ImPS/2"
        Option            "Emulate3Buttons" "true"
EndSection

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

Section "Monitor"
        Identifier   "Generic LCD Monitor"
        HorizSync    28.0 - 84.0
        VertRefresh  43.0 - 60.0
        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 [Mobility Radeon 9600 M10]"
        Driver      "fglrx"
        Option      "UseInternalAGPGART" "no"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        Option      "MonitorLayout" "LVDS, AUTO"
        Option            "UseFBDev" "true"
        BusID       "CI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "UseInternalAGPGART" "no"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        Option      "MonitorLayout" "LVDS, AUTO"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
        Monitor    "Generic LCD Monitor"
        DefaultDepth 24
        SubSection "Display"
                Modes    "1680x1050"
        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 "Extensions"
        Option        "Composite"        "1"
#        Option        "RENDER"        "1"
EndSection
回复 支持 反对

使用道具 举报

发表于 2008-4-22 21:22:22 | 显示全部楼层
恭喜,恭喜,不过你的问题很诡异。以后用A卡的时候我的记着点你的经历。
回复 支持 反对

使用道具 举报

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

本版积分规则

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