You are not logged in.
Pages: 1
I need a monitor that keeps a log of hardware events, I'm getting random complete hard locks while playing games and I can't figure out what piece of hardware is at fault.
The hard locks are the type where you just repower the system because it's essentially locked and unuseable.
Any suggestions would be appreciated
Offline
I'd say its CPU, GPU or chipset. mprime is a good stress tool to check cpu/chipset/memory stability.
If mrime runs fine, then it's propably gpu...
Offline
People have also been having trouble with 2.6.24 kernel. It might also be a reason why you get lockups.
Offline
How long has the 2.6.24 kernel been out?
Trying to decipher if it could be if it's been out for ~ a year or so now
Because if it is kernel related, I'll just try the .25 kernel that's being tested currently
Offline
I need a monitor that keeps a log of hardware events, I'm getting random complete hard locks while playing games and I can't figure out what piece of hardware is at fault.
The hard locks are the type where you just repower the system because it's essentially locked and unuseable.
Any suggestions would be appreciated
Which games are you playing to ?
Which is your harwdare configuration, in particular which graphic card do you use and which kernel/xorg drivers do you use for this card ?
I really doubt it is a Kernel issue ...
Offline
It only happens while playing WoW
Wine is up to date (9.60)
I'm running a P4 3.0, 2gb RAM
Nvidia GeForce 7800 GS (AGP) 256
running the latest available xorg, kernel and nvidia drivers from the stable repos
It started back when I was on UBUNTU, switched to Arch, but it has become an issue lately with 3+ locks a night (bad for raiding)
I have two options currently I'm considering, one, try the newer Kernel and the Beta nvidia drivers or, two, pop in an older video card I have. Rather not have to use option two if possible, prior to Linux, in Windows this didn't happen so I'm not sure if it's hardware related at all, since I've only been using Linux for just over a year
Offline
So you are running WoW with Wine and Nvidia's drivers. This puts you in a perfect situation to have bugs and bad user experience.
I guess you know what Wine is, and especially that despite all their efforts they do not make MS Windows softwares 100% working on Linux.
Also Nvidia's proprietary drivers are quiet good ... but closed. This make it impossible for the community to fix bugs when they come, and God knows Nvidia's drivers are not perfect !
I really doubt your problems comes from Kernel 2.6.24 ...
They more likely come from Nvidia's driver or Wine.
The next time you have a freeze please post the content from xorg log files (in /var/log directory) and from the kernel (using dmesg command for example, or the related log file in /var/log)
I had a look here : http://appdb.winehq.org/objectManager.p … &iId=11329
It seems WoW is correctly working with Wine. Unfortunatly Arch's Wine version is a bit old. I suggest you compile a new Wine version with ABS (changing the version number in the PKGBUILD should be enought) and try with this version.
You might also try the beta Nvidia drivers after that. Your Xorg.log files should tell us if the problem comes from Nvidia ...
EDIT : I just realized you are already using the last Wine version ... so the problem is certainly due to Nvidia.
Last edited by chicha (2008-04-30 16:28:34)
Offline
Weird I see no errors in the xorg file other than the usual can't find Type1
My kernel logs are all empty
I suppose I'll try the Beta drivers, but do you really think the drivers can cause the lockup? Can't really do anything but power the system down and back up when it happens
I can post up any other information, I'm just at the point where I really need to figure it out once and for all
Offline
I really understand what you are experiencing and I am sorry about that.
I am not 100% sure it comes from Nvidia drivers, but in your situation I have some serious believes.
Can you please post here inside [ code ][ /code ] beacons, or somewhere on the net, the content of the files /var/log/kernel.org, /var/log/Xorg.0.log and /var/log/Xorg.0.log ?
Is this problem new or this is something you have always experienced since you use WoW with Wine + Nvidia ?
Also are you using some 3D applications successfully, such Compiz or even Google earth (which uses Wine btw) ?
What results does the command glxgears returns ?
Offline
Here we go,
It only happens in WoW but WoW is the only thing Windows I still use
GlxGears:
[z0phi3l@z0phi3l ~]$ glxgears
32372 frames in 5.0 seconds = 6474.251 FPS
32592 frames in 5.0 seconds = 6518.313 FPS
32307 frames in 5.0 seconds = 6461.333 FPS
32644 frames in 5.0 seconds = 6528.689 FPS
32697 frames in 5.0 seconds = 6539.278 FPS
32172 frames in 5.0 seconds = 6434.283 FPS
XIO: fatal IO error 22 (Invalid argument) on X server ":0.0"
after 36 requests (36 known processed) with 0 events remaining.
Offline
Can't seem to be able to paste in the contents of kernel logs so here's a link to em (using my own bandwidth )
z0phi3l.us/docs/kernellog.txt
z0phi3l.us/docs/kernellog0.txt
Compiz works fine, might be driver related because I had no problems in Windows and it starts over time, and I maintain my system as up to date as possible using all stable updates off Pacman
Last edited by z0phi3l (2008-04-30 19:29:46)
Offline
Ok, I am not a kernel expert but I do not see anything unusual in your kernel log.
At what date/time did you have freezes (the log are big to scroll )
Can you post your your Xorg.conf and Xorg.log files, please ?
Also this is maybe a clue :
XIO: fatal IO error 22 (Invalid argument) on X server ":0.0"
after 36 requests (36 known processed) with 0 events remaining.
Did you look for that error on the net ?
Offline
Last crash was ~12 -1 am last night
xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri"
Load "extmod"
Load "glx"
Load "dbe"
Load "xtrap"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G70 [GeForce 7800 GS]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
xorg0.log
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-ARCH i686
Current Operating System: Linux z0phi3l 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
Build Date: 23 March 2008 11:53:09AM
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: Wed Apr 30 00:03:03 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81d77c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
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.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2578 card 1028,0172 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2579 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 8086,257e card 0000,0000 rev 02 class 08,80,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24d2 card 1028,0172 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1028,0172 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1028,0172 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1028,0172 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1028,0172 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1028,0172 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1028,0172 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1028,0172 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,00f5 card 1682,2201 rev a2 class 03,00,00 hdr 00
(II) PCI: 02:02:0: chip 1102,0004 card 1102,1003 rev 04 class 04,01,00 hdr 80
(II) PCI: 02:02:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
(II) PCI: 02:0c:0: chip 8086,100e card 1028,0172 rev 02 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfeafffff (0x2b00000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[b]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfbf00000 - 0xfbffffff (0x100000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation G70 [GeForce 7800 GS] rev 162, Mem @ 0xfc000000/24, 0xe0000000/28, 0xfd000000/24, BIOS @ 0xfea00000/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 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[b]
[1] -1 0 0xfbfdc000 - 0xfbfdffff (0x4000) MX[b]
[2] -1 0 0xfbfdb800 - 0xfbfdbfff (0x800) MX[b]
[3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[b]
[4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[b]
[5] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[b]
[6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[7] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[b](B)
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
[11] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[b]
[12] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[b]
[13] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[b]
[14] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[b]
[15] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[b]
[16] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[b]
[17] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[b]
[18] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
[19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
[20] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[21] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[24] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[b]
[25] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[b]
[26] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[b]
[27] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[b]
[1] -1 0 0xfbfdc000 - 0xfbfdffff (0x4000) MX[b]
[2] -1 0 0xfbfdb800 - 0xfbfdbfff (0x800) MX[b]
[3] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[b]
[4] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[b]
[5] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[b]
[6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[7] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[b](B)
[8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
[11] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[b]
[12] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[b]
[13] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[b]
[14] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[b]
[15] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[b]
[16] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[b]
[17] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[b]
[18] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
[19] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
[20] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[21] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[22] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[24] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[b]
[25] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[b]
[26] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[b]
[27] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[b]
[5] -1 0 0xfbfdc000 - 0xfbfdffff (0x4000) MX[b]
[6] -1 0 0xfbfdb800 - 0xfbfdbfff (0x800) MX[b]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[b]
[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[b]
[9] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[b]
[10] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[11] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[b](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[b]
[18] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[b]
[19] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[b]
[20] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[b]
[21] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[b]
[22] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[b]
[23] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[b]
[24] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
[25] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
[26] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[27] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[30] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[b]
[31] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[b]
[32] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[b]
[33] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.0.90, 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 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/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module 169.12 Thu Feb 14 18:45:56 PST 2008
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.0.90, 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: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.4.0.90, 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.4.0.90, 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: "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.4.0.90, 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: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.2.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver 169.12 Thu Feb 14 17:55:38 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(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.4.0.90, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[b]
[5] -1 0 0xfbfdc000 - 0xfbfdffff (0x4000) MX[b]
[6] -1 0 0xfbfdb800 - 0xfbfdbfff (0x800) MX[b]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[b]
[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[b]
[9] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[b]
[10] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[11] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[b](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
[14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[b]
[18] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[b]
[19] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[b]
[20] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[b]
[21] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[b]
[22] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[b]
[23] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[b]
[24] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
[25] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
[26] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[27] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[30] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[b]
[31] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[b]
[32] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[b]
[33] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[b]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[b]
[5] -1 0 0xfbfdc000 - 0xfbfdffff (0x4000) MX[b]
[6] -1 0 0xfbfdb800 - 0xfbfdbfff (0x800) MX[b]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[b]
[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[b]
[9] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[b]
[10] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[11] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[b](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) 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 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[20] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[b]
[21] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[b]
[22] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[b]
[23] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[b]
[24] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[b]
[25] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[b]
[26] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[b]
[27] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
[28] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
[29] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[30] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[33] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[b]
[34] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[b]
[35] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[b]
[36] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[b]
[37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(==) 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): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 7800 GS (G70) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.70.02.33.05
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7800 GS at PCI:1:0:0:
(--) NVIDIA(0): BenQ FP202W (DFP-0)
(--) NVIDIA(0): BenQ FP202W (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): BenQ FP202W (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(==) NVIDIA(0):
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0): will be used as the requested mode.
(==) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(0): DPI set to (99, 98); computed from "UseEdidDpi" X config
(--) NVIDIA(0): option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xfbfe0000 - 0xfbffffff (0x20000) MX[b]
[5] -1 0 0xfbfdc000 - 0xfbfdffff (0x4000) MX[b]
[6] -1 0 0xfbfdb800 - 0xfbfdbfff (0x800) MX[b]
[7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[b]
[8] -1 0 0xffa80800 - 0xffa80bff (0x400) MX[b]
[9] -1 0 0xfecf0000 - 0xfecf0fff (0x1000) MX[b]
[10] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[11] -1 0 0xfea00000 - 0xfea1ffff (0x20000) MX[b](B)
[12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
[13] -1 0 0xe0000000 - 0xefffffff (0x10000000) 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 0x0000ffff - 0x0000ffff (0x1) IX[b]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[20] -1 0 0x0000df40 - 0x0000df7f (0x40) IX[b]
[21] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[b]
[22] -1 0 0x0000efe0 - 0x0000efff (0x20) IX[b]
[23] -1 0 0x0000fea0 - 0x0000feaf (0x10) IX[b]
[24] -1 0 0x0000fe30 - 0x0000fe33 (0x4) IX[b]
[25] -1 0 0x0000fe20 - 0x0000fe27 (0x8) IX[b]
[26] -1 0 0x0000fe10 - 0x0000fe13 (0x4) IX[b]
[27] -1 0 0x0000fe00 - 0x0000fe07 (0x8) IX[b]
[28] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
[29] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[30] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
[31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
[33] -1 0 0x0000ff20 - 0x0000ff3f (0x20) IX[b]
[34] -1 0 0x0000ff40 - 0x0000ff5f (0x20) IX[b]
[35] -1 0 0x0000ff60 - 0x0000ff7f (0x20) IX[b]
[36] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[b]
[37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
(II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option
(II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
(II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI
(II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and
(II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0): Config Options in the README.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Setting vga for screen 0.
(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
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
AUDIT: Wed Apr 30 15:15:30 2008: 4016 X: client 28 rejected from local host (uid 0)
Offline
Didn't find anything of interest about the xio fatal error 22, other than it happens alot when stopping glxgears with ctr+c, seems to be a libgl problem
Offline
Unfortunatly I do not have anymore ideas ! I am sorry
You may try with beta nvidia driver or beta wine or new kernel in testing ... maybe you will have some luck there !
Offline
Anyone else have any insight?
Offline
Not helpful but i tried WoW in ubuntu a year ago and had a similar problem with lockups (don't remember if i had to hard reset or not), I just chalked it up to WoW not being ready for linux quite yet (or vice versa lol)
Offline
deleted
Last edited by Misbah (2012-02-14 04:57:45)
Offline
Pages: 1