Matrox Problem die Zweite

From: Bjoern Hillebrand <hille(at)s-ar.de>
Date: Tue, 15 Oct 2002 18:27:36 +0000

Hallo!

Vielen Dank für die vielen Antworten in der kurzen Zeit. Also hier eine
genauere Beschreibung meines Problemes.

Ich habe einen CTX 19 Zoll (VL950T) Monitor mit einem horizontalen
Frequenzbereich von 30-95 KHz und einem
vertikalen Frequenzbereich von 50-160 Hz. Diese habe ich auch in der
XF86Config eingetragen.
Desweiteren habe ich eine Matrox G400 mit 32MB RAM.

Monitor+Karte schaffen 1152x864 bei 100 Hz bei 16 Bit Farbtiefe
(Windowstreiber) und 1152x864 bei 16 Bit Farbtiefe unter RedHat 7.3 mit
85 Hertz
Auflösung. Unter FreeBSD habe ich bei den gleichen Einstellungen leider
nur 75 Hertz.

Ich habe meine X Konfiguration angehangen sowie die Grafikspezifischen
Logeinträge.
Als System kommt hier FreeBSD 4.7 mit XFree 4.2.1 zum Einsatz. XFree-4
wurde ohne zusätzliche Parameter aus dem Portstree kompiliert

Fehlt noch was bezüglich Beschreibung ? Ich glaube das wäre alles.

bye


# File generated by xf86config.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
Section "ServerLayout"
# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
        Identifier "Matrox PowerDesk configured."
        Screen "Display 1" 0 0
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The module search path. The default path is shown here.
# ModulePath "/usr/X11R6/lib/modules"
        RgbPath "/usr/X11R6/lib/X11/rgb"
        FontPath "/usr/X11R6/lib/X11/fonts/local/"
        FontPath "/usr/X11R6/lib/X11/fonts/misc/"
        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/Speedo/"
        FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
        Load "dbe" # Double buffer extension
        SubSection "extmod"
                Option "omit xfree86-dga" # don't initialise the DGA extension
        EndSubSection
        Load "type1"
        Load "freetype"# This loads the GLX module
        Load "glx"
EndSection

Section "InputDevice"
        Identifier "Keyboard1"
        Driver "Keyboard"
        Option "AutoRepeat" "500 30"# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option "XkbRules" "xfree86"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "MouseSystems"
        Option "Device" "/dev/sysmouse"# When using XQUEUE, comment out the above two lines, and uncomment
EndSection

Section "Monitor"
        Identifier "Display 1"
        HorizSync 30.0 - 95.0
        VertRefresh 50.0 - 160.0
EndSection

Section "Device"
        Identifier "MATROX CARD 1"
        Driver "mga"
        VendorName "Unknown"
        BoardName "Unknown"
        BusID "PCI:1:0:0"
EndSection

Section "Device"
    #VideoRam 32768
    # Insert Clocks lines here if appropriate
        Identifier "Matrox Millennium G400"
        Driver "mga"
        BusID "PCI:1:0:0"
EndSection

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


XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems. (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 4.7-RELEASE i386 [ELF]

(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "Matrox Millennium G400"

...

(**) MGA(0): Depth 16, (--) framebuffer bpp 16
(==) MGA(0): RGB weight 565
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(WW) Warning, couldn't open module mga_hal
(II) UnloadModule: "mga_hal"
(EE) MGA: Failed to load module "mga_hal" (module does not exist, 0)
(II) MGA(0): Matrox HAL module not loaded - using builtin mode setup instead
(--) MGA(0): Chipset: "mgag400"
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xD0000000
(--) MGA(0): MMIO registers at 0xD2000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD3000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07C80
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(==) MGA(0): Write-combining range (0xd2000000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xd0000000,0x2000000)
(==) MGA(0): Write-combining range (0xd3000000,0x800000) was already clear
(--) MGA(0): VideoRAM: 32768 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.5
(==) MGA(0): Write-combining range (0xd2000000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xd0000000,0x2000000)
(==) MGA(0): Write-combining range (0xd3000000,0x800000) was already clear
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear
(II) MGA(0): I2C bus "DDC" initialized.
(II) MGA(0): I2C device "DDC:ddc2" registered.
(II) MGA(0): I2C device "DDC:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x0
(II) MGA(0): end of I2C Monitor info

(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: 0x0
(II) MGA(0): end of DDC Monitor info

(==) MGA(0): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(0): Min pixel clock is 12 MHz
(==) MGA(0): Max pixel clock is 300 MHz
(II) MGA(0): My Monitor: Using hsync range of 30.00-95.00 kHz
(II) MGA(0): My Monitor: Using vrefresh range of 50.00-160.00 Hz
(II) MGA(0): Clock range: 12.00 to 300.00 MHz
(II) MGA(0): Not using default mode "1600x1200" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "1792x1344" (hsync out of range)
(II) MGA(0): Not using default mode "896x672" (hsync out of range)
(II) MGA(0): Not using default mode "1856x1392" (hsync out of range)
(II) MGA(0): Not using default mode "928x696" (hsync out of range)
(II) MGA(0): Not using default mode "1920x1440" (hsync out of range)
(II) MGA(0): Not using default mode "960x720" (hsync out of range)
(--) MGA(0): Virtual size is 1152x864 (pitch 1152)
(**) MGA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) MGA(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
(==) MGA(0): DPI set to (75, 75)
(II) MGA(0): YDstOrg is set to 0

....

(==) MGA(0): Write-combining range (0xd2000000,0x4000) was already clear
(==) MGA(0): Write-combining range (0xd0000000,0x2000000)
(==) MGA(0): Write-combining range (0xd3000000,0x800000) was already clear
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) MGA(0): Write-combining range (0xa0000,0x10000) was already clear
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): Using 6417 lines for offscreen memory.
(II) MGA(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        Solid filled trapezoids
        8x8 mono pattern filled rectangles
        8x8 mono pattern filled trapezoids
        Indirect CPU to Screen color expansion
        Screen to Screen color expansion
        Solid Lines
        Dashed Lines
        Scanline Image Writes
        Offscreen Pixmaps
        Driver provided FillMono8x8PatternRects replacement
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 15 Oct 2002 - 18:28:58 CEST

search this site