DualHead + Xinerama

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
franzy
Posts: 23
Joined: 2. Oct 2009, 10:33
Location: Salice Terme - IT
Contact:

DualHead + Xinerama

Post by franzy »

Hi @ all!..

my xorg.conf, that's working pretty fine on Slack 12.2, seems don't work in Salix :(
Have you an idea about that?.. thnx very much!

Code: Select all

# /etc/X11/xorg.conf

Section "ServerFlags"
#	Option	"DefaultServerLayout"	"SingleHead"
	Option	"DefaultServerLayout"	"DualHead"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
EndSection
Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"	"auto"
	Option		"Device"	"/dev/input/mice"
	Option		"ZAxisMapping"	"4 5 6 7"
EndSection

Section "Monitor"
	Identifier	"MonitorA"
	HorizSync	30.0 - 83.0
	VertRefresh	56.0 - 75.0
EndSection
Section "Monitor"
	Identifier	"MonitorB"
	HorizSync	30.0 - 83.0
	VertRefresh	56.0 - 76.0
EndSection

Section "Device"
	Identifier	"Card0"
	Driver		"mga"
	BusID		"PCI:1:0:0"
	Screen 0
EndSection
Section "Device"
	Identifier	"Card1"
	Driver		"mga"
	BusID		"PCI:1:0:0"
	Screen 1
EndSection

Section "Screen"
	Identifier	"SchermoA"
	Device		"Card0"
	Monitor		"MonitorA"
	DefaultDepth 	24
EndSection
Section "Screen"
	Identifier	"SchermoB"
	Device		"Card1"
	Monitor		"MonitorB"
	DefaultDepth 	24
EndSection

Section "ServerLayout"
	Identifier	"DualHead"
	Screen		"SchermoA" 0 0
	Screen		"SchermoB" RightOf "SchermoA"
	Option		"Xinerama"	"true"
EndSection
Section "ServerLayout"
	Identifier	"SingleHead"
	Screen		"SchermoA" 0 0
EndSection

Image
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: DualHead + Xinerama

Post by gapan »

Any error messages? Xorg has changed a lot from slackware 12.2 and 13.0. Have you tried to use xrandr for setting up dual head instead?
Image
Image
User avatar
franzy
Posts: 23
Joined: 2. Oct 2009, 10:33
Location: Salice Terme - IT
Contact:

Re: DualHead + Xinerama

Post by franzy »

hi gapan,
thank you for your interest about my problem..
is the first time that I listen about xrandr and I don't know how it works.
Can you suggest me a link (other than man) where I can find any example how to do?
Image
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: DualHead + Xinerama

Post by gapan »

Here: http://www.thinkwiki.org/wiki/Xorg_RandR_1.2
and for a shorter one here: http://navetz.com/v/132/Simple-dual-mon ... untu-Linux

You should be able to do everything with a single command line and do it on the fly without using any xorg.conf
Image
Image
User avatar
franzy
Posts: 23
Joined: 2. Oct 2009, 10:33
Location: Salice Terme - IT
Contact:

Re: DualHead + Xinerama

Post by franzy »

thanx! danke! merci! gracias! grazie! obrigado! :mrgreen:
Image
User avatar
franzy
Posts: 23
Joined: 2. Oct 2009, 10:33
Location: Salice Terme - IT
Contact:

Re: DualHead + Xinerama

Post by franzy »

aaargh!.. my [old VGA] Matrox G450 DualHead is not supported by xrandr :roll:
seems to be very strange that I can't display a large desktop on two monitors whith a dual head board.
for now, I only can see the same desktop on every monitor, any idea?..
Image
Post Reply