So i tried setting up fglrx driver for my card using the steps outlined here:
wiki.debian.org/ATIProprietary
but when I get to the step where it tells me to use
aticonfig i get this error:
Code:
aticonfig: No supported adapters detected
I tried to make
xorg.conf myself by doing what it says and making this the
xorg.conf file:
Code:
Section "Device"
Identifier "ATI"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
but X won't start if I do that (delete xorg.conf and it goes back to it's fglrx-less state)
However, I was successfully able to install the drivers on my Ubuntu install (different partition on the same machine) but not my Debian install.
Anyone know how to fix this?