bullud 发表于 2004-10-5 21:37:10

怎么删除kernel以及怎么改进鼠标设置?

1。系统安装好了过后,用yourfeng的最最新内核的源码编译,然后又装了一个内核。现在我想把以前的那个内核连同它的模块都删掉,因该怎么做?因为硬盘比较小,所以,尽量把没用的东西都删除。

2。现在感觉鼠标(usb光电鼠标。难牌子,鼠标后面写的是符合FCC标准)有点跳跃,应该怎么设置才能改变?我的xfconfig86的文件如下:


# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
      Identifier      "Default Layout"
      Screen      0   "Screen0" 0 0
      InputDevice   "Mouse0" "CorePointer"
      InputDevice   "Keyboard0" "CoreKeyboard"
      InputDevice   "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
      RgbPath         "/usr/X11R6/lib/X11/rgb"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc"
      FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
      FontPath      "/usr/X11R6/lib/X11/fonts/Speedo"
      FontPath      "/usr/X11R6/lib/X11/fonts/cyrillic"
      FontPath      "/usr/X11R6/lib/X11/fonts/TTF"
      FontPath      "/usr/share/fonts/ttf/zh_CN"   
      FontPath      "/usr/share/fonts/default/Type1"

EndSection

Section "Module"
      Load    "dbe"
      Load    "extmod"
      Load    "fbdevhw"
      Load    "glx"
      Load    "record"
      Load    "freetype"
      Load    "type1"
EndSection

Section "InputDevice"
      Identifier      "Keyboard0"
      Driver          "keyboard"
      Option          "XkbRules" "xfree86"
      Option          "XbkModel" "pc105"
      Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
      Identifier      "Mouse0"
      Driver          "mouse"
      Option          "Protocol" "IMPS/2"
      Option          "Device" "/dev/input/mice"
      Option          "ZAxisMapping" "4 5"
      Option          "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
      Identifier      "DevInputMice"
Driver          "mouse"
Option          "Protocol" "IMPS/2"
Option          "Device" "/dev/psaux"
Option          "ZAxisMapping" "4 5"
Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
      Identifier      "Monitor0"
      VendorName      "Monitor Vendor"
      ModelName       "Toshiba 14.1 LCD"
#      HorizSync       31.5 - 37.9
HorizSync      28.0 - 50.0
#      VertRefresh   50.0 - 70.0
VertRefresh   43.0 - 75.0
Option          "dpms"
EndSection

Section "Device"
      Identifier      "NVIDIA GeForce 4 (generic)"
#      Driver          "nv"
Driver          "nvidia"
      VendorName      "Videocard vendor"
      BoardName       "NVIDIA GeForce 4 420 Go"
Option          "NvAGP" "2"
Option          "CursorShadow" "True"
Option          "TwinView"
Option          "TwinViewOrientation" "Clone"
Option          "SecondMonitorHorizSync" "30-50"
Option          "SecondMonitorVertRefresh" "60"
Option          "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;"
Option          "TVStandard""PAL-B"
Option          "TVOutFormat" "COMPOSITE"
      VideoRam      16384
      Option          "IgnoreEDID" "true"
EndSection

Section "Screen"
      Identifier      "Screen0"
      Device          "NVIDIA GeForce 4 (generic)"
      Monitor         "Monitor0"
      DefaultDepth    24
SubSection "Display8"
Depth 8
Modes "640x480" "800x600" "1024x768"
EndSubSection
SubSection "Display15"
Depth 15
Modes "640x480" "800x600" "1024x768"
EndSubSection
SubSection "Display16"
Depth 16
Modes "640x480" "800x600" "1024x768"
EndSubSection
SubSection "Display24"
Depth 24
Modes "640x480" "800x600" "1024x768"
EndSubSection
EndSection
页: [1]
查看完整版本: 怎么删除kernel以及怎么改进鼠标设置?