|
|
尝试了好多次了,希望大家能帮帮我
我的机器是dell Optiplex 320, 主板芯片组也是ATI的.
装上SuSE10.2后,一直是用的sax2-vesa, 图形界面运行极慢.
从ATI官方网站下了个通用驱动程序包: ati-driver-installer-8.34.8-x86.x86_64.run
在root权限下,运行它后,选择SUSE102_X86_64的,程序会解压缩出一个对应的fglrx-....rpm
然后运行: rpm -ivh fglrx....rpm
init 3
sax2 -r -m 0=fglrx -b /usr/share/doc/package/fglrx/sax2-profile
但运行后报错,说是sax2-profile中的语句有语法错误
郁闷啊,以上都遵照ATI的指导做的呀,怎么就装不了呢.
下面我附上sax2-profile吧,希望大家能帮帮我
# Single Head profile for ATI ("fglrx") driver
# --------------------------------------------
#
# Usage: sax2 -m 0=fglrx -b /usr/share/doc/packages/fglrx/sax2-profile
#
# Use the "fglrxconfig" program for setting up a Multihead
# configuration with the ATI ("fglrx") driver.
# Remove device/desktop for Screen 1, which might have been applied by
# the Radeon Multihead profile before. Needs to be done, since we
# don't want to create a configuration mix with radeon/fglrx drivers,
# which simply doesn't work.
Device -> [X+1] = [REMOVE]
Screen -> [X+1] = [REMOVE]
Monitor -> [X+1] = [REMOVE]
ServerLayout -> all -> Screen -> 1 = [REMOVE]
ServerLayout -> all -> Screen -> 0 -> top =
ServerLayout -> all -> Screen -> 0 -> bottom =
ServerLayout -> all -> Screen -> 0 -> left =
ServerLayout -> all -> Screen -> 0 -> right =
Screen->[X]->DefaultDepth = 24
Module->[X]->Load = dbe,type1,freetype,extmod,glx,v4l,dri
Device->[X]->Raw->11->Option = "UseInternalAGPGART" "no"
Device->[X]->Raw->12->Option = "mtrr" "off"
Device->[X]->Raw->13->Option = "VideoOverlay" "on"
Device->[X]->Raw->14->Option = "OpenGLOverlay" "off" |
|