Linux 14.980 Themen, 106.326 Beiträge

etch (Xorg)+mga (G450 DVI) Vertikalfrequenz 28 Hz statt 75 Hz

FDM / 8 Antworten / Flachansicht Nickles

Ich habe auf einem PC mit G450 DVI etch installiert, beim Grafikmodus zeigt kde 75 Hz an, der Monitor beschwert sich ("ungeeigneter Modus") über nur 28 Hz. Auflösung ist 1280x1024. Welche Konfigurationsdatei muss ich wo verändern um 60-75 Hz zu bekommen?

bei Antwort benachrichtigen
@FDM Acader
KarstenW FDM „etch (Xorg)+mga (G450 DVI) Vertikalfrequenz 28 Hz statt 75 Hz“
Optionen

Ich habe im Internet gegoogelt und die Linux-Treiber von Matrox gefunden:

http://www.matrox.com/graphics/en/corpo/support/drivers/driverList.php?list=5

ftp://ftp.matrox.com/pub/mga/archive/linux/2006/readme-mga-4.4.0.txt

Description of this release
===========================

This release of the Matrox display driver includes support for
Matrox G200, G400, G450 and G550 based graphics hardware.

This driver package includes previously released drivers for XFree86
versions 4.3.0 and X.org versions 6.7.0, 6.8.0, 6.8.1, 6.8.2, 6.9.0
and 7.0.0

Bei Debian wird der Xserver von

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1

genutzt.

Bei dieser Treiberversion soll DVI Unterstützt werden:

....
The Matrox HAL ("Hardware Abstraction Layer") is a special library
to enable features not supported by the standard XFree86 driver.

It's required for DualHead, TV output, and DVI support with G400-

based graphics hardware, for multi-display support with G200/G450 MMS
products, and for DVI support. The HAL library is not required for
basic DualHead support (without a DVI monitor) with G450- and G550-based
graphics hardware. Also please take not that TV output is not supported
with G450- and G550- based graphics hardware in Linux.
.....

Die Syntax in der Datei /etc/X11/xorg.conf ist die gleiche wie in der alten /etc/X11/XF86Config.

ftp://ftp.matrox.com/pub/mga/archive/linux/2006/readme-mga-4.4.0.txt

....

Other features
==============

To add DVI support, add the following line to the device section
(Note: For G400 with the DVI module you will need to use the
DigitalScreen2 option on the secondary device for it to enable):

Option "DigitalScreen1" "yes"

or

Option "DigitalScreen2" "yes"

.....

Mit diesen Optionen müßte auch der DVI-Eingang funktionieren.

Ich nutze NVidia Grafikkarten.
Mit dem proprietären NVidia Treiber wird auch der DVI Eingang des LCD Monitors unterstützt.
Der Matrox Treiber wird wohl nicht mehr weiterentwickelt.
NVidia Grafikkarten kann ich dir empfehlen.
Man kann auch bei NVidia Grafikkarten zwei unabhängige Displays konfigurieren, braucht aber nicht zwei GPUs wie bei den Matrox Grafikkarten:

http://www.nvidia.de/object/linux_de.html

http://de.download.nvidia.com/XFree86/Linux-x86/171.06/README/index.html

Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen