LinuxSir.cn,穿越时空的Linuxsir!

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

SuSE10.0如何打开Ati9550的3D支持阿

[复制链接]
发表于 2005-11-7 17:17:18 | 显示全部楼层 |阅读模式
我下载了Ati网站上的run驱动,按Linuxsir上的各种方法安装,都只有2D,3D始终都是Mesa-Glx,究竟该如何解决阿,9550已经刷成9600了
下面是我的Xorg。conf
  1. # File: xorg.conf
  2. # File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.

  3. # Note by ATI: the below copyright notice is there for servicing possibly
  4. # pending third party rights on the file format and the instance of this file.
  5. #
  6. # Copyright (c) 1999 by The XFree86 Project, Inc.
  7. #
  8. # Permission is hereby granted, free of charge, to any person obtaining a
  9. # copy of this software and associated documentation files (the "Software"),
  10. # to deal in the Software without restriction, including without limitation
  11. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  12. # and/or sell copies of the Software, and to permit persons to whom the
  13. # Software is furnished to do so, subject to the following conditions:
  14. #
  15. # The above copyright notice and this permission notice shall be included in
  16. # all copies or substantial portions of the Software.
  17. #
  18. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  21. # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  22. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  23. # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  24. # SOFTWARE.
  25. #
  26. # Except as contained in this notice, the name of the XFree86 Project shall
  27. # not be used in advertising or otherwise to promote the sale, use or other
  28. # dealings in this Software without prior written authorization from the
  29. # XFree86 Project.
  30. #

  31. # **********************************************************************
  32. # Refer to the XF86Config(4/5) man page for details about the format of
  33. # this file.
  34. # **********************************************************************

  35. # **********************************************************************
  36. # DRI Section
  37. # **********************************************************************
  38. Section "dri"
  39. # Access to OpenGL ICD is allowed for all users:
  40.     Mode 0666
  41. # Access to OpenGL ICD is restricted to a specific user group:
  42. #    Group 100    # users
  43. #    Mode 0660
  44. EndSection

  45. # **********************************************************************
  46. # Module section -- this  section  is used to specify
  47. # which dynamically loadable modules to load.
  48. # **********************************************************************
  49. #
  50. Section "Module"

  51. # This loads the DBE extension module.

  52.     Load        "dbe"          # Double buffer extension

  53. # This loads the miscellaneous extensions module, and disables
  54. # initialisation of the XFree86-DGA extension within that module.
  55.     SubSection  "extmod"
  56.       Option    "omit xfree86-dga"   # don't initialise the DGA extension
  57.     EndSubSection

  58. # This loads the Type1 and FreeType font modules
  59.     Load        "type1"
  60.     Load        "freetype"

  61. # This loads the GLX module
  62.     Load        "glx"   # libglx.a
  63.     Load        "dri"   # libdri.a

  64. EndSection

  65. # **********************************************************************
  66. # Files section.  This allows default font and rgb paths to be set
  67. # **********************************************************************

  68. Section "Files"

  69. # The location of the RGB database.  Note, this is the name of the
  70. # file minus the extension (like ".txt" or ".db").  There is normally
  71. # no need to change the default.

  72.     RgbPath        "/usr/X11R6/lib/X11/rgb"

  73. # Multiple FontPath entries are allowed (which are concatenated together),
  74. # as well as specifying multiple comma-separated entries in one FontPath
  75. # command (or a combination of both methods)
  76. #
  77. # If you don't have a floating point coprocessor and emacs, Mosaic or other
  78. # programs take long to start up, try moving the Type1 and Speedo directory
  79. # to the end of this list (or comment them out).
  80. #
  81. FontPath    "/usr/share/fonts/truetype/ttf-vera-sans-yuanti"
  82.     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
  83.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  84.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  85. #    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  86.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  87. #    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  88.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  89. #    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

  90. # The module search path.  The default path is shown here.

  91. #    ModulePath "/usr/X11R6/lib/modules"

  92. EndSection

  93. # **********************************************************************
  94. # Server flags section.
  95. # **********************************************************************

  96. Section "ServerFlags"

  97. # Uncomment this to cause a core dump at the spot where a signal is
  98. # received.  This may leave the console in an unusable state, but may
  99. # provide a better stack trace in the core dump to aid in debugging

  100. #    Option "NoTrapSignals"

  101. # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
  102. # This allows clients to receive this key event.

  103. #    Option "DontZap"

  104. # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
  105. # sequences.  This allows clients to receive these key events.

  106. #    Option "Dont Zoom"

  107. # Uncomment this to disable tuning with the xvidtune client. With
  108. # it the client can still run and fetch card and monitor attributes,
  109. # but it will not be allowed to change them. If it tries it will
  110. # receive a protocol error.

  111. #    Option "DisableVidModeExtension"

  112. # Uncomment this to enable the use of a non-local xvidtune client.

  113. #    Option "AllowNonLocalXvidtune"

  114. # Uncomment this to disable dynamically modifying the input device
  115. # (mouse and keyboard) settings.

  116. #    Option "DisableModInDev"

  117. # Uncomment this to enable the use of a non-local client to
  118. # change the keyboard or mouse settings (currently only xset).

  119. #    Option "AllowNonLocalModInDev"

  120. EndSection

  121. # **********************************************************************
  122. # Input devices
  123. # **********************************************************************

  124. # **********************************************************************
  125. # Core keyboard's InputDevice section
  126. # **********************************************************************

  127. Section "InputDevice"

  128.     Identifier        "Keyboard1"
  129.     Driver        "kbd"
  130. # For most OSs the protocol can be omitted (it defaults to "Standard").
  131. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  132. # uncomment the following line.

  133. #    Option "Protocol"   "Xqueue"

  134.     Option "AutoRepeat" "500 30"

  135. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  136. #    Option "Xleds"      "1 2 3"

  137. #    Option "LeftAlt"    "Meta"
  138. #    Option "RightAlt"   "ModeShift"

  139. # To customise the XKB settings to suit your keyboard, modify the
  140. # lines below (which are the defaults).  For example, for a non-U.S.
  141. # keyboard, you will probably want to use:
  142. #    Option "XkbModel"   "pc102"
  143. # If you have a US Microsoft Natural keyboard, you can use:
  144. #    Option "XkbModel"   "microsoft"
  145. #
  146. # Then to change the language, change the Layout setting.
  147. # For example, a german layout can be obtained with:
  148. #    Option "XkbLayout"  "de"
  149. # or:
  150. #    Option "XkbLayout"  "de"
  151. #    Option "XkbVariant" "nodeadkeys"
  152. #
  153. # If you'd like to switch the positions of your capslock and
  154. # control keys, use:
  155. #    Option "XkbOptions" "ctrl:swapcaps"

  156. # These are the default XKB settings for XFree86
  157. #    Option "XkbRules"   "xfree86"
  158. #    Option "XkbModel"   "pc101"
  159. #    Option "XkbLayout"  "us"
  160. #    Option "XkbVariant" ""
  161. #    Option "XkbOptions" ""

  162. #    Option "XkbDisable"

  163.     Option "XkbRules"        "xfree86"
  164.     Option "XkbModel"        "pc101"
  165.     Option "XkbLayout"        "us"

  166. EndSection


  167. # **********************************************************************
  168. # Core Pointer's InputDevice section
  169. # **********************************************************************

  170. Section "InputDevice"

  171. # Identifier and driver

  172.     Identifier        "Mouse1"
  173.     Driver "mouse"
  174.     Option "Protocol"   "ImPS/2"
  175.     Option "ZAxisMapping"   "4 5"
  176.     Option "Device"     "/dev/input/mice"

  177. # When using XQUEUE, comment out the above two lines, and uncomment
  178. # the following line.

  179. #    Option "Protocol"   "Xqueue"

  180. # Baudrate and SampleRate are only for some Logitech mice. In
  181. # almost every case these lines should be omitted.

  182. #    Option "BaudRate"   "9600"
  183. #    Option "SampleRate" "150"

  184. # Emulate3Buttons is an option for 2-button Microsoft mice
  185. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)

  186. #    Option "Emulate3Buttons"
  187. #    Option "Emulate3Timeout"    "50"

  188. # ChordMiddle is an option for some 3-button Logitech mice

  189. #    Option "ChordMiddle"

  190. EndSection


  191. # **********************************************************************
  192. # Other input device sections
  193. # this is optional and is required only if you
  194. # are using extended input devices.  This is for example only.  Refer
  195. # to the XF86Config man page for a description of the options.
  196. # **********************************************************************
  197. #
  198. # Section "InputDevice"
  199. #    Identifier  "Mouse2"
  200. #    Driver      "mouse"
  201. #    Option      "Protocol"      "MouseMan"
  202. #    Option      "Device"        "/dev/mouse2"
  203. # EndSection
  204. #
  205. # Section "InputDevice"
  206. #    Identifier "spaceball"
  207. #    Driver     "magellan"
  208. #    Option     "Device"         "/dev/cua0"
  209. # EndSection
  210. #
  211. # Section "InputDevice"
  212. #    Identifier "spaceball2"
  213. #    Driver     "spaceorb"
  214. #    Option     "Device"         "/dev/cua0"
  215. # EndSection
  216. #
  217. # Section "InputDevice"
  218. #    Identifier "touchscreen0"
  219. #    Driver     "microtouch"
  220. #    Option     "Device"         "/dev/ttyS0"
  221. #    Option     "MinX"           "1412"
  222. #    Option     "MaxX"           "15184"
  223. #    Option     "MinY"           "15372"
  224. #    Option     "MaxY"           "1230"
  225. #    Option     "ScreenNumber"   "0"
  226. #    Option     "ReportingMode"  "Scaled"
  227. #    Option     "ButtonNumber"   "1"
  228. #    Option     "SendCoreEvents"
  229. # EndSection
  230. #
  231. # Section "InputDevice"
  232. #    Identifier "touchscreen1"
  233. #    Driver     "elo2300"
  234. #    Option     "Device"         "/dev/ttyS0"
  235. #    Option     "MinX"           "231"
  236. #    Option     "MaxX"           "3868"
  237. #    Option     "MinY"           "3858"
  238. #    Option     "MaxY"           "272"
  239. #    Option     "ScreenNumber"   "0"
  240. #    Option     "ReportingMode"  "Scaled"
  241. #    Option     "ButtonThreshold"    "17"
  242. #    Option     "ButtonNumber"   "1"
  243. #    Option     "SendCoreEvents"
  244. # EndSection

  245. # **********************************************************************
  246. # Monitor section
  247. # **********************************************************************

  248. # Any number of monitor sections may be present

  249. Section "Monitor"
  250.     Identifier  "Monitor0"
  251. # === mode lines based on GTF ===
  252. # VGA @ 100Hz
  253. # Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
  254. # SVGA @ 100Hz
  255. # Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
  256. # XVGA @ 100Hz
  257. # Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
  258. # 1152x864 @ 60Hz
  259. # Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
  260. # 1152x864 @ 85Hz
  261. # Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
  262. # 1152x864 @ 100Hz
  263. # Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
  264. # 1280x960 @ 75Hz
  265. # Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
  266. # 1280x960 @ 100Hz
  267. # Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
  268. # SXGA @ 100Hz
  269. # Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
  270. # SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
  271. # Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
  272. # 1600x1000 @ 60Hz
  273. # Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
  274. # 1600x1000 @ 75Hz
  275. # Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
  276. # 1600x1000 @ 85Hz
  277. # Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
  278. # 1600x1000 @ 100Hz
  279. # Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
  280. # 1600x1024 @ 60Hz
  281. # Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
  282. # 1600x1024 @ 75Hz
  283. # Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
  284. # 1600x1024 @ 76Hz
  285. # Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
  286. # 1600x1024 @ 85Hz
  287. # Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
  288. # 1920x1080 @ 60Hz
  289. # Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
  290. # 1920x1080 @ 75Hz
  291. # Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
  292. # 1920x1200 @ 60Hz
  293. # Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
  294. # 1920x1200 @ 75Hz
  295. # Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
  296. # 2048x1536 @ 60
  297. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  298. # 2048x1536 @ 60
  299. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  300. # 1400x1050 @ 60Hz M9 Laptop mode
  301. # ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
  302. # 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
  303. # Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
  304. # 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
  305. # Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync

  306. EndSection


  307. # **********************************************************************
  308. # Graphics device section
  309. # **********************************************************************

  310. # Any number of graphics device sections may be present

  311. # Standard VGA Device:

  312. Section "Device"
  313.     Identifier  "Standard VGA"
  314.     VendorName  "Unknown"
  315.     BoardName   "Unknown"

  316. # The chipset line is optional in most cases.  It can be used to override
  317. # the driver's chipset detection, and should not normally be specified.

  318. #    Chipset     "generic"

  319. # The Driver line must be present.  When using run-time loadable driver
  320. # modules, this line instructs the server to load the specified driver
  321. # module.  Even when not using loadable driver modules, this line
  322. # indicates which driver should interpret the information in this section.

  323.     Driver      "vga"
  324. # The BusID line is used to specify which of possibly multiple devices
  325. # this section is intended for.  When this line isn't present, a device
  326. # section can only match up with the primary video device.  For PCI
  327. # devices a line like the following could be used.  This line should not
  328. # normally be included unless there is more than one video device
  329. # installed.

  330. #    BusID       "PCI:0:10:0"

  331. #    VideoRam    256

  332. #    Clocks      25.2 28.3

  333. EndSection

  334. # === ATI device section ===

  335. Section "Device"
  336.     Identifier                          "ATI Graphics Adapter"
  337.     Driver                              "fglrx"
  338. # ### generic DRI settings ###
  339. # === disable PnP Monitor  ===
  340.     #Option                              "NoDDC"
  341. # === disable/enable XAA/DRI ===
  342.     Option "no_accel"                   "no"
  343.     Option "no_dri"                     "no"
  344. # === misc DRI settings ===
  345.     Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
  346. # ### FireGL DDX driver module specific settings ###
  347. # === Screen Management ===
  348.     Option "DesktopSetup"               "(null)"
  349.     Option "ScreenOverlap"              "0"
  350.     Option "GammaCorrectionI"           "0x00000000"
  351.     Option "GammaCorrectionII"          "0x00000000"
  352. # === OpenGL specific profiles/settings ===
  353.     Option "Capabilities"               "0x00000000"
  354.     Option "CapabilitiesEx"             "0x00000000"
  355. # === Video Overlay for the Xv extension ===
  356.     Option "VideoOverlay"               "on"
  357. # === OpenGL Overlay ===
  358. # Note: When OpenGL Overlay is enabled, Video Overlay
  359. #       will be disabled automatically
  360.     Option "OpenGLOverlay"              "off"
  361. # === Center Mode (Laptops only) ===
  362.     Option "CenterMode"                 "off"
  363. # === Pseudo Color Visuals (8-bit visuals) ===
  364.     Option "PseudoColorVisuals"         "off"
  365. # === QBS Management ===
  366.     Option "Stereo"                     "off"
  367.     Option "StereoSyncEnable"           "1"
  368. # === FSAA Management ===
  369.     Option "FSAAEnable"                 "no"
  370.     Option "FSAAScale"                  "1"
  371.     Option "FSAADisableGamma"           "no"
  372.     Option "FSAACustomizeMSPos"         "no"
  373.     Option "FSAAMSPosX0"                "0.000000"
  374.     Option "FSAAMSPosY0"                "0.000000"
  375.     Option "FSAAMSPosX1"                "0.000000"
  376.     Option "FSAAMSPosY1"                "0.000000"
  377.     Option "FSAAMSPosX2"                "0.000000"
  378.     Option "FSAAMSPosY2"                "0.000000"
  379.     Option "FSAAMSPosX3"                "0.000000"
  380.     Option "FSAAMSPosY3"                "0.000000"
  381.     Option "FSAAMSPosX4"                "0.000000"
  382.     Option "FSAAMSPosY4"                "0.000000"
  383.     Option "FSAAMSPosX5"                "0.000000"
  384.     Option "FSAAMSPosY5"                "0.000000"
  385. # === Misc Options ===
  386.     Option "UseFastTLS"                 "0"
  387.     Option "BlockSignalsOnLock"         "on"
  388.     Option "UseInternalAGPGART"         "no"
  389.     Option "ForceGenericCPU"            "no"
  390.     BusID "PCI:1:0:0"    # vendor=1002, device=4152
  391.     Screen 0
  392. EndSection

  393. # **********************************************************************
  394. # Screen sections
  395. # **********************************************************************

  396. # Any number of screen sections may be present.  Each describes
  397. # the configuration of a single screen.  A single specific screen section
  398. # may be specified from the X server command line with the "-screen"
  399. # option.
  400. Section "Screen"
  401.     Identifier  "Screen0"
  402.     Device      "ATI Graphics Adapter"
  403.     Monitor     "Monitor0"
  404.     DefaultDepth 24
  405.     #Option "backingstore"

  406.     Subsection "Display"
  407.         Depth       24
  408.         Modes      "1024x768" "800x600" "640x480"
  409.         ViewPort    0 0  # initial origin if mode is smaller than desktop
  410. #        Virtual     1280 1024
  411.     EndSubsection
  412. EndSection

  413. # **********************************************************************
  414. # ServerLayout sections.
  415. # **********************************************************************

  416. # Any number of ServerLayout sections may be present.  Each describes
  417. # the way multiple screens are organised.  A specific ServerLayout
  418. # section may be specified from the X server command line with the
  419. # "-layout" option.  In the absence of this, the first section is used.
  420. # When now ServerLayout section is present, the first Screen section
  421. # is used alone.

  422. Section "ServerLayout"

  423. # The Identifier line must be present
  424.     Identifier  "Server Layout"

  425. # Each Screen line specifies a Screen section name, and optionally
  426. # the relative position of other screens.  The four names after
  427. # primary screen name are the screens to the top, bottom, left and right
  428. # of the primary screen.

  429.     Screen "Screen0"

  430. # Each InputDevice line specifies an InputDevice section name and
  431. # optionally some options to specify the way the device is to be
  432. # used.  Those options include "CorePointer", "CoreKeyboard" and
  433. # "SendCoreEvents".

  434.     InputDevice "Mouse1" "CorePointer"
  435.     InputDevice "Keyboard1" "CoreKeyboard"

  436. EndSection

  437. ### EOF ###
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2005-11-8 15:16:09 | 显示全部楼层
自己顶一下
回复 支持 反对

使用道具 举报

发表于 2005-11-8 22:12:44 | 显示全部楼层
进入x-win之前加载一下fglrx的模块,如果3D OK的话把命令加到module.conf里面
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-9 11:21:22 | 显示全部楼层
Post by ziltch
进入x-win之前加载一下fglrx的模块,如果3D OK的话把命令加到module.conf里面

我用ls mod看fglrx已经加载了,
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-9 11:34:38 | 显示全部楼层
另外我的系统里/etc/下没有module.conf,只有modprobe.conf,请问一样吗?如何添加呢?
回复 支持 反对

使用道具 举报

发表于 2005-11-9 11:48:30 | 显示全部楼层
你怎么装的?我装ATI的驱动就没成功过,我的也是9550,也刷成9600了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-9 12:01:22 | 显示全部楼层
Post by NoEnD
你怎么装的?我装ATI的驱动就没成功过,我的也是9550,也刷成9600了

我没刷的时候就没3D,就是因为没3D才刷的,结果刷了以后还是没3D
回复 支持 反对

使用道具 举报

发表于 2005-11-9 16:06:02 | 显示全部楼层
启动3d,这个问题问了好多的人 就是没有一个懂阿,
回复 支持 反对

使用道具 举报

发表于 2005-11-9 20:17:20 | 显示全部楼层
1、清除原来的驱动,如果是用下述文件的,则进入fglrx安装目录运行sh fglrx-uninstall.sh,如果是用RPM包安装的则使用则rpm -e RPMPKG_name 卸载。
2、去www.ati.com下载
    ati-drive ... 成重启系统。

   在FC4和SeSU10安装成功。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-9 20:33:44 | 显示全部楼层
Post by kmxiaoyao
1、清除原来的驱动,如果是用下述文件的,则进入fglrx安装目录运行sh fglrx-uninstall.sh,如果是用RPM包安装的则使用则rpm -e RPMPKG_name 卸载。
2、去www.ati.com下载
    ati-drive ... 成重启系统。

   在FC4和SeSU10安装成功。

我是新系统安装的,下载的是ati-driver-installer-8.18.8-i386.run,在INIT 3 字符界面下手动安装的,安装也是成功,Fglrxconfig也配置过了,AgpGart那里也选Yes了,但就是没有3D支持,ATI控制面板可以显示正确的芯片名称
回复 支持 反对

使用道具 举报

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

本版积分规则

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