View previous topic :: View next topic |
Author |
Message |
caefer Apprentice
Joined: 14 Jan 2003 Posts: 170 Location: Hamburg, Germany
|
Posted: Mon Feb 10, 2003 9:01 am Post subject: Xinerama prob: using an agp and a second pci card |
|
|
hi there,
the following problem occured to me. I have a matrox g400 agp card installed which works fine, whether I define the busid or not. and I have a ati mach64 pci card which works fine as well in single mode.
but when I try to use both together, the mach64 will blink and then x will fail.
on the mach monitor there will be the name of the card (ati) on a console then.
in my bios the primary vga port is selected for agp.
here's what "XFree86 -scanpci -verbose" tells me:
Code: |
(0:0:0) unknown chip (DeviceId 0x0305) from VIA
(0:1:0) unknown chip (DeviceId 0x8305) from VIA
(0:7:0) VIA card using a VIA VT 82C686 MVP4 ISA Bridge
(0:7:1) VIA VT 82C586 MVP3 IDE Bridge
(0:7:2) unknown card (0x0925/0x1234) using a VIA VT 82C586 MVP3 USB Controller
(0:7:3) unknown card (0x0925/0x1234) using a VIA VT 82C586 MVP3 USB Controller
(0:7:4) VIA VT 8501 MVP4 ACPI Bridge
(0:14:0) ATI Mach64 CT
(0:15:0) NCR 53c810
(0:18:0) Realtek Generic using a Realtek RTL8139 10/100 Ethernet
(0:19:0) unknown card (0x13f6/0x0111) using an unknown chipset(0x13f6)[D/0x0111)
(1:0:0) Matrox unknown card (0x0338) using Matrox MGA G400 AGP
|
my xconfig for both cards looks as followes:
Code: |
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
Section "Module"
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
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
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/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "de"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Logitech iFeel MouseMan optical"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "VideoSeven N110"
HorizSync 75-110
VertRefresh 40-150
EndSection
Section "Monitor"
Identifier "15er"
HorizSync 75
VertRefresh 50-80
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "ATI Mach64"
Driver "vga"
BusID "PCI:0:14:0"
EndSection
Section "Device"
Identifier "Matrox Millennium G400"
Driver "mga"
VideoRam 16384
BusID "PCI:1:0:0"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "Matrox Millennium G400"
Monitor "VideoSeven N110"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480" "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "640x480" "800x600" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen 2"
Device "ATI Mach64"
Monitor "15er"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1" 0 0
Screen "Screen 2" RightOf "Screen 1"
InputDevice "Logitech iFeel MouseMan optical" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
|
|
Back to top |
|
|
caefer Apprentice
Joined: 14 Jan 2003 Posts: 170 Location: Hamburg, Germany
|
Posted: Mon Feb 10, 2003 9:14 am Post subject: |
|
|
sorry, I forgot the error message. here's the XFree86.0.log:
Code: |
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: Linux 2.4.19-gentoo-r10 i686 [ELF]
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/XFree86.0.log", Time: Mon Feb 10 10:20:39 2003
(++) Using config file: "/etc/X11/XF86Config.multi"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "VideoSeven N110"
(**) | |-->Device "Matrox Millennium G400"
(**) |-->Screen "Screen 2" (1)
(**) | |-->Monitor "15er"
(**) | |-->Device "ATI Mach64"
(**) |-->Input Device "Logitech iFeel MouseMan optical"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "Xinerama" "true"
(**) Xinerama: enabled
(--) using VT number 7
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 1a class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,80,00 hdr 00
(II) PCI: 00:0e:0: chip 1002,4354 card 0000,0000 rev 09 class 03,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1000,0001 card 0000,0000 rev 12 class 01,00,00 hdr 00
(II) PCI: 00:12:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 102b,0525 card 102b,0338 rev 03 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xd6000000 - 0xd8ffffff (0x3000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI: (0:14:0) ATI Mach64 CT rev 9, Mem @ 0xd9000000/24
(--) PCI:*(1:0:0) Matrox MGA G400 AGP rev 3, Mem @ 0xd4000000/25, 0xd6000000/14, 0xd7000000/23
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[1] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[2] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[3] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[4] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[5] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[6] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[7] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[8] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[9] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[10] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[11] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) Inactive PCI resource ranges:
[0] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[1] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[2] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[3] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[4] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[5] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[6] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[7] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[8] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[9] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[10] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[11] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[6] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[7] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[8] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[9] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[10] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[11] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
[12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[18] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[19] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(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 FontCache
(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/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.1
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.1.10
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "mga"
(II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o
(II) Module mga: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.1.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "vga"
(II) Loading /usr/X11R6/lib/modules/drivers/vga_drv.o
(II) Module vga: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 4.0.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w,
mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400,
mgag550
(II) VGA: Generic VGA driver (version 4.0) for chipsets: generic
(II) Primary Device is: PCI 01:00:0
(--) Chipset mgag400 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[6] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[7] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[8] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[9] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[10] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[11] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
[12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[18] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[19] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
(WW) VGA: No matching Device section for instance (BusID PCI:1:0:0) found
(--) Chipset generic found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[6] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[7] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[8] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[9] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[10] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[11] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
[12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[16] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[17] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[18] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[19] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[6] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[7] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[8] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[9] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[10] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[11] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
[12] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] 1 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 1 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 1 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[21] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[22] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[23] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[24] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[25] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
[26] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[27] 0 0x000003c0 - 0x000003df (0x20) IS[B]
[28] 1 0x000003b0 - 0x000003bb (0xc) IS[B]
[29] 1 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(**) MGA(0): Depth 24, (--) framebuffer bpp 32
(==) MGA(0): RGB weight 888
(--) MGA(0): Chipset: "mgag400"
(==) MGA(0): Using AGP 1x mode
(--) MGA(0): Linear framebuffer at 0xD4000000
(--) MGA(0): MMIO registers at 0xD6000000
(--) MGA(0): Pseudo-DMA transfer window at 0xD7000000
(==) MGA(0): BIOS at 0xC0000
(--) MGA(0): Video BIOS info block at offset 0x07CE0
(WW) MGA(0): Video BIOS info block not detected!
(II) MGA(0): MGABios.RamdacType = 0x0
(**) MGA(0): VideoRAM: 16384 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
(WW) System lacks support for changing MTRRs
(II) MGA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(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: (nil)
(II) MGA(0): end of I2C Monitor info
(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(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): VideoSeven N110: Using hsync range of 75.00-110.00 kHz
(II) MGA(0): VideoSeven N110: Using vrefresh range of 40.00-150.00 Hz
(II) MGA(0): Clock range: 12.00 to 300.00 MHz
(II) MGA(0): Not using default mode "640x350" (hsync out of range)
(II) MGA(0): Not using default mode "320x175" (hsync out of range)
(II) MGA(0): Not using default mode "640x400" (hsync out of range)
(II) MGA(0): Not using default mode "320x200" (hsync out of range)
(II) MGA(0): Not using default mode "720x400" (hsync out of range)
(II) MGA(0): Not using default mode "360x200" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "320x240" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "800x600" (hsync out of range)
(II) MGA(0): Not using default mode "400x300" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1024x768" (hsync out of range)
(II) MGA(0): Not using default mode "512x384" (hsync out of range)
(II) MGA(0): Not using default mode "1152x864" (hsync out of range)
(II) MGA(0): Not using default mode "576x432" (hsync out of range)
(II) MGA(0): Not using default mode "1280x960" (hsync out of range)
(II) MGA(0): Not using default mode "640x480" (hsync out of range)
(II) MGA(0): Not using default mode "1280x1024" (hsync out of range)
(II) MGA(0): Not using default mode "640x512" (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)
(II) MGA(0): Not using default mode "832x624" (hsync out of range)
(II) MGA(0): Not using default mode "416x312" (hsync out of range)
(II) MGA(0): Not using default mode "1400x1050" (hsync out of range)
(II) MGA(0): Not using default mode "700x525" (hsync out of range)
(II) MGA(0): Not using default mode "1600x1024" (hsync out of range)
(II) MGA(0): Not using default mode "800x512" (hsync out of range)
(II) MGA(0): Not using mode "1024x768" (no mode of this name)
(--) MGA(0): Has SDRAM
(--) MGA(0): Virtual size is 1280x1024 (pitch 1280)
(**) MGA(0): Default mode "1280x1024": 157.5 MHz, 91.1 kHz, 85.0 Hz
(II) MGA(0): Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
(**) MGA(0): Default mode "640x480": 74.2 MHz, 85.9 kHz, 85.1 Hz (D)
(II) MGA(0): Modeline "640x480" 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync
(**) MGA(0): Default mode "800x600": 114.8 MHz, 106.2 kHz, 85.0 Hz (D)
(II) MGA(0): Modeline "800x600" 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync
(==) MGA(0): DPI set to (75, 75)
(II) MGA(0): YDstOrg is set to 0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: 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 "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) VGA(1): initializing int10
(II) Truncating PCI BIOS Length to 32768
(**) VGA(1): Depth 16, (--) framebuffer bpp 16
(==) VGA(1): RGB weight 565
(==) VGA(1): Default visual is TrueColor
(==) VGA(1): Using gamma correction (1.0, 1.0, 1.0)
(==) VGA(1): videoRam: 256 kBytes.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Reloading /usr/X11R6/lib/modules/libvgahw.a
(II) VGA(1): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(--) VGA(1): Pixel clocks available:
(--) VGA(1): pixel clocks: 24.980 28.322 10.260 10.260
(II) VGA(1): 15er: Using hsync value of 75.00 kHz
(II) VGA(1): 15er: Using vrefresh range of 50.00-80.00 Hz
(II) VGA(1): Not using default mode "640x350" (insufficient memory for mode)
(II) VGA(1): Not using default mode "320x175" (hsync out of range)
(II) VGA(1): Not using default mode "640x400" (insufficient memory for mode)
(II) VGA(1): Not using default mode "320x200" (hsync out of range)
(II) VGA(1): Not using default mode "720x400" (insufficient memory for mode)
(II) VGA(1): Not using default mode "360x200" (hsync out of range)
(II) VGA(1): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(1): Not using default mode "320x240" (hsync out of range)
(II) VGA(1): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(1): Not using default mode "320x240" (hsync out of range)
(II) VGA(1): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(1): Not using default mode "320x240" (hsync out of range)
(II) VGA(1): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(1): Not using default mode "320x240" (hsync out of range)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "400x300" (hsync out of range)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "400x300" (hsync out of range)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "400x300" (hsync out of range)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "400x300" (hsync out of range)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "400x300" (hsync out of range)
(II) VGA(1): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(1): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(1): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(1): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(1): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1024x768" (insufficient memory for mode)
(II) VGA(1): Not using default mode "512x384" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1152x864" (insufficient memory for mode)
(II) VGA(1): Not using default mode "576x432" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1280x960" (insufficient memory for mode)
(II) VGA(1): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1280x960" (insufficient memory for mode)
(II) VGA(1): Not using default mode "640x480" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1280x1024" (insufficient memory for mode)
(II) VGA(1): Not using default mode "640x512" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1280x1024" (insufficient memory for mode)
(II) VGA(1): Not using default mode "640x512" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1280x1024" (insufficient memory for mode)
(II) VGA(1): Not using default mode "640x512" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1600x1200" (insufficient memory for mode)
(II) VGA(1): Not using default mode "800x600" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) VGA(1): Not using default mode "896x672" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1792x1344" (insufficient memory for mode)
(II) VGA(1): Not using default mode "896x672" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) VGA(1): Not using default mode "928x696" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1856x1392" (insufficient memory for mode)
(II) VGA(1): Not using default mode "928x696" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) VGA(1): Not using default mode "960x720" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1920x1440" (insufficient memory for mode)
(II) VGA(1): Not using default mode "960x720" (insufficient memory for mode)
(II) VGA(1): Not using default mode "832x624" (insufficient memory for mode)
(II) VGA(1): Not using default mode "416x312" (hsync out of range)
(II) VGA(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) VGA(1): Not using default mode "700x525" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1400x1050" (insufficient memory for mode)
(II) VGA(1): Not using default mode "700x525" (insufficient memory for mode)
(II) VGA(1): Not using default mode "1600x1024" (insufficient memory for mode)
(II) VGA(1): Not using default mode "800x512" (insufficient memory for mode)
(WW) VGA(1): Mode pool is empty
(==) VGA(1): Virtual size is 320x200 (pitch 320)
(**) VGA(1): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
(II) VGA(1): Modeline "Generic 320x200 default mode" 12.59 320 336 384 400 200 206 207 224 vscan 2 -hsync +vsync
(==) VGA(1): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Reloading /usr/X11R6/lib/modules/libfb.a
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? Yes, I do.
(II) LoadModule: "rac"
(II) Loading /usr/X11R6/lib/modules/librac.a
(II) Module rac: vendor="The XFree86 Project"
compiled for 4.2.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after preInit:
[0] 1 0xd9000000 - 0xd9ffffff (0x1000000) MS[B]
[1] 0 0xd7000000 - 0xd77fffff (0x800000) MX[B]
[2] 0 0xd6000000 - 0xd6003fff (0x4000) MX[B]
[3] 0 0xd4000000 - 0xd5ffffff (0x2000000) MX[B]
[4] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[5] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[6] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[7] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[8] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[9] -1 0xdb001000 - 0xdb0010ff (0x100) MX[B]
[10] -1 0xdb000000 - 0xdb0000ff (0x100) MX[B]
[11] -1 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
[12] -1 0xd7000000 - 0xd77fffff (0x800000) MX[B](B)
[13] -1 0xd6000000 - 0xd6003fff (0x4000) MX[B](B)
[14] -1 0xd4000000 - 0xd5ffffff (0x2000000) MX[B](B)
[15] -1 0xd9000000 - 0xd9ffffff (0x1000000) MX[B](B)
[16] 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] 1 0x000a0000 - 0x000affff (0x10000) MS[B]
[20] 1 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[21] 1 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[22] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[25] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[26] -1 0x0000d800 - 0x0000d8ff (0x100) IX[B]
[27] -1 0x0000c800 - 0x0000c81f (0x20) IX[B]
[28] -1 0x0000c400 - 0x0000c41f (0x20) IX[B]
[29] -1 0x0000c000 - 0x0000c00f (0x10) IX[B]
[30] 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[31] 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
[32] 1 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 1 0x000003c0 - 0x000003df (0x20) IS[B]
(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): 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 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
(II) MGA(0): Using overlay video
(==) MGA(0): Direct rendering disabled
Fatal server error:
AddScreen/ScreenInit failed for driver 1
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
|
/christian |
|
Back to top |
|
|
cram Guru
Joined: 17 Nov 2002 Posts: 312 Location: Saskatoon, Canada
|
Posted: Mon Feb 10, 2003 8:58 pm Post subject: |
|
|
XF86 doesn't support different color depths, try setting both to 16. _________________ aaarggghhhh.
Good point Chewie. |
|
Back to top |
|
|
caefer Apprentice
Joined: 14 Jan 2003 Posts: 170 Location: Hamburg, Germany
|
Posted: Tue Feb 11, 2003 9:27 am Post subject: |
|
|
hmm.. maybe that ONE of the reasons. But I tried it and it did not change anything...
/christian |
|
Back to top |
|
|
0ctane Tux's lil' helper
Joined: 21 Jun 2003 Posts: 115 Location: Cincinnati, OH
|
Posted: Sun Jun 29, 2003 3:02 am Post subject: |
|
|
It is typically suggested to have your pci video card as primary in the bios. That being said, I have a similar situation and problem. I have a AGP radeon 9000 pro and PCI Radeon 7500 (primary in bios). I am using xfree-drm due to direct rendering issues with the radeons. I have also emerged the ati-drivers. The 7500 is using the radeon driver, the 9000 is using the fglrx driver. In my dual monitor setup, whichever card is attached to "Screen0" will display while the other monitor is dark. Here is my XF86config file followed by the error message I get in the logs:
Code: | Section "dri"
Mode 0666
EndSection
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" # libglx.a
Load "dri" # libdri.a
EndSection
Section "Files"
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 "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mouse0"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.4
VertRefresh 60 - 75
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 31.5 - 48.4
VertRefresh 60 - 75
Option "DPMS"
EndSection
Section "Device"
Identifier "Radeon 7500"
Driver "radeon"
BusID "PCI:0:15:0"
Screen 0
EndSection
Section "Device"
Identifier "Radeon 9000"
Driver "fglrx"
# BusID "PCI:1:0:0"
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "yes"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Misc Options ===
# Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=496e
Screen 1
EndSection
Section "Screen"
Identifier "Screen1"
Device "Radeon 9000"
Monitor "Monitor1"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon 7500"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Server Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
Option "Xinerama" "on"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection |
error message: Code: | (II) RADEON(0): pEnt->device->identifier=0x00000150
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "fglrx"
|
Ideas? The only thing I can think of is that the 7500 and 9000 card drivers are listed as being AGP: Code: | ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
|
|
|
Back to top |
|
|
qubex Tux's lil' helper
Joined: 06 Mar 2003 Posts: 133 Location: Portland
|
Posted: Sun Jun 29, 2003 7:54 am Post subject: |
|
|
I had a similiar setup, and my problem was that I was not declaring the proper bus ID. It looks like you've already taken a look at that and put that in there.
First of all, take a look at the Xfree log - there are two lines that stand out.
Code: |
(WW) VGA: No matching Device section for instance (BusID PCI:1:0:0) found
(WW) MGA(0): Video BIOS info block not detected!
|
Is video bios caching enabled in your BIOS? It should be, especially in instances like this..
Your 15" monitor cannot use any of the modes you've defined for it - these lines hint me to that:
Code: |
(WW) VGA(1): Mode pool is empty
(==) VGA(1): Virtual size is 320x200 (pitch 320)
(**) VGA(1): Built-in mode "Generic 320x200 default mode": 12.6 MHz (scaled from 25.2 MHz), 31.5 kHz, 70.2 Hz (VScan)
|
Try finding your monitor online and setting some custom modelines. This should not be necessary, but in instances like this it doesn't hurt.
In the bios the primary card should be your primary display, i.e. the one with the bigger bios, in this case the AGP card. This may not always hold true, but I've always had to do it this way.
The XFree86 -scanpci also has interesting results. Do you have the right chipset drivers compiled into your kernel? What about AGP - is that compiled in as well?
This is the main reason I think it failed - it is trying to assign both AGP and PCI the same resources (which leads me to believe that the kernel thinks they are both PCI.. Odd. It is also only putting your card into 1X mode, which unless this card is ancient, should not happen.)
Code: |
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
|
I am no expert on this, but DEFINITELY cache the video bios, and double check to make sure you have the correct AGP chipset driver compiled into your kernel! Let me know if this works - I have other ideas for you to try..
M _________________ Yes. |
|
Back to top |
|
|
|
|
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
|
|