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

Re: [semi-OT] DualHead-faehige Grafikkarte?



Hallo Debian-User-german,

Christian Schmidt, 24.05.2006 (d.m.y):

> kann jemand von Euch eine guenstige Grafikkarte fuer PCI-Express
> emofehlen, mit der problemloser Xinerama-Betrieb an zwei (gleichen)
> moitoren unter Debian Sarge (evtl. mit xorg-Backports) moeglich ist?
> 
> Habe gerade einen Tag Kampf mit einem Intel 82915G-Chipsatz hinter
> mir. Erfolglos. :-/

Mein Kollege hat es jetzt hinbekommen. Auf die Idee, in der
"Device"-Section "Screen 0" und "Screen 1" zu definieren, bin ich
natuerlich nicht gekommen. Aua.

Fuer Eure Tips sei Euch gedankt!!

Fuer die Nachwelt:

"lspci" sagt auf der Kiste u.a.:
0000:00:02.0 VGA compatible controller: Intel Corp. 82915G Express Chipset Family Graphics Controller (rev 04)
0000:00:02.1 Display controller: Intel Corp. 82915G Express Chipset Family Graphics Controller (rev 04)

Hier die /etc/X11/xorg.conf:

--- Beisskante ---

#  (Xorg X Window System server configuration file)

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/CID"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"ZAxisMapping"		"4 5"
EndSection

# VGA:
Section "Device"
	Identifier "Card-DualI"
	Driver "i810"
	BusID "PCI:0:2:0"
	Option "MonitorLayout" "CRT,DFP"
	Screen 0
EndSection

# DVI:
Section "Device"
        Identifier "Card-DualE"
        Driver "i810"
        BusID "PCI:0:2:0"
        #Option "MonitorLayout" "CRT,DFP"
        Screen 1
EndSection

Section "Monitor"
	Identifier	"Monitor-VGA"
	Option		"DPMS"
	HorizSync	31-60
	VertRefresh	56-75
EndSection

Section "Monitor"
	Identifier	"Monitor-DVI"
	Option		"DPMS"
	HorizSync	31-60
	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier "Screen-DualI"
	Device "Card-DualI"
	Monitor "Monitor-VGA"
	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen-DualE"
	Device "Card-DualE"
	Monitor "Monitor-DVI"
	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier "Dual"
	Screen 0 "Screen-DualI"
	Screen 1 "Screen-DualE" Rightof "Screen-DualI"
	InputDevice "Generic Keyboard"
	InputDevice "Configured Mouse"
	Option "Xinerama" "on"
EndSection

--- Beisskante ---

Gruss,
Christian Schmidt

-- 
Rutscht im August des Bauern Hose, war schon im Mai der Gummi lose.

Attachment: signature.asc
Description: Digital signature


Reply to: