huishouliu
编译内核后,每次开机,鼠标都不能动,但可以看到,要重新启动下才能正常使用
系统:centos5 重编内核为:2.6.25.4 显卡驱动:NVIDIA_Linuxx86_drv17308 (6100的芯片) 鼠标:ps/2双飞燕光电
问题一:安装centos后,不能 id:5:initdefault:启动 错误 日 志 INIT:ID ‘X’respawning too fast :disabled for 5 minutes 只能 vi /etc/inittab---->id:3--->startx--->gui 升级内核后还是没能解决此问题
问题二.升级内核用新核(2.6.25.4)引导,发现每次开机进入id3--->startx-->gui后鼠标显示但不能动(vi /etc/inittab--->id5报错,错误 日志同上 INIT:ID ‘X’respawning too fast :disabled for 5 minutes 只能 vi /etc/inittab---->id:3--->startx--->gui ),鼠标灯是亮的,重新插拨鼠标还是不能正常工作,只能shutdonw -r now --->login id3 ----->startx--->gui,鼠标才能正常使用现在想进入gui正常使用鼠标只好重启两次了,郁闷啊
贴出xorg.conf
1 # nvidia-xconfig: X configuration file generated by nvidia-xconfig
2 # nvidia-xconfig: version 1.0 (buildmeister@builder57) Wed Apr 2 00:14:06 PST 2008
3
4 Section "ServerLayout"
5 Identifier "Layout0"
6 Screen 0 "Screen0"
7 InputDevice "Keyboard0" "CoreKeyboard"
8 InputDevice "Mouse0" "CorePointer"
9 EndSection
10
11 Section "Files"
12 RgbPath "/usr/X11R6/lib/X11/rgb"
13 FontPath "unix/:7100"
14 EndSection
15
16 Section "Module"
17 Load "dbe"
18 Load "extmod"
19 Load "type1"
20 Load "freetype"
21 Load "glx"
22 EndSection
23
[color=Red]24 Section "InputDevice"
25 # generated from default
26 Identifier "Mouse0"
27 Driver "mouse"
28 Option "Protocol" "auto"
29 Option "Device" "/dev/input/mice"
30 Option "Emulate3Buttons" "no"
31 Option "ZAxisMapping" "4 5"
32 EndSection[/color]
33
34 Section "InputDevice"
35 # generated from data in "/etc/sysconfig/keyboard"
36 Identifier "Keyboard0"
37 Driver "kbd"
38 Option "XkbLayout" "us"
39 Option "XkbModel" "pc105"
40 EndSection
41
42 Section "Monitor"
43 Identifier "Monitor0"
44 VendorName "Unknown"
45 ModelName "Unknown"
46 HorizSync 30.0 - 110.0
47 VertRefresh 50.0 - 150.0
48 Option "DPMS"
49 EndSection
50
51 Section "Device"
52 Identifier "Device0"
53 Driver "nvidia"
54 VendorName "NVIDIA Corporation"
55 EndSection
56
57 Section "Screen"
58 Identifier "Screen0"
59 Device "Device0"
60 Monitor "Monitor0"
61 DefaultDepth 24
62 SubSection "Display"
63 Depth 24
64 EndSubSection
65 EndSection
66
[color=Red]本人QQ:184899560 email :huishouliu@126.com[/color]