|
|

楼主 |
发表于 2009-1-9 08:07:31
|
显示全部楼层
Post by ZDN;1935827
错误是不能下载util-macros-1.1.5.tar.bz2这个文件,原因可能是你设置的mirror里面没找到这个文件,或者网络问题.
你去google直接搜索这个文件名,找个下载地址,下载后,放在/usr/portage/distfiles下面好了
emerge util-macros-1.1.5.tar.bz2这种用法也是错的,后面要跟包名称/软件名称
我的nvidia驱动下好了,之后配置我的/etc/X11/xorg.conf文件:
Section "Device"
Identifier "nVidia Inc. GeForce2"
Driver "nvidia""
VideoRam 65536
EndSection
Section "Module"
(……)
# Load "dri"
Load "glx"
(……)
EndSection
Section "Screen"
(……)
DefaultDepth 16
Subsection "Display"
(……)
EndSection
我的/etc/X11/xorg.conf是从/etc/X11/xorg.conf.example拷贝过来的~
之后
eselect opengl set nvidia
gpasswd -a youruser video
都成功了,但是到了这步的时候:glxinfo | grep direct
却出现这样的错误信息:
ERROR:Unable to open display.
请问这是什么错误啊?如何解决啊? |
|