LinuxSir.cn,穿越时空的Linuxsir!

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

升级到xserver-xorg 1.6后xorg.conf用手动加什么参数么?

[复制链接]
发表于 2009-3-11 11:55:10 | 显示全部楼层 |阅读模式
升级到1.6后,需要在xorg.conf中加入什么特别参数来提升显卡性能么?
那个什么exa dri2什么的都是自动加载的么?
我的是ATI9800的老显卡,用开源驱动,各位用A卡兄弟都在xorg.conf添加了什么参数没?
发表于 2009-3-11 12:38:40 | 显示全部楼层
貌似不用做什么修改
只是要重新启用无敌三键
Section "ServerFlags"
Option "DontZap" "false"
EndSection
http://www.linuxsir.cn/bbs/thread345344.html 9楼
回复 支持 反对

使用道具 举报

发表于 2009-3-12 00:48:48 | 显示全部楼层
默认貌似还是用的xaa。所以需要定义

  1. Section "ServerLayout"
  2.         Identifier        "Xorg Configured"
  3.         Screen              0  "w340e" 0 0
  4. EndSection

  5. Section "Device"
  6.         Identifier  "x700"
  7.         Driver                "radeon"
  8.         VendorName        "ATI Technologies Inc"
  9.         BoardName        "ATI Mobility Radeon X700"

  10. [b]        Option                "AccelMethod" "EXA"[/b]
  11.         Option                "AccelDFS"        "on"
  12.         Option                "BackingStore" "on"
  13.         Option                "RenderAccel" "on"
  14.         Option                "ColorTiling" "on"
  15.         Option                "EnablePageFlip" "on"
  16.         Option                "GARTSize"        "64"
  17.         Option          "DynamicClocks" "on"        # enable (partial) PowerPlay features
  18. EndSection

  19. Section "Screen"
  20.         Identifier "w340e"
  21.         Device     "x700"
  22.         DefaultDepth     24
  23.         SubSection "Display"
  24.                 Viewport   0 0
  25.         #        Depth        24
  26.         #        Modes        "1280x800"
  27.         EndSubSection
  28. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2009-3-12 01:11:28 | 显示全部楼层
Post by jarryson;1959662
默认貌似还是用的xaa。所以需要定义
  1. Section "ServerLayout"
  2.     Identifier    "Xorg Configured"
  3.     Screen          0  "w340e" 0 0
  4. EndSection
  5. Section "Device"
  6.     Identifier  "x700"
  7.     Driver        "radeon"
  8.     VendorName    "ATI Technologies Inc"
  9.     BoardName    "ATI Mobility Radeon X700"
  10. [b]    Option        "AccelMethod" "EXA"[/b]
  11.     Option        "AccelDFS"    "on"
  12.     Option        "BackingStore" "on"
  13.     Option        "RenderAccel" "on"
  14.     Option        "ColorTiling" "on"
  15.     Option        "EnablePageFlip" "on"
  16.     Option        "GARTSize"    "64"
  17.     Option          "DynamicClocks" "on"    # enable (partial) PowerPlay features
  18. EndSection
  19. Section "Screen"
  20.     Identifier "w340e"
  21.     Device     "x700"
  22.     DefaultDepth     24
  23.     SubSection "Display"
  24.         Viewport   0 0
  25.     #    Depth    24
  26.     #    Modes    "1280x800"
  27.     EndSubSection
  28. EndSection
复制代码

在intel显卡上好像默认是EXA了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-3-12 11:40:00 | 显示全部楼层
谢谢三楼,回去试试看。
不知道N卡的,也要Option        "AccelMethod" "EXA"这句么?
回复 支持 反对

使用道具 举报

发表于 2009-3-12 11:56:41 | 显示全部楼层
我用的N卡

加了这句没用,log里写着no use
回复 支持 反对

使用道具 举报

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

本版积分规则

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