LinuxSir.cn,穿越时空的Linuxsir!

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

[似乎好点了 update 4]nvidia显卡,youku或tudou的视频全屏后出现花屏现象

[复制链接]
发表于 2011-1-28 16:28:44 | 显示全部楼层 |阅读模式
gentoo ~x86
gnome-light 2.32.1
x11-drivers/nvidia-drivers 269.19.36
xorg-server 1.9.3.901-r1
chromium 9.0.579.83
firefox-bin 3.6.36

具体表现为:当用全屏播放youku或者tudou(其他也一样)视频的时候,一开始还正常,当播放一段时间后(大约1分钟),然后视频上就出现一粒一粒的花点,然后安Esc退出全屏后,但花点一直留在屏幕上,再过一会儿,花点变多了,并且此时拖动任何窗口,会导致该窗口整块严重花屏。

早上内核重新编译过一次(添加akh5无线网卡驱动支持),在这之前我没测试过是不是正常(因为刚从xfce 4.8切换到gnome-light来,在xfce 4.8中似乎正常),但内核编译之后,我执行过了module-rebuild rebuild,重新又编译了一边nvidia-drivers,然后也update-modules,然后就重启就出现上述情况了。

大家有遇到过此类问题吗?

  1. MAKEOPTS="-j3"

  2. ACCEPT_KEYWORDS="~x86"

  3. FEATURES="ccache"
  4. CCACHE_DIR="/var/tmp/ccache"
  5. CCACHE_SIZE="2G"

  6. USE="-ipv6 -cups -spell cjk bash-completion"

  7. INPUT_DEVICES="evdev synaptics"
  8. VIDEO_CARDS="nvidia"
复制代码



  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         ModulePath   "/usr/lib/xorg/modules"
  9.         ModulePath   "/usr/lib/opengl/xorg-x11/extensions/"
  10.         FontPath     "/usr/share/fonts/misc/"
  11.         FontPath     "/usr/share/fonts/TTF/"
  12.         FontPath     "/usr/share/fonts/OTF/"
  13.         FontPath     "/usr/share/fonts/Type1/"
  14.         FontPath     "/usr/share/fonts/100dpi/"
  15.         FontPath     "/usr/share/fonts/75dpi/"
  16. EndSection

  17. Section "Module"
  18.         Load  "glx"
  19.         Disable  "dri2"
  20.         Load  "dbe"
  21.         Load  "extmod"
  22.         Disable  "dri"
  23.         Load  "record"
  24. EndSection

  25. Section "InputDevice"
  26.         Identifier  "Keyboard0"
  27.         Driver      "kbd"
  28. EndSection

  29. Section "InputDevice"
  30.         Identifier  "Mouse0"
  31.         Driver      "mouse"
  32.         Option            "Protocol" "auto"
  33.         Option            "Device" "/dev/input/mice"
  34.         Option            "ZAxisMapping" "4 5 6 7"
  35. EndSection

  36. Section "Monitor"
  37.         Identifier   "Monitor0"
  38.         VendorName   "Monitor Vendor"
  39.         ModelName    "Monitor Model"
  40. EndSection

  41. Section "Device"
  42.         Identifier  "Card0"
  43.         Driver      "nvidia"
  44.         BusID       "PCI:1:0:0"
  45. EndSection

  46. Section "Screen"
  47.         Identifier "Screen0"
  48.         Device     "Card0"
  49.         Monitor    "Monitor0"
  50.         SubSection "Display"
  51.                 Viewport   0 0
  52.                 Depth     1
  53.         EndSubSection
  54.         SubSection "Display"
  55.                 Viewport   0 0
  56.                 Depth     4
  57.         EndSubSection
  58.         SubSection "Display"
  59.                 Viewport   0 0
  60.                 Depth     8
  61.         EndSubSection
  62.         SubSection "Display"
  63.                 Viewport   0 0
  64.                 Depth     15
  65.         EndSubSection
  66.         SubSection "Display"
  67.                 Viewport   0 0
  68.                 Depth     16
  69.         EndSubSection
  70.         SubSection "Display"
  71.                 Viewport   0 0
  72.                 Depth     24
  73.         EndSubSection
  74. EndSection

  75. Section "Extensions"
  76.         Option        "Composite" "Enable"
  77. EndSection
复制代码



update: nvidia-drivers降级到260.19.29也还是有问题,但情况有有点不同,是视频残留画面,不像刚刚的花点。

update2:降级后,又重启试了几次,似乎没再出刚刚的问题了,具体是啥原因,还不知晓.

update3:同样的问题再次出现,youku视频全屏看了半天之后,再次出现一粒一粒的花点,接着拖动窗口,满屏幕花点,重启X之后还是一样,只有reboot之后,才会恢复正常。

update4:我把adobe-flash从10.2.161.23_pre20101117降到了10.1.102.64,现在似乎好点了,暂时还没出现问题。但是土豆视频全屏似乎老是有问题。

本帖子中包含更多资源

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

x
发表于 2011-1-28 17:10:54 | 显示全部楼层
NVS140M? 你的显卡快了。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-1-28 17:20:07 | 显示全部楼层
Post by sipingal;2126947
NVS140M? 你的显卡快了。。。。


我的是 GeForce 9300M GS
回复 支持 反对

使用道具 举报

发表于 2011-1-28 17:43:34 | 显示全部楼层
同9300,260驱动,没有问题
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-1-28 17:48:42 | 显示全部楼层
Post by delectate;2126952
同9300,260驱动,没有问题


www-client/chromium -gnome -gnome-keyring 这两个USE会不会有影响,我去掉这两个重新在编译...

刚刚nvidia-drivers降级到260.19.29之后,第一次重启出现过视频画面残余之后,现在试了几次竟然没有问题了,奇怪啊
回复 支持 反对

使用道具 举报

发表于 2011-1-28 18:13:57 | 显示全部楼层
n卡闭源已经很幸福了,不要奢求,a卡已经哭了很久了。

260不折腾中。。。vdpau偶尔看看1080p还是可以的,按了新驱动要重启x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-1-28 18:31:57 | 显示全部楼层
Post by delectate;2126957
n卡闭源已经很幸福了,不要奢求,a卡已经哭了很久了。

260不折腾中。。。vdpau偶尔看看1080p还是可以的,按了新驱动要重启x


网页中的flash视频是调用ffmpeg解码的吗? 刚那问题现在似乎好了。试了好多次再没出现过刚刚的情况。
回复 支持 反对

使用道具 举报

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

本版积分规则

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