[XFree86] Multiple Dualhead card problem ATI Radeon VE / Appian Typhoon 64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yesterday I installed three Appian Typhoon 64 cards in a system with XFree86
- 4.3.0. The Appian has an ATI Radeon VE on it.

The first strange thing is that both displays of the first graphical card
show the same from startup where I would expect only the first monitor to
show the boot sequence etc.

Second I tried to create 6 seperate display. Then the Server crashes.

Adding the Load "ddc" Module resolved next messages:
Symbol xf86SetDDCproperties from module /usr/X11R6/lib/modules/drivers/radeon_drv.o
is unresolved!

But still the server crashes.

Attached are the /etc?X11/XF86config file and the /var/log/XFree86.0.log
file.

Just using Screen0 and screen1 and thus only the first graphical card works.

Has anyone an idea what the problem is.

Regards,

Marcel Stegehuis

# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Screen      2  "Screen2" RightOf "Screen1"
#        Screen      3  "Screen3" RightOf "Screen2"
#        Screen      4  "Screen4" RightOf "Screen3"
#        Screen      5  "Screen5" RightOf "Screen4"
#        Screen      6  "Screen6" RightOf "Screen5"
#        Screen      7  "Screen7" RightOf "Screen6"
       	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "ddc"
#	Load  "dbe"
#	Load  "extmod"
#	Load  "fbdevhw"
#	Load  "glx"
#	Load  "record"
#	Load  "freetype"
#	Load  "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
#	Option	    "ZAxisMapping" "4 5"
#	Option	    "Emulate3Buttons" "no"
EndSection

#
# Monitor section
#
##########################################################

Section "Monitor"
	Identifier   "Eizo Flexscan T57S"
	VendorName   "Eizo"
	ModelName    "Flexscan T57S"
	HorizSync    30.0 - 92.0
	VertRefresh  50.0 - 160.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Eizo Flexscan F77"
	VendorName   "Eizo"
	ModelName    "Flexscan F77"
	HorizSync    30.0 - 92.0
	VertRefresh  50.0 - 160.0
	Option	    "dpms"
EndSection

#
# Device section
#
##########################################################

Section "Device"
	Identifier  "Videocard0"
	Screen 	    0
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon VE"
        BusID       "05:04:0"
	Option	    "NoDDC"
EndSection

Section "Device"
	Identifier  "Videocard1"
	Screen 	    1
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon VE"
        BusID       "05:04:0"
	Option	    "NoDDC"
EndSection

Section "Device"
	Identifier  "Videocard2"
	Screen 	    0
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon VE"
        BusID       "05:10:0"
	Option	    "NoDDC"
EndSection

Section "Device"
	Identifier  "Videocard3"
	Screen 	    1
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon VE"
        BusID       "05:10:0"
	Option	    "NoDDC"
EndSection

Section "Device"
	Identifier  "Videocard4"
	Screen 	    0
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon VE"
        BusID       "05:13:0"
	Option	    "NoDDC"
EndSection

Section "Device"
	Identifier  "Videocard5"
	Screen 	    1
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon VE"
        BusID       "05:13:0"
	Option	    "NoDDC"
EndSection

#
# Screen section
#
##########################################################

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Eizo Flexscan T57S"
	DefaultDepth     8
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "Eizo Flexscan F77"
	DefaultDepth     8
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Videocard2"
	Monitor    "Eizo Flexscan T57S"
	DefaultDepth     8
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen3"
	Device     "Videocard3"
	Monitor    "Eizo Flexscan T57S"
	DefaultDepth     8
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen4"
	Device     "Videocard4"
	Monitor    "Eizo Flexscan T57S"
	DefaultDepth     8
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen5"
	Device     "Videocard5"
	Monitor    "Eizo Flexscan T57S"
	DefaultDepth     8
	SubSection "Display"
		Depth     8
		Modes    "1280x1024"
	EndSubSection
EndSection

Attachment: XFree86.0.log
Description: Binary data


[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux