
Code: Select all
Jan 16 16:00:01 mybox /usr/sbin/cron[22836]: (root) CMD (rm -f /var/spool/cron/lastrun/cron.hourly)
Jan 16 16:21:21 mybox NVRM: Xid: 6, PE0000 0000 000faaf4 0000fdb8 e5640000 00000000
Jan 16 16:47:08 mybox syslog-ng[10227]: syslog-ng version 1.6.5 starting
i did, and it still does.Tuttle wrote:Is anyone have just try to downgrade to 6111 version of kernel-nvidia just to see if that'll crash ever. If not, so we know the nvidia driver is the cause. Isn't it ?
banned from #gentoo since sept 2017Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.


Well, I did now an upgrade to 1.0.6629-r1 after it got stable, turned on preemptive in kernel (since with it the problem manifests quite steadily) and ... bang. This time I could not even log in with ssh <grrrr>beugh wrote:i did, and it still does.Tuttle wrote:Is anyone have just try to downgrade to 6111 version of kernel-nvidia just to see if that'll crash ever. If not, so we know the nvidia driver is the cause. Isn't it ?
I'm definitely in this category, too. I emailed NVidia about the problem, and they responded pretty quickly. They do know that the problem exists, and suggested trying to disable AGP. I tried this out, and (although most graphical stuff slowed down) it made the system a "bit" more stable. I still get crashes, but not as often as when I had it enabled. Another strange thing is that the X server just aborts now, so X just seems to restart itself (and returns me to GDM). At least I don't have to do a cold restart (or ssh into the machine to restart X), so it might be a try. All I did in /etc/xorg.conf was:davecs wrote:Lockups in X where the mouse keep moving but no keys work except SYSRQ combos. Generally happens with GLX running.
Code: Select all
Section "Device"
Identifier "nVidia GeForce2"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV15 [GeForce2 GTS/Pro]"
BusID "PCI:1:0:0"
#
# Add this NvAGP option to disable AGP completely
#
Option "NvAGP" "0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
EndSection
OK, I have now rolled my first 2.6.10 series kernel (2.6.10-gentoo-r6) and tried "emerge sync". The machine did NOT freeze!davecs wrote: . . .Lockups in terminals with X not running. . .

Code: Select all
[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibbleCode: Select all
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=y
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_INTEL_MCH is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
Code: Select all
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "speedo"
Load "freetype"
Load "v4l"
Load "dbe"
Load "glx"
Load "dri"
Load "GLcore"
EndSection
...<snip>...
Section "Device"
Identifier "device1"
Driver "radeon"
Option "AGPMode" "4"
Option "EnablePageFlip" "true"
EndSection
...<snip>...
Section "DRI"
Mode 0666
EndSection
Thanks kmare, I'm not using the actual ATI binary drivers, but the xorg implementation instead. I'm not convinced, at least with my issue, that it's ATI specific, but more likely xorg. My symptoms are strikingly similar to some in this thread that are using NVidia on xorg as well.kmare wrote:yours is clearly a problem with the ati opengl 3d drivers. The problem that happens to most of us is that the freeze happens randomly (even without 3d accelleration enabled...)
PS: I'm sorry but as I don't owe an ati I can't help you with your problem... I'm a happy nvidia user

Code: Select all
[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibble