If SaX wrote to XF86Config, yours is old. Get the current from: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/SaX2/suse92 The latest SaX puts its output directly into xorg.conf. [Note: SuSE 9.2 does __not__ look at XF86Config, but at xorg.conf !!!]
Hmmm well... I just did an rpm -q sax2 and got back "sax2-4.8-142". The sax2 on the ftp site is the exact same one. To test again, I did an init 3, removed all XF86Config and xorg files (into a backup directory), fired up SAX2 and let it work it's magic. Finalized and saved... then looked in /etc/X11 and sax2 wrote an XF86Config file... no xorg files in sight. I checked, and I have xorg-x11 6.8.2rc3-0.1 installed.. so it's not a matter of a missing xorg install. When I was last in sax2 I tried adding in a second video card, and enabling stuff that way... here's what it wrote in the XF86Config file.... (I snipped out the irrelevant stuff, and the modes). I've compared to the man pages, and it all seems to be correct, yet... still I have a cloned display on the second output...not a Xinerama thing. I haven't played with the FrameBuffer stuff (from the DRI Wiki) yet because my install seems to think it only has XF86Config and not xorg... ????? Section "Monitor" DisplaySize 340 270 HorizSync 30-80 Identifier "Monitor[0]" ModelName "F-17" Option "DPMS" VendorName "AIC" VertRefresh 43-75 UseModes "Modes[0]" EndSection Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" DisplaySize 320 240 HorizSync 28-86 Identifier "Monitor[1]" ModelName "VISION MASTER 17" Option "DPMS" VendorName "IIYAMA" VertRefresh 50-120 UseModes "Modes[1]" EndSection Section "Device" BoardName "Radeon VE" BusID "1:0:0" Driver "radeon" Identifier "Device[0]" Screen 0 Option "Rotate" "off" VendorName "ATI" EndSection Section "Device" BoardName "Radeon VE" BusID "1:0:0" Driver "radeon" Identifier "Device[1]" Screen 1 Option "Rotate" "off" VendorName "ATI" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Clone" "off" Option "Xinerama" "on" Screen "Screen[0]" Screen "Screen[1]" RightOf "Screen[0]" EndSection C.