LinuxSir.cn,穿越时空的Linuxsir!

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

Fedora 7 双屏显示求助

[复制链接]
发表于 2007-6-18 12:51:36 | 显示全部楼层 |阅读模式
今天弄来一台17"LCD,想在windows上面一样玩玩双屏显示,然后就在显示里面勾选了双屏显示,然后提示保存成功,需要重新启动后生效。接着我重启后就看见了一下花花的Nvida Logo图案闪了一下,然后就什么都没有了,没有任何反映。
本人机器是本本,显卡是GF GO 7400,显卡驱动已经安装。
现在我Linux都进不去了,估计是双屏显示的时候有个东西设置错误(似乎把LCD选成了显示器),但是现在都不知道怎么改回来,望指教
发表于 2007-6-18 13:57:27 | 显示全部楼层
文本界面启动:
出现grub菜单时,按“e ”编辑,用向下箭头选择 kerrnel一行,再按e, 在这一行末尾加上一个 3,按b启动,就进入文本模式。
用root身份登录,修改/etc/X11/xorg.conf

  1. ......
  2. Section "ServerLayout"
  3.         Identifier     "Single"
  4.         Screen         0 "SingleScreen" 0 0
  5.         InputDevice    "Mouse0" "CorePointer"
  6.         InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection

  8. Section "ServerLayout"
  9.         Identifier     "Twin"
  10.         Screen         0 "TwinScreen" 0 0
  11.         InputDevice    "Mouse0" "CorePointer"
  12.         InputDevice    "Keyboard0" "CoreKeyboard"
  13. EndSection

  14. Section "ServerFlags"
  15.         DefaultServerLayout "Single"
  16. EndSection

  17. ......
复制代码

这样默认就是一个显示器,
要使用两个显示器,

  1. startx -- -layout Twin
复制代码

重新启动后就恢复一显示器状态,
在X中选择双屏显示用nvidia-setting一般就行。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-18 17:27:59 | 显示全部楼层
按照你的方式修改后进入了F7,但是我的Nvidia X Server Settings却不正常了。似乎显卡驱动没有效果了。
提示: You do not appear to be using the NVIDIA X driver. Please edit your X configuration file(just run 'nvidia x config' as root), and restart the X server.
我下载了个这个nvidia x config工具,但是不知道怎么使用,请指教
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-18 17:39:40 | 显示全部楼层
我的xorg.conf文件没有改动前

  1. Section "ServerLayout"
  2.         Identifier     "Multihead layout"
  3.         Screen      0  "Screen0" LeftOf "Screen1"
  4.         Screen      1  "Screen1" 0 0
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6.         InputDevice    "Synaptics" "CorePointer"
  7.         Option      "Xinerama" "off"
  8.         Option      "Clone" "on"
  9. EndSection

  10. Section "Files"
  11.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  12.         ModulePath   "/usr/lib/xorg/modules"
  13. EndSection

  14. Section "InputDevice"
  15.         Identifier  "Keyboard0"
  16.         Driver      "kbd"
  17.         Option      "XkbModel" "pc105"
  18.         Option      "XkbLayout" "us"
  19. EndSection

  20. Section "ServerLayout"
  21.         Identifier     "Multihead layout"
  22.         Screen      0  "Screen0" LeftOf "Screen1"
  23.         Screen      1  "Screen1" 0 0
  24.         InputDevice    "Keyboard0" "CoreKeyboard"
  25.         InputDevice    "Synaptics" "CorePointer"
  26.         Option      "Xinerama" "off"
  27.         Option      "Clone" "on"
  28. EndSection

  29. Section "Files"
  30.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  31.         ModulePath   "/usr/lib/xorg/modules"
  32. EndSection

  33. Section "InputDevice"
  34.         Identifier  "Keyboard0"
  35.         Driver      "kbd"
  36.         Option      "XkbModel" "pc105"
  37.         Option      "XkbLayout" "us"
  38. EndSection

  39. Section "ServerLayout"
  40.         Identifier     "Multihead layout"
  41.         Screen      0  "Screen0" LeftOf "Screen1"
  42.         Screen      1  "Screen1" 0 0
  43.         InputDevice    "Keyboard0" "CoreKeyboard"
  44.         InputDevice    "Synaptics" "CorePointer"
  45.         Option      "Xinerama" "off"
  46.         Option      "Clone" "on"
  47. EndSection

  48. Section "Files"
  49.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  50.         ModulePath   "/usr/lib/xorg/modules"
  51. EndSection

  52. Section "InputDevice"
  53.         Identifier  "Keyboard0"
  54.         Driver      "kbd"
  55.         Option      "XkbModel" "pc105"
  56.         Option      "XkbLayout" "us"
  57. EndSection

复制代码


然后我把第一段改成了

  1. Section "ServerLayout"
  2.         Identifier     "single head configuration"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Keyboard0" "CoreKeyboard"
  5.         InputDevice    "Synaptics" "CorePointer"
  6. EndSection

  7. ......
复制代码
回复 支持 反对

使用道具 举报

发表于 2007-6-18 20:15:28 | 显示全部楼层
  1. Section "ServerLayout"
  2.         Identifier     "single head configuration"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Keyboard0" "CoreKeyboard"
  5.         InputDevice    "Synaptics" "CorePointer"
  6. EndSection
  7. Section "ServerLayout"
  8.         Identifier     "Multihead layout"
  9.         Screen      0  "Screen0" LeftOf "Screen1"
  10.         Screen      1  "Screen1" 0 0
  11.         InputDevice    "Keyboard0" "CoreKeyboard"
  12.         InputDevice    "Synaptics" "CorePointer"
  13.         Option      "Xinerama" "off"
  14.         Option      "Clone" "on"
  15. EndSection
  16. Section "ServerFlags"
  17.         DefaultServerLayout "single head configuration"
  18. EndSection
  19. Section "Files"
  20.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  21.         ModulePath   "/usr/lib/xorg/modules"
  22. EndSection
  23. Section "InputDevice"
  24.         Identifier  "Keyboard0"
  25.         Driver      "kbd"
  26.         Option      "XkbModel" "pc105"
  27.         Option      "XkbLayout" "us"
  28. EndSection
  29. .......
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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