LinuxSir.cn,穿越时空的Linuxsir!

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

请问谁有在Gentoo下,成功安装了ATI X700!!!

[复制链接]
发表于 2006-11-5 15:56:52 | 显示全部楼层 |阅读模式
我用的是Gentoo2006.1,emerge xorg-x11后用 Xorg -configure 命令生成xog.conf文件,但这个命令失败!我有make.conf文件里已经定义了VIDEO_CARDS("fglrx vesa")
发表于 2006-11-5 16:56:19 | 显示全部楼层
自动生成xorg.conf失败? 可以试试 xorgcfg -textmode
回复 支持 反对

使用道具 举报

发表于 2006-11-5 16:59:58 | 显示全部楼层
我的就是x700
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-5 17:46:24 | 显示全部楼层
Post by 食古不化
我的就是x700



请问您具体怎么搞的?你有QQ号吗?
回复 支持 反对

使用道具 举报

发表于 2006-11-5 19:56:40 | 显示全部楼层
  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   "unix/:7100"
  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 "XkbRules"        "xorg"
  165.     Option "XkbModel"        "pc105"
  166.     Option "XkbLayout"        "us"
  167. EndSection
  168. # **********************************************************************
  169. # Core Pointer's InputDevice section
  170. # **********************************************************************
  171. Section "InputDevice"
  172. # Identifier and driver
  173.     Identifier        "Mouse1"
  174.     Driver "mouse"
  175. #    Option "Protocol"   "MouseSystems"
  176.     Option "Protocol"   "ImPS/2"
  177.     Option "Device"     "/dev/input/mice"
  178. # When using XQUEUE, comment out the above two lines, and uncomment
  179. # the following line.
  180. #    Option "Protocol"   "Xqueue"
  181. # Baudrate and SampleRate are only for some Logitech mice. In
  182. # almost every case these lines should be omitted.
  183. #    Option "BaudRate"   "9600"
  184. #    Option "SampleRate" "150"
  185. # Emulate3Buttons is an option for 2-button Microsoft mice
  186. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
  187. #    Option "Emulate3Buttons"
  188. #    Option "Emulate3Timeout"    "50"
  189. # ChordMiddle is an option for some 3-button Logitech mice
  190. #    Option "ChordMiddle"
  191. #    Option "ClearDTR"
  192. #    Option "ClearRTS"
  193. EndSection
  194. # **********************************************************************
  195. # Other input device sections
  196. # this is optional and is required only if you
  197. # are using extended input devices.  This is for example only.  Refer
  198. # to the XF86Config man page for a description of the options.
  199. # **********************************************************************
  200. #
  201. # Section "InputDevice"
  202. #    Identifier  "Mouse2"
  203. #    Driver      "mouse"
  204. #    Option      "Protocol"      "MouseMan"
  205. #    Option      "Device"        "/dev/mouse2"
  206. # EndSection
  207. #
  208. # Section "InputDevice"
  209. #    Identifier "spaceball"
  210. #    Driver     "magellan"
  211. #    Option     "Device"         "/dev/cua0"
  212. # EndSection
  213. #
  214. # Section "InputDevice"
  215. #    Identifier "spaceball2"
  216. #    Driver     "spaceorb"
  217. #    Option     "Device"         "/dev/cua0"
  218. # EndSection
  219. #
  220. # Section "InputDevice"
  221. #    Identifier "touchscreen0"
  222. #    Driver     "microtouch"
  223. #    Option     "Device"         "/dev/ttyS0"
  224. #    Option     "MinX"           "1412"
  225. #    Option     "MaxX"           "15184"
  226. #    Option     "MinY"           "15372"
  227. #    Option     "MaxY"           "1230"
  228. #    Option     "ScreenNumber"   "0"
  229. #    Option     "ReportingMode"  "Scaled"
  230. #    Option     "ButtonNumber"   "1"
  231. #    Option     "SendCoreEvents"
  232. # EndSection
  233. #
  234. # Section "InputDevice"
  235. #    Identifier "touchscreen1"
  236. #    Driver     "elo2300"
  237. #    Option     "Device"         "/dev/ttyS0"
  238. #    Option     "MinX"           "231"
  239. #    Option     "MaxX"           "3868"
  240. #    Option     "MinY"           "3858"
  241. #    Option     "MaxY"           "272"
  242. #    Option     "ScreenNumber"   "0"
  243. #    Option     "ReportingMode"  "Scaled"
  244. #    Option     "ButtonThreshold"    "17"
  245. #    Option     "ButtonNumber"   "1"
  246. #    Option     "SendCoreEvents"
  247. # EndSection
  248. # **********************************************************************
  249. # Monitor section
  250. # **********************************************************************
  251. # Any number of monitor sections may be present
  252. Section "Monitor"
  253.     Identifier  "Monitor0"
  254. # === mode lines based on GTF ===
  255. # VGA @ 100Hz
  256. # Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync
  257. # SVGA @ 100Hz
  258. # Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync
  259. # XVGA @ 100Hz
  260. # Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
  261. # 1152x864 @ 60Hz
  262. # Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync
  263. # 1152x864 @ 85Hz
  264. # Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync
  265. # 1152x864 @ 100Hz
  266. # Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync
  267. # 1280x960 @ 75Hz
  268. # Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync
  269. # 1280x960 @ 100Hz
  270. # Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync
  271. # SXGA @ 100Hz
  272. # Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
  273. # SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz
  274. # Modeline "GDM-1950"  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync
  275. # 1600x1000 @ 60Hz
  276. # Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync
  277. # 1600x1000 @ 75Hz
  278. # Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync
  279. # 1600x1000 @ 85Hz
  280. # Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync
  281. # 1600x1000 @ 100Hz
  282. # Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync
  283. # 1600x1024 @ 60Hz
  284. # Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync
  285. # 1600x1024 @ 75Hz
  286. # Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync
  287. # 1600x1024 @ 76Hz
  288. # Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync
  289. # 1600x1024 @ 85Hz
  290. # Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync
  291. # 1920x1080 @ 60Hz
  292. # Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync
  293. # 1920x1080 @ 75Hz
  294. # Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync
  295. # 1920x1200 @ 60Hz
  296. # Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync
  297. # 1920x1200 @ 75Hz
  298. # Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync
  299. # 2048x1536 @ 60
  300. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  301. # 2048x1536 @ 60
  302. # Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync
  303. # 1400x1050 @ 60Hz M9 Laptop mode
  304. # ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync
  305. # 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices
  306. # Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync
  307. # 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices
  308. # Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync
  309. EndSection
  310. # **********************************************************************
  311. # Graphics device section
  312. # **********************************************************************
  313. # Any number of graphics device sections may be present
  314. # Standard VGA Device:
  315. Section "Device"
  316.     Identifier  "Standard VGA"
  317.     VendorName  "Unknown"
  318.     BoardName   "Unknown"
  319. # The chipset line is optional in most cases.  It can be used to override
  320. # the driver's chipset detection, and should not normally be specified.
  321. #    Chipset     "generic"
  322. # The Driver line must be present.  When using run-time loadable driver
  323. # modules, this line instructs the server to load the specified driver
  324. # module.  Even when not using loadable driver modules, this line
  325. # indicates which driver should interpret the information in this section.
  326.     Driver      "vga"
  327. # The BusID line is used to specify which of possibly multiple devices
  328. # this section is intended for.  When this line isn't present, a device
  329. # section can only match up with the primary video device.  For PCI
  330. # devices a line like the following could be used.  This line should not
  331. # normally be included unless there is more than one video device
  332. # installed.
  333. #    BusID       "PCI:0:10:0"
  334. #    VideoRam    256
  335. #    Clocks      25.2 28.3
  336. EndSection
  337. # === ATI device section ===
  338. Section "Device"
  339.     Identifier                          "ATI Graphics Adapter"
  340.     Driver                              "fglrx"
  341. # ### generic DRI settings ###
  342. # === disable PnP Monitor  ===
  343.     #Option                              "NoDDC"
  344. # === disable/enable XAA/DRI ===
  345.     Option "no_accel"                   "no"
  346.     Option "no_dri"                     "no"
  347. # === misc DRI settings ===
  348.     Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
  349. # ### FireGL DDX driver module specific settings ###
  350. # === Screen Management ===
  351.     Option "DesktopSetup"               "(null)"
  352.     Option "ScreenOverlap"              "0"
  353.     Option "GammaCorrectionI"           "0x00000000"
  354.     Option "GammaCorrectionII"          "0x00000000"
  355. # === OpenGL specific profiles/settings ===
  356.     Option "Capabilities"               "0x00000000"
  357.     Option "CapabilitiesEx"             "0x00000000"
  358. # === Video Overlay for the Xv extension ===
  359.     Option "VideoOverlay"               "on"
  360. # === OpenGL Overlay ===
  361. # Note: When OpenGL Overlay is enabled, Video Overlay
  362. #       will be disabled automatically
  363.     Option "OpenGLOverlay"              "off"
  364. # === Center Mode (Laptops only) ===
  365.     Option "CenterMode"                 "off"
  366. # === Pseudo Color Visuals (8-bit visuals) ===
  367.     Option "PseudoColorVisuals"         "off"
  368. # === QBS Management ===
  369.     Option "Stereo"                     "off"
  370.     Option "StereoSyncEnable"           "1"
  371. # === FSAA Management ===
  372.     Option "FSAAEnable"                 "no"
  373.     Option "FSAAScale"                  "1"
  374.     Option "FSAADisableGamma"           "no"
  375.     Option "FSAACustomizeMSPos"         "no"
  376.     Option "FSAAMSPosX0"                "0.000000"
  377.     Option "FSAAMSPosY0"                "0.000000"
  378.     Option "FSAAMSPosX1"                "0.000000"
  379.     Option "FSAAMSPosY1"                "0.000000"
  380.     Option "FSAAMSPosX2"                "0.000000"
  381.     Option "FSAAMSPosY2"                "0.000000"
  382.     Option "FSAAMSPosX3"                "0.000000"
  383.     Option "FSAAMSPosY3"                "0.000000"
  384.     Option "FSAAMSPosX4"                "0.000000"
  385.     Option "FSAAMSPosY4"                "0.000000"
  386.     Option "FSAAMSPosX5"                "0.000000"
  387.     Option "FSAAMSPosY5"                "0.000000"
  388. # === Misc Options ===
  389.     Option "UseFastTLS"                 "0"
  390.     Option "BlockSignalsOnLock"         "on"
  391.     Option "UseInternalAGPGART"         "yes"
  392.     Option "ForceGenericCPU"            "no"
  393.     BusID "PCI:6:0:0"    # vendor=1002, device=5e4d
  394.     Screen 0
  395. EndSection
  396. # **********************************************************************
  397. # Screen sections
  398. # **********************************************************************
  399. # Any number of screen sections may be present.  Each describes
  400. # the configuration of a single screen.  A single specific screen section
  401. # may be specified from the X server command line with the "-screen"
  402. # option.
  403. Section "Screen"
  404.     Identifier  "Screen0"
  405.     Device      "ATI Graphics Adapter"
  406.     Monitor     "Monitor0"
  407.     DefaultDepth 24
  408.     #Option "backingstore"
  409.     Subsection "Display"
  410.         Depth       24
  411.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  412.         ViewPort    0 0  # initial origin if mode is smaller than desktop
  413. #        Virtual     1280 1024
  414.     EndSubsection
  415. EndSection
  416. # **********************************************************************
  417. # ServerLayout sections.
  418. # **********************************************************************
  419. # Any number of ServerLayout sections may be present.  Each describes
  420. # the way multiple screens are organised.  A specific ServerLayout
  421. # section may be specified from the X server command line with the
  422. # "-layout" option.  In the absence of this, the first section is used.
  423. # When now ServerLayout section is present, the first Screen section
  424. # is used alone.
  425. Section "ServerLayout"
  426. # The Identifier line must be present
  427.     Identifier  "Server Layout"
  428. # Each Screen line specifies a Screen section name, and optionally
  429. # the relative position of other screens.  The four names after
  430. # primary screen name are the screens to the top, bottom, left and right
  431. # of the primary screen.
  432.     Screen "Screen0"
  433. # Each InputDevice line specifies an InputDevice section name and
  434. # optionally some options to specify the way the device is to be
  435. # used.  Those options include "CorePointer", "CoreKeyboard" and
  436. # "SendCoreEvents".
  437.     InputDevice "Mouse1" "CorePointer"
  438.     InputDevice "Keyboard1" "CoreKeyboard"
  439. EndSection
  440. ### EOF ###
复制代码
回复 支持 反对

使用道具 举报

发表于 2006-11-5 19:59:06 | 显示全部楼层
配置文件使用fglrxconfig 生成,但好像鼠标部分有问题,把原配置文件中的贴过来就好了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-5 20:33:46 | 显示全部楼层
请问你安装 xorg-x11 与 ati 具体步骤是怎么样的?谢谢
回复 支持 反对

使用道具 举报

发表于 2006-11-5 20:52:06 | 显示全部楼层
直接按实际和需求修改Xorg -configure生成的xorg.conf.new文件,完了之后改名为xorg.con cp到/etc/X11/下面
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-8 10:28:59 | 显示全部楼层
startx 是可以进入了,但是没3D加速,我的系统信息如下

glxinfo 输出信息
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-8 10:29:50 | 显示全部楼层
xorg.conf 文件的信息

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "Auto"
        Option            "Emulate3Buttons"
        Option            "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc104"
        Option            "XkbLayout" "us"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 75.0
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option            "VendorName" "ATI Proprietary Driver"
        Option            "ModelName" "Generic Autodetecting Monitor"
        Option            "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "ati"
        Card        "** ATI (generic)                      [ati]"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option            "UseInternalAGPGART" "no"
        Option            "ForceGenericCPU" "no"
        Option            "VideoOverlay" "on"
        Option            "OpenGLOverlay" "off"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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