LinuxSir.cn,穿越时空的Linuxsir!

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

[求助]请问Xorg.0.log中的这段WW如何解决?

[复制链接]
发表于 2009-7-29 16:53:26 | 显示全部楼层 |阅读模式
先放上我的xorg.conf
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed May 27 03:15:36 PDT 2009
  3. Section "ServerLayout"
  4.     Identifier     "X.org Configured"
  5.     Screen      0  "Screen0" 0 0     
  6.     InputDevice    "Mouse0" "CorePointer"
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection                                   
  9. Section "Files"
  10.     ModulePath      "/usr/lib/xorg/modules"
  11.     FontPath        "/usr/share/fonts/misc:unscaled"
  12.     FontPath        "/usr/share/fonts/misc"         
  13.     FontPath        "/usr/share/fonts/100dpi:unscaled"
  14.     FontPath        "/usr/share/fonts/100dpi"         
  15.     FontPath        "/usr/share/fonts/75dpi:unscaled"
  16.     FontPath        "/usr/share/fonts/75dpi"         
  17.     FontPath        "/usr/share/fonts/TTF"            
  18.     FontPath        "/usr/share/fonts/wqy-bitmapfont"
  19.     FontPath        "/usr/share/fonts/Type1"         
  20. EndSection                                            
  21. Section "Module"
  22.     Load           "extmod"
  23.     Load           "record"
  24.     Load           "glx"   
  25.     Load           "dbe"   
  26.     Load           "dri2"  
  27.     Load           "ddc"   
  28.     Load           "record"
  29.     Load           "bitmap"
  30. EndSection                 
  31. Section "InputDevice"
  32.     Identifier     "Keyboard0"
  33.     Driver         "kbd"      
  34.     Option         "CoreKeyboard"
  35.     Option         "XkbRules" "xorg"
  36.     Option         "XkbModel" "pc105"
  37.     Option         "XkbLayout" "us"  
  38.     Option         "XkbVariant" ""   
  39. EndSection                           
  40. Section "InputDevice"
  41.     Identifier     "Mouse0"
  42.     Driver         "mouse"
  43.     Option         "Protocol" "auto"
  44.     Option         "Device" "/dev/input/mice"
  45.     Option         "ZAxisMapping" "4 5 6 7"  
  46. EndSection                                   
  47. Section "Monitor"
  48.     Identifier     "Monitor0"
  49.     VendorName     "AOC"     
  50.     ModelName      "AOC 930Fwz"
  51.     HorizSync       36.5 - 75.8
  52.     VertRefresh     55.0 - 75.0
  53.     Option         "DPMS" "true"
  54. EndSection                     
  55. Section "Device"
  56.     Identifier     "Card0"
  57.     Driver         "nvidia"
  58.     VendorName     "nVidia Corporation"
  59.     BoardName      "G94 [GeForce 9600 GT]"
  60.     Option         "BackingStore" "True"  
  61.     Option         "DamageEvents" "True"  
  62.     Option         "TripleBuffer" "True"  
  63. EndSection                                
  64. Section "Screen"
  65.     Identifier     "Screen0"
  66.     Device         "Card0"  
  67.     Monitor        "Monitor0"
  68.     DefaultDepth    24      
  69.     Option         "RenderAccel" "true"
  70.     Option         "AllowGLXWithComposite" "true"
  71.     Option         "AddARGBGLXVisuals" "true"   
  72.     SubSection     "Display"                     
  73.         Viewport    0 0                          
  74.         Depth       1                           
  75.     EndSubSection                                
  76.     SubSection     "Display"                     
  77.         Viewport    0 0                          
  78.         Depth       4                           
  79.     EndSubSection                                
  80.     SubSection     "Display"
  81.         Viewport    0 0
  82.         Depth       8
  83.     EndSubSection
  84.     SubSection     "Display"
  85.         Viewport    0 0
  86.         Depth       15
  87.     EndSubSection
  88.     SubSection     "Display"
  89.         Viewport    0 0
  90.         Depth       16
  91.     EndSubSection
  92.     SubSection     "Display"
  93.         Viewport    0 0
  94.         Depth       24
  95.     EndSubSection
  96. EndSection
  97. Section "Extensions"
  98.     Option         "Composite" "Enable"
  99. EndSection
复制代码

今天无意中看了一下Xorg.0.log, 发现如下WW

cat /var/log/Xorg.0.log | grep WW
  1. (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
  2. (WW) Disabling Mouse0
  3. (WW) Disabling Keyboard0
复制代码

全部的log
  1.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                                                                        
  2. (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.                                             
  3. (WW) Disabling Mouse0                                                                                                                        
  4. (WW) Disabling Keyboard0                                                                                                                     
  5. [root@Arch neo]# cat /var/log/Xorg.0.log
  6. X.Org X Server 1.6.2
  7. Release Date: 2009-7-7
  8. X Protocol Version 11, Revision 0
  9. Build Operating System: Linux 2.6.30-ARCH i686
  10. Current Operating System: Linux Arch 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009 i686
  11. Build Date: 18 July 2009  08:27:13PM                                                            
  12.                                                                                                 
  13.         Before reporting problems, check http://wiki.x.org                                       
  14.         to make sure that you have the latest version.                                          
  15. Markers: (--) probed, (**) from config file, (==) default setting,                              
  16.         (++) from command line, (!!) notice, (II) informational,                                 
  17.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                           
  18. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 29 15:53:51 2009                             
  19. (==) Using config file: "/etc/X11/xorg.conf"                                                     
  20. (==) ServerLayout "X.org Configured"                                                            
  21. (**) |-->Screen "Screen0" (0)                                                                    
  22. (**) |   |-->Monitor "Monitor0"                                                                  
  23. (**) |   |-->Device "Card0"                                                                     
  24. (**) |-->Input Device "Mouse0"                                                                  
  25. (**) |-->Input Device "Keyboard0"                                                               
  26. (==) Automatically adding devices                                                               
  27. (==) Automatically enabling devices                                                              
  28. (**) FontPath set to:                                                                           
  29.         /usr/share/fonts/misc:unscaled,                                                         
  30.         /usr/share/fonts/misc,                                                                  
  31.         /usr/share/fonts/100dpi:unscaled,                                                        
  32.         /usr/share/fonts/100dpi,                                                                 
  33.         /usr/share/fonts/75dpi:unscaled,                                                         
  34.         /usr/share/fonts/75dpi,                                                                  
  35.         /usr/share/fonts/TTF,                                                                    
  36.         /usr/share/fonts/wqy-bitmapfont,                                                         
  37.         /usr/share/fonts/Type1,                                                                  
  38.         /usr/share/fonts/misc,                                                                  
  39.         /usr/share/fonts/100dpi:unscaled,                                                        
  40.         /usr/share/fonts/75dpi:unscaled,                                                         
  41.         /usr/share/fonts/TTF,                                                                    
  42.         /usr/share/fonts/Type1,                                                                  
  43.         built-ins                                                                                
  44. (**) ModulePath set to "/usr/lib/xorg/modules"                                                   
  45. (**) Extension "Composite" is enabled                                                            
  46. (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.  
  47. (WW) Disabling Mouse0                                                                           
  48. (WW) Disabling Keyboard0                                                                        
  49. (II) Loader magic: 0x7a40                                                                        
  50. (II) Module ABI versions:                                                                        
  51.         X.Org ANSI C Emulation: 0.4                                                              
  52.         X.Org Video Driver: 5.0                                                                  
  53.         X.Org XInput driver : 4.0                                                               
  54.         X.Org Server Extension : 2.0                                                            
  55. (II) Loader running on linux                                                                     
  56. (++) using VT number 7                                                                           
  57. (--) PCI:*(0:1:0:0) 10de:0622:0000:0000 nVidia Corporation G94 [GeForce 9600 GT] rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf4000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/524288                                                                           
  58. (II) Open ACPI successful (/var/run/acpid.socket)                                                                                            
  59. (II) System resource ranges:                                                                                                                 
  60.         [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]                                                                                 
  61.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]                                                                              
  62.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]                                                                              
  63.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]                                                                              
  64.         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]                                                                                 
  65.         [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]                                                                                 
  66. (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.                                             
  67. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.                                                
  68. (II) "glx" will be loaded. This was enabled by default and also specified in the config file.                                                
  69. (II) "record" will be loaded. This was enabled by default and also specified in the config file.                                             
  70. (II) "dri" will be loaded by default.                                                                                                        
  71. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.                                               
  72. (II) LoadModule: "extmod"                                                                                                                    
  73. (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so                                                                                 
  74. (II) Module extmod: vendor="X.Org Foundation"                                                                                                
  75.         compiled for 1.6.2, module version = 1.0.0                                                                                          
  76.         Module class: X.Org Server Extension                                                                                                
  77.         ABI class: X.Org Server Extension, version 2.0                                                                                       
  78. (II) Loading extension MIT-SCREEN-SAVER                                                                                                      
  79. (II) Loading extension XFree86-VidModeExtension                                                                                             
  80. (II) Loading extension XFree86-DGA                                                                                                           
  81. (II) Loading extension DPMS                                                                                                                  
  82. (II) Loading extension XVideo                                                                                                               
  83. (II) Loading extension XVideo-MotionCompensation                                                                                             
  84. (II) Loading extension X-Resource                                                                                                            
  85. (II) LoadModule: "record"                                                                                                                    
  86. (II) Loading /usr/lib/xorg/modules/extensions//librecord.so                                                                                 
  87. (II) Module record: vendor="X.Org Foundation"                                                                                                
  88.         compiled for 1.6.2, module version = 1.13.0                                                                                          
  89.         Module class: X.Org Server Extension                                                                                                
  90.         ABI class: X.Org Server Extension, version 2.0                                                                                       
  91. (II) Loading extension RECORD                                                                                                               
  92. (II) LoadModule: "glx"                                                                                                                       
  93. (II) Loading /usr/lib/xorg/modules/extensions//libglx.so                                                                                    
  94. (II) Module glx: vendor="NVIDIA Corporation"                                                                                                
  95.         compiled for 4.0.2, module version = 1.0.0                                                                                          
  96.         Module class: X.Org Server Extension                                                                                                
  97. (II) NVIDIA GLX Module  185.18.14  Wed May 27 03:09:07 PDT 2009                                                                              
  98. (II) Loading extension GLX                                                                                                                  
  99. (II) LoadModule: "dbe"                                                                                                                       
  100. (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so                                                                                    
  101. (II) Module dbe: vendor="X.Org Foundation"                                                                                                   
  102.         compiled for 1.6.2, module version = 1.0.0                                                                                          
  103.         Module class: X.Org Server Extension                                                                                                
  104.         ABI class: X.Org Server Extension, version 2.0                                                                                       
  105. (II) Loading extension DOUBLE-BUFFER                                                                                                         
  106. (II) LoadModule: "dri2"                                                                                                                     
  107. (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so                                                                                    
  108. (II) Module dri2: vendor="X.Org Foundation"                                                                                                  
  109.         compiled for 1.6.2, module version = 1.1.0                                                                                          
  110.         ABI class: X.Org Server Extension, version 2.0                                                                                       
  111. (II) Loading extension DRI2                                                                                                                  
  112. (II) LoadModule: "ddc"                                                                                                                       
  113. (II) Module "ddc" already built-in                                                                                                           
  114. (II) LoadModule: "record"                                                                                                                    
  115. (II) Reloading /usr/lib/xorg/modules/extensions//librecord.so                                                                                
  116. (II) Loading extension RECORD                                                                                                               
  117. (II) LoadModule: "dri"                                                                                                                       
  118. (II) Loading /usr/lib/xorg/modules/extensions//libdri.so                                                                                    
  119. (II) Module dri: vendor="X.Org Foundation"                                                                                                   
  120.         compiled for 1.6.2, module version = 1.0.0                                                                                          
  121.         ABI class: X.Org Server Extension, version 2.0                                                                                       
  122. (II) Loading extension XFree86-DRI                                                                                                           
  123. (II) LoadModule: "nvidia"                                                                                                                    
  124. (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so                                                                                    
  125. (II) Module nvidia: vendor="NVIDIA Corporation"                                                                                             
  126.         compiled for 4.0.2, module version = 1.0.0                                                                                          
  127.         Module class: X.Org Video Driver                                                                                                     
  128. (II) NVIDIA dlloader X Driver  185.18.14  Wed May 27 02:32:54 PDT 2009                                                                       
  129. (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs                                                                                    
  130. (II) Primary Device is: PCI 01@00:00:0                                                                                                      
  131. (II) Loading sub module "fb"                                                                                                                 
  132. (II) LoadModule: "fb"                                                                                                                        
  133. (II) Loading /usr/lib/xorg/modules//libfb.so                                                                                                
  134. (II) Module fb: vendor="X.Org Foundation"                                                                                                   
  135.         compiled for 1.6.2, module version = 1.0.0                                                                                          
  136.         ABI class: X.Org ANSI C Emulation, version 0.4                                                                                       
  137. (II) Loading sub module "wfb"                                                                                                               
  138. (II) LoadModule: "wfb"                                                                                                                       
  139. (II) Loading /usr/lib/xorg/modules//libwfb.so                                                                                                
  140. (II) Module wfb: vendor="X.Org Foundation"                                                                                                   
  141.         compiled for 1.6.2, module version = 1.0.0                                                                                          
  142.         ABI class: X.Org ANSI C Emulation, version 0.4                                                                                       
  143. (II) Loading sub module "ramdac"                                                                                                            
  144. (II) LoadModule: "ramdac"                                                                                                                    
  145. (II) Module "ramdac" already built-in                                                                                                        
  146. (II) resource ranges after probing:                                                                                                         
  147.         [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]                                                                                 
  148.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]                                                                              
  149.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]                                                                              
  150.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]                                                                              
  151.         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]                                                                                 
  152.         [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]                                                                                 
  153. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32                                                                                            
  154. (==) NVIDIA(0): RGB weight 888                                                                                                               
  155. (==) NVIDIA(0): Default visual is TrueColor                                                                                                  
  156. (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)                                                                                       
  157. (**) NVIDIA(0): Option "RenderAccel" "true"                                                                                                  
  158. (**) NVIDIA(0): Option "AllowGLXWithComposite" "true"                                                                                       
  159. (**) NVIDIA(0): Option "TripleBuffer" "True"                                                                                                
  160. (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"                                                                                            
  161. (**) NVIDIA(0): Option "DamageEvents" "True"                                                                                                
  162. (**) NVIDIA(0): Enabling RENDER acceleration                                                                                                
  163. (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is                                                               
  164. (II) NVIDIA(0):     enabled.                                                                                                                 
  165. (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GT (G94) at PCI:1:0:0 (GPU-0)                                                                        
  166. (--) NVIDIA(0): Memory: 262144 kBytes                                                                                                        
  167. (--) NVIDIA(0): VideoBIOS: 62.94.3c.00.00                                                                                                   
  168. (II) NVIDIA(0): Detected PCI Express Link width: 16X                                                                                         
  169. (--) NVIDIA(0): Interlaced video modes are supported on this GPU                                                                             
  170. (--) NVIDIA(0): Connected display device(s) on GeForce 9600 GT at PCI:1:0:0:                                                                 
  171. (--) NVIDIA(0):     AOC 930Wx (DFP-0)                                                                                                        
  172. (--) NVIDIA(0): AOC 930Wx (DFP-0): 330.0 MHz maximum pixel clock                                                                             
  173. (--) NVIDIA(0): AOC 930Wx (DFP-0): Internal Dual Link TMDS                                                                                   
  174. (II) NVIDIA(0): Assigned Display Device: DFP-0                                                                                               
  175. (==) NVIDIA(0):                                                                                                                              
  176. (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"                                                               
  177. (==) NVIDIA(0):     will be used as the requested mode.                                                                                      
  178. (==) NVIDIA(0):                                                                                                                              
  179. (II) NVIDIA(0): Validated modes:                                                                                                            
  180. (II) NVIDIA(0):     "nvidia-auto-select"                                                                                                     
  181. (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050                                                                             
  182. (--) NVIDIA(0): DPI set to (96, 80); computed from "UseEdidDpi" X config                                                                     
  183. (--) NVIDIA(0):     option                                                                                                                  
  184. (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.                                                                                            
  185. (--) Depth 24 pixmap format is 32 bpp                                                                                                        
  186. (II) do I need RAC?  No, I don't.                                                                                                            
  187. (II) resource ranges after preInit:                                                                                                         
  188.         [0] -1  0       0xffffffff - 0xffffffff (0x1) MX[b]                                                                                 
  189.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]                                                                              
  190.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]                                                                              
  191.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]                                                                              
  192.         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]                                                                                 
  193.         [5] -1  0       0x00000000 - 0x00000000 (0x1) IX[b]                                                                                 
  194. (II) NVIDIA(0): Initialized GPU GART.                                                                                                        
  195. (II) NVIDIA(0): Setting mode "nvidia-auto-select"                                                                                            
  196. (II) Loading extension NV-GLX                                                                                                               
  197. (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized                                                                              
  198. (==) NVIDIA(0): Disabling shared memory pixmaps                                                                                             
  199. (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture                                                                                
  200. (**) NVIDIA(0): Option "BackingStore" "True"                                                                                                
  201. (**) NVIDIA(0): Backing store enabled                                                                                                        
  202. (==) NVIDIA(0): Silken mouse enabled                                                                                                         
  203. (**) Option "dpms" "true"                                                                                                                    
  204. (**) NVIDIA(0): DPMS enabled                                                                                                                 
  205. (II) Loading extension NV-CONTROL                                                                                                            
  206. (II) Loading extension XINERAMA                                                                                                              
  207. (==) RandR enabled                                                                                                                           
  208. (II) Initializing built-in extension Generic Event Extension                                                                                 
  209. (II) Initializing built-in extension SHAPE                                                                                                   
  210. (II) Initializing built-in extension MIT-SHM                                                                                                
  211. (II) Initializing built-in extension XInputExtension                                                                                         
  212. (II) Initializing built-in extension XTEST                                                                                                   
  213. (II) Initializing built-in extension BIG-REQUESTS                                                                                            
  214. (II) Initializing built-in extension SYNC                                                                                                   
  215. (II) Initializing built-in extension XKEYBOARD                                                                                               
  216. (II) Initializing built-in extension XC-MISC                                                                                                
  217. (II) Initializing built-in extension SECURITY                                                                                                
  218. (II) Initializing built-in extension XINERAMA                                                                                                
  219. (II) Initializing built-in extension XFIXES                                                                                                  
  220. (II) Initializing built-in extension RENDER                                                                                                  
  221. (II) Initializing built-in extension RANDR                                                                                                   
  222. (II) Initializing built-in extension COMPOSITE                                                                                               
  223. (II) Initializing built-in extension DAMAGE                                                                                                  
  224. (II) Initializing extension GLX                                                                                                              
  225. (II) config/hal: Adding input device Macintosh mouse button emulation                                                                        
  226. (II) LoadModule: "evdev"                                                                                                                     
  227. (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so                                                                                       
  228. (II) Module evdev: vendor="X.Org Foundation"                                                                                                
  229.         compiled for 1.6.1, module version = 2.2.2                                                                                          
  230.         Module class: X.Org XInput Driver                                                                                                   
  231.         ABI class: X.Org XInput driver, version 4.0                                                                                          
  232. (**) Macintosh mouse button emulation: always reports core events                                                                           
  233. (**) Macintosh mouse button emulation: Device: "/dev/input/event0"                                                                           
  234. (II) Macintosh mouse button emulation: Found 3 mouse buttons                                                                                 
  235. (II) Macintosh mouse button emulation: Found x and y relative axes                                                                           
  236. (II) Macintosh mouse button emulation: Configuring as mouse                                                                                 
  237. (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5                                                                        
  238. (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200                              
  239. (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)                                                   
  240. (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1                                                                 
  241. (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00                                                               
  242. (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms                                                                     
  243. (**) Macintosh mouse button emulation: (accel) set acceleration profile 0                                                                    
  244. (II) config/hal: Adding input device USB Optical Mouse                                                                                       
  245. (**) USB Optical Mouse: always reports core events                                                                                          
  246. (**) USB Optical Mouse: Device: "/dev/input/event6"
  247. (II) USB Optical Mouse: Found 3 mouse buttons
  248. (II) USB Optical Mouse: Found x and y relative axes
  249. (II) USB Optical Mouse: Found scroll wheel(s)
  250. (II) USB Optical Mouse: Configuring as mouse
  251. (**) USB Optical Mouse: YAxisMapping: buttons 4 and 5
  252. (**) USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  253. (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE)
  254. (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
  255. (**) USB Optical Mouse: (accel) filter chain progression: 2.00
  256. (**) USB Optical Mouse: (accel) filter stage 0: 20.00 ms
  257. (**) USB Optical Mouse: (accel) set acceleration profile 0
  258. (II) config/hal: Adding input device Dell Dell USB Keyboard
  259. (**) Dell Dell USB Keyboard: always reports core events
  260. (**) Dell Dell USB Keyboard: Device: "/dev/input/event4"
  261. (II) Dell Dell USB Keyboard: Found keys
  262. (II) Dell Dell USB Keyboard: Configuring as keyboard
  263. (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD)
  264. (**) Option "xkb_rules" "evdev"
  265. (**) Option "xkb_model" "evdev"
  266. (**) Option "xkb_layout" "us"
复制代码

google 了半天发现 http://linux.chinaunix.net/techd ... 12/23/1054447.shtml
方法是在xorg.conf中加入
Section "ServerFlags"
     Option "AutoAddDevices" "False"
     Option "AllowEmptyInput" "False"
EndSection

刚装上了xf86-input-mouse xf86-input-keyboard
但是这样了好像就用不了hal了

在x中我的 键盘(DELL SK-8115),鼠标(DELL MOC5UO) 都可以用, 但是meta key没有用
请大家帮帮我, 好几天解决不了,不行了.
发表于 2009-7-29 19:32:06 | 显示全部楼层
Section "InputDevice"
    Identifier     "Keyboard0"
  #  Driver         "kbd"

注释掉看看


AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.

这句说使用驱动kdb 那么那两个驱动将会失效。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-29 22:54:04 | 显示全部楼层
试过了, 直接不能进X了.
回复 支持 反对

使用道具 举报

发表于 2009-7-30 23:39:38 | 显示全部楼层
少了模块???
回复 支持 反对

使用道具 举报

发表于 2009-7-30 23:47:15 | 显示全部楼层
我知道是什么问题了,是少了hal和fam这两个守护程序
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-31 01:06:33 | 显示全部楼层
我仔细查看了一下,我的确安装了hal fam而且他们在运行~
我个人觉得最大的问题是出在xorg.conf上。
回复 支持 反对

使用道具 举报

发表于 2009-7-31 11:39:48 | 显示全部楼层
尝试使用自动识别
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-7-31 12:04:34 | 显示全部楼层
请问?
如何尝试使用自动识别?
是不用xorg.conf嘛?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-1 13:28:55 | 显示全部楼层

  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig                                                                                                  
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed May 27 03:15:36 PDT 2009                                                                              
  3.                                                                                                                                                                     
  4. Section "ServerLayout"                                                                                                                                             
  5.     Identifier     "X.org Configured"                                                                                                                              
  6.     Screen      0  "Screen0" 0 0                                                                                                                                    
  7. #    InputDevice    "Mouse0" "CorePointer"                                                                                                                          
  8. #    InputDevice    "Keyboard0" "CoreKeyboard"                                                                                                                     
  9. EndSection                                                                                                                                                         
  10.                                                                                                                                                                     
  11. Section "ServerFlags"                                                                                                                                               
  12.     Option         "AutoAddDevices" "On"                                                                                                                           
  13.     Option         "AllowEmptyInput" "On"                                                                                                                           
  14.     Option         "AutoEnableDevices" "On"                                                                                                                        
  15. EndSection                                                                                                                                                         
  16.                                                                                                                                                                     
  17. Section "Files"                                                                                                                                                     
  18.     ModulePath      "/usr/lib/xorg/modules"                                                                                                                        
  19.     FontPath        "/usr/share/fonts/misc:unscaled"                                                                                                               
  20.     FontPath        "/usr/share/fonts/misc"                                                                                                                        
  21.     FontPath        "/usr/share/fonts/100dpi:unscaled"                                                                                                              
  22.     FontPath        "/usr/share/fonts/100dpi"                                                                                                                       
  23.     FontPath        "/usr/share/fonts/75dpi:unscaled"                                                                                                               
  24.     FontPath        "/usr/share/fonts/75dpi"                                                                                                                        
  25.     FontPath        "/usr/share/fonts/TTF"                                                                                                                          
  26.     FontPath        "/usr/share/fonts/wqy-bitmapfont"                                                                                                               
  27. #    FontPath        "/usr/share/fonts/wenquanyi/wqy-zenhei"                                                                                                        
  28. EndSection                                                                                                                                                         

  29. Section "Module"
  30.     Load           "extmod"
  31.     Load           "record"
  32.     Load           "glx"   
  33.     Load           "dbe"   
  34.     Load           "dri2"  
  35.     Load           "ddc"   
  36.     Load           "record"
  37.     Load           "bitmap"
  38. EndSection                 

  39. #Section "InputDevice"
  40. #    Identifier     "Keyboard0"
  41. #    Driver         "kbd"      
  42. #    Option         "CoreKeyboard"
  43. #    Option         "XkbRules" "xorg"
  44. #    Option         "XkbModel" "pc105"
  45. #    Option         "XkbLayout" "us"  
  46. #EndSection                           

  47. #Section "InputDevice"
  48. #    Identifier     "Mouse0"
  49. #    Driver         "mouse"
  50. #    Option         "Protocol" "auto"
  51. #    Option         "Device" "/dev/input/mice"
  52. #EndSection                                   

  53. Section "Monitor"
  54.     Identifier     "Monitor0"
  55.     VendorName     "AOC"     
  56.     ModelName      "AOC 930Fwz"
  57.     HorizSync       36.5 - 75.8
  58.     VertRefresh     55.0 - 75.0
  59.     Option         "DPMS" "True"
  60. EndSection

  61. Section "Device"
  62.     Identifier     "Card0"
  63.     Driver         "nvidia"
  64.     VendorName     "nVidia Corporation"
  65.     BoardName      "G94 [GeForce 9600 GT]"
  66.     Option         "BackingStore" "True"
  67.     Option         "DamageEvents" "True"
  68.     Option         "TripleBuffer" "True"
  69.     Option         "ConnectedMonitor" "DFP"
  70. EndSection

  71. Section "Screen"
  72.     Identifier     "Screen0"
  73.     Device         "Card0"
  74.     Monitor        "Monitor0"
  75.     DefaultDepth    24
  76.     Option         "AllowGLXWithComposite" "true"
  77.     Option         "AddARGBGLXVisuals" "true"
  78.     SubSection     "Display"
  79.         Viewport    0 0
  80.         Depth       1
  81.     EndSubSection
  82.     SubSection     "Display"
  83.         Viewport    0 0
  84.         Depth       4
  85.     EndSubSection
  86.     SubSection     "Display"
  87.         Viewport    0 0
  88.         Depth       8
  89.     EndSubSection
  90.     SubSection     "Display"
  91.         Viewport    0 0
  92.         Depth       15
  93.     EndSubSection
  94.     SubSection     "Display"
  95.         Viewport    0 0
  96.         Depth       16
  97.     EndSubSection
  98.     SubSection     "Display"
  99.         Viewport    0 0
  100.         Depth       24
  101.     EndSubSection
  102. EndSection

  103. Section "Extensions"
  104.     Option         "Composite" "Enable"
  105. EndSection
复制代码


最后还是自己解决了,谢谢楼上jarryson给的方法。
主要还是把所有输入都 注释掉 让HAL自己去找。
回复 支持 反对

使用道具 举报

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

本版积分规则

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