LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware-current: X crashes after the last xorg updates. (https://www.linuxquestions.org/questions/slackware-14/slackware-current-x-crashes-after-the-last-xorg-updates-740920/)

ivandi 07-17-2009 09:50 PM

Slackware-current: X crashes after the last xorg updates.
 
After upgrading to xorg-xserver-1.6.2 X crashes when dragging windows.

The video card is integrated intel mobile 945. Changing xf86-video-intel drivers does not help. Neither disabling DRI in xorg.conf modules section or driver section.

Works only with VESA driver.

jazzor 07-17-2009 10:03 PM

Yes im experiencing a similar problem with latest xorg-server. Whenever a window is minimzed and set to "notify" (flashing), clicking on it in the taskbar causes X to crash. I can reproduce 100% using pidgin.

Can someone please upload the xorg-server 1.6.1 here?

dahongpalay 07-17-2009 10:38 PM

hi,

run

ldd /usr/bin/Xorg

this will give you an output similar to this;

linux-vdso.so.1 => (0x00007fffc63fe000)
libXfont.so.1 => /usr/lib/libXfont.so.1 (0x00007f1dbe101000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f1dbdeff000)
libfontenc.so.1 => /usr/lib/libfontenc.so.1 (0x00007f1dbdcf7000)
libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007f1dbdabe000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f1dbd8b9000)
libm.so.6 => /lib/libm.so.6 (0x00007f1dbd615000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f1dbd411000)
librt.so.1 => /lib/librt.so.1 (0x00007f1dbd208000)
libc.so.6 => /lib/libc.so.6 (0x00007f1dbceaa000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f1dbcc29000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f1dbca0e000)
/lib/ld-linux.so.2 (0x00007f1dbe379000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f1dbc7f2000)

if you find something missing on the right side then you found what's causing the crash.

have fun,

dahongpalay

forum1793 07-17-2009 10:48 PM

So, you're suggesting in your case that /lib/ld-linux.so.2 is causing the crash?

jazzor 07-17-2009 10:50 PM

I think theres is some problem with pixman 0.15.16.
I tried downgrade to 0.15.14, and it stops crashing. Can anyone else confirm that?

grissiom 07-17-2009 11:19 PM

Quote:

Originally Posted by jazzor (Post 3611435)
I think theres is some problem with pixman 0.15.16.
I tried downgrade to 0.15.14, and it stops crashing. Can anyone else confirm that?

Yes! downgrade pixman 0.15.10 could fix the problem also~

BrZ 07-17-2009 11:54 PM

Almost every time minimize/restore button was pressed the whole system hanged (alt+sysrq). Downgraded to 0.15.14 and no lockups until now.

sunny_5252 07-18-2009 12:15 AM

ggy@darkstar:~$ ldd /usr/bin/Xorg
linux-gate.so.1 => (0xffffe000)
libpciaccess.so.0 => /usr/lib/libpciaccess.so.0 (0xb7f9a000)
libXfont.so.1 => /usr/lib/libXfont.so.1 (0xb7f64000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7f61000)
libfontenc.so.1 => /usr/lib/libfontenc.so.1 (0xb7f5b000)
libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0xb7f09000)
libhal.so.1 => /usr/lib/libhal.so.1 (0xb7ef9000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb7ec0000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7ebb000)
libssl.so.0 => /usr/lib/libssl.so.0 (0xb7e75000)
libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0xb7d29000)
libdl.so.2 => /lib/libdl.so.2 (0xb7d24000)
libm.so.6 => /lib/libm.so.6 (0xb7cfe000)
librt.so.1 => /lib/librt.so.1 (0xb7cf5000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7ce8000)
libc.so.6 => /lib/libc.so.6 (0xb7b88000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7b12000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7afd000)
libuuid.so.1 => /lib/libuuid.so.1 (0xb7af9000)
/lib/ld-linux.so.2 (0xb7fbe000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7ae1000)

ggy@darkstar:~$ ls /var/log/packages/ |grep xorg
xorg-cf-files-1.0.2-noarch-2
xorg-docs-1.4-noarch-2
xorg-server-1.6.2-i486-1
xorg-server-xephyr-1.6.2-i486-1
xorg-server-xnest-1.6.2-i486-1
xorg-server-xvfb-1.6.2-i486-1
xorg-sgml-doctools-1.2-noarch-2

i use nv9400gt and use slackware current ..
random time display crash ..i don't know what's reason!!

TwinReverb 07-18-2009 01:40 AM

I experienced these issues. However, it became apparent in FreeNode ##slackware that this was due to my lack of an xorg.conf file specifying that the Intel driver needs to enable Tiling support, as so:

Section "Device"
Option "AccelMethod" "UXA"
Option "Tiling" "True"
Identifier "Card0"
Driver "intel"
VendorName "Unknown Vendor"
BoardName "Unknown Board"
BusID "PCI:0:2:0"
EndSection

Now I know you don't need an xorg.conf due to the way the new X server works, but you can specify at least this much in order to get it working. I am using the latest and greatest (as of right now) Slackware64-13.0-rc1 with the stock generic-smp kernel.

Also, be sure to disable compositor for now.

This makes mine work. I have this card:

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

Thanks to mrselfpwn for the help! 8-)

grissiom 07-18-2009 01:49 AM

Quote:

Originally Posted by TwinReverb (Post 3611504)
I am using the latest and greatest (as of right now) Slackware64-13.0-rc1 with the stock generic-smp kernel.

Hmm, I think we are talking about 13.0-rc1+ in this thread. The head of the Changelog.txt should be:

Thu Jul 16 19:25:26 CDT 2009

or

Fri Jul 17 21:05:16 CDT 2009

conraid 07-18-2009 06:35 AM

I have crash with composite (kde 4.2.4), with different version of pixman, intel driver and mesa
Without composite crashed

In my pc, notebook with intel x3100, downgrade pixman couldn't fix the problem :-(

Crash on logout, when active/disactive composite in kde system settings, and in other situation
Glxgears not show image with mesa 7.4.4

Downgranding all packages in changelog Thu Jul 16 19:25:26 CDT 2009 and installing intel driver 2.7.99 by rlw is all ok
Only auto brightness lcd is broken
With old packages mesa 7.4.4 are ok

forum1793 07-18-2009 06:56 AM

For the similar problem I posted in different thread regarding experimental radeon driver lockup when dragging window, I can confirm that changing pixman to 0.15.10 resolved my issues.

conraid 07-18-2009 08:00 AM

Quote:

Originally Posted by forum1793 (Post 3611664)
For the similar problem I posted in different thread regarding experimental radeon driver lockup when dragging window, I can confirm that changing pixman to 0.15.10 resolved my issues.

in my notebook (wit intel x3100) pixman don't resolve. Crash at X logout, composite only with XRender but very slower, 3D only 7.4.1 mesa liba, etc... I downgraded all xorg packages

in my desktop (with nvidia 180.60) all ok with last packages

sunny_5252 07-18-2009 09:06 AM

where can download pixman 0.15.10??

mrclisdue 07-18-2009 09:14 AM

pixman is here:

http://cairographics.org/releases/

I haven't crashed since yesterday - I re-ran slackpkg update, etc., and re-installed a couple of suspect packages, but I'm doing the pixman thing as we speak....

Thanks to all for the info.

cheers,


All times are GMT -5. The time now is 02:05 PM.