|
发表于 2005-11-11 09:41:21
|
显示全部楼层
Post by lightyang
我刚装了slackware,但显卡没有识别,
x-window很抖,极不爽
如何装ati radeon 9550的显卡驱动啊?
内核中已经把ATI RADEON作为模块支持此设备。你可以在/etc/X11/xorg.conf中把以下部分修改:
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30 - 107
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 48-120
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA Framebuffer"
Driver "ati"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
并且可以将显示部分改为:
Subsection "Display"
Depth 24
Modes "1152x864" "800x600" "640x480"
EndSubsection
以支持为1125X864 75刷新率的状态下使用。 |
|