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

Zwei X-Server auf einer Grafikkarte?



Moin!

Ich wuerde gerne zwei X-Server an einem Desktop-Rechner mit einer Dual-Head 
Karte betreiben. Im Grunde genommen moechte ich zwei 
seperate "Arbeitsplaetze" an einem Rechner. Dabei bin ich ueber diverse 
Probleme gestolpert. 

Z.B., ist es moeglich startx eine andere Konfigurationsdatei mitzugeben als 
xorg.conf? Da ich keine Moeglichkeit gefunden habe, startx eine andere 
Konfiguration mitzugeben, habe ich es erstmal mit zwei Layouts probiert. 
Leider ohne Erfolg. Ich erhalte "no screens found" Fehlermeldungen. 

Die Keyboards und Maeuse wuerde ich ueber verschiedene USB-Devices 
unterscheiden. 

Kann mir jemand Tipps geben, wie ich weiterkomme? Ich habe meine Test 
xorg.conf angehaengt.

Gruss
Mark

-- 
Describing the Internet as the Network of Networks is like calling the
Space Shuttle 'a thing that flies'.
                -- John Lester 
# Common sections
#

Section "Files"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
#       FontPath        "/usr/local/share/fonts"
#       FontPath        "/usr/share/fonts"
        FontPath        "/usr/X11R6/lib/X11/fonts"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
#       Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "v4l"
EndSection

Section "Files"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
        Option  "AllowMouseOpenFail"
EndSection

# Layout one
#

Section "InputDevice"
	Identifier	"Sun"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Logitech1"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
EndSection

Section "Device"
	Identifier	"Digital"
#	Driver		"vesa"
#	Driver		"fglrx"
	Driver		"radeonhd"
#	Option		"DesktopSetup" 	"single"
#	Option		"DesktopSetup"	"0x00000000"
#	Option		"BusType" 	"PCIE"
#	Option		"no_accel" 	"on"
#	Option		"no_dri"	"on"
#	Option		"SWCursor"	"on"
#	Option		"UseFastTLS"	"2"
	Option		"BusID"		"PCI:2:0:0"
EndSection

Section "Monitor"
	Identifier	"SyncMaster205BW"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"ScreenVT7"
	Device		"Digital"
	Monitor		"SyncMaster205BW"
	DefaultDepth	24
#	SubSection "Display"
#		Modes		"1680x1050" "1440x900"
#	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"LayoutVT7"
	Screen		"ScreenVT7"
	InputDevice	"Sun"
	InputDevice	"Logitech1"
EndSection

# Layout two
#

Section "InputDevice"
	Identifier	"Microsoft"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Logitech2"
	Driver		"mouse"
#	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
EndSection

Section "Device"
	Identifier	"Analog"
#	Driver		"vesa"
#	Driver		"fglrx"
	Driver		"radeonhd"
#	Option		"DesktopSetup" 	"single"
#	Option		"DesktopSetup"	"0x00000000"
#	Option		"BusType" 	"PCIE"
#	Option		"no_accel" 	"on"
#	Option		"no_dri"	"on"
#	Option		"SWCursor"	"on"
#	Option		"UseFastTLS"	"2"
	Option		"BusID"		"PCI:2:0:1"
EndSection

Section "Monitor"
	Identifier	"SyncMaster940BW"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"ScreenVT8"
	Device		"Analog"
	Monitor		"SyncMaster940BW"
	DefaultDepth	24
#	SubSection "Display"
#		Modes		"1680x1050" "1440x900"
#	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"LayoutVT8"
	Screen		"ScreenVT8"
	InputDevice	"Microsoft"
	InputDevice	"Logitech2"
EndSection

Reply to: