LinuxSir.cn,穿越时空的Linuxsir!

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

笔记本硬盘安装FC4 TEST3全过程,希望抛砖引玉,欢迎讨论。

[复制链接]
发表于 2005-5-17 12:06:58 | 显示全部楼层 |阅读模式
我的笔记本是acer travelmate 4002lci ,
配置如下:dothan 1.6/256mb/60G/ati9700/1394/intel 2001b/g/
下载四个镜像文件放在FAT32分区,下载一个GRUB for dos ,设置c:\boot.ini
加上一句,bootgrub="grub"
将第一个镜像文件中的ISOLINUX中的VMLINUZ和initrd.gz解到同一个分区中,重启,
出现grub:\时候
输入以下命令
find /vmlinuz
kernel (hd0,x)/vmlinuz
initrd  (hd0,x)/initrd.gz
boot
注意(hd0,x)
是find输出的结果
就可以硬盘安装了,
我的安装时选择所有软件
识别出了我的所有硬件,
很快就安装完了,
经过使用一段时间的体会是:
安装时识别的触摸板,安装完后不能使用,还有就是声卡识别了,就是没有声音
安装alsa的1。08驱动可以解决,
其他就是没有xmms了新加入了elspice什么地
发表于 2005-5-17 12:29:07 | 显示全部楼层
Post by zhangdagou
我的笔记本是acer travelmate 4002lci ,
配置如下:dothan 1.6/256mb/60G/ati9700/1394/intel 2001b/g/
下载四个镜像文件放在FAT32分区,下载一个GRUB for dos ,设置c:\boot.ini
加上一句,bootgrub="grub"
将第一个镜像文件中的ISOLINUX中的VMLINUZ和initrd.gz解到同一个分区中,重启,
出现grub:\时候
输入以下命令
find /vmlinuz
kernel (hd0,x)/vmlinuz
initrd  (hd0,x)/initrd.gz
boot
注意(hd0,x)
是find输出的结果
就可以硬盘安装了,
我的安装时选择所有软件
识别出了我的所有硬件,
很快就安装完了,
经过使用一段时间的体会是:
安装时识别的触摸板,安装完后不能使用,还有就是声卡识别了,就是没有声音
安装alsa的1。08驱动可以解决,
其他就是没有xmms了新加入了eclipse什么地

是 fc4t3,楼主改一下。另外,eclipse 的拼写错误
触摸板的问题,也许应该加载 synaptics 驱动,不过我没试过。声卡大概是静音了吧…… 看起来现在安装新版的 alsa 驱动真是很简单?

用 find 来找 vmlinuz 真是个好主意
回复 支持 反对

使用道具 举报

发表于 2005-5-17 12:37:47 | 显示全部楼层
Post by bbbush
是 fc4t3,楼主改一下。另外,eclipse 的拼写错误
触摸板的问题,也许应该加载 synaptics 驱动,不过我没试过。声卡大概是静音了吧…… 看起来现在安装新版的 alsa 驱动真是很简单?

用 find 来找 vmlinuz 真是个好主意

其实,触摸板的话,只要在xorg配置文件里加上一些配置就可以了,可惜现在在公司,笔记本没有在身边,你可以上网查查要加哪些
回复 支持 反对

使用道具 举报

发表于 2005-5-17 12:40:57 | 显示全部楼层
alsa驱动在rhel4上已经是默认安装的了,fc4也是的默认安装的。
在rhel4的发行注记上些着“现在的声音子系统是基于 ALSA 的,OSS 模块已不再有效。”
回复 支持 反对

使用道具 举报

发表于 2005-5-17 12:42:55 | 显示全部楼层
Post by mikeshi
其实,触摸板的话,只要在xorg配置文件里加上一些配置就可以了,可惜现在在公司,笔记本没有在身边,你可以上网查查要加哪些

http://www.linuxsir.cn/bbs/showthread.php?t=181896
好奇怪,硬件版推荐这篇帖子,但是我怎么觉得配置 synaptics 这么麻烦呢
能请您把 xorg.conf 配置文件发上来一份吗?
回复 支持 反对

使用道具 举报

发表于 2005-5-17 13:03:34 | 显示全部楼层
grub>root (hd0   <----  [Tab] 2次
grub>k [Tab] /vmlinuz
grub>initrd /initrd.img
grub>boot

___________这样好像可以少输入很多字母
回复 支持 反对

使用道具 举报

发表于 2005-5-17 13:20:50 | 显示全部楼层
Post by bbbush
http://www.linuxsir.cn/bbs/showthread.php?t=181896
好奇怪,硬件版推荐这篇帖子,但是我怎么觉得配置 synaptics 这么麻烦呢
能请您把 xorg.conf 配置文件发上来一份吗?

我是在网上看到说,从fc2,就自带了synaptics的驱动的,只是在xorg.conf的modules模块里没有load罢了,不过当我看到这篇文章时,已经又装了一遍synaptics了,所以不知道是否属实(因为当时到synaptics的主页上一看,5/15刚刚放出一个新版本,所以就迫不及待下载了一个。然后参照其他文档,修改了一下配置文件(我怀疑只要load synaptics就可以了,因为配置的话,可以选择安装ksynaptics,然后用图形来配置,方便多了,而且照其他的人配置,写入自己的xorg的话,也不见得就可以用了,起码我的就反应怪异,直到自己重新用ksynpatics来配置过才爽)
具体的,可以参看http://qsynaptics.sourceforge.net/
回复 支持 反对

使用道具 举报

发表于 2005-5-18 14:14:54 | 显示全部楼层
Post by bbbush
http://www.linuxsir.cn/bbs/showthread.php?t=181896
好奇怪,硬件版推荐这篇帖子,但是我怎么觉得配置 synaptics 这么麻烦呢
能请您把 xorg.conf 配置文件发上来一份吗?


红色部分是我自己手工添加的,蓝色部分,我个人认为可以使用ksynaptics工具来配置生成,但不知道不写可不可以。


  1. # XFree86 4 configuration created by pyxf86config

  2. Section "ServerLayout"
  3.         Identifier     "Default Layout"
  4.         Screen      0  "Screen0" 0 0
  5.         InputDevice    "Mouse0" "CorePointer"
  6.         [color=Red]InputDevice    "TouchPad" "AlwaysCore"[/color]
  7.         InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection

  9. Section "Files"

  10. # RgbPath is the location of the RGB database.  Note, this is the name of the
  11. # file minus the extension (like ".txt" or ".db").  There is normally
  12. # no need to change the default.
  13. # Multiple FontPath entries are allowed (they are concatenated together)
  14. # By default, Red Hat 6.0 and later now use a font server independent of
  15. # the X server to render fonts.
  16.         RgbPath      "/usr/X11R6/lib/X11/rgb"
  17.         FontPath     "unix/:7100"
  18. EndSection

  19. Section "Module"
  20.         Load  "dbe"
  21.         Load  "extmod"
  22.         Load  "fbdevhw"
  23.         Load  "glx"
  24.         Load  "record"
  25.         Load  "freetype"
  26.         Load  "type1"
  27.         Load  "dri"
  28.         [color=Red]Load  "synaptics"[/color]
  29. EndSection

  30. Section "InputDevice"

  31. # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
  32. #        Option        "Xleds"                "1 2 3"
  33. # To disable the XKEYBOARD extension, uncomment XkbDisable.
  34. #        Option        "XkbDisable"
  35. # To customise the XKB settings to suit your keyboard, modify the
  36. # lines below (which are the defaults).  For example, for a non-U.S.
  37. # keyboard, you will probably want to use:
  38. #        Option        "XkbModel"        "pc102"
  39. # If you have a US Microsoft Natural keyboard, you can use:
  40. #        Option        "XkbModel"        "microsoft"
  41. #
  42. # Then to change the language, change the Layout setting.
  43. # For example, a german layout can be obtained with:
  44. #        Option        "XkbLayout"        "de"
  45. # or:
  46. #        Option        "XkbLayout"        "de"
  47. #        Option        "XkbVariant"        "nodeadkeys"
  48. #
  49. # If you'd like to switch the positions of your capslock and
  50. # control keys, use:
  51. #        Option        "XkbOptions"        "ctrl:swapcaps"
  52. # Or if you just want both to be control, use:
  53. #        Option        "XkbOptions"        "ctrl:nocaps"
  54. #
  55.         Identifier  "Keyboard0"
  56.         Driver      "kbd"
  57.         Option            "XkbModel" "pc105"
  58.         Option            "XkbLayout" "us"
  59. EndSection

  60. Section "InputDevice"
  61.         Identifier  "Mouse0"
  62.         Driver      "mouse"
  63.         Option            "Protocol" "IMPS/2"
  64.         Option            "Device" "/dev/input/mice"
  65.         Option            "ZAxisMapping" "4 5"
  66.         Option            "Emulate3Buttons" "yes"
  67. EndSection

  68. [color=Red]Section "InputDevice"
  69.         Identifier  "TouchPad"
  70.         Driver      "synaptics"
  71.         Option            "Device" "/dev/psaux"
  72.         Option            "Protocol" "auto-dev"
  73. [color=Blue]        Option            "LeftEdge" "1700"
  74.         Option            "RightEdge" "5300"
  75.         Option            "TopEdge" "1700"
  76.         Option            "BottomEdge" "4200"
  77.         Option            "FingerLow" "25"
  78.         Option            "FingerHigh" "30"
  79.         Option            "MaxTapTime" "180"
  80.         Option            "MaxTapMove" "220"
  81.         Option            "VertScrollDelta" "100"
  82.         Option            "MinSpeed" "0.09"
  83.         Option            "MaxSpeed" "0.18"
  84.         Option            "AccelFactor" "0.0015"
  85.         Option            "SHMConfig" "on"[/color]
  86. EndSection[/color]

  87. Section "Monitor"
  88.         Identifier   "Monitor0"
  89.         VendorName   "Monitor Vendor"
  90.         ModelName    "LCD Panel 1024x768"
  91.         HorizSync    31.5 - 48.5
  92.         VertRefresh  40.0 - 70.0
  93.         Option            "dpms"
  94. EndSection

  95. Section "Device"
  96.         Identifier  "Videocard0"
  97.         Driver      "radeon"
  98.         VendorName  "Videocard vendor"
  99.         BoardName   "ATI Radeon Mobility 7500"
  100. EndSection

  101. Section "Screen"
  102.         Identifier "Screen0"
  103.         Device     "Videocard0"
  104.         Monitor    "Monitor0"
  105.         DefaultDepth     24
  106.         SubSection "Display"
  107.                 Viewport   0 0
  108.                 Depth     16
  109.                 Modes    "800x600" "640x480"
  110.         EndSubSection
  111.         SubSection "Display"
  112.                 Viewport   0 0
  113.                 Depth     24
  114.                 Modes    "1024x768" "800x600" "640x480"
  115.         EndSubSection
  116. EndSection

  117. Section "DRI"
  118.         Group        0
  119.         Mode         0666
  120. EndSection

复制代码
回复 支持 反对

使用道具 举报

发表于 2005-5-18 14:51:02 | 显示全部楼层
mikeshi
红色部分是我自己手工添加的,蓝色部分,我个人认为可以使用ksynaptics工具来配置生成,但不知道不写可不可以。

太棒了,谢谢!
回复 支持 反对

使用道具 举报

发表于 2007-12-27 16:15:51 | 显示全部楼层
我的本子是宏基AS4520G 6A0508MI,安装过Mandriva2007,但是没有网卡驱动。安装其他的linux都不行。。。
回复 支持 反对

使用道具 举报

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

本版积分规则

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