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 11-15-2010, 07:45 AM   #16
zhoun
Member
 
Registered: Oct 2007
Location: anywhere
Distribution: slackware64 current & win7 64 on thinkpad X61
Posts: 104

Rep: Reputation: 18

thanks Eric,
update the aaa_elflibs fixed the missing liblzma.so.0 issue when startx.

Quote:
Originally Posted by Alien Bob View Post
Please check my blog post http://alien.slackbook.org/blog/huge...-to-my-laptop/ which addresses several of the issues mentioned above. Your issues are caused by incompletely upgrading to slackware-current.

Eric
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 11-15-2010, 07:50 AM   #17
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Wow! This morning was a ride. I went o bed while this massive update was being done. Got up this morning and rebooted. Good thing I have another Slackware install to fall back on whilst I research problems.

Thanks to all of you that posted - both the problems and solutions. I was up and running in seconds.
 
Old 11-15-2010, 08:13 AM   #18
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Smooth as silk for me. Just needed to reinstall the nVidia proprietary driver to get KDE up.

Is it my imagination, or just the red wine I drank while waiting for the update to complete, that LQ looks a little different in Firefox with the new font packages? HIC.

My thanks to Pat and the team.
 
Old 11-15-2010, 08:23 AM   #19
kiroff
LQ Newbie
 
Registered: Aug 2005
Location: Varna, Bulgaria
Distribution: Slackware Linux
Posts: 20

Rep: Reputation: 0
Unhappy Radeon is still crashing X

Quote:
Originally Posted by cwizardone View Post
Ugh!
X crashes and reports a segmentation fault, address nil.
I've been using the generic Radeon driver without any problems, until now. Looks like it will be winblows until I figure out the problem.
Any resolution for this issue? I got the same.
Code:
[   369.902] (II) AIGLX: Screen 0 is not DRI2 capable
[   369.902] drmOpenDevice: node name is /dev/dri/card0
[   369.902] drmOpenDevice: open result is 14, (OK)
[   369.902] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[   369.902] drmOpenDevice: node name is /dev/dri/card0
[   369.902] drmOpenDevice: open result is 14, (OK)
[   369.902] drmOpenByBusid: drmOpenMinor returns 14
[   369.902] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   369.902] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[   369.911] 
Backtrace:
[   369.911] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e6cfb]
[   369.911] 1: /usr/bin/X (0x8048000+0x5daf5) [0x80a5af5]
[   369.911] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
[   369.911] 3: /usr/lib/xorg/modules/extensions/libglx.so (0xb7308000+0x4079c) [0xb734879c]
[   369.911] 4: /usr/lib/xorg/modules/extensions/libglx.so (0xb7308000+0x37838) [0xb733f838]
[   369.911] 5: /usr/bin/X (InitExtensions+0x9d) [0x80cb82d]
[   369.911] 6: /usr/bin/X (0x8048000+0x1ad22) [0x8062d22]
[   369.911] 7: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb738fc66]
[   369.911] 8: /usr/bin/X (0x8048000+0x1aaa1) [0x8062aa1]
[   369.911] Segmentation fault at address (nil)
[   369.911] 
Fatal server error:
[   369.911] Caught signal 11 (Segmentation fault). Server aborting
[   369.911] 
[   369.911] 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[   369.911] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   369.912] 
[   369.917] disable FP1
[   369.917] (II) RADEON(0): RADEONRestoreMemMapRegisters() : 
[   369.917] (II) RADEON(0):   MC_FB_LOCATION   : 0x1fff0000 0xf7fff000
[   369.917] (II) RADEON(0):   MC_AGP_LOCATION  : 0x27ff2000
My card is:
Code:
02:00.0 VGA compatible controller: ATI Technologies Inc RV370 [Sapphire X550 Silent]                                                                                                                     
02:00.1 Display controller: ATI Technologies Inc RV370 secondary [Sapphire X550 Silent]
Thanks in advance!
 
Old 11-15-2010, 08:43 AM   #20
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
just guessing, does disabling compositing helps?

not sure if it applies, but remember also to remove the obsoleted xf86-video-radeonhd, as Robby suggests in the link above.

Last edited by ponce; 11-15-2010 at 08:46 AM.
 
Old 11-15-2010, 08:46 AM   #21
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Quote:
Originally Posted by allend View Post
Smooth as silk for me. Just needed to reinstall the nVidia proprietary driver to get KDE up.

Is it my imagination, or just the red wine I drank while waiting for the update to complete, that LQ looks a little different in Firefox with the new font packages? HIC.

My thanks to Pat and the team.
Nah, I didn't drink any red wine and I can tell a big difference. Just trying to determine if I like the difference or not.
 
Old 11-15-2010, 08:59 AM   #22
kiroff
LQ Newbie
 
Registered: Aug 2005
Location: Varna, Bulgaria
Distribution: Slackware Linux
Posts: 20

Rep: Reputation: 0
Quote:
Originally Posted by ponce View Post
just guessing, does disabling compositing helps?

not sure if it applies, but remember also to remove the obsoleted xf86-video-radeonhd, as Robby suggests in the link above.
Unfo, disabling the compositing helped me just to start X with vesa driver.
Didn't know xf86-video-radeonhd is obsolete, the ChangeLog doesn't say anything.
Anyway, thanks for the ideas but neither of the above helped me.
 
Old 11-15-2010, 09:14 AM   #23
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
x blew up on me. I rebooted into init3, ran startx, and it tells me taht the server has a video driver abi version that this driver does not officially support. Then I get a fatal error, no screens found. I tried reinstalling the Nvidia drivers from Slackbuilds.org... no good. Help!
 
Old 11-15-2010, 09:57 AM   #24
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Are you running at least a 2.6.35 kernel? I know I don't upgrade kernels real often, and when I first used Robby's new xorg packages I had to first update the kernel. The nvidia driver I am using is 256.52. I just run the script, not the slackbuild version.
 
Old 11-15-2010, 10:02 AM   #25
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
Yes, I'm running the .35 kernel. But I can't get a graphical login screen with the nv drivers, either. I ran rmmod to ditch the nvidia module, changed xorg to the nv drivers, and I got a little white box at the top of my screen with the following:

Code:
kstartupconfig4 does not exist or fails. The error code is 127. Check your installation.
something is seriously wrong.
 
Old 11-15-2010, 10:07 AM   #26
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
This wouldn't have anything to do with the fact that I' using Eric's kde 4.5.3 packages... would it?
 
Old 11-15-2010, 10:13 AM   #27
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Kiroff,

Looks like we have the same card and the same problem.

I disabled compositing, but it didn't make a bit of difference.

Up until last night, I have always downloaded the 'current' files to my hard drive and installed them from there. Last night I used slackpkg to do the upgrade so my 'current' files, prior to last night, were untouched.
So, I used upgradepkg to re-install the 'x' files from my 'current' 'x' directory and at least now I can use Xfce. I haven't tried KDE, yet.

I'll wait a few more days before trying to install last nights upgrades, again.
Cheers!

Last edited by cwizardone; 11-15-2010 at 10:20 AM. Reason: Typo.
 
Old 11-15-2010, 10:15 AM   #28
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
Did a bit more google searching, was I supposed to allow it to upgrade aaa_elflibs? I'd just do it, but my google searching also suggested that it might be a bad idea to upgrade that package after upgrading the other ones. Someone please advise...
 
Old 11-15-2010, 11:17 AM   #29
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
I put my problem in it's own thread:

http://www.linuxquestions.org/questi...uked-x-844385/
 
Old 11-15-2010, 12:31 PM   #30
gbschenkel
Member
 
Registered: Nov 2010
Location: Porto Alegre, Brazil
Distribution: Slackware, Proxmox, AlpineLinux, Devuan, TurnkeyLinux
Posts: 99

Rep: Reputation: 60
Hi folks,

i just have upgrade my slackware to current and the X.Org just crash, i don't know what do to resolve

I have upgraded all packages using upgradepkg --install-new from my repo which are in sync with alienBOB's repository thru rsync.

Have read the ChangeLog and try create that file with the data inside to try see if was the composing, but don't work.

I have uploaded my X.Org.0.log to paste-it.net, which are on this link http://paste-it.net/public/k7e36c7/

I am using ATI Radeon X1900XTX card.

I hope you guys can help me out.
 
  


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
Latest current problems brodo Slackware 17 03-03-2010 10:14 AM
Latest current ? brodo Slackware 34 03-13-2009 03:15 PM
Latest nmap (4.50) in current and its gui jazzor Slackware 30 05-16-2008 12:22 PM
Race condition in /etc/rc.d/ with latest -current ? Yalla-One Slackware 1 08-06-2006 02:23 PM
warning about latest current aaa_elflibs-10.1.0 xushi Slackware 2 01-25-2005 07:57 AM

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

All times are GMT -5. The time now is 03:11 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