|
机器是 Sempron 3000+(64bit),主板biostar Tforce6100 (C51集成显卡)
/etc/make.conf如下:
============================================================
CFLAGS="-march=athlon-xp -O3 -pipe -msse2"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
USE="-kde -qt gtk gnome hal howl alsa cjk nls cdr nptl nptlonly"
ACCEPT_KEYWORDS="~x86"
=============================================================
新装的系统,gentoo-sources-2.6.16, xorg 7.0,
按照gentoo handbook装的nv驱动:
media-video/nvidia-kernel-1.0.8756
media-video/nvidia-glx-1.0.8756
但是startx后屏幕(LCD)闪了一下就变成全白色的了,然后机器就死了
装nv官方的驱动也有同样的问题。
请问是哪里的问题,先谢谢了
附上 xorg.conf:
======================================================
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TrueType"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "glx"
# Load "dri"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
#DisplaySize 380 300 # mm
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "AOC"
ModelName "TFT1980"
HorizSync 65.0 - 83.0
VertRefresh 65.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "C51 PCI Express Bridge"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
====================================================
/var/log/Xorg.0.log见附件 ,没有(EE),看起来挺正常的
然后我又重新用 X -configure 生成了一个 xorg.conf.new
替换为xorg.conf后startx还是会出现白屏。。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|