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, 11:51 AM   #46
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

I built and installed the multi-lib glibc and the multi-lib gcc.then massconvert32.sh. If your uncomfortable doing that wait for alien bob to do it then upgrade.
if you are using proprietary graphic drivers you will want to uninstall them first.

Mine is the nvidia 352.30 then A MUST! slackpkg install-new slackpkg upgrade-all this will over write the alien bob multi-lib glibc and gcc.
then un-select mesa. Then do the upgrade. reboot login init 3 cd to slackware64-current/source/x/mesa source build and install it.

Then upgrade your multi-lib you built. and the compat32 your massconvert32.sh.

Then reboot. again login init 3 build your Nvidia drivers or AMD drivers. then init 4.

If not using multi-lib skip the multi-lib stuff. with a 8 core machine -j8 building multi-lib glibc and gcc is about an hour.

Or relax sit back and wait for the powers that be do it for you.

Last edited by Drakeo; 08-22-2015 at 12:00 PM.
 
Old 08-22-2015, 01:08 PM   #47
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
I saw that new multilib packages have been uploaded.
 
Old 08-22-2015, 01:11 PM   #48
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Hi , using a only x86 iso , INTEL , cards cant start xorg

Is not only the multilib.


intel in git are currently working in REMOVE , glamor support.

Then i think , need recompile de intel driver with


--enable-uxa
--disable-glamor

One notebook and one eeepc , 2 INTEL cards , no one startx , other machine have a radeon 290x crossfire , that worked fine , but intel cant boot.
 
Old 08-22-2015, 01:18 PM   #49
Nille_kungen
Member
 
Registered: Jul 2005
Distribution: Slackware64-current
Posts: 587

Rep: Reputation: 201Reputation: 201Reputation: 201
Try git version of xf86-video-intel
 
Old 08-22-2015, 01:20 PM   #50
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
mesa fixed on mirrors.kernel.org/slackware/slackware64-current/

It looks like mesa is fixed!

From http://mirrors.kernel.org/slackware/...slackware64/x/

Code:
mesa-10.6.4-x86_64-1.txt                           22-Aug-2015 16:35     335
mesa-10.6.4-x86_64-1.txz                           22-Aug-2015 16:35      6M
mesa-10.6.4-x86_64-1.txz.asc                       22-Aug-2015 16:35     181
 
Old 08-22-2015, 01:25 PM   #51
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I've upgraded my mesa package and intel video package from ponce's to the newly uploaded packages. With the new packages in place Xorg fails to load again. Xorg was working with ponce's software.
 
Old 08-22-2015, 01:51 PM   #52
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Hi , on x86 current iso , recompiled intel git driver and xorg wake up now

cloning the intel git and aplying


Code:
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr
make
make install

mesa x86 package are O.K , only update the intel driver to git version.

when i configure , i see perfectly , say

aceel methods none *sna uxa

think default choosen by autoconf is sna and uxa are other available , but no GLAMOR
 
1 members found this post helpful.
Old 08-22-2015, 01:53 PM   #53
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 858

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
ponce, I had the same problem as conraid. Your packages are a godsend. Thank you!
 
Old 08-22-2015, 01:57 PM   #54
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Okay. I kept the newly uploaded mesa package and removed the newly uploaded intel video package and replaced it with ponce's intel video package. Xorg is now working again.
 
Old 08-22-2015, 02:10 PM   #55
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
But be carefull , are 2 bugs , one in mesa package x64_x86 version , and other bug in xf86-video-intel package


The second affects all current isos.... intel cards cant run xorg , need upgrade package to git version...or compile the same enable uxa , disable-glamor , but think better way is get the current git version , because removing glamor completly to the code.
 
1 members found this post helpful.
Old 08-22-2015, 03:44 PM   #56
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
Quote:
Originally Posted by USUARIONUEVO View Post
But be carefull , are 2 bugs , one in mesa package x64_x86 version , and other bug in xf86-video-intel package


The second affects all current isos.... intel cards cant run xorg , need upgrade package to git version...or compile the same enable uxa , disable-glamor , but think better way is get the current git version , because removing glamor completly to the code.
Yes, good point. My AMD machines now work as the mesa bug is fixed, but my Intel boxes are still not working with X...
 
Old 08-22-2015, 04:07 PM   #57
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by comet.berkeley View Post
Yes, good point. My AMD machines now work as the mesa bug is fixed, but my Intel boxes are still not working with X...
Most of my units are Dell with Intel graphics.
 
Old 08-22-2015, 05:03 PM   #58
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
if can be useful I prepared also a 32bit current testing package for the git version of xf86-video-intel

http://ponce.cc/slackware/testing/tm...7fc-i586-2.txz

I paste also the link to the x86_64 one, JIC

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

as the official x86_64 mesa packages are on the mirrors, the commodity mesa package I linked before isn't needed anymore (read: download the official one!).

Last edited by ponce; 08-22-2015 at 05:12 PM.
 
Old 08-22-2015, 05:44 PM   #59
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Just chiming in to say my Xorg is dead as well.
Hardware is Intel integrated graphics and x86_64. I ran 'install-new', 'upgrade-all' and 'clean-system' so I think I'm cleanly up to date.

Will bust out the chromebook for a few days and wait for you clever fellows to sort it out
 
Old 08-22-2015, 06:19 PM   #60
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
The mesa package was just updated. I suggest those with mesa troubles try the new package.

See http://www.linuxquestions.org/questi...ge-4175551433/

Last edited by j_v; 08-22-2015 at 06:31 PM.
 
  


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 04:59 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