SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-07-16 20:01:20

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

installing amd drivers so I can get my screen's max resolution?

Alright, so I'm on !#11 and I have a problem with my screen resolution. it's only at 1024x798 or something like that. my screen goes up to 1600x900, and I want to use that resolution. I tried xrandr from the command line using --output VGA-0 -- mode 1600x900, but it said it couldn't find the mode.

So now I'm trying to install the amd graphics drivers for my card using this tutorial http://debianandi.blogspot.com/2011/11/ … etary.html

But when I run the installer it errors out saying only this:

Check if system has the tools required for installation.
fglrx installation requires that the system have kernel headers.  /lib/modules/3.2.0-3-amd64/build/include/linux/version.h cannot be found on this system.
One or more tools required for installation cannot be found on the system. Install the required tools before installing the fglrx driver.
Optionally, run the installer with --force option to install without the tools.
Forcing install will disable AMD hardware acceleration and may make your system unstable. Not recommended.

My question is what does this error mean, and how do I fix it?
Thank you for your time reading this.

Offline

Be excellent to each other!

#2 2012-07-16 20:07:53

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

Try:

sudo apt-get install linux-headers-$(uname -r)

And have a look at @el_koraco's excellent The definitive guide to proprietary AMD graphics drivers.


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#3 2012-07-16 21:06:35

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

Thank you, that first line really helped me out!

but after I ran it, it installed (on the non-custom option), it rebooted, then the display stopped working. Like I'm only able to run in terminal. I did a xrandr, and it said "Can't find display" or something like that. so, umm, what should I do now to fix it?

Offline

#4 2012-07-16 21:22:30

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

I can only really suggest starting again and following @el_koraco's guide hmm

If you can post any errors here that might help someone else diagnose your exact problem.

Sorry I can't be more help than that sad

Last edited by safetycopy (2012-07-16 21:22:46)


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#5 2012-07-16 21:23:28

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

Start again? You mean reinstall? :<

Offline

#6 2012-07-16 21:24:01

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

I mean reisntall your video driver following @el_k's instructions.


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#7 2012-07-16 21:27:15

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

How do I do that when I have no display? is there a revert/uninstall command?

Offline

#8 2012-07-16 21:30:12

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

I assume you still have access to the downloaded driver? If so, cd to the directory it's saved in and rerun the installer.


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#9 2012-07-16 21:45:05

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

Alright I'll try that.
I tried aticonfig / amdconfig  --uninstall and both said they didn't find anything to uninstall.

I'll try your idea next

Offline

#10 2012-07-16 21:48:54

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

You could also look at the smxi section of @el_k's thread.


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#11 2012-07-16 22:27:32

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

That helped out a lot, I got my display back, but I can only support Xorg-radion i guess. :< , and it's still at a bad resolution. Any idea how to get a better resolution then 1024x798?

Offline

#12 2012-07-16 22:40:29

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

Post the output of the following:

apt-cache policy firmware-linux-free
apt-cache policy firmware-linux-nonfree

If those are not installed, I'd recommend trying them (& rebooting).


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#13 2012-07-17 00:32:59

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

me@crunchbang-dt:~$ apt-cache policy firmware-linux-free
firmware-linux-free:
  Installed: 3.1
  Candidate: 3.1
  Version table:
 *** 3.1 0
        500 http://ftp.us.debian.org/debian/ wheezy/main amd64 Packages
        100 /var/lib/dpkg/status
zero@crunchbang-dt:~$ apt-cache policy firmware-linux-nonfree
firmware-linux-nonfree:
  Installed: 0.36
  Candidate: 0.36
  Version table:
 *** 0.36 0
        500 http://ftp.us.debian.org/debian/ wheezy/non-free amd64 Packages
        100 /var/lib/dpkg/status
me@crunchbang-dt:~$ 

Both seem to be installed.

Offline

#14 2012-07-17 00:47:51

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

What video card are you using?

lspci | grep VGA

Last edited by safetycopy (2012-07-17 00:48:05)


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#15 2012-07-17 00:50:21

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

This kind :

01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880 [Radeon HD 4200]

Offline

#16 2012-07-17 01:02:18

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

Hmmm... Maybe try reinstalling firmware-linux-nonfree?

sudo apt-get remove --purge firmware-linux-nonfree
sudo apt-get install firmware-linux-nonfree

Reboot.


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#17 2012-07-17 01:06:52

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

Alright, I've done that (But not rebooted yet) and I got a lot of this error on reinstalling it:

libkmod: ERROR ../libkmod/libkmod-config.c:684 kmod_config_parse: /etc/modprobe.d/fbdev-blacklist.conf line 6: ignoring bad line starting with 'fb'

Edit: note the install seemed to work, as in it didn't quit.

Last edited by CyanPrime (2012-07-17 01:07:24)

Offline

#18 2012-07-17 01:09:17

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

Well, that's a separate issue that I'm not sure about big_smile

Reboot and see what happens. It's possible you need a couple of packages from backports...


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#19 2012-07-17 01:09:19

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

Back from reboot,  nothing seems to have changed. :<

Edit: looking at the xrandr gui I still can't go beyond 1024x798.

Last edited by CyanPrime (2012-07-17 01:10:18)

Offline

#20 2012-07-17 01:14:34

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

I sure wish @el_koraco would pop in big_smile

What kernel are you running?

uname -r

i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#21 2012-07-17 01:18:39

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

3.2.0-3-amd64

^ That one, good sir.

Offline

#22 2012-07-17 01:21:03

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

Well, honestly I'm a bit stumped hmm Hopefully someone with a bit more know-how can chime in...

Sorry I couldn't get you sorted sad


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

#23 2012-07-17 08:03:37

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,644

Re: installing amd drivers so I can get my screen's max resolution?

You can't run the AMD driver with your card, it's no longer supported. You can try to use smxi, but select the "older Catalyst" option. I would install (X/L)Ubuntu 12.04, as they have a working Catalyst 12.4 in the repository and it will be supported for five years.

Offline

#24 2012-07-17 14:19:48

safetycopy
urban legend
From: The Chatsubo
Registered: 2010-04-03
Posts: 1,311

Re: installing amd drivers so I can get my screen's max resolution?

^ I was starting to wonder if that might be the case. Thanks for stopping by, mate smile


i wonder if i missed the warning
Skinny Puppy, Love in Vein

Offline

Be excellent to each other!

#25 2012-07-17 23:34:07

CyanPrime
Member
Registered: 2012-07-16
Posts: 12

Re: installing amd drivers so I can get my screen's max resolution?

el_koraco wrote:

You can't run the AMD driver with your card, it's no longer supported. You can try to use smxi, but select the "older Catalyst" option. I would install (X/L)Ubuntu 12.04, as they have a working Catalyst 12.4 in the repository and it will be supported for five years.

Sorry for the delayed reply, but is there a way I can just download that driver, or those parts and use them in crunchbang? Really all the other distros are so far behind #! that it's ether #! or Windows to me.

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo