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-18-2013, 08:08 AM   #1
FeyFre
Member
 
Registered: Jun 2010
Location: Ukraine, Vinnitsa
Distribution: Slackware
Posts: 351

Rep: Reputation: 30
Angry AMD APU + Catalyst + Xorg = failed, and I hate to raise this question again!


I hate to raise this question again!
I cannot force to work Xorg on my hardware.
AMD APU A4-3400 (include Radeon 6410D graphics)
Slackware 14.1
Installing Catalyst 11.4 ends with kernel module build error. Skipped it.
1. Installing 11.6 beta - builds. Slackware specific package(fglrx-*.t?z) installed
2. aticonfig --initail --resolution=0,1024x768 - DONE. /etc/X11/xorg.conf.d/ati.conf generated
3. in /etc/modprobe.d/ blacklisted radeon and radeonhd
4. reboot
5. login, startx - FAILED. Black screen. Text cursor at top left corner blinks. Alt+F# and Alt+Ctrl+F#, Alt+Ctrl+Backspace, Alt+Ctrl+Delete - no reaction.
6. Cold reset(and damned fsck consumes another 15minutes of time and portion of nerves).
7. Boot kernel with additional parameter nomodeset
8. login, startx - see step 5.

Any suggestions, working solution?

PS: Shall provide xorg.0.log latter if required.
PPS:
ati.conf attached.
Xorg.0.log - as it appeared, there is no any Xorg.0.log. Really I see empty Xorg.0.log. It seems it fails to save it into disk at all.
Last what I saw on screen after running starx - List of extensions to be loaded.
Attached Files
File Type: txt ati.conf.txt (706 Bytes, 30 views)

Last edited by FeyFre; 11-18-2013 at 02:46 PM.
 
Old 11-18-2013, 09:11 AM   #2
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Rep: Reputation: 165Reputation: 165
both Xorg.0.log and also your ati.conf might be handy.
 
Old 11-18-2013, 12:10 PM   #3
Amrod78
LQ Newbie
 
Registered: Jan 2009
Location: Italy
Distribution: Slackware
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by FeyFre View Post
1. Installing 11.6 beta - builds. Slackware specific package(fglrx-*.t?z) installed
Try to install the driver without creating the package; with the recent driver (or kernel I don't know exactly where the problem is)
the internal slackbuild puts some files in the wrong path.
The autoinstaller works fine and doesn't left garbage around when you uninstall the driver.
 
Old 11-18-2013, 02:46 PM   #4
FeyFre
Member
 
Registered: Jun 2010
Location: Ukraine, Vinnitsa
Distribution: Slackware
Posts: 351

Original Poster
Rep: Reputation: 30
ati.conf attached
Xorg.0.log - failed. it is really empty
 
Old 11-18-2013, 03:00 PM   #5
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Rep: Reputation: 165Reputation: 165
I am not sure where the problem is.
If Xorg.0.log is empty, you might want to look at Xorg.0.log.1
sometimes it spawns a second log file and the new one is empty
 
Old 11-18-2013, 05:54 PM   #6
FeyFre
Member
 
Registered: Jun 2010
Location: Ukraine, Vinnitsa
Distribution: Slackware
Posts: 351

Original Poster
Rep: Reputation: 30
I am not so dumb There is no more any Xorg logs.
Well, I shall try to do clean install and report result, BUT I very dislike recent trend of Slackware releases to unable to work w/o clean install.
 
Old 11-18-2013, 06:50 PM   #7
trxdraxon
Member
 
Registered: Jan 2006
Location: Command Line
Distribution: Slackware
Posts: 75
Blog Entries: 1

Rep: Reputation: Disabled
My home laptop with an A8 APU is working just fine with 14.1 and the latest beta driver. Whenever Xorg is updated the ATI drivers most likely will not work unless they release a new beta, they are always one step behind. This is an ATI issue not a Slackware issue.
 
Old 11-18-2013, 08:18 PM   #8
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
Can you get it to work with the default Mesa driver at least?

If you can get it to work with the open source "xf86-video-ati" driver for Radeons, you shouldn't need the FGLRX driver at all unless you are absolutely certain it's necessary.

Radeons like yours with the Northern Islands chipset should work with the Gallium radeon driver using the Glamor EGL driver. All you then need to do is set up your xorg.conf file in /etc/X11 as such:

Section "Module"
Load "dri2"
Load "glamoregl"
EndSection

Section "Device"
Identifier "radeon"
Driver "radeon"
Option "AccelMethod" "glamor"
EndSection
 
Old 11-18-2013, 08:49 PM   #9
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
To get an APU of that series working properly on Slackware 14.1 using the Mesa drivers you need at least kernel 3.11 (for dynamic power-management, otherwise the video-part of the APU will most likely run on its lowest frequency all the time), but better 3.12 (fixes a serious bug in the ondemand cpufreq governor, which improves performance dependent on the use case up to 90%) and Mesa 9.2 (not really necessary, but allows hardware video decoding using VDPAU and gives better 3D performance).
Glamor is for the HD6000 series not necessary, but should work (I still have not tried that, will do that soon).
 
Old 11-18-2013, 08:52 PM   #10
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'd say just get kernel 3.12 as recommended. I think Slackware already has libmesa 9.2 or later.
 
Old 11-18-2013, 09:39 PM   #11
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
Quote:
Originally Posted by ReaperX7 View Post
I'd say just get kernel 3.12 as recommended. I think Slackware already has libmesa 9.2 or later.
Slackware 14.1 (and at this point -current) come with Mesa 9.1.7.
 
Old 11-18-2013, 10:08 PM   #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
Well, then you'll need libmesa 9.2.3 also.

If Slackware doesn't come with a copy of EGL, you can safely import the LFS build into Slackware:

http://www.linuxfromscratch.org/blfs...tml#glamor-egl

Just replace $XORG_CONFIG with the correct pathway "--prefix=/usr", and simply build as the instructions say to, and install.

Last edited by ReaperX7; 11-18-2013 at 10:15 PM.
 
  


Reply

Tags
ati, catalyst, radeon, xorg



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
LXer: The AMD Catalyst 13.6 proprietary video driver will support the latest AMD APUs — and I really LXer Syndicated Linux News 0 07-10-2013 01:20 PM
slackware64-current w/ xorg-server-1.14 & AMD catalyst lanir Slackware 4 03-17-2013 08:21 AM
Installed Catalyst 13.2 Beta, xorg failed to start, "Invalid ATI BIOS" in log theif519 Linux - Newbie 1 02-28-2013 07:21 AM
Screen tearing on Ubuntu 12.04(32-bit) with AMD A4-3400 APU and AMD Radeon 6410D PhantomTurtle Linux - General 4 08-25-2012 08:09 PM
AMD APU and slackware yuchankit Slackware 8 11-23-2011 08:39 PM

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

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