hd7990 driver issue
#7
(11-30-2013, 01:56 AM)epixoip Wrote: what does 'amdconfig --lsa' show? what driver does Xorg.log show that you're using? have you tried re-installing the driver? do you have dkms installed?
Thanks epixoip, here what you ask:

root@cracker:~# amdconfig --lsa
* 0. 06:00.0 AMD Radeon HD 7900 Series
1. 07:00.0 AMD Radeon HD 7900 Series

* - Default adapter

---------
root@cracker:~# dpkg --get-selections | grep dkms
dkms install

--------
root@cracker:/etc# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[1]-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:6:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[1]-0"
Driver "fglrx"
BusID "PCI:7:0:0"
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

Section "Screen"
Identifier "aticonfig-Screen[1]-0"
Device "aticonfig-Device[1]-0"
Monitor "aticonfig-Monitor[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

------


Ivan


Messages In This Thread
hd7990 driver issue - by raist2 - 11-29-2013, 07:17 PM
RE: hd7990 driver issue - by atom - 11-29-2013, 08:01 PM
RE: hd7990 driver issue - by raist2 - 11-29-2013, 08:37 PM
RE: hd7990 driver issue - by davejcb - 11-29-2013, 10:50 PM
RE: hd7990 driver issue - by raist2 - 11-29-2013, 11:07 PM
RE: hd7990 driver issue - by epixoip - 11-30-2013, 01:56 AM
RE: hd7990 driver issue - by raist2 - 11-30-2013, 09:12 AM
RE: hd7990 driver issue - by epixoip - 11-30-2013, 09:55 AM
RE: hd7990 driver issue - by raist2 - 11-30-2013, 10:53 AM
RE: hd7990 driver issue - by raist2 - 11-30-2013, 07:10 PM
RE: hd7990 driver issue - by raist2 - 11-30-2013, 10:04 PM