I'm trying to install the ATI driver for Suse 10.1 I'm using these directions: http ://ww w.novell.c om/coolsolutions/feature/17340.html [sorry for having to break that up, I didn't make the forum rules...]
I'm to the part of configuring the driver using sax2, but I'm getting issues with it. I used a regular terminal to copy the errors, but I used tty1 and runlevel 3 when I was actually doing that, but pressing copy over writing it down then typing it back out had me do it in a regular terminal too. Same errors.
Code:
linux-wxpv:/home/daniel # sax2 -m 0=fglrx -b /usr/share/doc/packages/fglrx/sax2-profile
SaX: initializing please wait...
SaX: your current configuration will not be read in
SaX: access to your display has been granted
SPP: prepare device [0] profile: FireGL
SPP: prepare device [3] profile: alps
SPP: including prepared profile(s)...
SPP: prepare device [0] profile: sax2-profile
SPP: profile will add new section(s) -> moving: 1
SPP: including prepared profile(s)...
ServerLayout -> all -> Screen -> 0 -> top =
^ line <6>: syntax error: invalid KEY in LValue specification or invalid assignment: expected LValue=RValue with LValue=KEY sequence and RValue=STRING
ServerLayout -> all -> Screen -> 0 -> bottom =
^ line <7>: syntax error: invalid KEY in LValue specification or invalid assignment: expected LValue=RValue with LValue=KEY sequence and RValue=STRING
ServerLayout -> all -> Screen -> 0 -> left =
^ line <8>: syntax error: invalid KEY in LValue specification or invalid assignment: expected LValue=RValue with LValue=KEY sequence and RValue=STRING
ServerLayout -> all -> Screen -> 0 -> right =
^ line <9>: syntax error: invalid KEY in LValue specification or invalid assignment: expected LValue=RValue with LValue=KEY sequence and RValue=STRING
SaX: startup
linux-wxpv:/home/daniel # ICE default IO error handler doing an exit(), pid = 4328, errno = 0
And the file it's talking about
:
Code:
# 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"
Any help would be great, whether fixing these errors or telling me a different way of doing what I'm trying to do. Thanks.