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

Dualhead ATI Radeon VE



Hi,

I'm having some issues with attempting to get dualhead X working on this
Radeon VE. The error in /var/log/XFree86.0.log is:

(==) ServerLayout "Multihead X"
(**) |-->Screen "CentreScreen" (0)
(**) |   |-->Monitor "Sony"
(**) |   |-->Device "Radeon_VE0"
(EE) Screen CoffeeScreen doesn't exist: deleting placement
(**) |-->Input Device "Generic Keyboard"

(I have my coffee mug in front of my Diamondtron, which is to the right of my
keyboard and mouse.)

I've attached my current /etc/X11/XF86Config-4 file - are there any obvious,
or not so obvious, errors in it? Any help is appreciated.

Regards,

Edward.

-- 

http://www.tsumakin.net/
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Radeon_VE0"
	Driver		"radeon"
	BusID		"PCI:1:5:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"Radeon_VE1"
	Driver		"radeon"
	BusID		"PCI:1:5:0"
	Screen		1
EndSection


Section "Monitor"
	Identifier	"Sony"
	HorizSync	30-107
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Mitsubishi"
	HorizSync	30-92
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"CentreScreen"
	Device		"Radeon_VE0"
	Monitor		"Sony"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1152x864" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1152x864" "640x480"
	EndSubSection
EndSection

Section "Screen"
 	Identifier	"CoffeeScreen"
	Device		"Radeon_VE1"
	Monitor		"Mitsubishi"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "640x480"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier	"Multihead X"
	Screen		"CentreScreen" LeftOf "CoffeeScreen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option		"Xinerama"
EndSection

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config

Reply to: