SaX2 problem

I get the same error when I try to change something in SaX2. It doesn’t matter what is the device.
ImageBam - Fast, Free Image Hosting and Photo Sharing

cat /etx/X11/xorg.conf seems the screen section is referenced as something different to aticonfig-screen.

I always thought sax should of been Surely not Another Xorg configurer

cat /etc/X11/xorg.conf

Section "ServerLayout"
	Identifier     "Layout[all]"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	InputDevice    "Keyboard[0]" "CoreKeyboard"
	InputDevice    "Mouse[1]" "CorePointer"
	Option	    "Clone" "off"
	Option	    "Xinerama" "off"
EndSection

Section "Files"
	InputDevices   "/dev/gpmdata"
	InputDevices   "/dev/input/mice"
	FontPath     "/usr/share/fonts/misc:unscaled"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/URW"
	FontPath     "/usr/share/fonts/Speedo"
	FontPath     "/usr/share/fonts/PEX"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/latin2/misc:unscaled"
	FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
	FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
	FontPath     "/usr/share/fonts/latin2/Type1"
	FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
	FontPath     "/usr/share/fonts/baekmuk:unscaled"
	FontPath     "/usr/share/fonts/japanese:unscaled"
	FontPath     "/usr/share/fonts/kwintv"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/uni:unscaled"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/ucs/misc:unscaled"
	FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
	FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
	FontPath     "/usr/share/fonts/hellas/misc:unscaled"
	FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
	FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
	FontPath     "/usr/share/fonts/hellas/Type1"
	FontPath     "/usr/share/fonts/misc/sgi:unscaled"
	FontPath     "/usr/share/fonts/xtest"
	FontPath     "/opt/kde3/share/fonts"
EndSection

Section "Module"
	Load  "dri"
	Load  "dbe"
	Load  "freetype"
	Load  "extmod"
	Load  "glx"
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail" "on"
	Option	    "ZapWarning" "on"
EndSection

Section "InputDevice"
	Identifier  "Keyboard[0]"
	Driver      "kbd"
	Option	    "Protocol" "Standard"
	Option	    "XkbLayout" "us"
	Option	    "XkbModel" "microsoftpro"
	Option	    "XkbRules" "xfree86"
EndSection

Section "InputDevice"
	Identifier  "Mouse[1]"
	Driver      "mouse"
	Option	    "Buttons" "5"
	Option	    "Device" "/dev/input/mice"
	Option	    "Name" "Wacom CTF-430 V2.0-0"
	Option	    "Protocol" "explorerps/2"
	Option	    "Vendor" "Sysp"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Modes"
	Identifier     "Modes[0]"
	ModeLine     "1280x1024" 107.0 1280 1360 1496 1712 1024 1025 1028 1059
	ModeLine     "1280x1024" 87.8 1280 1328 1360 1440 1024 1027 1034 1053 +hsync -vsync
	ModeLine     "1024x768" 81.8 1024 1080 1192 1360 768 769 772 802
	ModeLine     "1024x768" 76.2 1024 1080 1192 1360 768 769 772 800
	ModeLine     "1024x768" 69.7 1024 1080 1184 1344 768 769 772 798
	ModeLine     "1024x768" 69.5 1024 1072 1104 1184 768 771 775 796 +hsync -vsync
	ModeLine     "1024x768" 64.1 1024 1080 1184 1344 768 769 772 795
	ModeLine     "800x600" 48.9 800 840 920 1040 600 601 604 627
	ModeLine     "800x600" 45.5 800 840 920 1040 600 601 604 625
	ModeLine     "800x600" 44.0 800 848 880 960 600 603 607 622 +hsync -vsync
	ModeLine     "800x600" 42.1 800 840 920 1040 600 601 604 623
	ModeLine     "800x600" 38.2 800 832 912 1024 600 601 604 622
	ModeLine     "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Group        "video"
	Mode         0660
EndSection


Looks strange to me :\ It looked different when i used other distros.

Not really but I/m finding it a little strange it seems to be saying aticonfig-Screen[0]-0 referenced in ServerLayout doesn’t exist.

Yet we have Section “Screen”
Identifier “aticonfig-Screen[0]-0”

So I’m a little lost, did you follow the instructions here to get your xorg.conf?

ATI - openSUSE

Hopefully someone else maybe see what we’re missing other wise there is a variety of other ways of creating an xorg.conf.

i.e xorgcfg man page
rootr.net : man : xorgconfig(1)

I have both of these on my system which isn’t presently Suse but I suspect you’ll find them, not to mention I think you also have aticonfig(Something like that).

If you used aticonfig to create the xorg perhaps give the wiki way a try I believe it is not recommended to use aticonfig.

Sorry I’ll have to step out now unless it is glaringly obvious I gave up on ATI a few years ago.