You are not logged in.

#1 2006-04-24 17:27:24

matto
Member
From: Münster/germany
Registered: 2004-06-03
Posts: 88
Website

problem with 2displays + ati radeon + xorg7

i've experienced a strange behaviour using xorg7 with two displays(tv and tft). i configured it using the xorg.conf with the fglrx driver (video card ati radeon 9800pro). i actually get the two desktops and i can move the mouse around without a problem. but if i try to move a window to the other screen it appears on the same screen at the other side.
the two desktops seem to overlap and i cannot set any wallpaper for the second one using kde. the screenshot shows quite good how the displaysoverlap.
changing the resolutions didn't change anything about it.

any help would be appreciated
screenshot
xorg.conf

Section "DRI"
	# Allow only the video group
	#Group        91
	Mode         0666
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/terminus"
	FontPath     "/usr/share/fonts/artwiz-fonts"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "record"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
EndSection

Section "InputDevice"
	Identifier  "LogitechMouse"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"
	Identifier   "Iiyama E435S"
	VendorName   "Iiyama"
	ModelName    "E435S"
	DisplaySize  340	270
	HorizSync    30.0 - 83.0
	VertRefresh  55.0 - 75.0
	Gamma        0.77
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "TV"
	DisplaySize  560	423
	Gamma        0.77
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 0"
	Driver      "fglrx"
	Option	    "UseInternalAGPGart" "no"
	Option	    "KernelModuleParm" "agplock=0"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID       "PCI:1:0:0"
	Screen      0
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 1"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
	Option 	    "NoTV" "no"
	Option 	    "TVStandard" "PAL-B"
        Option      "TVHSizeAdj" "0"
	Option	    "TVVSizeAdj" "0"
        Option      "TVHPosAdj" "0"
        Option      "TVVPosAdj" "0"
        Option      "TVHStartAdj" "0"
        Option      "TVColorAdj" "0"
	Screen      1
EndSection

Section "Screen"
	Identifier "DualHead Monitor"
	Device     "ATI Graphics Adapter 0"
	Monitor    "Iiyama E435S"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "DualHead TV"
	Device     "ATI Graphics Adapter 1"
	Monitor    "TV"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier     "DualHead"
	Screen         "DualHead Monitor" 0 0
	Screen         "DualHead TV" RightOf "DualHead Monitor"
	InputDevice    "LogitechMouse" "CorePointer"
	InputDevice    "Keyboard" "CoreKeyboard"
	Option 		"Clone" "off"
	Option		"Xinerama" "off"
EndSection

[/code][/url]


// DAMNiAM //

Offline

Board footer

Powered by FluxBB