LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: andrewleung

X进不了,ATI咋这难用呢?高手帮帮忙啊

[复制链接]
 楼主| 发表于 2007-10-1 23:59:15 | 显示全部楼层
ati-drivers和xorg-server-1.4-r1是Block的……

我也想用Nvidia的卡啊,可惜没钱买T61
只好买了HP的用ATI卡的本本


jl789能共享一下你的xorg.conf不?
我把xorg-server降到了1.3.0了,
但不知道为何一startx就黑屏,像死机,也退不回来,只好关电源……
回复 支持 反对

使用道具 举报

发表于 2007-10-2 01:21:11 | 显示全部楼层
呵呵,想我这样就好,除了 intel 的一概不买,
也不是说迷信谁,就图兼容性好而已。

顺便问下,HP 笔记本也有几款是 intel 的显示芯片的,
有没有兄弟用过? Xorg 在上面是否顺利?性能如何?
回复 支持 反对

使用道具 举报

发表于 2007-10-2 10:46:22 | 显示全部楼层
我当时是按http://gentoo-wiki.com/Ati来做的


  1. Section "DRI"
  2.         Group "video"
  3.         Mode 0666
  4. EndSection

  5. Section "ServerLayout"
  6.         Identifier     "Simple Layout"
  7.         Screen      0  "aticonfig-Screen[0]" 0 0
  8.         InputDevice    "Mouse1" "CorePointer"
  9.         InputDevice    "Keyboard1" "CoreKeyboard"
  10.         Option "AIGLX" "off"
  11. EndSection

  12. Section "Files"
  13.         FontPath     "/usr/share/fonts/misc/"
  14.         FontPath     "/usr/share/fonts/Type1/"
  15.         FontPath     "/usr/share/fonts/100dpi/"
  16.         FontPath     "/usr/share/fonts/75dpi/"
  17.         FontPath     "/usr/share/fonts/yahei/"
  18. EndSection

  19. Section "Module"
  20.         Load       "glx"
  21.         Load       "dri"
  22.         Load       "dbe"        # Double buffer extension
  23.         SubSection "extmod"
  24.                 Option      "omit xfree86-dga"   # don't initialise the DGA extension
  25.         EndSubSection
  26.         Load  "freetype"
  27. EndSection

  28. Section "InputDevice"
  29.         Identifier  "Keyboard1"
  30.         Driver      "kbd"
  31.         Option      "AutoRepeat" "500 30"
  32.         Option      "XkbRules" "xorg"
  33.         Option      "XkbModel" "microsoft"
  34.         Option      "XkbLayout" "us"
  35. EndSection

  36. Section "InputDevice"
  37.         Identifier  "Mouse1"
  38.         Driver      "mouse"
  39.         Option      "Protocol" "Auto"   # Auto detect
  40.         Option      "Device" "/dev/input/mice"
  41.         Option      "ZAxisMapping" "4 5 6 7"
  42. EndSection

  43. Section "Monitor"
  44.         Identifier   "aticonfig-Monitor[0]"
  45.         Option      "VendorName" "ATI Proprietary Driver"
  46.         Option      "ModelName" "Generic Autodetecting Monitor"
  47.         Option      "DPMS" "true"
  48. EndSection

  49. Section "Device"
  50.         Identifier  "aticonfig-Device[0]"
  51.         Driver      "fglrx"
  52. EndSection

  53. Section "Screen"
  54.         Identifier "aticonfig-Screen[0]"
  55.         Device     "aticonfig-Device[0]"
  56.         Monitor    "aticonfig-Monitor[0]"
  57.         DefaultDepth     24
  58.         SubSection "Display"
  59.                 Viewport   0 0
  60.                 Depth     24
  61.                 Modes   "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
  62.         EndSubSection
  63. EndSection
  64. Section "Extensions"
  65.         Option  "Composite" "false"
  66. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2007-10-2 16:47:47 | 显示全部楼层
不行就上官方网站下个闭源的驱动.也就是fglrx.

gentoo怎么这么麻烦的?没有现成的驱动?我用archlinux直接安装就好了..

我x700都用闭源了.因为老的开源驱动太不稳定了.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-2 17:36:03 | 显示全部楼层
呵呵,感谢各位
已经搞定了,用回了闭源的驱动

先是把xorg-server降到了1.3.0版本,然后再装闭源的驱动
修改xorg.conf,然后startx,还是有问题
查看发现是mouse的模块有问题
接着remerge xf86-input-mouse就OK了

不过不知道为何gnome-applets不能装,总是提示编译有错,不知道是啥原因
回复 支持 反对

使用道具 举报

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

本版积分规则

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