|
发表于 2005-3-1 19:12:20
|
显示全部楼层
偶试了3次:
1:
/etc/X11/xorg.conf:
[html]
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
#Load "dri"
Load "glx"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
有哪位高人帮忙分析一下,谢谢!
Section "Device"
Identifier "nVidia display card"
Driver "nvidia"
Option "RenderAccel" "true"
BusID " CI:1:0:0"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
[/html]
可以进去xfce4,但是花屏,可以看到nvida的splash, 但是gnome的桌面和菜单始终显示不了.下面的为
startx 的输出:
[html]
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-gentoo-r7 i686 [ELF]
Current Operating System: Linux Soros 2.6.10-gentoo-r7-1 #2 Tue Mar 1 03:49:23 CST 2005 i686
Module Loader present
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 2 02:08:04 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(EE) GLX is not supported with the Composite extension
[/html]
2.
注释掉
Option "Composite" "enable"
无错误信息,但都是在看到nvida的splash后屏幕就成了黑色的拉
3
注释掉 Load glx, 保留
Option "Composite" "enable"
现象同1,出错信息:
(EE) NVIDIA(0): Failed to load GLX |
|