[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

fglrx not working with Radon 7770 HD and kernel 3.9-1



Hi

The 7770 is currently not supported by the open radon driver in testing
so I tried to go with fglrx.

I follow the instructions in the debian wiki
http://wiki.debian.org/ATIProprietary
and created a xorg.conf with 'aticonfig --initial'. When ever I try to
start X now with fglrx turned on my PC freezes and stops logging, there
is now Xorg.0.log generated and 'grep fglrx /var/log/dmesg' also turns
up nothing. I'm a bit lost on where to start looking for the error.

It used to work with the kernel version 3.2.0-3. 
3.2.0-4 has the same error as 3.9-1

best Max

lspci -nn | grep VGA                                     [17:46:05]
> 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
> [AMD/ATI] Cape Verde XT [Radeon HD 7770 GHz Edition] [1002:683d]

xorg.conf
> Section "ServerLayout"
> 	Identifier     "aticonfig Layout"
> 	Screen      0  "aticonfig-Screen[0]-0" 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 "Device"
> 	Identifier  "aticonfig-Device[0]-0"
> 	Option	    "MonitorLayout" "Auto,Auto"
> 	Driver      "fglrx"
> 	BusID       "PCI:1: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


Reply to: