LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: zhwly

装完基本系统后。。。

[复制链接]
发表于 2009-10-16 20:35:02 | 显示全部楼层
開源驅動兼容性好,不易出問題,但3D性能不好(我不玩游戲,所以用開源求穩)
官方驅動兼容性稍逊,但性能更佳
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-16 20:42:43 | 显示全部楼层
哦,谢谢,我的2400能支持的好吗
回复 支持 反对

使用道具 举报

发表于 2009-10-16 21:29:07 | 显示全部楼层
晕,原来你一直在线的..
驱动问题google一下应该就有回答
这里切忌一切都问,自己多动手搜索才是王道
效率上可能快很多(无论从得出结论还是在过程中学到的附加知识)
回复 支持 反对

使用道具 举报

发表于 2009-10-17 00:01:32 | 显示全部楼层
Post by nonplus;2037194
晕,原来你一直在线的..
驱动问题google一下应该就有回答
这里切忌一切都问,自己多动手搜索才是王道
效率上可能快很多(无论从得出结论还是在过程中学到的附加知识)


什么论坛都应该是这样吧。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-17 01:43:04 | 显示全部楼层
Post by nonplus;2037194
晕,原来你一直在线的..
驱动问题google一下应该就有回答
这里切忌一切都问,自己多动手搜索才是王道
效率上可能快很多(无论从得出结论还是在过程中学到的附加知识)

官方手册我看了,跟没说一样,我按官方手册上说的在make.conf中设置:
VIDEO_CARDS="fglrx",然后在安装闭源驱动ati-drivers,结果运行:
X -configrue 提示说no screen ...,上面还有一些信息好像是说没有radeon,vesa等模块的信息,反正失败了:yun:
回复 支持 反对

使用道具 举报

发表于 2009-10-17 03:03:41 | 显示全部楼层
GNOME是一个窗口管理器,Xorg是基于X11标准的程序、框架,GNOME要运行于基于X11标准程序之上。
首先楼主先仔细阅读Xorg配置指南手册http://www.gentoo.org/doc/zh_cn/xorg-config.xml 并安装之,然后再安装GNOME。

个人理解。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-17 08:35:42 | 显示全部楼层
Post by myfavourite;2037281
GNOME是一个窗口管理器,Xorg是基于X11标准的程序、框架,GNOME要运行于基于X11标准程序之上。
首先楼主先仔细阅读Xorg配置指南手册http://www.gentoo.org/doc/zh_cn/xorg-config.xml 并安装之,然后再安装GNOME。

个人理解。


这个我读了,安装了xorg-server,运行X -configure后提示no device .....,然后安装显卡驱动(闭源),还是不行
回复 支持 反对

使用道具 举报

发表于 2009-10-17 08:42:59 | 显示全部楼层
~ $ sudo lspci |grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV610 video device [Radeon HD 2400 PRO]

~ $ cat /etc/make.conf |grep VIDEO
VIDEO_CARDS="radeon"

开源的ati驱动下的日子也很幸福。不玩3d和compiz的飘过...
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-17 09:08:05 | 显示全部楼层
Post by cliffordli;2037301
~ $ sudo lspci |grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV610 video device [Radeon HD 2400 PRO]

~ $ cat /etc/make.conf |grep VIDEO
VIDEO_CARDS="radeon"

开源的ati驱动下的日子也很幸福。不玩3d和compiz的飘过...


开源的我装对过一次,但是我还是想装官方的,难道就不行吗
回复 支持 反对

使用道具 举报

发表于 2009-10-17 11:57:15 | 显示全部楼层
Post by zhwly;2037304
开源的我装对过一次,但是我还是想装官方的,难道就不行吗

http://en.gentoo-wiki.com/wiki/Fglrx折腾了一下ati-drivers, 似乎我也混得很好。目前没感觉和开源的有什么不同。
  1. ~ $ cat /etc/make.conf |grep VIDEO
  2. VIDEO_CARDS="fglrx"
  3. ~ $ cat /etc/X11/xorg.conf
  4. Section "ServerLayout"
  5.         Identifier     "X.org Configured"
  6.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  7. EndSection
  8. Section "Files"
  9.         ModulePath   "/usr/lib/xorg/modules"
  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.         FontPath     "/usr/share/fonts/wqy-bitmapfont/"
  17.         FontPath     "/usr/share/fonts/dejavu/"
  18. EndSection
  19. Section "Module"
  20.         Load  "dbe"
  21.         Load  "record"
  22.         Load  "glx"
  23.         Load  "xtrap"
  24.         Load  "dri"
  25.         Load  "extmod"
  26. EndSection
  27. Section "ServerFlags"
  28.         Option      "AllowEmptyInput" "False"
  29.         Option      "AutoAddDevices" "False"
  30. EndSection
  31. Section "Monitor"
  32.         #DisplaySize      320   240     # mm
  33.         Identifier   "Monitor0"
  34.         VendorName   "PHL"
  35.         ModelName    "PH107E/S/T7"
  36.         HorizSync    30.0 - 71.0
  37.         VertRefresh  50.0 - 160.0
  38.         Option      "DPMS"
  39. EndSection
  40. Section "Monitor"
  41.         Identifier   "aticonfig-Monitor[0]-0"
  42.         Option      "VendorName" "ATI Proprietary Driver"
  43.         Option      "ModelName" "Generic Autodetecting Monitor"
  44.         Option      "DPMS" "true"
  45. EndSection
  46. Section "Device"
  47.         Identifier  "Card0"
  48.         Driver      "radeon"
  49.         VendorName  "ATI Technologies Inc"
  50.         BoardName   "RV610 video device [Radeon HD 2400 PRO]"
  51.         BusID       "PCI:1:0:0"
  52. EndSection
  53. Section "Device"
  54.         Identifier  "aticonfig-Device[0]-0"
  55.         Driver      "fglrx"
  56.         BusID       "PCI:1:0:0"
  57. EndSection
  58. Section "Screen"
  59.         Identifier "Screen0"
  60.         Device     "Card0"
  61.         Monitor    "Monitor0"
  62.         SubSection "Display"
  63.                 Viewport   0 0
  64.                 Depth     1
  65.         EndSubSection
  66.         SubSection "Display"
  67.                 Viewport   0 0
  68.                 Depth     4
  69.         EndSubSection
  70.         SubSection "Display"
  71.                 Viewport   0 0
  72.                 Depth     8
  73.         EndSubSection
  74.         SubSection "Display"
  75.                 Viewport   0 0
  76.                 Depth     15
  77.         EndSubSection
  78.         SubSection "Display"
  79.                 Viewport   0 0
  80.                 Depth     16
  81.         EndSubSection
  82.         SubSection "Display"
  83.                 Viewport   0 0
  84.                 Depth     24
  85.         EndSubSection
  86. EndSection
  87. Section "Screen"
  88.         Identifier "aticonfig-Screen[0]-0"
  89.         Device     "aticonfig-Device[0]-0"
  90.         Monitor    "aticonfig-Monitor[0]-0"
  91.         DefaultDepth     24
  92.         SubSection "Display"
  93.                 Viewport   0 0
  94.                 Depth     24
  95.         EndSubSection
  96. EndSection
  97. Section "DRI"
  98.         Mode         0666
  99. EndSection
  100. Section "Extensions"
  101.         Option      "Composite" "Enable"
  102. EndSection
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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