|
各位大虾:
我配了一台64位的机器,由于安装Fedora 3的时候认不到硬盘(因为硬盘接口太新得不到支持),我就安装了Fedora 4,尽管还是测试版本,但是能认得硬盘了,好高兴啊.装好系统后,配置完显卡,启动kde后狂慢,差不多就像死机了一样.于是我修改了/etc/X11/xorg.conf中的配置:
Section "Device"
Identifier "ati"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "ati driver"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ati"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
我在/usr/X11R6/lib64/modules/drivers目录下能看到ati_drv.o文件,我的显卡就是ati的显卡,可是我运行startx不能成功,告诉我下面的错误信息:
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 14 21:05:16 2005
(==) Using config file: "/etc/X11/xorg.conf"
(EE) No devices detected.
Fatal server error:
no screens found
我无可奈何,只好用lspci -v命令列出下列信息,希望得到您的帮助:
01:05.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5954 (prog-if 00 [VGA])
Subsystem: PC Partner Limited: Unknown device 0a56
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 3
Memory at d8000000 (32-bit, prefetchable) [size=128M]
I/O ports at ee00 [size=256]
Memory at fddf0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 2
多谢多谢!!! |
|