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 08-22-2015, 05:39 AM   #16
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

X starts fine here on the vm, installed from scratch.
wild guess: can it be you still has around glamor-egl and libelf (that have now been removed) and you haven't installed the added packages?

Last edited by ponce; 08-22-2015 at 05:47 AM.
 
Old 08-22-2015, 05:51 AM   #17
conraid
Member
 
Registered: Feb 2008
Location: Leghorn, Tuscany, Italy
Distribution: Slackware
Posts: 122

Rep: Reputation: 38
Xorg problem after upgrade in CURRENT x86_64

yes, I removed glamor-egl and libelf, and installed elfutils
 
Old 08-22-2015, 05:58 AM   #18
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
there is an incorrect package in the upgrade "mesa"
I rebuilt it rebuilt multi-libs also everything is fine now.

Last edited by Drakeo; 08-22-2015 at 06:00 AM.
 
Old 08-22-2015, 05:58 AM   #19
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
Originally Posted by ponce View Post
that tea must be much better than mine: with all the updated stuff I am amazed there has been just an oversight.
The inordinate amount of work you do for Slackware amplifies the impact of that seemingly offhand remark.
Parsing in Newspeak, "I doubleplusagree".
 
Old 08-22-2015, 06:04 AM   #20
Speek
Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124

Rep: Reputation: 41
I also get this segfault when trying to start X. This is with ponce's mesa package.
Code:
[   506.780] (EE) Backtrace:
[   506.780] (EE) 0: /usr/libexec/Xorg (xorg_backtrace+0x49) [0x5816e9]
[   506.781] (EE) 1: /usr/libexec/Xorg (0x400000+0x1855c9) [0x5855c9]
[   506.781] (EE) 2: /lib64/libpthread.so.0 (0x7ff03de19000+0x11340) [0x7ff03de2a340]
[   506.781] (EE) 
[   506.781] (EE) Segmentation fault at address 0x0
[   506.781] (EE) 
Fatal server error:
[   506.781] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   506.781] (EE) 
[   506.781] (EE) 
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   506.781] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   506.781] (EE)
[   506.790] (EE) Server terminated with error (1). Closing log file.
 
Old 08-22-2015, 06:08 AM   #21
conraid
Member
 
Registered: Feb 2008
Location: Leghorn, Tuscany, Italy
Distribution: Slackware
Posts: 122

Rep: Reputation: 38
With this intel.conf works (with mine x86_64 mesa package)

Code:
Section "Device"
        Identifier      "card0"
        Driver          "intel"
        Option          "Backlight" "intel_backlight"
        Option          "AccelMethod" "uxa"
        Option         "DRI" "false"
        Option         "NoAccel" "true"
EndSection
 
1 members found this post helpful.
Old 08-22-2015, 06:51 AM   #22
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
Quote:
Originally Posted by allend View Post
The inordinate amount of work
maybe "messy" is more appropriate than "inordinate"

Speek, conraid: stil in the reign of the wild guesses... can it be you are running the updated packages in current over some not-yet-updated multilib toolchain?
maybe you should try again once Alien Bob have released multilib updates (I'm delaying updates on my multilib installations for this)...
 
Old 08-22-2015, 06:56 AM   #23
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I'm okay with Mesa since I run my own build of it. Good thing someone noticed the wrong package.
 
Old 08-22-2015, 07:00 AM   #24
Speek
Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124

Rep: Reputation: 41
Quote:
Originally Posted by conraid View Post
With this intel.conf works (with mine x86_64 mesa package)
For me too (with ponce's mesa package). Thanks!

Quote:
Speek, conraid: stil in the reign of the wild guesses... can it be you are running the updated packages in current over some not-yet-updated multilib toolchain?
No ponce, 64-bit only here.
 
Old 08-22-2015, 07:01 AM   #25
conraid
Member
 
Registered: Feb 2008
Location: Leghorn, Tuscany, Italy
Distribution: Slackware
Posts: 122

Rep: Reputation: 38
Quote:
Originally Posted by ponce View Post
Speek, conraid: stil in the reign of the wild guesses... can it be you are running the updated packages in current over some not-yet-updated multilib toolchain?
maybe you should try again once Alien Bob have released multilib updates (I'm delaying updates on my multilib installations for this)...
I don't use multilib, only pure 64bit current.

With intel.conf
Code:
Section "Device"
        Identifier      "card0"
        Driver          "intel"
        Option          "Backlight" "intel_backlight"
        Option          "AccelMethod" "uxa"
        Option         "DRI" "false"
        Option         "NoAccel" "true"
EndSection
works fine.

I think it's a problem of acceleration.
 
Old 08-22-2015, 07:09 AM   #26
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by Speek View Post
I also get this segfault when trying to start X. This is with ponce's mesa package.
Code:
[   506.780] (EE) Backtrace:
[   506.780] (EE) 0: /usr/libexec/Xorg (xorg_backtrace+0x49) [0x5816e9]
[   506.781] (EE) 1: /usr/libexec/Xorg (0x400000+0x1855c9) [0x5855c9]
[   506.781] (EE) 2: /lib64/libpthread.so.0 (0x7ff03de19000+0x11340) [0x7ff03de2a340]
[   506.781] (EE) 
[   506.781] (EE) Segmentation fault at address 0x0
[   506.781] (EE) 
Fatal server error:
[   506.781] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   506.781] (EE) 
[   506.781] (EE) 
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   506.781] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   506.781] (EE)
[   506.790] (EE) Server terminated with error (1). Closing log file.
Is this on Dual GPU (Optimus) ?

i had the same problem on my laptop, but it's OK when i boot to the previous kernel (3.18.11). It only failed when i boot 4.1
 
1 members found this post helpful.
Old 08-22-2015, 07:28 AM   #27
linuxtinker
Member
 
Registered: Dec 2013
Location: NJ / USA
Distribution: Slackware 64 -Current
Posts: 232

Rep: Reputation: 99
Thanks Ponce! The rebuild worked for me.. You saved me a few hours of frustration..
 
Old 08-22-2015, 07:32 AM   #28
Speek
Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Slackware
Posts: 124

Rep: Reputation: 41
Quote:
Originally Posted by willysr View Post
Is this on Dual GPU (Optimus) ?

i had the same problem on my laptop, but it's OK when i boot to the previous kernel (3.18.11). It only failed when i boot 4.1
No, just a single mobo integrated Intel G41 GPU.

For me it also works with the 3.18.11 kernel (with conraid's intel.conf removed).
 
Old 08-22-2015, 07:38 AM   #29
conraid
Member
 
Registered: Feb 2008
Location: Leghorn, Tuscany, Italy
Distribution: Slackware
Posts: 122

Rep: Reputation: 38
I created a package xf86-video-intel with the git version of the driver. Now also it works with acceleration, with sna, all default options.

I also tried to recompile the package with the version in current, but gave the same error.

At this point I think it's the fault of the driver intel, and some commit (but do not know which one) solved.

N.B.
Of course with the x86_64 mesa package
 
Old 08-22-2015, 07:41 AM   #30
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
conraid, have you used this package? because I just did the same thing

http://ponce.cc/slackware/testing/tm...c-x86_64-2.txz

so, if any of you have intel hardware and got problems, please try this updated driver (I add also the mesa package for convenience - now removed, as the right package is on the mirrors) and report if it fixes for you...

Last edited by ponce; 08-23-2015 at 04:47 AM. Reason: added also the mesa link - now removed
 
6 members found this post helpful.
  


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
[SOLVED] X broken after latest x86_64 -current upgrade the_penguinator Slackware 3 02-24-2013 05:45 PM
[SOLVED] Xorg segfault after latest upgrade -current yenn Slackware 14 05-14-2012 05:41 PM
[SOLVED] Python problem after upgrading to gtk+2-2.24.1-x86_64-1 in slack current lemmens Slackware 7 03-01-2011 10:21 AM
Slackware-current (x86_64) Xorg crash chaosorama Slackware 3 08-01-2009 02:09 AM
upgrade slack-current with slackpkg, problem with Xorg specialized Slackware 24 07-07-2009 02:32 PM

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

All times are GMT -5. The time now is 12:33 PM.

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