LinuxSir.cn,穿越时空的Linuxsir!

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

vbox 2D 加速问题

[复制链接]
发表于 2010-3-14 07:41:40 | 显示全部楼层 |阅读模式
vbox-3.1新增了一个2D加速功能,可我的vbox设置中此选项一直是灰色的,无法启用。在suse论坛看到有人说是可以启用的,不知道用vbox的各位是否关注过这个问题。

我怀疑是内核或显卡设置的问题。

kernel-2.6.33/x1300/xf86-video-ati-6.12.5

没有开kms,xorg.conf 中相关设置如下:

  1. Section "Device"
  2.         Identifier  "aticonfig-Device[0]-0"
  3.         Driver      "radeon"
  4.         Option          "EnablePageFlip" "on"
  5.         Option          "RenderAccel" "on"
  6.         # enable (partial) PowerPlay features
  7.         Option          "DynamicClocks" "on"
  8.         # use bios hot keys on thinkpad (aka fn+f7)
  9.         Option          "BIOSHotkeys" "on"
  10.         # enable radeon specific xinerama
  11.         Option          "MergedFB" "true"
  12.         Option          "CRT2Position" "RightOf"
  13.         Option          "CRT2Hsync" "50-75"
  14.         Option          "CRT2VRefresh" "30-82"
  15.         Option          "MetaModes" "1440x900-1024x768"
  16.         Option          "MergedNonRectangular" "true"
  17.         BusID       "PCI:1:0:0"
  18. EndSection
  19. Section "Extensions"
  20.         Option      "RENDER" "On"
  21.         Option      "Composite" "On"
  22.         Option      "XVideo" "On"
  23. EndSection

复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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