LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Installing Proprietary ATI drivers (having issues) (https://www.linuxquestions.org/questions/debian-26/installing-proprietary-ati-drivers-having-issues-4175497849/)

Archy1 03-11-2014 06:00 PM

Installing Proprietary ATI drivers (having issues)
 
I'm running Debian 7.4 amd64 on a Radeon HD four-hundred-something (can't remeber exactly what "lspci -nn | grep VGA" outputted).

After installing drivers like this (as instructed here):
Code:

# Adding wheezy-backports.
leafpad /etc/apt/sources.list

# Installing driver.
aptitude update
aptitude install linux-headershttps://wiki.debian.org/ATIProprietary-$(uname -r|sed 's,[^-]*-[^-]*-,,')
aptitude -r -t wheezy-backports install fglrx-legacy-driver

# Configuring driver.
mkdir /etc/X11/xorg.conf.d
echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "fglrx"\nEndSection' > /etc/X11/xorg.conf.d/20-fglrx.conf

I rebooted into a black screen.

Any help would be appreciated as to how to get my screen back and how to successful use ATI drivers. This is a fresh install so if something brakes, I can just install again.

qrange 03-11-2014 07:17 PM

I'd reboot into 'recovery mode' and delete that '20-fglrx.conf'.
then reboot.

Archy1 03-11-2014 08:07 PM

Thanks! That did it; now only how to configure this driver to a workable state...

BirdfromtheSouthpole 03-21-2014 08:04 AM

I had similar problems and solved it by this way:

First, remove all AMD/ATI related drivers, after this is done, download the actuall BETA!!! Catalyst driver package from AMD, run the script with sudo/root rights and than finally type into the bash

aticonfig --initial

That's it.

Had dozens of problems by following the wiki's. And it seems, that only the beta driver works fine (own the newest R9 290X).

TobiSGD 03-21-2014 08:51 AM

Quote:

Originally Posted by BirdfromtheSouthpole (Post 5138668)
I had similar problems and solved it by this way:

First, remove all AMD/ATI related drivers, after this is done, download the actuall BETA!!! Catalyst driver package from AMD, run the script with sudo/root rights and than finally type into the bash

aticonfig --initial

That's it.

Had dozens of problems by following the wiki's. And it seems, that only the beta driver works fine (own the newest R9 290X).

The only problem is that the HD4xxx cards need the Legacy driver, the Beta does not support them. FWIW, I refuse to use that crappy Catalyst driver, the free radeon driver works fine here on my AMD cards.

Archy1 03-23-2014 04:04 PM

Quote:

Originally Posted by TobiSGD (Post 5138691)
The only problem is that the HD4xxx cards need the Legacy driver, the Beta does not support them.

Are you using wheezy?

Quote:

Originally Posted by BirdfromtheSouthpole (Post 5138668)
I had similar problems and solved it by this way:

First, remove all AMD/ATI related drivers, after this is done, download the actuall BETA!!! Catalyst driver package from AMD, run the script with sudo/root rights and than finally type into the bash

aticonfig --initial

That's it.

Had dozens of problems by following the wiki's. And it seems, that only the beta driver works fine (own the newest R9 290X).

Did you try this with a Radeon HD 4xxx?

TobiSGD 03-23-2014 05:39 PM

Quote:

Originally Posted by Archy1 (Post 5139950)
Are you using wheezy?

No, I am using Slackware, but with similar hardware, so I know that the HD2/3/4xxx do not run with the Beta driver, you need the 13.1 Legacy driver for these cards, later drivers do simply not support them.

vladtepe 04-20-2015 11:45 AM

Black Screen
 
Quote:

Originally Posted by BirdfromtheSouthpole (Post 5138668)
I had similar problems and solved it by this way:

First, remove all AMD/ATI related drivers, after this is done, download the actuall BETA!!! Catalyst driver package from AMD, run the script with sudo/root rights and than finally type into the bash

aticonfig --initial

That's it.

Had dozens of problems by following the wiki's. And it seems, that only the beta driver works fine (own the newest R9 290X).

What version is the beta you used, i try the 14.9, 14.6 and the last release but i have the black screen everytime, i don't know what i'm doing wrong so any help would be aprecciated.

PS. I'm using Debian Jessie

ondoho 04-20-2015 03:49 PM

misunderstanding, please disregard.


All times are GMT -5. The time now is 11:18 AM.