LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-07-2013, 11:52 AM   #16
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

Quote:
Originally Posted by willysr View Post
Slackware64-Current or Slackware-Current?
My bet is on i486-current because he mentioned that have the kernel 3.8.4-smp. There is no SMP kernel variant on x86_64.
 
Old 04-07-2013, 12:22 PM   #17
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
and the article is using x86_64. No wonder he gets an empty directory
 
Old 04-07-2013, 02:22 PM   #18
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 283

Rep: Reputation: 185Reputation: 185
I always use
Quote:
./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run --buildpkg Slackware/Slackware
 
Old 04-07-2013, 03:38 PM   #19
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just to clarify some things here:
1. AMD's driver is a unified version that is made for both, 32 and 64 bit, versions of Linux, so that driver is in fact the correct one.
2. While the patch will provide compatibility for kernel 3.8 the driver still lacks support for xorg-server version 1.14, which is currently used in -current. Given the speed of AMD's driver development we may get that in 3-6 months.

So if you have/want to use the Catalyst driver your only option currently is to run 14.0 or -current with an older version of Xorg.
 
1 members found this post helpful.
Old 04-07-2013, 06:15 PM   #20
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
FWIW: latest AMD Catalyst 13.3 LINUX Beta Driver now supports kernels 3.7 and 3.8 so no need to patch it. You can build a neat Slackware package using
Code:
# sh amd-driver-installer-catalyst-13.3-beta3-linux-x86.x86_64.run --buildpkg Slackware/Slackware
Unfortunately, it still lacks support for xorg-server version 1.14.

Last edited by BroX; 04-07-2013 at 06:17 PM.
 
Old 04-08-2013, 03:36 AM   #21
FeyFre
Member
 
Registered: Jun 2010
Location: Ukraine, Vinnitsa
Distribution: Slackware
Posts: 351

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by hotchili View Post
If you run slackware-current it will probably not work anyway.
Xorg is too new for catalyst driver (unless there was a new catalyst update). (I am still running the old xorg here...)
It is possible, but the reason why I installed -current is in my Slackware-14 installation X starts into black screen, not matters how I start it. In -current it starts even w/o this catalyst driver. So I have not wide choice.
Quote:
Originally Posted by Darth Vader
Forget that instructions. Here is how you can make a properly installation of your fglrx in Slackware:

1. Be sure that that the symlink /usr/src/linux-3.8.4/include/linux/version.h exists.
...
6. run aticonfig --initial
Thanks, I shall try it today later.

Quote:
Are you running Slackware64-Current or Slackware-Current?
Just to be sure since the driver mentioned is for x86_64
i686, and no, that instruction and catalyst driver are unified.
Quote:
So if you have/want to use the Catalyst driver your only option currently is to run 14.0 or -current with an older version of Xorg.
I would be happy to use 14.0, but as I mentioned earlier its Xorg has problems with video even on provided with kernels drivers(starting into black screen), but -current's version works. So choosing between does-not-work-at-all(14.0) and works(-current) I choose works one.

But now I trying to guess out what wrong with my audio subsystem, or probably configuration of it so half of software does not emits sounds.
 
Old 04-08-2013, 05:32 AM   #22
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You mentioned that you installed Pulseaudio, I recently switched to that, too, but it only worked after creating a file /etc/asound.conf with this content:
Code:
# Use PulseAudio by default
pcm.!default {
  type pulse
  fallback "sysdefault"
  hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
  }
}

ctl.!default {
  type pulse
  fallback "sysdefault"
}
You can try if that helps in your case.
 
1 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] Multimedia key problems! Can someone tell me where I am going wrong? barnac1e Debian 2 06-14-2012 07:56 PM
GSB-Current, Multimedia keys, Rhythmbox merciful Slackware 0 11-20-2010 05:34 PM
DreamLinux Multimedia Edition 2.2 Problems tq2007 Linux - Newbie 3 04-18-2007 06:12 AM
various multimedia (small) problems hildog Linux - Newbie 0 10-06-2003 04:23 PM
Having problems with X Multimedia System pmorkert Linux - Software 3 07-29-2003 11:20 PM

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

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