2nd View; Multimonitoring

S

ScytheRF

Grünschnabel
Habe vorgestern Suse 10.1 installiert und mit meinem Fujitsu Siemens Amilo nur Probleme gehabt. Also wieder runter und
Suse 10.0 aufgespielt.
Bin ein Neuling unter Linux.
Hab einen zweiten Monitor den ich gerne zu Programmierzwecken nutzen will.

Will aber auf beiden Bildschirmen einen eingenen Desktop.
Ati unterstützt nur die DualScreen Extended Desktop Variante.
Will aber eine Startleiste auf beiden Bildschirmen.
Hab auch schon versucht in der aticonfig eine EinstellungsKomination zu finden, aber war bis jetzt erfolglos. (6Std goolge [try&error])
 
Welche Grafikkarte ? Poste mal deine /etc/X11/xorg.conf ;)
 
Hab eine Fujitsu Siemens Notebook (AmiloM6453G)
mit ner ATI Mobility X600 SE
Die Treiber und das ConfigProgramm von Ati hab installiert (gestern neue Treiber gezogen)

Hier die X11/xorg.conf
Code:
# /.../
# SaX generated X11 config file
# Created on: 2006-05-17T01:37:57+0200.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
	Identifier     "Layout[all]"
	Screen      0  "aticonfig Screen 0" 0 0
	InputDevice    "Keyboard[0]" "CoreKeyboard"
	InputDevice    "Mouse[1]" "CorePointer"
	InputDevice    "Mouse[3]" "SendCoreEvents"
	Option	    "Clone" "off"
	Option	    "Xinerama" "off"
EndSection

Section "Files"
	InputDevices   "/dev/ttyS0"
	InputDevices   "/dev/ttyS1"
	InputDevices   "/dev/ttyS2"
	InputDevices   "/dev/ttyS3"
	InputDevices   "/dev/ttyS4"
	InputDevices   "/dev/ttyS5"
	InputDevices   "/dev/ttyS6"
	InputDevices   "/dev/ttyS7"
	InputDevices   "/dev/ttyS8"
	InputDevices   "/dev/psaux"
	InputDevices   "/dev/logibm"
	InputDevices   "/dev/sunmouse"
	InputDevices   "/dev/atibm"
	InputDevices   "/dev/amigamouse"
	InputDevices   "/dev/atarimouse"
	InputDevices   "/dev/inportbm"
	InputDevices   "/dev/gpmdata"
	InputDevices   "/dev/mouse"
	InputDevices   "/dev/usbmouse"
	InputDevices   "/dev/adbmouse"
	InputDevices   "/dev/input/mice"
	InputDevices   "/dev/input/event0"
	InputDevices   "/dev/pointer0"
	InputDevices   "/dev/pointer1"
	InputDevices   "/dev/pointer2"
	InputDevices   "/dev/pointer3"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/local"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/URW"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
	FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
	FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
	FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID"
	FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
	FontPath     "/opt/kde3/share/fonts"
EndSection

Section "Module"
	Load  "glx"
	Load  "type1"
	Load  "extmod"
	Load  "dbe"
	Load  "freetype"
	Load  "v4l"
	Load  "dri"
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail"
EndSection

Section "InputDevice"
	Identifier  "Keyboard[0]"
	Driver      "kbd"
	Option	    "Protocol" "Standard"
	Option	    "XkbLayout" "de"
	Option	    "XkbModel" "pc105"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Mouse[1]"
	Driver      "synaptics"
	Option	    "Device" "/dev/input/mice"
	Option	    "Emulate3Buttons" "on"
	Option	    "InputFashion" "Mouse"
	Option	    "Name" "Synaptics;Touchpad"
	Option	    "Protocol" "explorerps/2"
	Option	    "SHMConfig" "on"
	Option	    "Vendor" "Sysp"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier  "Mouse[3]"
	Driver      "mouse"
	Option	    "Buttons" "5"
	Option	    "Device" "/dev/input/mice"
	Option	    "Name" "ImPS/2 Generic Wheel Mouse"
	Option	    "Protocol" "explorerps/2"
	Option	    "Vendor" "Sysp"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Modes"
	Identifier     "Modes[0]"
	ModeLine     "800x600" 40.2 800 832 912 1024 600 601 604 623
	ModeLine     "768x576" 37.4 768 800 880 992 576 577 580 598
	ModeLine     "640x480" 29.8 640 664 728 816 480 481 484 501
	ModeLine     "640x480" 25.1 640 656 720 800 480 481 484 498
EndSection

Section "Monitor"
	Identifier   "Monitor[0]"
	VendorName   "CPT"
	ModelName    "CPT MONITOR"
	UseModes     "Modes[0]"
	DisplaySize  310	180
	HorizSync    30.0 - 40.0
	VertRefresh  43.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig Monitor 0"
EndSection

Section "Monitor"
	Identifier   "aticonfig Monitor 1"
EndSection

Section "Device"
	Identifier  "Device[0]"
	Driver      "fbdev"
	VendorName  "VESA"
	BoardName   "Framebuffer Graphics"
	BusID       "3:0:0"
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 0"
	Driver      "fglrx"
	Option	    "(null)"
	Option	    "DesktopSetup" "horizontal,reverse"
	Option	    "UseInternalAGPGART" "off"
	BusID       "PCI:3:0:0"
EndSection

Section "Device"
	Identifier  "ATI Graphics Adapter 1"
	Driver      "fglrx"
	BusID       "PCI:3:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen[0]"
	Device     "Device[0]"
	Monitor    "Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1600x1200" "1280x1024" "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "default"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "default"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "default"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "default"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig Screen 0"
	Device     "ATI Graphics Adapter 0"
	Monitor    "aticonfig Monitor 0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig Screen 1"
	Device     "ATI Graphics Adapter 1"
	Monitor    "aticonfig Monitor 1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Group        "video"
	Mode         0660
EndSection
[/SIZE]
 
Zuletzt bearbeitet:
Hast hier schon im wiki nachgeschaut? Wir haben da einige Artikel zum Thema Dual-Screen.
 
Wenn das Thema noch aktuell sein sollte.. Starte doch einfach zweimal den X-Server.
 

Ähnliche Themen

ati 9500 pro Treiber macht probleme XD

Xinerama und ATI Treiber?

Zurück
Oben