LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: abuseyourdna

菜鸟提问 关于localhost的

[复制链接]
 楼主| 发表于 2008-5-18 11:45:17 | 显示全部楼层
Post by zhllg;1851158
ACCEPT_KEYWORDS="amd64 ~x86"
......
灵活一点啊
你用amd64,就写~amd64,不要写~x86啊
还有ACCEPT_KEYWORDS里不需要写稳定的关键字,比如x86或者amd64
这个是默认就有的


非常感谢!nvidia-drivers好像是编译成功了(之所以说好像是因为在最后的系统信息中 有红色的*标志  偶对这个标志一直心惊胆战  请不要笑偶菜鸟 不过我仔细看了内容 好像并没有说我有什么错误  而且最后的几行提示都是用绿色的*符号标记的 )
但是现在问题又来了 :
1 modprobe nvidia的问题  
find nvidia.ko以后 执行modprobe nvidia 但是执行以后 就一直停滞不动 也没有死机 但是一直没有下文.............

2 emerge xorg-x11的问题:
Calculating dependencies   ... done!
[ebuild     U ] media-libs/mesa-7.0.3 [6.5.2-r1] USE="(-nptl*)"
[ebuild     U ] x11-proto/renderproto-0.9.3 [0.9.2]
[ebuild  N    ] x11-apps/xrandr-1.2.3  USE="-debug"
[ebuild  N    ] media-fonts/ttf-bitstream-vera-1.10-r3  USE="X"
[ebuild  N    ] media-fonts/font-adobe-100dpi-1.0.0  USE="X nls"
[ebuild  N    ] media-fonts/font-adobe-utopia-type1-1.0.1  USE="X"
[ebuild  N    ] x11-libs/pixman-0.10.0  USE="-debug"
[ebuild  N    ] app-doc/xorg-docs-1.4-r1  USE="-doc"
[ebuild  N    ] x11-libs/libXxf86dga-1.0.2  USE="-debug"
[ebuild  N    ] media-fonts/font-bh-type1-1.0.0  USE="X"
[ebuild  N    ] x11-apps/setxkbmap-1.0.4  USE="-debug"
[ebuild  N    ] media-libs/freeglut-2.4.0-r1  
[ebuild     U ] x11-libs/libXrender-0.9.4 [0.9.2]
[ebuild  N    ] virtual/glut-1.0  
[ebuild  N    ] x11-apps/mesa-progs-7.0.3  
[ebuild     U ] x11-base/xorg-server-1.4.0.90-r3 [1.3.0.0-r5] USE="-hal% (-nptl*)" VIDEO_CARDS="(-geode) (-vermilion) (-xgi)"
[ebuild     U ] x11-drivers/xf86-input-keyboard-1.3.0 [1.1.1-r1]
[ebuild  N    ] x11-base/xorg-x11-7.3  
[blocks B     ] <=x11-proto/xf86driproto-2.0.3 (is blocking media-libs/mesa-7.0.3)

* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/han ... .xml?full=1#blocked

不好意思 又要麻烦版主以及各位达人了
回复 支持 反对

使用道具 举报

发表于 2008-5-18 12:47:09 | 显示全部楼层
问题 2 好解决:先 emerge -1u xf86driproto 后再 emerge xorg-x11。不过如果只要桌面系统,个人认为 xorg-server 可以了,不要 xorg-x11。
问题 1 我不明白,等别人回答吧!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-18 13:28:23 | 显示全部楼层
Post by 亞利艾爾;1851316
问题 2 好解决:先 emerge -1u xf86driproto 后再 emerge xorg-x11。不过如果只要桌面系统,个人认为 xorg-server 可以了,不要 xorg-x11。
问题 1 我不明白,等别人回答吧!


谢谢!  可以问一下  -1u这个参数是什么意思吗?我在man里面没查到
回复 支持 反对

使用道具 举报

发表于 2008-5-18 14:24:38 | 显示全部楼层
-1 是 --oneshot 的简写,意思是安装但不把包的名称记录在 /var/lib/portage/world 文件中,这样如果这个包不是别的包所依赖的包话(或这个包是孤包,orphaned package),就可以在 emerge -DNu world 中不更新。
  -u 是 --update 的简写,就是更新的意思。
  这个在 man 中有,您需要仔细看看。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-18 15:38:50 | 显示全部楼层
Post by 亞利艾爾;1851366
-1 是 --oneshot 的简写,意思是安装但不把包的名称记录在 /var/lib/portage/world 文件中,这样如果这个包不是别的包所依赖的包话(或这个包是孤包,orphaned package),就可以在 emerge -DNu world 中不更新。
  -u 是 --update 的简写,就是更新的意思。
  这个在 man 中有,您需要仔细看看。


谢谢 按照您的提示 已经安装xorg-x11成功了  但是还是不能成功启动X

#Xorg -configure
结果好像是正常的  系统提示我运行 X -config /root/xorg.conf.new

#X -config /root/xorg.conf.new
执行以后屏幕就像待机一样 没有任何反应  一直持续 没有下文.......
回复 支持 反对

使用道具 举报

发表于 2008-5-18 16:36:24 | 显示全部楼层
> 执行以后屏幕就像待机一样 没有任何反应 一直持续 没有下文.......

X -config /root/xorg.conf.new 只是测试一下配置文件是否可用,并非是开启 X Window。你接着做下去看看。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-18 16:42:25 | 显示全部楼层
Post by LiYanrui;1851419
> 执行以后屏幕就像待机一样 没有任何反应 一直持续 没有下文.......

X -config /root/xorg.conf.new 只是测试一下配置文件是否可用,并非是开启 X Window。你接着做下去看看。


是的 我也这样想 我一直做下去 最后startx  
ERROR:.........................保存文档没有成功......

意思就是nv module does not exist
vga/vesa.....等等都是failed
还有鼠标也没找到 但是我查看了/dev/input 发现有mouse0和mice
回复 支持 反对

使用道具 举报

发表于 2008-5-18 18:09:41 | 显示全部楼层
亮一下 xorg.conf?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-18 18:52:20 | 显示全部楼层
Post by LiYanrui;1851460
亮一下 xorg.conf?


Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV20 [GeForce3]"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-18 21:38:28 | 显示全部楼层
startX后 出现的错误信息:
....................................

(EE)Failed to load module "nv"(module does not exists 0)
(EE)Failed to load module "fbdev"(module does not exists 0)
(EE)Failed to load module "vesa"(module does not exists 0)
(EE)Failed to load module "vga"(module does not exists 0)
dlopen: /usr/lib64/modules/input//mouse_drv.so:undefined symol :mipointer Getmotion events
(EE)Failed to load module "mouse" (module does not exists 0)
(EE)No drivers available
回复 支持 反对

使用道具 举报

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

本版积分规则

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