LinuxSir.cn,穿越时空的Linuxsir!

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

看看这是什么问题,是不是必须装nVidia驱动?[已解决]

[复制链接]
发表于 2004-4-12 17:45:37 | 显示全部楼层 |阅读模式


  1. (II) UnloadModule: "vga"
  2. (II) UnloadModule: "int10"
  3. (II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
  4. (EE) Screen(s) found, but none have a usable configuration.

  5. Fatal server error:
  6. no screens found

  7. Please consult the The X.Org Foundation support
  8.          at [url]http://wiki.X.Org[/url]
  9. for help.
  10. Please also check the log file at "/var/log/Xorg.0.log" for additional information.
复制代码

==============================================================


/etc/X11/xorg.conf



  1. Section "Module"

  2. # This loads the DBE extension module.

  3.     Load        "dbe"          # Double buffer extension

  4. # This loads the miscellaneous extensions module, and disables
  5. # initialisation of the XFree86-DGA extension within that module.
  6.     SubSection  "extmod"
  7.       Option    "omit xfree86-dga"   # don't initialise the DGA extension
  8.     EndSubSection

  9. # This loads the Type1 and FreeType font modules
  10.     Load        "type1"
  11.     Load        "speedo"
  12.     Load        "freetype"
  13. #    Load        "xtt"

  14. # This loads the GLX module
  15. #    Load       "glx"
  16. # This loads the DRI module
  17. #    Load       "dri"

  18. EndSection

  19. # **********************************************************************
  20. # Files section.  This allows default font and rgb paths to be set
  21. # **********************************************************************

  22. Section "Files"

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

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

  27. # Multiple FontPath entries are allowed (which are concatenated together),
  28. # as well as specifying multiple comma-separated entries in one FontPath
  29. # command (or a combination of both methods)
  30. #
  31. # If you don't have a floating point coprocessor and emacs, Mosaic or other
  32. # programs take long to start up, try moving the Type1 and Speedo directory
  33. # to the end of this list (or comment them out).
  34. #

  35.     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
  36.     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
  37.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
  38.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
  39.     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
  40.     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
  41. #    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
  42. #    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
  43.     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
  44.     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

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

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

  47. EndSection

  48. # **********************************************************************
  49. # Server flags section.
  50. # **********************************************************************

  51. Section "ServerFlags"

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

  55. #    Option "NoTrapSignals"

  56. # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
  57. # (where n is 1 through 12).  This allows clients to receive these key
  58. # events.

  59. #    Option "DontVTSwitch"

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

  62. #    Option "DontZap"

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

  65. #    Option "Dont Zoom"

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

  70. #    Option "DisableVidModeExtension"

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

  72. #    Option "AllowNonLocalXvidtune"

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

  75. #    Option "DisableModInDev"

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

  78. #    Option "AllowNonLocalModInDev"

  79. EndSection

  80. # **********************************************************************
  81. # Input devices
  82. # **********************************************************************

  83. # **********************************************************************
  84. # Core keyboard's InputDevice section
  85. # **********************************************************************

  86. Section "InputDevice"

  87.     Identifier        "Keyboard1"
  88.     Driver        "Keyboard"

  89. # For most OSs the protocol can be omitted (it defaults to "Standard").
  90. # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
  91. # uncomment the following line.

  92. #    Option     "Protocol"      "Xqueue"

  93.     Option "AutoRepeat" "500 30"

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

  96. #    Option "LeftAlt"     "Meta"
  97. #    Option "RightAlt"    "ModeShift"

  98. # To customise the XKB settings to suit your keyboard, modify the
  99. # lines below (which are the defaults).  For example, for a non-U.S.
  100. # keyboard, you will probably want to use:
  101. #    Option "XkbModel"    "pc102"
  102. # If you have a US Microsoft Natural keyboard, you can use:
  103. #    Option "XkbModel"    "microsoft"
  104. #
  105. # Then to change the language, change the Layout setting.
  106. # For example, a german layout can be obtained with:
  107. #    Option "XkbLayout"   "de"
  108. # or:
  109. #    Option "XkbLayout"   "de"
  110. #    Option "XkbVariant"  "nodeadkeys"
  111. #
  112. # If you'd like to switch the positions of your capslock and
  113. # control keys, use:
  114. #    Option "XkbOptions"  "ctrl:swapcaps"

  115. # These are the default XKB settings for X.Org
  116. #    Option "XkbRules"    "__XKBDEFRULES__"
  117. #    Option "XkbModel"    "pc101"
  118. #    Option "XkbLayout"   "us"
  119. #    Option "XkbVariant"  ""
  120. #    Option "XkbOptions"  ""

  121. #    Option "XkbDisable"

  122.     Option "XkbRules"        "xorg"
  123.     Option "XkbModel"        "pc101"
  124.     Option "XkbLayout"        "us"

  125. EndSection


  126. # **********************************************************************
  127. # Core Pointer's InputDevice section
  128. # **********************************************************************

  129. Section "InputDevice"

  130. # Identifier and driver

  131.     Identifier        "Mouse1"
  132.     Driver        "mouse"
  133.     Option "Protocol"    "PS/2"
  134.     Option "Device"      "/dev/mouse"

  135. # Mouse-speed setting for PS/2 mouse.

  136. #    Option "Resolution"        "256"

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

  139. #    Option "Protocol"        "Xqueue"

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

  142. #    Option "BaudRate"        "9600"
  143. #    Option "SampleRate"        "150"

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

  146.     Option "Emulate3Buttons"
  147. #    Option "Emulate3Timeout"    "50"

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

  149. #    Option "ChordMiddle"

  150. EndSection


  151. # **********************************************************************
  152. # Other input device sections
  153. # this is optional and is required only if you
  154. # are using extended input devices.  This is for example only.  Refer
  155. # to the XF86Config man page for a description of the options.
  156. # **********************************************************************
  157. #
  158. # Section "InputDevice"
  159. #    Identifier  "Mouse2"
  160. #    Driver      "mouse"
  161. #    Option      "Protocol"      "MouseMan"
  162. #    Option      "Device"        "/dev/mouse2"
  163. # EndSection
  164. #
  165. # Section "InputDevice"
  166. #    Identifier "spaceball"
  167. #    Driver     "magellan"
  168. #    Option     "Device"        "/dev/cua0"
  169. # EndSection
  170. #
  171. # Section "InputDevice"
  172. #    Identifier "spaceball2"
  173. #    Driver     "spaceorb"
  174. #    Option     "Device"        "/dev/cua0"
  175. # EndSection
  176. #
  177. # Section "InputDevice"
  178. #    Identifier "touchscreen0"
  179. #    Driver     "microtouch"
  180. #    Option     "Device"        "/dev/ttyS0"
  181. #    Option     "MinX"          "1412"
  182. #    Option     "MaxX"          "15184"
  183. #    Option     "MinY"          "15372"
  184. #    Option     "MaxY"          "1230"
  185. #    Option     "ScreenNumber"  "0"
  186. #    Option     "ReportingMode" "Scaled"
  187. #    Option     "ButtonNumber"  "1"
  188. #    Option     "SendCoreEvents"
  189. # EndSection
  190. #
  191. # Section "InputDevice"
  192. #    Identifier "touchscreen1"
  193. #    Driver     "elo2300"
  194. #    Option     "Device"        "/dev/ttyS0"
  195. #    Option     "MinX"          "231"
  196. #    Option     "MaxX"          "3868"
  197. #    Option     "MinY"          "3858"
  198. #    Option     "MaxY"          "272"
  199. #    Option     "ScreenNumber"  "0"
  200. #    Option     "ReportingMode" "Scaled"
  201. #    Option     "ButtonThreshold"       "17"
  202. #    Option     "ButtonNumber"  "1"
  203. #    Option     "SendCoreEvents"
  204. # EndSection

  205. # **********************************************************************
  206. # Monitor section
  207. # **********************************************************************

  208. # Any number of monitor sections may be present

  209. Section "Monitor"

  210.     Identifier  "My Monitor"

  211. # HorizSync is in kHz unless units are specified.
  212. # HorizSync may be a comma separated list of discrete values, or a
  213. # comma separated list of ranges of values.
  214. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
  215. # USER MANUAL FOR THE CORRECT NUMBERS.

  216.     HorizSync   31.5 - 79.0

  217. #    HorizSync        30-64         # multisync
  218. #    HorizSync        31.5, 35.2    # multiple fixed sync frequencies
  219. #    HorizSync        15-25, 30-50  # multiple ranges of sync frequencies

  220. # VertRefresh is in Hz unless units are specified.
  221. # VertRefresh may be a comma separated list of discrete values, or a
  222. # comma separated list of ranges of values.
  223. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
  224. # USER MANUAL FOR THE CORRECT NUMBERS.

  225.     VertRefresh 50-90

  226. EndSection


  227. # **********************************************************************
  228. # Graphics device section
  229. # **********************************************************************

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

  231. # Standard VGA Device:

  232. Section "Device"
  233.     Identifier        "Standard VGA"
  234.     VendorName        "Unknown"
  235.     BoardName        "Unknown"

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

  238. #    Chipset        "generic"

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

  243.     Driver     "vga"
  244. # The BusID line is used to specify which of possibly multiple devices
  245. # this section is intended for.  When this line isn't present, a device
  246. # section can only match up with the primary video device.  For PCI
  247. # devices a line like the following could be used.  This line should not
  248. # normally be included unless there is more than one video device
  249. # intalled.

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

  251. #    VideoRam        256

  252. #    Clocks        25.2 28.3

  253. EndSection

  254. # Device configured by xf86config:

  255. Section "Device"
  256.     Identifier  "My Video Card"
  257.     Driver      "vga"
  258.         # unsupported card
  259.     #VideoRam    16384
  260.     # Insert Clocks lines here if appropriate
  261. EndSection


  262. # **********************************************************************
  263. # Screen sections
  264. # **********************************************************************

  265. # Any number of screen sections may be present.  Each describes
  266. # the configuration of a single screen.  A single specific screen section
  267. # may be specified from the X server command line with the "-screen"
  268. # option.
  269. Section "Screen"
  270.     Identifier  "Screen 1"
  271.     Device      "My Video Card"
  272.     Monitor     "My Monitor"
  273.     DefaultDepth 16

  274.     Subsection "Display"
  275.         Depth       8
  276.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  277.         ViewPort    0 0
  278.     EndSubsection
  279.     Subsection "Display"
  280.         Depth       16
  281.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  282.         ViewPort    0 0
  283.     EndSubsection
  284.     Subsection "Display"
  285.         Depth       24
  286.         Modes       "1280x1024" "1024x768" "800x600" "640x480"
  287.         ViewPort    0 0
  288.     EndSubsection
  289. EndSection

  290. # **********************************************************************
  291. # ServerLayout sections.
  292. # **********************************************************************

  293. # Any number of ServerLayout sections may be present.  Each describes
  294. # the way multiple screens are organised.  A specific ServerLayout
  295. # section may be specified from the X server command line with the
  296. # "-layout" option.  In the absence of this, the first section is used.
  297. # When now ServerLayout section is present, the first Screen section
  298. # is used alone.

  299. Section "ServerLayout"

  300. # The Identifier line must be present
  301.     Identifier  "Simple Layout"

  302. # Each Screen line specifies a Screen section name, and optionally
  303. # the relative position of other screens.  The four names after
  304. # primary screen name are the screens to the top, bottom, left and right
  305. # of the primary screen.  In this example, screen 2 is located to the
  306. # right of screen 1.

  307.     Screen "Screen 1"

  308. # Each InputDevice line specifies an InputDevice section name and
  309. # optionally some options to specify the way the device is to be
  310. # used.  Those options include "CorePointer", "CoreKeyboard" and
  311. # "SendCoreEvents".

  312.     InputDevice "Mouse1" "CorePointer"
  313.     InputDevice "Keyboard1" "CoreKeyboard"

  314. EndSection

  315. # Section "DRI"
  316. #    Mode 0666
  317. # EndSection
复制代码
发表于 2004-4-16 15:48:56 | 显示全部楼层
说原因啊。
发表于 2004-4-16 15:49:07 | 显示全部楼层
说说原因啊。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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