LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-25-2014, 03:12 PM   #1
Cityscape
Member
 
Registered: Jan 2010
Location: British Columbia
Distribution: Debian 8
Posts: 140

Rep: Reputation: 15
Problem with Legacy FGLRX driver.


Hi everyone,

I'm running Debian Wheezy (32bit) on my laptop with an AMD Radeon HD 4200 series GPU. This card is supported by the ATI Proprietary 13.1 legacy driver. I followed the instructions for installing it from this Debian Wiki: https://wiki.debian.org/ATIProprieta...st_Legacy_13.1

I then created the /etc/X11/xorg.conf.d/20-fglrx.conf file described later in the wiki (https://wiki.debian.org/ATIProprietary#Configuration) and rebooted. Unfortunately I was greeted with a plain black screen, no login manager to be seen.

So then I tried it all over again, and this time I ran "aticonfig --initial" like AMD recommends. It generated a new xorg.conf file. (I also ran "update-initramfs -u -t" like someone else suggested) I rebooted and got the same black screen.

Any idea on how to get this driver working?
 
Old 11-25-2014, 07:53 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I'm not familiar with this particular setup, but when you have problems with X you should always check the log file. For example /var/log/Xorg.0.log

HTH,

Evo2.
 
Old 11-25-2014, 09:21 PM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Things to check/try

The 20-fglrx.conf that was created if it still exist may be causing problems.
Make sure radeon driver is blacklisted and not being loaded
nomodeset as a boot option possibly may help
noaccel as an option in the xorg.conf file
 
Old 11-26-2014, 02:40 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you installed firmware-linux package?
Were you able to get to Desktop before installing proprietary driver?
 
Old 11-26-2014, 02:52 AM   #5
Cityscape
Member
 
Registered: Jan 2010
Location: British Columbia
Distribution: Debian 8
Posts: 140

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by colorpurple21859 View Post
Things to check/try

The 20-fglrx.conf that was created if it still exist may be causing problems.
Make sure radeon driver is blacklisted and not being loaded
nomodeset as a boot option possibly may help
noaccel as an option in the xorg.conf file
Well I've tried booting with and without the 20-fglrx.conf an neither has worked. The official wiki did say to have it.

How do I make sure it's blacklisted and not loaded?
I already tried nomodeset by adding "GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"" in /etc/default/grub.
And I just tried the noaccel option and still no luck.

Quote:
Originally Posted by evo2 View Post
Hi,

I'm not familiar with this particular setup, but when you have problems with X you should always check the log file. For example /var/log/Xorg.0.log

HTH,

Evo2.
I'm attaching both that file and my xorg.cof file.

Quote:
Originally Posted by EDDY1 View Post
Have you installed firmware-linux package?
Were you able to get to Desktop before installing proprietary driver?
I have both the firmware-linux-free and firmware-linux-nonfree packages, but not the the firmmware-linux package. Should I install that now?

Yes, it worked fine before installing the driver. I can still boot into the desktop selecting the 486 option in grub (though graphics performance is actually not very good) which is how I'm posting now.
Attached Files
File Type: log Xorg.0.log (11.7 KB, 16 views)
File Type: txt xorg.conf.txt (714 Bytes, 14 views)
 
Old 11-26-2014, 06:33 PM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

did you read the log file? Seems you specified the wrong busid in your config file. You can check what busid you should be using with lspci. Eg
Code:
lspci | grep -i vga
Evo2.
 
Old 11-27-2014, 08:26 PM   #7
Cityscape
Member
 
Registered: Jan 2010
Location: British Columbia
Distribution: Debian 8
Posts: 140

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by evo2 View Post
Hi,

did you read the log file? Seems you specified the wrong busid in your config file. You can check what busid you should be using with lspci. Eg
Code:
lspci | grep -i vga
Evo2.
I briefly read the log file but I don't really know what to log for in it.

Code:
adam@ToshibaL655D:~$ lspci | grep -i vga
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series]
My config file has "BusID "PCI:1:5:0"". Is that the same thing as "01.05.0" or not?
 
Old 11-27-2014, 11:14 PM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

hmm, that does seem to be the correct id. Not sure what the problem is. Just out of curiosity, does it work with the radeon driver?

Evo2.
 
Old 11-28-2014, 12:19 AM   #9
Cityscape
Member
 
Registered: Jan 2010
Location: British Columbia
Distribution: Debian 8
Posts: 140

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by evo2 View Post
Hi,

hmm, that does seem to be the correct id. Not sure what the problem is. Just out of curiosity, does it work with the radeon driver?

Evo2.
Yes it works with the radeon driver. But I want the fglrx driver to enable sound over HDMI, hopefully increase game performance etc.
 
Old 11-28-2014, 01:15 AM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Sound over hdmi is done by creating a .asoundrc file & listing the device
post output of
Quote:
aplay -l
 
  


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] fglrx legacy driver doesn't work kox444 Linux - Desktop 1 04-03-2014 03:46 PM
Problem with fglrx-legacy, help needed Prince Imhotep Linux - Hardware 7 02-10-2014 11:03 PM
Help me find fglrx-legacy distro DisappearingOak Linux - Distributions 3 12-07-2012 11:28 AM
[SOLVED] Legacy Nvidia driver install problem Larry Webb Fedora 17 09-12-2010 03:52 PM
ATI driver, fglrx - FATAL: Error inserting fglrx hubabuba Slackware 4 04-18-2009 01:27 PM

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

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