LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Anybody know a good place to ask about this backtrace on X... (https://www.linuxquestions.org/questions/linux-software-2/anybody-know-a-good-place-to-ask-about-this-backtrace-on-x-4175428236/)

trist007 09-20-2012 11:26 AM

Anybody know a good place to ask about this backtrace on X...
 
I'm running Slackware 13.37 32 bit with Firefox 4. Everytime I click on Ajax stuff firefox freezes and X spikes to 100% and dumps this backtrace in the /var/log/Xorg.0.log. I'm just trying to get an idea of what might be causing the segfault. So far I'm thinking about either updating libpixman or trying another nvidia driver.

Code:

Backtrace:
[  207.279] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e72fb]
[  207.279] 1: /usr/bin/X (mieqEnqueue+0x1ab) [0x80e675b]
[  207.279] 2: /usr/bin/X (xf86PostMotionEventP+0xd2) [0x80c2772]
[  207.279] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0xa39c4000+0x2dad) [0xa39c6dad]
[  207.279] 4: /usr/lib/xorg/modules/input/evdev_drv.so (0xa39c4000+0x3c68) [0xa39c7c68]
[  207.280] 5: /usr/bin/X (0x8048000+0x6815f) [0x80b015f]
[  207.280] 6: /usr/bin/X (0x8048000+0x11e85c) [0x816685c]
[  207.280] 7: (vdso) (__kernel_sigreturn+0x0) [0xffffe400]
[  207.280] 8: /usr/lib/libpixman-1.so.0 (0xb770c000+0x49595) [0xb7755595]
[  207.280] 9: /usr/lib/libpixman-1.so.0 (0xb770c000+0x15c62) [0xb7721c62]
[  207.280] 10: /usr/lib/libpixman-1.so.0 (0xb770c000+0x3a485) [0xb7746485]
[  207.280] 11: /usr/lib/libpixman-1.so.0 (pixman_image_composite32+0x502) [0xb7747f02]
[  207.280] 12: /usr/lib/libpixman-1.so.0 (pixman_image_composite+0x8c) [0xb774819c]
[  207.280] 13: /usr/lib/xorg/modules/libwfb.so (wfbComposite+0x1fe) [0xb5b7533e]
[  207.280] 14: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0xb5b9e000+0x507743) [0xb60a5743]
[  207.280] 15: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0xb5b9e000+0x4eb5f7) [0xb60895f7]

-Tristan

trist007 09-20-2012 11:43 AM

I'm using NVIDIA-Linux-x86-173.14.35-pkg1.run as the nvidia driver. I tried the newer 304.43 but it doesn't support Option "Rotate" "CCW" which I need. I'm going to try the older one 96.43.23 in a bit.

-Tristan

trist007 09-20-2012 04:29 PM

Well it was the old nvidia driver. So I installed the newest one NVIDIA-Linux-x86-304.43.run but I remember the last time I used it I couldn't get one of my monitors to rotate. So I looked further in and noticed that the "Rotate" "CCW" was deprecated. Here's how it should be implemented now.
Code:

Section "Screen"

# Removed Option "metamodes" "nvidia-auto-select +0+0"
# Removed Option "metamodes" "DFP: nvidia-auto-select +0+0"
    Identifier    "Screen2"
    Device        "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option        "Stereo" "0"
    Option        "metamodes" "DFP: nvidia-auto-select {Rotation=left} +0+0; DFP: nvidia-auto-select +0+0"
    SubSection    "Display"
        Depth      24
    EndSubSection
EndSection



All times are GMT -5. The time now is 08:45 AM.