|
|

楼主 |
发表于 2006-11-13 16:01:02
|
显示全部楼层
现在可以了.系统重做了一次.用xorg -textmode 生成xorg.conf 手动把字体添加进去.把vesa驱动换成radeon改下分色深分辩率.可以进到fluxbox介面.
less xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
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/CID"
Fontpath "/usr/share/fonts/100dpi"
Fontpath "/usr/share/fonts/75dpi"
EndSection
Section "Module"
Load "freetype"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
Card "* Generic VESA compatible"
BusID " CI:5:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection |
|