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

Re: matrox g450 что можно из неё выжать?



Добрый день.

~> apt-cache show mgapdesk
Package: mgapdesk
Priority: extra
Section: x11
Installed-Size: 2647
Maintainer: Ola Lundqvist <opal@debian.org>
Architecture: i386
Version: 1.00.7beta-2
Depends: libc6 (>= 2.3.1-1), libglib1.2 (>= 1.2.0), libgtk1.2 (>=
1.2.10-4), xli
bs (>> 4.1.0), xserver-xfree86
Suggests: libmgahal-lib
Filename: pool/main/m/mgapdesk/mgapdesk_1.00.7beta-2_i386.deb
Size: 855934
MD5sum: fb0c66c121bb6abb32bf38a2bbb6b7e3
Description: X configuration tool for Matrox video card.
 Configuration tool for Xfree86 version 4.x to set up your
 X-server to support single and dual monitors.
 .
 Support for Matrox Millennium G200, G400 and G450 cards.
 .
 For best operation you should download the Matrox HAL library
 from the Matrox homepage. But this tool works without it even
 if it complains because the xserver can not use all config
 options.

Гуевая конфигурялка. 

Или же см. конфиг в аттаче.

					
On Wed, Oct 08, 2003 at 09:58:54AM +0400, denixa wrote:
> Вот купил с рук g450 Dual Head. 
> Подскажите как настроить.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-russian-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

-- 
 Alexander A. Vlasov,
 Debian GNU/Linux user

Section "ServerLayout"
	Identifier     "Matrox PowerDesk configured."
	Screen         "Display 1" RightOf "Display 2"
	Screen         "Display 2" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "/usr/lib/X11/fonts/misc/:unscaled"
EndSection

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

Section "ServerFlags"
	Option "Xinerama"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "keyboard"
	Option      "CoreKeyboard"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "ru"
	Option      "XkbVariant" "winkeys"
	Option      "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option      "CorePointer"
	Option      "Device" "/dev/input/mice"
	Option      "Protocol" "ImPS/2"
	Option      "Emulate3Buttons" "true"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "Display 1"
	HorizSync    30,0 - 70,0
	VertRefresh  50,0 -160,0
	Option       "DPMS"
EndSection

Section "Monitor"
	Identifier   "Display 2"
	HorizSync    30,0 - 70,0
	VertRefresh  50,0 -160,0
EndSection

Section "Device"
	Identifier  "MATROX CARD 1"
	Driver      "mga"
	BusID       "PCI:2:0:0"
EndSection

Section "Device"
	Identifier  "MATROX CARD 2"
	Driver      "mga"
	BusID       "PCI:2:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Display 1"
	Device     "MATROX CARD 1"
	Monitor    "Display 1"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Display 2"
	Device     "MATROX CARD 2"
	Monitor    "Display 2"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1024x768"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


Reply to: