LinuxSir.cn,穿越时空的Linuxsir!

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

用ATI显卡的Arch用户帮个忙

[复制链接]
发表于 2007-3-27 03:00:05 | 显示全部楼层 |阅读模式
朋友让我帮他装Linux,上次他装了个FC6进不了X,显卡是X550XT。我打算周末去帮他装个Arch,不过我装了这么多次Linux没装过A卡的机器,用A卡的朋友能否将你们的xorg.conf贴出来参考一下,谢了。
发表于 2007-3-27 18:00:09 | 显示全部楼层
hwd 就可以生成了,不然就手动配置的xorgcfg (我的不行,只看到鼠标其它一闪而过)不行就xorgcfg -textmode,首选驱动要装上下个 ati.......run
回复 支持 反对

使用道具 举报

发表于 2007-3-27 21:14:27 | 显示全部楼层
我的是X800XL,你试试?必须先用pacman安装ati-fglrx!
  1. # Auto-generated by Archie mkxcfg
  2. # Auto-generated by Archie mkxcfg
  3. Section "ServerLayout"
  4. # PS/2 Mouse not detected
  5. # Serial Mouse not detected
  6.         Identifier     "Xorg Configured"
  7.         Screen      0  "aticonfig-Screen[0]" 0 0
  8.         InputDevice    "Keyboard0" "CoreKeyboard"
  9.         InputDevice    "USB Mouse" "CorePointer"
  10. EndSection
  11. Section "Files"
  12. # Additional fonts: Locale, Gimp, TTF...
  13. #        FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
  14. #        FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
  15. # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
  16.         RgbPath      "/usr/share/X11/rgb"
  17.         ModulePath   "/usr/lib/xorg/modules"
  18.         FontPath     "/usr/share/fonts/misc:unscaled"
  19.         FontPath     "/usr/share/fonts/misc"
  20.         FontPath     "/usr/share/fonts/TTF"
  21.         FontPath     "/usr/share/fonts/TTC"
  22.         FontPath     "/usr/share/fonts/75dpi:unscaled"
  23.         FontPath     "/usr/share/fonts/75dpi"
  24.         FontPath     "/usr/share/fonts/100dpi:unscaled"
  25.         FontPath     "/usr/share/fonts/100dpi"
  26.         FontPath     "/usr/share/fonts/PEX"
  27.         FontPath     "/usr/share/fonts/cyrillic"
  28.         FontPath     "/usr/share/fonts/Type1"
  29.         FontPath     "/usr/share/fonts/ttf/western"
  30.         FontPath     "/usr/share/fonts/ttf/decoratives"
  31.         FontPath     "/usr/share/fonts/truetype"
  32.         FontPath     "/usr/share/fonts/truetype/openoffice"
  33.         FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
  34.         FontPath     "/usr/share/fonts/latex-ttf-fonts"
  35.         FontPath     "/usr/share/fonts/defoma/CID"
  36.         FontPath     "/usr/share/fonts/defoma/TrueType"
  37. EndSection
  38. Section "Module"
  39.         Load  "ddc"  # ddc probing of monitor
  40.         Load  "dbe"
  41.         Load  "dri"
  42.         Load  "extmod"
  43.         Load  "glx"
  44.         Load  "bitmap" # bitmap-fonts
  45.         Load  "type1"
  46.         Load  "freetype"
  47.         Load  "record"
  48. EndSection
  49. Section "ServerFlags"
  50.         Option            "AllowMouseOpenFail" "true"
  51. EndSection
  52. Section "InputDevice"
  53.         Identifier  "Keyboard0"
  54.         Driver      "keyboard"
  55.         Option            "CoreKeyboard"
  56.         Option            "XkbRules" "xorg"
  57.         Option            "XkbModel" "pc105"
  58.         Option            "XkbLayout" ""
  59.         Option            "XkbVariant" ""
  60. EndSection
  61. Section "InputDevice"
  62.         Identifier  "Serial Mouse"
  63.         Driver      "mouse"
  64.         Option            "Protocol" "Microsoft"
  65.         Option            "Device" "/dev/ttyS0"
  66.         Option            "Emulate3Buttons" "true"
  67.         Option            "Emulate3Timeout" "70"
  68.         Option            "SendCoreEvents" "true"
  69. EndSection
  70. Section "InputDevice"
  71.         Identifier  "PS/2 Mouse"
  72.         Driver      "mouse"
  73.         Option            "Protocol" "auto"
  74.         Option            "ZAxisMapping" "4 5"
  75.         Option            "Device" "/dev/psaux"
  76.         Option            "Emulate3Buttons" "true"
  77.         Option            "Emulate3Timeout" "70"
  78.         Option            "SendCoreEvents" "true"
  79. EndSection
  80. Section "InputDevice"
  81.         Identifier  "USB Mouse"
  82.         Driver      "mouse"
  83.         Option            "Device" "/dev/input/mice"
  84.         Option            "SendCoreEvents" "true"
  85.         Option            "Protocol" "IMPS/2"
  86.         Option            "ZAxisMapping" "4 5"
  87.         Option            "Buttons" "5"
  88. EndSection
  89. Section "Monitor"
  90. # Warning: This may fry old Monitors
  91. # Very conservative. May flicker.
  92. #        VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
  93.         #  Default modes distilled from
  94.         #      "VESA and Industry Standards and Guide for Computer Display Monitor
  95.         #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
  96.         #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
  97.         # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
  98.         Identifier   "Monitor0"
  99.         HorizSync    30.0 - 70.0
  100.         VertRefresh  50.0 - 150.0
  101.         ModeLine     "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
  102.         ModeLine     "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
  103.         ModeLine     "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
  104.         ModeLine     "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
  105.         ModeLine     "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
  106.         ModeLine     "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
  107.         ModeLine     "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
  108.         ModeLine     "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  109.         ModeLine     "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  110.         ModeLine     "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  111.         ModeLine     "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  112.         ModeLine     "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  113.         ModeLine     "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
  114.         ModeLine     "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
  115.         ModeLine     "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
  116.         ModeLine     "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  117.         ModeLine     "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  118.         ModeLine     "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  119.         ModeLine     "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
  120.         ModeLine     "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
  121.         ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  122.         ModeLine     "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
  123.         ModeLine     "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
  124.         ModeLine     "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  125.         ModeLine     "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  126.         ModeLine     "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  127.         ModeLine     "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  128.         ModeLine     "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
  129.         ModeLine     "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
  130.         ModeLine     "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
  131.         ModeLine     "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
  132.         ModeLine     "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
  133.         ModeLine     "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
  134.         ModeLine     "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
  135.         ModeLine     "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
  136.         ModeLine     "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
  137.         ModeLine     "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
  138.         ModeLine     "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
  139.         ModeLine     "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
  140.         ModeLine     "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
  141.         ModeLine     "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
  142.         ModeLine     "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
  143.         ModeLine     "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
  144.         ModeLine     "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
  145.         ModeLine     "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
  146.         ModeLine     "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
  147.         ModeLine     "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
  148.         ModeLine     "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
  149.         ModeLine     "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
  150.         ModeLine     "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
  151.         ModeLine     "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
  152.         ModeLine     "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
  153.         ModeLine     "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
  154.         ModeLine     "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
  155.         ModeLine     "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
  156.         ModeLine     "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
  157.         ModeLine     "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
  158.         Option            "DPMS" "true"
  159. #        HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
  160. EndSection
  161. Section "Monitor"
  162.         Identifier   "aticonfig-Monitor[0]"
  163.         HorizSync    30.0 - 70.0
  164.         VertRefresh  50.0 - 150.0
  165.         Option            "VendorName" "ATI Proprietary Driver"
  166.         Option            "ModelName" "Generic Autodetecting Monitor"
  167.         Option            "DPMS" "true"
  168. EndSection
  169. Section "Device"
  170.         Identifier  "Card0"
  171.         Driver      "vesa"
  172.         VendorName  "All"
  173.         BoardName   "All"
  174. EndSection
  175. Section "Device"
  176.         Identifier  "aticonfig-Device[0]"
  177.         Driver      "fglrx"
  178. EndSection
  179. Section "Screen"
  180.         Identifier "Screen0"
  181.         Device     "Card0"
  182.         Monitor    "Monitor0"
  183.         DefaultDepth     16
  184.         SubSection "Display"
  185.                 Depth     1
  186.                 Modes    "1024x768" "800x600" "640x480"
  187.         EndSubSection
  188.         SubSection "Display"
  189.                 Depth     4
  190.                 Modes    "1024x768" "800x600" "640x480"
  191.         EndSubSection
  192.         SubSection "Display"
  193.                 Depth     8
  194.                 Modes    "1024x768" "800x600" "640x480"
  195.         EndSubSection
  196.         SubSection "Display"
  197.                 Depth     15
  198.                 Modes    "1024x768" "800x600" "640x480"
  199.         EndSubSection
  200.         SubSection "Display"
  201.                 Depth     16
  202.                 Modes    "1024x768" "800x600" "640x480"
  203.         EndSubSection
  204.         SubSection "Display"
  205.                 Depth     24
  206.                 Modes    "1024x768" "800x600" "640x480"
  207.         EndSubSection
  208.         SubSection "Display"
  209.                 Depth     32
  210.                 Modes    "1024x768" "800x600" "640x480"
  211.         EndSubSection
  212. EndSection
  213. Section "Screen"
  214.         Identifier "aticonfig-Screen[0]"
  215.         Device     "aticonfig-Device[0]"
  216.         Monitor    "aticonfig-Monitor[0]"
  217.         DefaultDepth     24
  218.         SubSection "Display"
  219.                 Viewport   0 0
  220.                 Depth     24
  221.                 Modes    "1024x768" "800x600" "640x480"
  222.         EndSubSection
  223. EndSection
  224. Section "DRI"
  225.         Mode         0666
  226. EndSection
复制代码
对了,如果是液晶显示器的话请设置显示器的刷新率,这个设置是17寸纯屏的
回复 支持 反对

使用道具 举报

发表于 2007-3-27 21:23:56 | 显示全部楼层
狱卒,好熟悉啊。。

我的是x300显卡,应该和你的差不多。

不过我不再家,只有等我回家后才能给你
回复 支持 反对

使用道具 举报

发表于 2007-3-27 22:16:09 | 显示全部楼层
Driver      "vesa"
用这个都有问题的话,就很难搞了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-28 01:27:29 | 显示全部楼层
非常感谢几位的帮助,周末去装。感激不尽。。。
回复 支持 反对

使用道具 举报

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

本版积分规则

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