LinuxSir.cn,穿越时空的Linuxsir!

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

fc6安装问题,请教高手解决

[复制链接]
发表于 2008-2-22 11:27:49 | 显示全部楼层 |阅读模式
c盘(fat32)。d(fat32),e,f(ntfs)linux分盘h(格式ext3)挂载(/),j(ext3)挂载(/boot),k(swap)镜像放在d盘在硬盘安装fc-6的时候选harddevice进入hda5后提示nvida corparation unknow device  016a,提示完过后继续分区安装完,提示安装完后重新引导系统进入linux,黑屏提示显示out of range。。那位高手帮助啊

我用的是win2003系统

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2008-2-23 22:30:38 | 显示全部楼层
下载个nv显卡的linux驱动,装上就可以了。
不过驱动程序自动生成的xorg.conf似乎有严重问题。我是x86-96.43.05版的,别的版本的不清楚。
我修改后的xorg.conf:
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Tue Jan 22 19:53:46 PST 2008
  3. # Xorg configuration created by system-config-display
  4. Section "ServerLayout"
  5.         Identifier     "single head configuration"
  6.         Screen      0  "Screen0" 0 0
  7.         InputDevice    "Mouse0" "CorePointer"
  8.         InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection
  10. Section "Files"
  11.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  12.         ModulePath   "/usr/lib/xorg/modules"
  13. EndSection
  14. Section "Module"
  15.         Load  "glx"
  16.         Load  "extmod"
  17. EndSection
  18. Section "InputDevice"
  19.     # generated from default
  20.         Identifier  "Mouse0"
  21.         Driver      "mouse"
  22.         Option            "Protocol" "auto"
  23.         Option            "Device" "/dev/input/mice"
  24.         Option            "Emulate3Buttons" "no"
  25.         Option            "ZAxisMapping" "4 5"
  26. EndSection
  27. Section "InputDevice"
  28.         Identifier  "Keyboard0"
  29.         Driver      "kbd"
  30.         Option            "XkbModel" "pc105"
  31.         Option            "XkbLayout" "us+inet"
  32. EndSection
  33. Section "Monitor"
  34.         Identifier   "Monitor0"
  35.         ModelName    "LCD Panel 1024x768"
  36.         HorizSync    31.5 - 48.0
  37.         VertRefresh  56.0 - 65.0
  38.         Option            "dpms"
  39. EndSection
  40. Section "Device"
  41.         Identifier  "Videocard0"
  42.         Driver      "nvidia"
  43.         VendorName  "NVIDIA Corporation"
  44. EndSection
  45. Section "Screen"
  46.         Identifier "Screen0"
  47.         Device     "Videocard0"
  48.         Monitor    "Monitor0"
  49.         DefaultDepth     24
  50.         Option            "AddARGBGLXVisuals" "True"
  51.         SubSection "Display"
  52.                 Viewport   0 0
  53.                 Depth     24
  54.         EndSubSection
  55. EndSection
复制代码
你可以参照下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-25 18:20:19 | 显示全部楼层
怎么安装linux x86?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-27 21:14:23 | 显示全部楼层
怎么安装啊???
回复 支持 反对

使用道具 举报

发表于 2008-3-21 17:40:10 | 显示全部楼层
1下载nvidia驱动装入u盘
2启动在grub菜单按"e",进入选单,找到有root那行,按"e",在ro root 中间加single,按"b"启动,
3,黑屏提示显示out of range时按ctrl+alt+F1进单用户
4,输入 init 3
5,挂载u盘
6, 安装linux驱动
7  reboot
回复 支持 反对

使用道具 举报

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

本版积分规则

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