LinuxSir.cn,穿越时空的Linuxsir!

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

Ati X700,求xorg.conf

[复制链接]
发表于 2008-4-14 10:26:12 | 显示全部楼层 |阅读模式
如题,闭源驱动,求能开compiz的xorg.conf。
我开compiz巨卡,完全不能用,
 楼主| 发表于 2008-4-14 10:28:02 | 显示全部楼层
晕,我还没打完 ,按错健了。
我的xorg.conf有点混乱了,想看看大家的。
我3D没问题,玩游戏比如魔兽等还算流畅。
回复 支持 反对

使用道具 举报

发表于 2008-4-14 17:47:37 | 显示全部楼层
问问楼上你是用什么软件打的魔兽呀。我的wine war3老有问题。。
回复 支持 反对

使用道具 举报

发表于 2008-4-14 18:09:32 | 显示全部楼层
这个东西。。最好还是看wiki。。而且xorg.conf一搜一大堆,论坛大多有讲用法,只能说你太懒

x700 移动版,compiz还比较流畅。这个还是看内存的把?没有什么注释,不知道的搜索一下吧。。呵呵


  1. Section "ServerLayout"
  2.         Identifier        "Xorg Configured"
  3.         Screen              0  "Screen0" 0 0
  4.         InputDevice        "Keyboard0" "CoreKeyboard"
  5.         InputDevice        "USB Mouse" "CorePointer"
  6.         InputDevice        "Touchpad"  "SendCoreEvents"
  7.         Option                "AIGLX" "on"
  8.         Option                 "StandbyTime" "5"
  9.         Option                "SuspendTime" "6"
  10.         Option                "OffTime" "7"
  11. EndSection

  12. Section "Files"

  13. #        FontPath     "/usr/share/fonts/75dpi:unscaled"
  14. #        FontPath     "/usr/share/fonts/75dpi"
  15. #        FontPath     "/usr/share/fonts/100dpi:unscaled"
  16. #        FontPath     "/usr/share/fonts/100dpi"
  17. #        FontPath     "/usr/share/fonts/Type1"
  18. #        FontPath     "/usr/share/fonts/truetype"
  19.         RgbPath      "/usr/share/X11/rgb"
  20.         ModulePath   "/usr/lib/xorg/modules"
  21.         FontPath     "/usr/share/fonts/misc:unscaled"
  22.         FontPath     "/usr/share/fonts/misc"
  23.         FontPath     "/usr/share/fonts/mac"
  24.         FontPath     "/usr/share/fonts/TTF"
  25.         FontPath     "/usr/share/fonts/extra"
  26.         FontPath     "/usr/share/fonts/vista"
  27.         FontPath     "/usr/share/fonts/xp"
  28. EndSection

  29. Section "Module"
  30. #        Load  "ddc"  # ddc probing of monitor
  31.         Load  "dbe"
  32.         Load  "dri"
  33.         Load  "extmod"
  34.         Load  "glx"
  35.         Load  "bitmap" # bitmap-fonts
  36.         Load  "freetype"
  37.         Load  "record"
  38.         Load  "synaptics"
  39. EndSection

  40. Section "ServerFlags"
  41.         Option            "AllowMouseOpenFail" "true"
  42. EndSection

  43. Section "InputDevice"
  44.         Identifier  "Keyboard0"
  45.         Driver      "keyboard"
  46.         Option            "CoreKeyboard"
  47.         Option            "XkbRules" "xorg"
  48.         Option            "XkbModel" "pc105"
  49.         Option            "XkbLayout" "us"
  50. #        Option      "XkbVariant" "nodeadkeys"
  51. EndSection

  52. Section "InputDevice"
  53.         Identifier  "USB Mouse"
  54.         Driver      "mouse"
  55.         Option            "Device" "/dev/input/mice"
  56.         Option            "SendCoreEvents" "true"
  57.         Option            "Protocol" "IMPS/2"
  58.         Option            "ZAxisMapping" "4 5"
  59.         Option            "Buttons" "5"
  60. EndSection

  61. Section "InputDevice"
  62.         Identifier  "PS/2 Mouse"
  63.         Driver      "mouse"
  64.         Option      "Protocol" "auto"
  65.         Option          "ZAxisMapping"          "4 5"
  66.         Option      "Device" "/dev/psaux"
  67.         Option      "Emulate3Buttons" "true"
  68.         Option      "Emulate3Timeout" "70"
  69.         Option            "SendCoreEvents"  "true"
  70. EndSection

  71. Section "InputDevice"
  72.         Identifier      "Touchpad"
  73.         Driver          "synaptics"
  74.         Option  "Device"        "/dev/input/mouse0"
  75.         Option  "Protocol"      "auto-dev"
  76.         Option  "LeftEdge"      "1700"
  77.         Option  "RightEdge"     "5300"
  78.         Option  "TopEdge"       "1700"
  79.         Option  "BottomEdge"    "4200"
  80.         Option  "FingerLow"     "25"
  81.         Option  "FingerHigh"    "30"
  82.         Option  "MaxTapTime"    "180"
  83.         Option  "MaxTapMove"    "220"
  84.         Option  "VertScrollDelta" "100"
  85.         Option  "MinSpeed"      "0.06"
  86.         Option  "MaxSpeed"      "0.12"
  87.         Option  "AccelFactor" "0.0010"
  88.         Option  "SHMConfig"     "on"
  89. EndSection

  90. Section "Monitor"
  91.         Identifier        "monitor0"
  92.         Option                "DPMS" "true"
  93.         DisplaySize         331 207 #98 DPI @ 1280x800
  94. EndSection

  95. Section "Device"
  96.         Identifier  "x700"
  97.         Driver      "fglrx"
  98.         Option            "XAANoOffscreenPixmaps" "true"
  99.         Option      "UseFastTLS" "1"
  100. #        Option      "TexturedVideo" "off"
  101. #        Option      "Textured2D" "on"
  102. #        Option      "TexturedXRender" "off"
  103.         Option      "BackingStore" "on"
  104.         Option      "VideoOverlay" "on"
  105.         Option      "OpenGLOverlay" "Off"
  106. EndSection

  107. Section "Screen"
  108.         Identifier "screen0"
  109.         Device     "x700"
  110.         Monitor    "monitor0"
  111.         DefaultDepth     24
  112.         SubSection "Display"
  113.                 Viewport   0 0
  114.                 Depth     24
  115.         EndSubSection
  116. EndSection

  117. Section "DRI"
  118.         Group        "video"
  119.         Mode         0666
  120. EndSection

  121. Section "Extensions"
  122.         Option      "RENDER" "On"
  123.         Option      "DAMAGE" "Enable"
  124.         Option      "Composite" "On"
  125.         Option      "XVideo" "On"
  126. EndSection

复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-14 22:26:10 | 显示全部楼层
@ jarryson,谢谢了!这两天论坛的搜索功能似乎出问题了,我这里一直搜不出任何东西

@ firefoxmmx,我也是wine+war3,自己编译的wine0.9.58,没什么问题呀。
回复 支持 反对

使用道具 举报

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

本版积分规则

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