06-21-2013, 02:40 AM
Sorry dude, that didnt work. I followed the instuctions in this order:
aptitude install build-essential dkms unzip
aptitude build-dep fglrx
wget http://www2.ati.com/drivers/linux/amd-dr...x86_64.zip
unzip amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
sh amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run
amdconfig --adapter=all --initial -f
reboot
It did the same as before. Dropped me to a low graphics version and then failed. I had to cp /etc/X11/xorg.conf.orignal-0 to /etc/X11/xorg.conf to get my displays back to how they should be.
Here's what is in the xorg.conf* files
mac [ ~ ]$ cat /etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
mac [ ~ ]$ cat /etc/X11/xorg.conf.failsafe
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
mac [ ~ ]$ cat /etc/X11/xorg.conf.fglrx-0
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
mac [ ~ ]$ cat /etc/X11/xorg.conf.original-0
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Hope someone can help.
Cheers,
T
aptitude install build-essential dkms unzip
aptitude build-dep fglrx
wget http://www2.ati.com/drivers/linux/amd-dr...x86_64.zip
unzip amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip
sh amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run
amdconfig --adapter=all --initial -f
reboot
It did the same as before. Dropped me to a low graphics version and then failed. I had to cp /etc/X11/xorg.conf.orignal-0 to /etc/X11/xorg.conf to get my displays back to how they should be.
Here's what is in the xorg.conf* files
mac [ ~ ]$ cat /etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
mac [ ~ ]$ cat /etc/X11/xorg.conf.failsafe
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
mac [ ~ ]$ cat /etc/X11/xorg.conf.fglrx-0
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
mac [ ~ ]$ cat /etc/X11/xorg.conf.original-0
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Hope someone can help.
Cheers,
T