View previous topic :: View next topic |
Author |
Message |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Tue Mar 01, 2005 5:51 pm Post subject: xorg and secondary graphics adapter - system crash |
|
|
Hi,
Hopefully someone can help me with the following problem:
I'm trying to run Xorg with multiple graphics adapters. When I set my AGP card as primary in the bios, and run X accordingly, all is fine. When I set my PCI card as the primary in the bios, and run X accordingly, all is fine. But when I try to access a secondary card from X the whole system crashes. Everything works fine onder XP, so the combo should be possible. I have the following configuration:
AGP:
0000:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
PCI:
0000:00:0a.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
Under Windows XP:
NVIDIA:
MEM RANGE
FC000000-FCFFFFFF
A0000000-A7FFFFFF
000A0000-000BFFFF
IRQ
16
IO RANGE
03B0-03BB
03C0-03DF
ATI:
MEM RANGE
F0000000-F7FFFFFF
FFEF0000-FFEFFFFF
IO RANGE
FE00-FEFF
IRQ
16
Under Gentoo:
In kernel 2.6.9-gentoo-r3:
(*) /dev/agpart
(M) VIA Chipset support (in my case for ASUS A7V880 board)
[ ] Direct Rendering Manager
drivers:
nvidia-glx-1.0.6629-r1
Xorg 6.7.0-r3 (which I can't seem to update anymore, because of blocked packages)
[blocks B ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1.1-r1)
[ebuild U ] x11-base/opengl-update-2.1.1-r1 [1.8.1-r1]
[ebuild U ] media-video/nvidia-glx-1.0.6629-r5 [1.0.6629-r1]
now trying emerge -C on opengl-update
(lspci -v)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1) (prog-if 00 [VGA])
Subsystem: Micro-Star International Co., Ltd.: Unknown device 9366
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11
Memory at fc000000 (32-bit, non-prefetchable) [size=fd800000]
Memory at a0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at 00020000 [disabled]
Capabilities: [60] Power Management version 2
Capabilities: [44] AGP version 3.0
0000:00:0a.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] (prog-if 00 [VGA])
Subsystem: PC Partner Limited: Unknown device 7c02
Flags: stepping, medium devsel, IRQ 11
Memory at 20000000 (32-bit, prefetchable) [disabled]
I/O ports at <unassigned> [disabled]
Memory at 28000000 (32-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: [50] Power Management version 2
(scanpci -v)
pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x1002 device 0x5159
ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
CardVendor 0x174b card 0x7c02 (PC Partner Limited, Card unknown)
STATUS 0x0290 COMMAND 0x0080
CLASS 0x03 0x00 0x00 REVISION 0x00
BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x00
BASE0 0x20000008 addr 0x20000000 MEM PREFETCHABLE
BASE1 0x00000001 addr 0x00000000 I/O
BASE2 0x28000000 addr 0x28000000 MEM
MAX_LAT 0x00 MIN_GNT 0x08 INT_PIN 0x01 INT_LINE 0x00
pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x10de device 0x0326
nVidia Corporation Device unknown
CardVendor 0x1462 card 0x9366 (Card unknown)
STATUS 0x02b0 COMMAND 0x0007
CLASS 0x03 0x00 0x00 REVISION 0xa1
BIST 0x00 HEADER 0x00 LATENCY 0x40 CACHE 0x00
BASE0 0xfc000000 addr 0xfc000000 MEM
BASE1 0xa0000008 addr 0xa0000000 MEM PREFETCHABLE
BASEROM 0xfd800000 addr 0xfd800000 not-decode-enabled
MAX_LAT 0x01 MIN_GNT 0x05 INT_PIN 0x01 INT_LINE 0x0b
BYTE_0 0x62 BYTE_1 0x14 BYTE_2 0x66 BYTE_3 0x93
piece of xorg.conf
Section "Monitor"
Identifier "LG Flatron 775FT"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Monitor"
Identifier "IBM 14R28"
HorizSync 31-38
VertRefresh 60
EndSection
Section "Monitor"
Identifier "Philips TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "NVIDIA GeForce FX5500-T128 - CRT0"
Driver "nvidia"
BusID "AGP:01:00:00"
Screen 0
EndSection
Section "Device"
Identifier "NVIDIA GeForce FX5500-T128 - TV-OUT"
Driver "nvidia"
BusID "PCI:01:00:00"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "COMPOSITE"
EndSection
Section "Device"
Identifier "ATI Radeon 7000/VE"
Driver "ati"
BusID "PCI:00:10:00"
EndSection
Section "Screen"
Identifier "Screen00"
Device "NVIDIA GeForce FX5500-T128 - CRT0"
Monitor "LG Flatron 775FT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
# Option "passwordFile" "/root/.vnc/passwd"
EndSection
Section "Screen"
Identifier "Screen01"
Device "ATI Radeon 7000/VE"
Monitor "IBM 14R28"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen02"
Device "NVIDIA GeForce FX5500-T128 - TV-OUT"
Monitor "Philips TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "MultiHead"
# Screen 0 "Screen00" 0 0
# Screen 1 "Screen02" RightOf "Screen00"
Screen "Screen02"
InputDevice "Mouse00" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Thanks,
Dyneuron |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Mar 01, 2005 6:17 pm Post subject: |
|
|
What does the xorg.log show after the crash ?
Where does Xinerama come in ? _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Tue Mar 01, 2005 7:08 pm Post subject: |
|
|
First updated the BIOS
I'm now updating to Xorg 6.8.2, I'll come back to you with the required xorg log.
I was not looking at Xinerama yet, but wanted to run two different screens first, to see if they'd work together, possibly in a twinview configuration.
What you see in the xorg.conf is NVidia twinview. Should work just as is. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Mar 01, 2005 7:45 pm Post subject: |
|
|
Quote: | I'll come back to you with the required xorg log |
Why ? You already have more than one with the crash in it.
When you get it working I don't really need to see the log... _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Tue Mar 01, 2005 11:07 pm Post subject: |
|
|
ok... started with the TwinView iso screen02 from a putty connection
I see I have the option Xinerama "on" in my serverflags... apperently did this trying to get things to work... but the problem remains. Without this option, same problem...
removed the options.
my ssh terminal says:
(WW) ****INVALID MEM ALLOCATION**** b: 0x20000000 e: 0x27ffffff correcting
(WW) ****INVALID IO ALLOCATION**** b: 0xffffff00 e: 0xffffffff correcting
(WW) ****INVALID MEM ALLOCATION**** b: 0x28000000 e: 0x2800ffff correcting
no Xorg.log is written... can't seem to reproduce the earlier error... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Mar 01, 2005 11:28 pm Post subject: |
|
|
There is always an xorg.log - if not in /var/log then in your home dir. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Mon Mar 14, 2005 8:36 pm Post subject: still no Xorg.log |
|
|
sorry for the delay... working as a programmer 4 days a week
The system still crashes while accessing the secondary graphics adapter and no Xorg.log is written. Probably a hard-drive cache thingy... know how to turn of the cache without danger???
hdparm --help gives:
-W set drive write-caching flag (0/1) (DANGEROUS)
Dyneuron |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Mon Mar 14, 2005 11:26 pm Post subject: |
|
|
No, certainly not a hard drive cache thing - do you use metalog ?
Anyway, what do you mean, no log ?
It may be in /var/log/Xorg.0.log, or ~/xorg.0.log, or else find it:
Code: | find / -iname xorg |grep log |
There's always a log. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Tue Mar 15, 2005 8:28 pm Post subject: |
|
|
ok.... got one...
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-gentoo-r2 i686 [ELF]
Current Operating System: Linux metacode 2.6.10-gentoo-r2 #1 Fri Mar 11 19:13:47 CET 2005 i686
Build Date: 14 March 2005
Before reporting problems, check http://wiki.X.Org
to 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: Tue Mar 15 21:17:29 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "MultiHead"
(**) |-->Screen "Screen00" (0)
(**) | |-->Monitor "LG Flatron 775FT"
(**) | |-->Device "NVIDIA GeForce FX5500-T128 - CRT0"
(**) |-->Screen "Screen01" (1)
(**) | |-->Monitor "IBM 14R28"
(**) | |-->Device "ATI Radeon 7000/VE"
(**) |-->Screen "Screen02" (2)
(**) | |-->Monitor "Philips TV"
(**) | |-->Device "NVIDIA GeForce FX5500-T128 - TV-OUT"
(**) |-->Input Device "Mouse00"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0269 card 1043,8122 rev 80 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1269 card 1043,8122 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2269 card 1043,8122 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3269 card 1043,8122 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4269 card 1043,8122 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:7: chip 1106,7269 card 1043,8122 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1002,5159 card 174b,7c02 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:0c:0: chip 1103,0006 card 1103,0001 rev 01 class 01,04,00 hdr 00
(II) PCI: 00:0d:0: chip 1274,5880 card 1274,8001 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1106,3104 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:13:0: chip 10b7,9200 card 10b7,1000 rev 78 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0326 card 1462,9366 rev a1 class 03,00,00 hdr 00
(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) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:0:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:0:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:0:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:0:4), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:0:7), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 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 0xfb700000 - 0xfd8fffff (0x2200000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0x9ff00000 - 0xafefffff (0x10000000) 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) ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] rev 0, Mem @ 0x20000000/27, 0x28000000/16
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0326) rev 161, Mem @ 0xfc000000/24, 0xa0000000/27, BIOS @ 0xfd800000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[1] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[2] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[3] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[4] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[5] -1 0 0xfd800000 - 0xfd81ffff (0x20000) MX[B](B)
[6] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B](B)
[7] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[8] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[9] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[10] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[11] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[12] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[13] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[14] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[15] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[16] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[17] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[18] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[19] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[20] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[21] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[22] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[23] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[24] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[25] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[26] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
(II) Inactive PCI resource ranges:
[0] -1 0 0x28000000 - 0x2800ffff (0x10000) MX[B](B)
[1] -1 0 0x20000000 - 0x27ffffff (0x8000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[1] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[2] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[3] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[4] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[5] -1 0 0xfd800000 - 0xfd81ffff (0x20000) MX[B](B)
[6] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B](B)
[7] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[8] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[9] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[10] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[11] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[12] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[13] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[14] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[15] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[16] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[17] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[18] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[19] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[20] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[21] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[22] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[23] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[24] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[25] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[26] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0x28000000 - 0x2800ffff (0x10000) MX[B](B)
[1] -1 0 0x20000000 - 0x27ffffff (0x8000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[6] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[7] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[8] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xfd800000 - 0xfd81ffff (0x20000) MX[B](B)
[11] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[13] -1 0 0x28000000 - 0x2800ffff (0x10000) MX[B](B)
[14] -1 0 0x20000000 - 0x27ffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[18] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[19] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[20] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[21] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[24] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[25] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[26] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[27] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[28] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[29] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[30] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[31] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[32] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[33] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[34] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[35] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Video Driver
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 6.5.6
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-6629 Wed Nov 3 13:14:07 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) ATI: ATI driver (version 6.5.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?),
ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?),
ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?),
ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?),
ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?),
ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?),
ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP),
ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP),
ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
ATI Rage 128 Pro ULTRA TU (AGP?)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330/340/350 (A4) 4137,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP),
ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9200PRO 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP),
ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
ATI FireGL RV360 AV (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP),
ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
ATI Radeon 9800XT NJ (AGP), ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE),
ATI Radeon Mobility X600 (M24) 3150 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireGL D1100 (RV370) 5B65 (PCIE),
ATI Radeon Mobility M300 (M22) 5460 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI FireGL V7200 (R423) UQ (PCIE), ATI FireGL V5100 (R423) UR (PCIE),
ATI FireGL V7100 (R423) UT (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE)
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA: More than one matching Device section for instances
(BusID: PCI:01:00:00) found: NVIDIA GeForce FX5500-T128 - TV-OUT
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[6] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[7] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[8] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xfd800000 - 0xfd81ffff (0x20000) MX[B](B)
[11] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[13] -1 0 0x28000000 - 0x2800ffff (0x10000) MX[B](B)
[14] -1 0 0x20000000 - 0x27ffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[18] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[19] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[20] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[21] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[24] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[25] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[26] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[27] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[28] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[29] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[30] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[31] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[32] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[33] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[34] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[35] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
(II) ATI: Candidate "Device" section "ATI Radeon 7000/VE".
(--) Chipset ATI Radeon VE/7000 QY (AGP/PCI) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[6] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[7] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[8] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xfd800000 - 0xfd81ffff (0x20000) MX[B](B)
[11] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B](B)
[12] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[13] -1 0 0x28000000 - 0x2800ffff (0x10000) MX[B](B)
[14] -1 0 0x20000000 - 0x27ffffff (0x8000000) MX[B](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[18] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[19] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[20] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[21] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[24] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[25] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[26] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[27] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[28] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[29] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[30] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[31] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[32] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[33] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[34] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[35] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 4.0.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(WW) ****INVALID MEM ALLOCATION**** b: 0x20000000 e: 0x27ffffff correcting
(II) NonSys
[0] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B]
[1] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
[2] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[3] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[4] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[5] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[6] -1 0 0xe0000000 - 0xe0000000 (0x1) MX[B]
[7] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[8] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[13] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[14] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[15] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[16] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[19] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[20] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[21] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[22] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[23] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[24] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[25] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[26] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[27] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[28] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[29] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[30] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[32] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) window:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) resSize:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) window fixed:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(WW) ****INVALID IO ALLOCATION**** b: 0xffffff00 e: 0xffffffff correcting
(II) window:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) resSize:
[0] -1 0 0x00000000 - 0xffffffff (0x0) IX[B]
(II) window fixed:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(WW) ****INVALID MEM ALLOCATION**** b: 0x28000000 e: 0x2800ffff correcting
(II) NonSys
[0] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B]
[1] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B]
[2] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[3] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[4] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[5] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[6] -1 0 0xe0000000 - 0xe0000000 (0x1) MX[B]
[7] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[8] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[12] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[13] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[14] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[15] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[16] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[17] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[19] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[20] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[21] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[22] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[23] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[24] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[25] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[26] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[27] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[28] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[29] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[30] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[32] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) window:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) resSize:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) window fixed:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) resource ranges after probing:
[0] -1 0 0x48000000 - 0x4800ffff (0x10000) MX[B](B)
[1] -1 0 0x40000000 - 0x47ffffff (0x8000000) MX[B](B)
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xfe900000 - 0xfe90007f (0x80) MX[B]
[8] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[B]
[9] -1 0 0xfe500000 - 0xfe51ffff (0x20000) MX[B]
[10] -1 0 0xfeb00000 - 0xfeb03fff (0x4000) MX[B]
[11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[12] -1 0 0xfd800000 - 0xfd81ffff (0x20000) MX[B](B)
[13] -1 0 0xa0000000 - 0xa7ffffff (0x8000000) MX[B](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
[22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[24] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[25] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[B]
[26] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[B]
[27] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[B]
[28] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[B]
[29] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[30] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[31] -1 0 0x0000ef90 - 0x0000ef9f (0x10) IX[B]
[32] -1 0 0x0000efe0 - 0x0000efe3 (0x4) IX[B]
[33] -1 0 0x0000efa8 - 0x0000efaf (0x8) IX[B]
[34] -1 0 0x0000efe4 - 0x0000efe7 (0x4) IX[B]
[35] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
[36] -1 0 0x0000ee80 - 0x0000eebf (0x40) IX[B]
[37] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B]
[38] -1 0 0x0000ef88 - 0x0000ef8b (0x4) IX[B]
[39] -1 0 0x0000ef80 - 0x0000ef87 (0x8) IX[B]
[40] -1 0 0x0000ef8c - 0x0000ef8f (0x4) IX[B]
[41] -1 0 0x0000efa0 - 0x0000efa7 (0x8) IX[B]
[42] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]
[43] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[44] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
[45] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[46] 1 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Setting vga for screen 1.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xA0000000
(--) NVIDIA(0): MMIO registers at 0xFC000000 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MaDDeePee Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2498918174231e57e13cd5.gif)
Joined: 18 Aug 2004 Posts: 393 Location: Germany
|
Posted: Tue Mar 15, 2005 9:57 pm Post subject: |
|
|
A more previous post containing the crash-logs would be helpfull! ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Fri Mar 18, 2005 8:06 am Post subject: |
|
|
These are the crash-logs.... the system crashes and ocasionally dumps a Xorg.0.log... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
adaptr Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/17218567054377b9b6104ea.jpg)
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Fri Mar 18, 2005 6:46 pm Post subject: |
|
|
Definitely not - the Xorg.log is created as soon as X is started; it will stop logging when it crashes... _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dyneuron n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Oct 2004 Posts: 16
|
Posted: Fri Mar 18, 2005 10:28 pm Post subject: |
|
|
hmm.... the crash has spontaneously disappeared.. the tv-out now works in combination with the LG, but still the ATI gives a black screen with the following error:
(WW) RADEON: No matching Device section for instance (BusID PCI:0:10:0) found ... just wondering (lspci gives 0:0A:0) if I'm correct this goes into the xorg.conf in decimal, replacing it by hex gives the same error....
(EE) Screen 1 deleted because of no matching config section.
I use separate Screens for all displays, no xinerama, no twinview... hope this possible..
further the nvidia readme says in APPENDIX N: known issues
o Multicard, Multimonitor
In some cases, the secondary card is not initialized correctly
by the NVIDIA kernel module. You can work around this by enabling
the XFree86 Int10 module to soft-boot all secondary cards. See
"APPENDIX D: X CONFIG OPTIONS" for details.
I now have the following Xorg.conf:
Section "Files"
RgbPath "/usr/lib/X11/rgb"
fontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse00"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "LG Flatron 775FT"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Monitor"
Identifier "IBM 14R28"
HorizSync 31-38
VertRefresh 60
EndSection
Section "Monitor"
Identifier "Philips TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
Identifier "NVIDIA GeForce FX5500-T128 - CRT0"
Driver "nvidia"
BusID "AGP:01:00:00"
Screen 0
EndSection
Section "Device"
Identifier "ATI Radeon 7000/VE"
Driver "ati"
BusID "PCI:00:10:00"
Screen 1
EndSection
Section "Device"
Identifier "NVIDIA GeForce FX5500-T128 - TV-OUT"
Driver "nvidia"
BusID "AGP:01:00:00"
Screen 2
EndSection
Section "Screen"
Identifier "Screen00"
Device "NVIDIA GeForce FX5500-T128 - CRT0"
Monitor "LG Flatron 775FT"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen01"
Device "ATI Radeon 7000/VE"
Monitor "IBM 14R28"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen02"
Device "NVIDIA GeForce FX5500-T128 - TV-OUT"
Monitor "Philips TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "COMPOSITE"
EndSection
Section "ServerLayout"
Identifier "MultiHead"
Screen 0 "Screen00"
Screen 1 "Screen01" RightOf "Screen00"
Screen 2 "Screen02" RightOf "Screen01"
InputDevice "Mouse00" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|