I was thinking about that, too. But I am very confident that at the time the crashes started I was still running XFree and glibc without NPTL. I later rebuilt the box with NPTL enabled from bootstrap, using xorg with no noticable differences,FreeFly42 wrote:So it makes me wonder if it's actually an NPTL problem?

I've seen this too. Actually, I think last time mine did this (iBook), I had Kmail open...walked out of the room to do something for a few minutes.....came back and it was locked up. Mouse would move...but, nothing responded.drowbot wrote:My Xorg freezes with the mouse moving and no action from the keyboard or mouse. I can start compiling something or play an MP3 or video and walk away and it is guarenteed to freeze.
Hm, does not look too bad I think. There are some caveats in your config, though.

Thanks for the suggestions! Unfortunately they didn't seem to do the trick...wgi wrote:Hm, does not look too bad I think. There are some caveats in your config, though.
As far as I know, GLcore is deprecated, "dri" and "glx" should suffice.
Try disabling AGPFastWrite on a general basis. There is no penalty in terms of speed or whatever. Benefits are that your machine might become more stable since FastWrites are known to cause problems for quite some hardware combinations.
Disable RenderAccel for a start and see if it gets better.
Do not load RENDER and Composite Extensions and see if it gets beter.
If it does, start re-enabling one by one and see when it starts crashing.
It's getting thinner now...Ricky wrote:Any more ideas?


Try this page:Ricky wrote:Well, looks like 6.8.2 isn't doing any better...![]()
cvs ebuild anyone?

i recently changed the driver to 'radeon' from 'ati' (i don't think that made a difference, i think the same modules are loaded, in particular the radeon module was loaded in both cases. oddly, when it was supposed to call ati the radeon module was loaded, there was no ati module loaded as indicated by lsmod) and commented out the "Load "xtrap"" under modules to load. i also unmerge xscreensaver. it hasn't crashed yet, but it has only been running for a couple of hours. I guess i will know over night...Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
#FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
#Load "xtrap"
Load "glx"
Load "speedo"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "auto"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
#DisplaySize 330 240 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL P780"
HorizSync 30.0 - 85.0
VertRefresh 48.0 - 120.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "ForcePCIMode" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DRIReinit" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "OverlayOnCRTC2" # [<bool>]
#Option "CloneMode" # [<str>]
#Option "CloneHSync" # [<str>]
#Option "CloneVRefresh" # [<str>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
