Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dual DVI: Screen on second head shifted after standby
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Fri Dec 07, 2007 7:27 pm    Post subject: Dual DVI: Screen on second head shifted after standby Reply with quote

Hello,


I have a Matrox G550 Dual DVI, and I use 2 monitors connected via DVI. I use the proprietary driver (as far as I know, the open driver does not support dual DVI) installed with the installer at http://matrox.tuxx-home.at/.
The strange problem is: After coming back from standby, the image on the first head is fine, but the image on the second head is shifted and wrapped around the edges. It seems like the position of the top left corner is chosen randomly.

xorg.conf:
Code:

Section "Module"

    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load   "glx"
    Load   "dri"

   Load  "extmod"
   Load  "xtrap"
   Load  "record"
   Load  "GLcore"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/misc/"
EndSection

Section "ServerFlags"

Option "DefaultServerLayout" "ghoul"

Option "AllowMouseOpenFail" "true"
Option "AIGLX" "true"

EndSection

Section "InputDevice"

    Identifier   "Tastatur ghoul"
    Driver   "evdev"
    Option   "Device" "/dev/input/event3"

    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "evdev"
    Option "XkbLayout"   "us"
    Option "XkbOption"   "compose:ralt"

EndSection

Section "InputDevice"

    Identifier   "Maus ghoul"
    Driver   "mouse"
    Option "Protocol"     "IMPS/2"
    Option "Device"       "/dev/input/by-path/platform-i8042-serio-1-mouse"
    Option "ZAxisMapping" "4 5"

EndSection

Section "Monitor"
   Identifier   "Monitor ghoul 1"
   VendorName   "BNQ"
   ModelName    "BenQ FP71E"
   HorizSync    31.0 - 83.0
   VertRefresh  56.0 - 76.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "Monitor ghoul 2"
   VendorName   "BNQ"
   ModelName    "BenQ FP71E"
   HorizSync    31.0 - 83.0
   VertRefresh  56.0 - 76.0
   Option       "DPMS"
EndSection

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

EndSection

Section "Device"
    Identifier  "Matrox G550 First Head"
    Driver   "mga"
    Chipset   "mgag550"
    VendorName   "Matrox"
    BoardName   "MGA G550 Dual-DVI"
    BusID   "PCI:1:0:0"
    Option    "AGPMode" "4"
    Option   "DigitalScreen1" "yes"
    Option   "DPMS" "yes" #Display Power Management Signaling
    Screen   0
EndSection

Section "Device"
    Identifier  "Matrox G550 Second Head"
    Driver   "mga"
    Chipset   "mgag550"
    VendorName   "Matrox"
    BoardName   "MGA G550 Dual-DVI"
    BusID   "PCI:1:0:0"
    Option    "AGPMode" "4"
    Option   "DigitalScreen2" "yes"
    Option   "DPMS" "yes" #Display Power Management Signaling
    Screen   1
EndSection

Section "Screen"
    Identifier  "Screen ghoul 1"
    Device      "Matrox G550 First Head"
    Monitor     "Monitor ghoul 1"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
         Modes   "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" #"1024x768" "800x600" "640x480"# "1600x1200"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" #"1024x768" "800x600" "640x480"# "1600x1200"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen ghoul 2"
    Device      "Matrox G550 Second Head"
    Monitor     "Monitor ghoul 2"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
         Modes   "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" #"1024x768" "800x600" "640x480"# "1600x1200"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" #"1024x768" "800x600" "640x480"# "1600x1200"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "ghoul"
    Option "Xinerama" "on"

    Screen "Screen ghoul 1"
    Screen "Screen ghoul 2" RightOf "Screen ghoul 1"

    InputDevice "Maus ghoul" "CorePointer"
    InputDevice "Tastatur ghoul" "CoreKeyboard"

EndSection

Section "DRI"
  Mode 0666
EndSection


xorg.log:
Code:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux ghoul 2.6.22-gentoo-r8 #2 PREEMPT Fri Oct 26 19:31:54 CEST 2007 i686
Build Date: 11 November 2007
   Before reporting problems, check http://wiki.x.org
   to [/url]make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec  7 17:57:49 2007
(==) Using config file: "/etc/X11/xorg.conf"
(**) Option "defaultserverlayout" "ghoul"
(**) ServerLayout "ghoul"
(**) |-->Screen "Screen ghoul 1" (0)
(**) |   |-->Monitor "Monitor ghoul 1"
(**) |   |-->Device "Matrox G550 First Head"
(**) |-->Screen "Screen ghoul 2" (1)
(**) |   |-->Monitor "Monitor ghoul 2"
(**) |   |-->Device "Matrox G550 Second Head"
(**) |-->Input Device "Maus ghoul"
(**) |-->Input Device "Tastatur ghoul"
(WW) The directory "/usr/share/fonts/OTF" does not exist.
   Entry deleted from font path.
(**) FontPath set to:
...
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "Xinerama" "on"
(**) Option "AIGLX" "true"
(**) Xinerama: enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81ec5c0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.2
   X.Org XInput driver : 0.7
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
...
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xfcb00000 - 0xfdefffff (0x1400000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0x9bb00000 - 0x9fafffff (0x4000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:10:0) Brooktree Corporation Bt878 Video Capture rev 2, Mem @ 0xc7e00000/12
(--) PCI: (0:13:0) ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] rev 0, Mem @ 0xc8000000/27, 0xfeb00000/16, I/O @ 0xe000/8, BIOS @ 0xfea00000/17
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G550 AGP rev 1, Mem @ 0x9c000000/25, 0xfde00000/14, 0xfd000000/23, BIOS @ 0xfdd00000/17
(II) Addressable bus resource ranges are
...
(II) Inactive PCI resource ranges:
...
(II) Active PCI resource ranges after removing overlaps:
...
(II) Inactive PCI resource ranges after removing overlaps:
...
(II) OS-reported resource ranges after removing overlaps with PCI:
...
(II) All system resource ranges:
...
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 1.3.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(**) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Reloading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "mga"
(II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so
(II) Module mga: vendor="Matrox Graphics Inc. - x86_32 - Release v4.4.0"
   compiled for 7.1.1, module version = 1.4.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.2
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
   mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI,
   mgag200 SE A PCI, mgag200 SE B PCI, mgag400, mgag550
(II) Primary Device is: PCI 01:00:0
(**) Chipset override: mgag550
(**) Chipset mgag550 found
(**) Chipset override: mgag550
(**) Chipset mgag550 found
(II) resource ranges after xf86ClaimFixedResources() call:
...
(II) resource ranges after probing:
...
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.2
(**) MGA(0): Chipset: "mgag550"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Loading /usr/lib/xorg/modules/drivers//mga_hal_drv.so
(II) Module mga_hal: vendor="Matrox Graphics Inc. - x86_32 - Release v4.4.0"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(==) MGA(0): Matrox HAL module used
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(**) MGA(0): Option "AGPMode" "4"
(**) MGA(0): Option "DigitalScreen1" "yes"
(**) MGA(0): Using AGP 4x mode
(--) MGA(0): Linear framebuffer at 0x9C000000
(--) MGA(0): MMIO registers at 0xFDE00000
(--) MGA(0): Pseudo-DMA transfer window at 0xFD000000
(--) MGA(0): BIOS at 0xFDD00000
(II) Attempted to read BIOS 64KB from /sys/bus/pci/devices/0000:01:00.0/rom: got 36KB
(--) MGA(0): Video BIOS info block at offset 0x07D20
(==) MGA(0): Write-combining range (0x9c000000,0x2000000)
(--) MGA(0): Crtc2 will use 8192K of VideoRam
(--) MGA(0): VideoRAM: 24576 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(II) MGA(0): Splitting WC range: base: 0x9c000000, size: 0x1800000
(==) MGA(0): Write-combining range (0x9d000000,0x800000)
(==) MGA(0): Write-combining range (0x9c000000,0x1800000)
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(0): I2C bus "DDC P1" initialized.
(II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC P1:ddc2" removed.
(II) MGA(0): I2C Monitor info: 0x824c798
(II) MGA(0): Manufacturer: BNQ  Model: 7683  Serial#: 12616
(II) MGA(0): Year: 2005  Week: 42
(II) MGA(0): EDID Version: 1.3
(II) MGA(0): Digital Display Input
(II) MGA(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) MGA(0): Gamma: 2.20
(II) MGA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(0): First detailed timing is preferred mode
(II) MGA(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.609
(II) MGA(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
(II) MGA(0): Supported VESA Video Modes:
...
(II) MGA(0): Manufacturer's mask: 0
(II) MGA(0): Supported Future Video Modes:
(II) MGA(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) MGA(0): #1: hsize: 1280  vsize 1024  refresh: 76  vid: 36993
(II) MGA(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(0): #3: hsize: 1280  vsize 1024  refresh: 72  vid: 35969
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 108.0 MHz   Image Size:  376 x 301 mm
(II) MGA(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(0): Supported additional Video Mode:
(II) MGA(0): clock: 25.2 MHz   Image Size:  376 x 301 mm
(II) MGA(0): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 0
(II) MGA(0): v_active: 350  v_sync: 387  v_sync_end 389 v_blanking: 449 v_border: 0
(II) MGA(0): Ranges: V min: 56  V max: 76 Hz, H min: 31  H max: 83 kHz, PixClock max 140 MHz
(II) MGA(0): Monitor name: BenQ FP71E
(II) MGA(0): EDID (in hex):
(II) MGA(0):    00ffffffffffff0009d1837648310000
(II) MGA(0):    2a0f010380221b78eac4f6a3574a9c23
(II) MGA(0):    114f54bdef80714f81908180818c0101
(II) MGA(0):    010101010101302a009851002a403070
(II) MGA(0):    1300782d1100001ed50980a0205e6310
(II) MGA(0):    10605208782d1100001a000000fd0038
(II) MGA(0):    4c1f530e000a202020202020000000fc
(II) MGA(0):    0042656e512046503731450a20200043
(II) MGA(0): end of I2C Monitor info
(II) MGA(0): Using hsync ranges from config file
(II) MGA(0): Using vrefresh ranges from config file
(II) MGA(0): Printing DDC gathered Modelines:
...
(==) 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 112 MHz
(II) MGA(0): Monitor ghoul 1: Using hsync range of 31.00-83.00 kHz
(II) MGA(0): Monitor ghoul 1: Using vrefresh range of 56.00-76.00 Hz
(II) MGA(0): Clock range:  12.00 to 112.00 MHz
...
(==) MGA(0): Write-combining range (0x9c000000,0x2000000)
(II) MGA(0): Digital screen detected on first head.
(II) MGA(0): Digital screen detected on second head.
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): *Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(0): Display dimensions: (340, 270) mm
(**) MGA(0): DPI set to (95, 96)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.2.0
   ABI class: X.Org Video Driver, version 1.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/lib/xorg/modules//libvgahw.so
(**) MGA(1): Chipset: "mgag550"
(II) Loading sub module "mga_hal"
(II) LoadModule: "mga_hal"
(II) Reloading /usr/lib/xorg/modules/drivers//mga_hal_drv.so
(==) MGA(1): Matrox HAL module used
(**) MGA(1): Depth 24, (--) framebuffer bpp 32
(==) MGA(1): RGB weight 888
(**) MGA(1): Option "AGPMode" "4"
(**) MGA(1): Option "DigitalScreen2" "yes"
(**) MGA(1): Using AGP 4x mode
(--) MGA(1): Linear framebuffer at 0x9C000000
(--) MGA(1): MMIO registers at 0xFDE00000
(--) MGA(1): Pseudo-DMA transfer window at 0xFD000000
(--) MGA(1): BIOS at 0xFDD00000
(II) Attempted to read BIOS 64KB from /sys/bus/pci/devices/0000:01:00.0/rom: got 36KB
(--) MGA(1): Video BIOS info block at offset 0x07D20
(==) MGA(1): Write-combining range (0x9c000000,0x2000000)
(--) MGA(1): VideoRAM: 8192 kByte
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module already built-in
(==) MGA(1): Write-combining range (0x9d800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) MGA(1): I2C bus "DDC P2" initialized.
(II) MGA(1): I2C bus "MAVEN" initialized.
(II) MGA(1): Failed to register MGA-TVO I2C device!
(II) MGA(1): I2C device "DDC P2:ddc2" registered at address 0xA0.
(II) MGA(1): I2C device "DDC P2:ddc2" removed.
(II) MGA(1): I2C Monitor info: 0x8250ac8
(II) MGA(1): Manufacturer: BNQ  Model: 7683  Serial#: 359
(II) MGA(1): Year: 2004  Week: 44
(II) MGA(1): EDID Version: 1.3
(II) MGA(1): Digital Display Input
(II) MGA(1): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) MGA(1): Gamma: 2.20
(II) MGA(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) MGA(1): First detailed timing is preferred mode
(II) MGA(1): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.609
(II) MGA(1): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
(II) MGA(1): Supported VESA Video Modes:
...
(II) MGA(1): Manufacturer's mask: 0
(II) MGA(1): Supported Future Video Modes:
(II) MGA(1): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) MGA(1): #1: hsize: 1280  vsize 1024  refresh: 76  vid: 36993
(II) MGA(1): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) MGA(1): #3: hsize: 1280  vsize 1024  refresh: 72  vid: 35969
(II) MGA(1): Supported additional Video Mode:
(II) MGA(1): clock: 108.0 MHz   Image Size:  376 x 301 mm
(II) MGA(1): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) MGA(1): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) MGA(1): Supported additional Video Mode:
(II) MGA(1): clock: 25.2 MHz   Image Size:  376 x 301 mm
(II) MGA(1): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 0
(II) MGA(1): v_active: 350  v_sync: 387  v_sync_end 389 v_blanking: 449 v_border: 0
(II) MGA(1): Ranges: V min: 56  V max: 76 Hz, H min: 31  H max: 83 kHz, PixClock max 140 MHz
(II) MGA(1): Monitor name: BenQ FP71E
(II) MGA(1): EDID (in hex):
(II) MGA(1):    00ffffffffffff0009d1837667010000
(II) MGA(1):    2c0e010380221b78eac4f6a3574a9c23
(II) MGA(1):    114f54bdef80714f81908180818c0101
(II) MGA(1):    010101010101302a009851002a403070
(II) MGA(1):    1300782d1100001ed50980a0205e6310
(II) MGA(1):    10605208782d1100001a000000fd0038
(II) MGA(1):    4c1f530e000a202020202020000000fc
(II) MGA(1):    0042656e512046503731450a20200053
(II) MGA(1): end of I2C Monitor info
(II) MGA(1): Using hsync ranges from config file
(II) MGA(1): Using vrefresh ranges from config file
(II) MGA(1): Printing DDC gathered Modelines:
...
(==) MGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) MGA(1): Min pixel clock is 12 MHz
(--) MGA(1): Max pixel clock is 112 MHz
(II) MGA(1): Monitor ghoul 2: Using hsync range of 31.00-83.00 kHz
(II) MGA(1): Monitor ghoul 2: Using vrefresh range of 56.00-76.00 Hz
(II) MGA(1): Clock range:  12.00 to 112.00 MHz
...
(II) MGA(1): Digital screen detected on first head.
(II) MGA(1): Digital screen detected on second head.
(--) MGA(1): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(1): *Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) MGA(1): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) MGA(1): Display dimensions: (340, 270) mm
(**) MGA(1): DPI set to (95, 96)
(II) MGA(1): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/lib/xorg/modules//libfb.so
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Reloading /usr/lib/xorg/modules//libxaa.so
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(II) resource ranges after preInit:
...
(==) MGA(0): Removed MMIO write-combining range (0x9d800000,0x800000)
(==) MGA(0): Write-combining range (0x9c000000,0x2000000)
(--) MGA(0): Digital Screen detected
(--) MGA(0): Digital Screen detected
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(0): 16 DWORD fifo
(==) MGA(0): Default visual is TrueColor
(II) MGA(0): [drm] bpp: 32 depth: 24
(II) MGA(0): [drm] Sarea 2200+664: 2864
(WW) MGA(0): Direct rendering is not supported when Xinerama is enabled
(EE) MGA(0): [drm] DRIScreenInit failed.  Disabling DRI.
(II) MGA(0): Using 2252 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 Horizontal and Vertical Lines
   Dashed Lines
   Scanline Image Writes
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      32 128x128 slots
      14 256x256 slots
      5 512x512 slots
(==) MGA(0): Backing store disabled
(==) MGA(0): Silken mouse enabled
(**) Option "dpms"
(**) MGA(0): DPMS enabled
(II) MGA(0): Using overlay video
(WW) MGA(0): Direct rendering disabled
(==) RandR enabled
(==) MGA(1): Write-combining range (0x9d800000,0x800000)
(II) MGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) MGA(1): 16 DWORD fifo
(EE) MGA(1): Not initializing the DRI on the second head
(II) MGA(1): Using 614 lines for offscreen memory.
(II) MGA(1): 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 Horizontal and Vertical Lines
   Dashed Lines
   Scanline Image Writes
   Offscreen Pixmaps
   Setting up tile and stipple cache:
      20 128x128 slots
      5 256x256 slots
(==) MGA(1): Backing store disabled
(==) MGA(1): Silken mouse enabled
(**) Option "dpms"
(**) MGA(1): DPMS enabled
(WW) MGA(1): Direct rendering disabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 1.3.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(EE) AIGLX: Screen 1 is not DRI capable
(II) GLX: Initialized MESA-PROXY GL provider for screen 1
(**) Option "Protocol" "IMPS/2"
(**) Maus ghoul: Device: "/dev/input/by-path/platform-i8042-serio-1-mouse"
(**) Maus ghoul: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Maus ghoul: Core Pointer
(**) Option "Device" "/dev/input/by-path/platform-i8042-serio-1-mouse"
(==) Maus ghoul: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Maus ghoul: ZAxisMapping: buttons 4 and 5
(**) Maus ghoul: Buttons: 9
(**) Maus ghoul: Sensitivity: 1
(II) evdev brain: Rescanning devices (1).
(**) Option "CoreKeyboard"
(**) Tastatur ghoul-isa0060/serio0/input0: Core Keyboard
(**) Option "XkbModel" "evdev"
(**) Option "XkbLayout" "us"
(II) XINPUT: Adding extended input device "Tastatur ghoul-isa0060/serio0/input0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) XINPUT: Adding extended input device "Maus ghoul" (type: MOUSE)
(II) Tastatur ghoul-isa0060/serio0/input0: Init
(II) Maus ghoul: ps2EnableDataReporting: succeeded
(II) evdev brain: Rescanning devices (2).
(II) Tastatur ghoul-isa0060/serio0/input0: On
FreeType: couldn't open face /usr/share/fonts/TTF/luximr.ttf: 1
FreeType: couldn't open face /usr/share/fonts/TTF/luximr.ttf: 1
FreeType: couldn't open face /usr/share/fonts/TTF/luximr.ttf: 1
FreeType: couldn't open face /usr/share/fonts/TTF/luximr.ttf: 1
FreeType: couldn't open face /usr/share/fonts/TTF/luximr.ttf: 1
(II) 3rd Button detected: disabling emulate3Button
FreeType: couldn't open face /usr/share/fonts/TTF/luximr.ttf: 1

_________________
"Work is the curse of the drinking classes."
-Oskar Wilde
Back to top
View user's profile Send private message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Sun Dec 09, 2007 11:32 pm    Post subject: Reply with quote

I tried to remove DPMS from my xorg.conf.
Then obviously, there is no automatic standby any more.

But when I switch off the screens and on again, the image on the second head is shifted.
_________________
"Work is the curse of the drinking classes."
-Oskar Wilde
Back to top
View user's profile Send private message
neiljw
Apprentice
Apprentice


Joined: 12 Nov 2007
Posts: 166
Location: Telford, UK

PostPosted: Sun Dec 09, 2007 11:35 pm    Post subject: Reply with quote

Perhaps the people who produce the proprietary driver are the ones to provide support? :P
_________________
Be lucky,

Neil
Back to top
View user's profile Send private message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Mon Dec 10, 2007 12:14 am    Post subject: Reply with quote

Matrox had an official linux forum some time ago, but it closed. When I bought the card, I thought that there is a full open source driver.
Only after buying I realized that this is not the case, the open driver cannot handle my dual DVI setup for example. I would not buy this card again, definitely.
_________________
"Work is the curse of the drinking classes."
-Oskar Wilde
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum