LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-13-2011, 03:10 PM   #1
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
I'm experiencing several X-server crashes since update from last Monday


Hello together,

I'm running Slackware64-current. Since the upgrade of last Monday I'm experiencing several crashes of the X-server.

It begins with an issue that one Window, e.g. Konsole or Firefox don't become active when clicking them. After some seconds the screen becomes dark and I end up on the console.

First error I saw was from akonadi. Deinstalling akonadi didn't change anything. But there is an errormessage about a segmentation-fault in the Xorg.0.log. I'll append the logfile to this post.

My graphics-card is an ATI HD5470 and have fglrx installed, downloaded from ATI. My kernel is
Code:
Linux samsung 2.6.35.10 #3 SMP Thu Jan 6 20:03:53 CST 2011 x86_64 AMD Athlon(tm) II Dual-Core M320 AuthenticAMD GNU/Linux
My WM is KDE. Does anyone have and idea?

Markus
Attached Files
File Type: log Xorg.0.log (36.8 KB, 9 views)

Last edited by markush; 01-13-2011 at 03:11 PM.
 
Old 01-13-2011, 03:28 PM   #2
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Go back to 2.6.35.7, brother! Looks like every ATI owner should do this sadly backward-step ... OR, go forward!

There is no love for us, in 2.6.35.10!
 
1 members found this post helpful.
Old 01-13-2011, 03:33 PM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Darth Vader View Post
Go back to 2.6.35.7, brother! Looks like every ATI owner should do this sadly backward-step ... OR, go forward!

There is no love for us, in 2.6.35.10!
Well, maybe it's the kernel, the fglrx module doesn't compile with many kernels. Which graphics-card do you have? mine is relatively new. It was not well supported by fglrx when I purchased the laptop some month ago.

Markus

Last edited by markush; 01-13-2011 at 03:34 PM. Reason: typo
 
Old 01-14-2011, 03:17 AM   #4
JackHair
Member
 
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 167

Rep: Reputation: 39
I'm running kernel 2.6.36.3 together with fglrx for my HD5850, but fglrx needs some patching to compile with newer kernels. I followed the instructions here http://ubuntuforums.org/showthread.php?t=1615594 to get it working. I didn't make a pkg though, I just installed the driver, you might need to add the --install flag twice for the installer script to work from an extracted fglrx package. (e.g. ati-installer.sh --install --install)
 
1 members found this post helpful.
Old 01-15-2011, 03:27 PM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Original Poster
Rep: Reputation: Disabled
Hi,

I've downgraded from current to 13.1 since I'm not yet convinced that my problem really was a kernel-issue.
I'm going to do what JackHair suggested and try out a patched fglrx-driver with a more recent kernel.
At the moment I'm running the stock-13.1 kernel and the 10.12 fglrx module, it seems to work.
I'll mark this thread as SOLVED, but user-experiences with the fglrx-module are still welcome.
Thanks to Darth Vader and JackHair.

Markus
 
Old 01-16-2011, 02:55 AM   #6
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Well, this is a little tutorial of running Catalyst 10.12 on Slackware-current combined with the disgusting top kernel 2.6.37.X.

Code:
mkdir -p /etc/ati/patch/

curl http://www.slacky.eu/~spina/fglrx/patch/fglrx_10.10-12_with_2.6.37.x.diff > /etc/ati/patch/patch-8.801-$(uname -r)

mkdir -p $(HOME)/Catalyst

cd $(HOME)/Catalyst

wget https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-10-12-x86.x86_64.run

sh ati-driver-installer-10-12-x86.x86_64.run --buildpkg Slackware/All

installpkg fglrx-*.tgz

aticonfig --initial
Enjoy!
 
Old 01-16-2011, 10:53 AM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Original Poster
Rep: Reputation: Disabled
Hello Darth Vader,

I tried that, now I'm running Slackware64-13.1 with kernel 2.6.37 and the patched fglrx driver.

It's working, thanks very much, I seem to change to current again within the next days.

Markus
 
Old 01-18-2011, 02:38 PM   #8
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Original Poster
Rep: Reputation: Disabled
Slack64-current with 2.6.37 works with patched fglrx driver

I've installed current again, Xorg-server is working fine with the patched fglrx-driver, thanks very much to Darth Vader!

For the issue I described in the first post of this thread, I suspect it was due to not rebooting after installing the fglrx-driver.

Markus
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
x crashes after update to -current max_arbit Slackware 3 12-19-2010 12:00 PM
after update kde crashes mbvo Slackware 3 03-26-2009 02:49 PM
Firefox + Foxmarks crashes after last update... niels.horn Slackware 9 10-16-2008 07:19 PM
X server randomly crashes since update to Current intens Slackware 8 06-16-2007 05:18 AM
Linux Newbie experiencing UT2004 bootup crashes! Please Help! wmanzoul Linux - Games 2 09-10-2004 03:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration