LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-04-2015, 05:49 AM   #1
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Rep: Reputation: 11
Is it possible to install Catalyst 15.9 or the new Crimson software on current?


I don't know but I think neither of them will work with Xorg 1.18, at least that's the impression I got after some searching. I couldn't get crimson to install and catalyst installs but errors when starting X.

Edit: Actually I answered my own question. It even says in the release notes that these drivers won't work with xorg server 1.18. Maybe I should just get myself an nvidia card. They seem to be more on the ball than AMD.

Last edited by ahc_fan; 12-04-2015 at 06:40 AM.
 
Old 12-04-2015, 06:44 AM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
It is actually possible. See this thread.

And the Nvidia blob didn't work with 1.18 when it was first added to Slack. They needed to wait a bit for Nvidia to pump out an update.

For proprietary drivers, Nvidia is definitely better than AMD, but for open source support, AMD is miles ahead of Nvidia (which still puts it behind Nvidia's proprietary drivers, but, personally, I like to vote for open source with my wallet).
 
Old 12-04-2015, 07:08 AM   #3
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
Maybe I missed something... I applied the patches from that thread, set the two environment variables, ran
Code:
./ati-installer.sh 15.201 --install
. The installation went through this time but I get the same segmentation fault that catalyst gave when starting X.

Do I still have to downgrade to xorg server 1.17?

Last edited by ahc_fan; 12-04-2015 at 07:13 AM.
 
Old 12-04-2015, 07:44 AM   #4
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I'm sorry, I misread the thread. He only got it working on the older xorg in -current before it updated to 1.18.
 
Old 12-04-2015, 07:55 AM   #5
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by ahc_fan View Post
Maybe I missed something... I applied the patches from that thread, set the two environment variables, ran
Code:
./ati-installer.sh 15.201 --install
. The installation went through this time but I get the same segmentation fault that catalyst gave when starting X.

Do I still have to downgrade to xorg server 1.17?
Alas, you do. I didn't get the segmentation fault you did; my hard drive simply quit loading at some point after the "Starting X11" screen disappeared, and I was left with a black screen. I had to manually reboot, and come up in level 3 to recover. However the symptoms show themselves, it all adds up to the fact that Crimson Edition simply does not support 1.18. My own testing showed this to be true.

I have the 1.17.4 xorg-server* packages (xorg-server-1.17.4, xorg-server-xephyr-1.17.4, xorg-server-xnest-1.17.4, and xorg-server-xvfb-1.17.4) available for download if you need to regress to an earlier version.

I would probably reboot into level 3 (I have 'Slacker' as my boot image name, so for me it would be 'Slacker 3', after hitting <Tab> when the LILO boot screen comes up), regress to the earlier versions using upgradepkg (sounds ironic, doesn't it?) and then run the installer again (you'll have to uninstall the earlier installation using
Code:
 aticonfig --uninstall
and then reboot before running the installer again.

Let me know if I can help further.

Regards,

Matt

Last edited by 1337_powerslacker; 12-04-2015 at 08:07 AM. Reason: Added note for clarification
 
1 members found this post helpful.
Old 12-04-2015, 09:34 AM   #6
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
Thanks matt. I'll give this a go later when I get a chance.
 
Old 12-04-2015, 09:53 AM   #7
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by ahc_fan View Post
Thanks matt. I'll give this a go later when I get a chance.
You're welcome. Always glad to help.
 
Old 01-27-2016, 12:44 PM   #8
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
I decided to give Team Fortress 2 a go using the open source radeon driver on xorg-server 1.18. Whenever the game crashes my computer reboots. With the catalyst driver it would always CTD instead.

So I finally decided to downgrade to xorg-server 1.17 using your packages. Now when X starts I have no input at all. Can't even switch to another terminal. The only thing I can to is a hard reboot.

I guess there are more packages I need?
 
Old 01-27-2016, 01:44 PM   #9
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by ahc_fan View Post
I decided to give Team Fortress 2 a go using the open source radeon driver on xorg-server 1.18. Whenever the game crashes my computer reboots. With the catalyst driver it would always CTD instead.

So I finally decided to downgrade to xorg-server 1.17 using your packages. Now when X starts I have no input at all. Can't even switch to another terminal. The only thing I can to is a hard reboot.

I guess there are more packages I need?
You should not need any more packages. My own experience at the state of -current then gave me no problems whatsoever. There may have been some changes in -current which are affecting your input devices. Of course, there is always the possibility that there might be a configuration issue on your end. Without more detail, that's about all I can come up with at the present.

Regards,

Matt
 
Old 01-27-2016, 02:04 PM   #10
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
Here are the errors from Xorg.0.log:

Code:
[    29.149] (EE) module ABI major version (20) doesn't match the server's version (19)
[    29.149] (EE) Failed to load module "ati" (module requirement mismatch, 0)
[    29.185] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    29.192] (EE) module ABI major version (20) doesn't match the server's version (19)
[    29.192] (EE) Failed to load module "vesa" (module requirement mismatch, 0)
[    32.541] (EE) module ABI major version (22) doesn't match the server's version (21)
[    32.541] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    32.541] (EE) No input driver matching `evdev'
[    32.541] (EE) module ABI major version (22) doesn't match the server's version (21)
[    32.541] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    32.541] (EE) No input driver matching `evdev'
[    32.542] (EE) module ABI major version (22) doesn't match the server's version (21)
[    32.542] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    32.542] (EE) No input driver matching `evdev'
[    32.544] (EE) module ABI major version (22) doesn't match the server's version (21)
[    32.544] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    32.544] (EE) No input driver matching `evdev'
It looks like I may need to downgrade xf86-video-ati, xf86-video-vesa, xf86-input-evdev. I don't know if that's true nor what versions to get nor where to get them.

Last edited by ahc_fan; 01-27-2016 at 02:43 PM.
 
Old 01-28-2016, 05:00 AM   #11
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
So I've been googling like hell and can't for the life of me find any older packages for xorg. I wanted to find xf86-input-evdev-2.10.0 and possibly libevdev but they are nowhere to be found.

Someone on the arch forums also had the same problem I have downgrading to xorg-server-1.17. No mouse or keyboard input. They solved it by downgrading a libinput package. I don't see such a package for slackware.
 
Old 01-28-2016, 05:18 AM   #12
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
Libinput is not part of Slackware.
 
Old 01-28-2016, 07:21 AM   #13
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Just grab the source/x11/ directory from a -current mirror and build only those drivers. They should be able to be built fine on 1.17. Your problem is they were built on 1.18, so it is expecting Xorg 1.18.

(I think the following is correct, it was done off the top of my head... it may need a few minor corrections)

Code:
wget --r --no-parent --nH --reject="index.html*" --cut-dirs=5 https://www.slackbuilds.org/mirror/slackware/slackware64-current/source/x/x11/
cd x11
sh x11.SlackBuild driver xf86-video-ati
sh x11.SlackBuild driver xf86-video-vesa
sh x11.SlackBuild driver xf86-input-evdev
upgradepkg /tmp/x11-build/xf86*.txz          #assuming you've never built anything from the x11.SlackBuild before, otherwise, specify the actual packages
 
1 members found this post helpful.
Old 01-28-2016, 12:18 PM   #14
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
Thanks! I wonder if AMD will update their driver some day for version 1.18...
 
Old 01-29-2016, 05:48 AM   #15
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592
Quote:
Originally Posted by bassmadrigal View Post
Just grab the source/x11/ directory from a -current mirror and build only those drivers. They should be able to be built fine on 1.17. Your problem is they were built on 1.18, so it is expecting Xorg 1.18.

(I think the following is correct, it was done off the top of my head... it may need a few minor corrections)

Code:
wget --r --no-parent --nH --reject="index.html*" --cut-dirs=5 https://www.slackbuilds.org/mirror/slackware/slackware64-current/source/x/x11/
cd x11
sh x11.SlackBuild driver xf86-video-ati
sh x11.SlackBuild driver xf86-video-vesa
sh x11.SlackBuild driver xf86-input-evdev
upgradepkg /tmp/x11-build/xf86*.txz          #assuming you've never built anything from the x11.SlackBuild before, otherwise, specify the actual packages
I was thinking that was probably what is needed to solve ahc_fan's problem. It is interesting,though,that I never did run into his kind of problem after I downgraded to 1.17.4.
 
  


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] AMD Catalyst 15.9 and Slackware Linux 14.1 current x86_64 MDKDIO Slackware 27 03-07-2020 04:37 PM
[SOLVED] Catalyst 15.7 with Slackware current pataphysician Slackware 3 08-31-2015 04:05 PM
Install of catalyst after current upgrade Pinonoir Slackware 11 07-31-2014 10:37 PM
[SOLVED] Catalyst 12.6 - Slackware current AlexSlack Slackware 8 07-25-2012 06:39 PM

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

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