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

Re: ATI radeon HD4250



On Mon, 21 Nov 2011 01:22:08 -0200
Kleber Fortaleza <kleberfortaleza@zoho.com> wrote:

> On Sunday 20 November 2011 22:12:50 Richard wrote:
> > Hi,
> > ATI problems, I'm running as below with a bit of Sid, I hadn't spotted it ,
> > but gnome-shell is still in fallback.
> > Sysinfo shows VESA rs880, but I've loaded the flgrx sections from synaptic
> > but on build DKMS could not build the module and it went in to a horrible
> > loop, which eventually it came out of. So I loaded the ATI 11.11 and it
> > thinks all is running OK. Gnome thinks otherwise.
> > 
> > I let the ATI package overwrite any existing ATI modules ,as I dont think
> > they were there. I'm running 3.0.0.1-RT kernel.
> > gdm3 and gnome-shell 3 have been running on this machine, not in fall back
> > mode when FC15 was loaded, so I know it works.
> > 
> > Anyone else had similar, or suggestions
> > 
> > TIA
> have you tried this?
> 
> #aticonfig --initial
> 
> 

Hi
yes that was one of the first things
:-
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"
	Driver      "fglrx"
	BusID       "PCI:1:5: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

lsmod shows no fglrx module loaded,
so I removed everything ati or fglrx I could find, and rerun the ati-installer,
which stopped as it thinks the module is loaded.
So next I went to /usr/src/fglrx-8.911 and ran make and got, sorry its legthy,

AMD kernel module generator version 2.1
doing Makefile based build for kernel 2.6.x and higher
make[1]: Entering directory `/usr/src/fglrx-8.911/2.6.x'
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
make[1]: Leaving directory `/usr/src/fglrx-8.911/2.6.x'
make[1]: Entering directory `/usr/src/fglrx-8.911/2.6.x'
make -C /lib/modules/3.0.0-2-rt-amd64/build SUBDIRS=/usr/src/fglrx-8.911/2.6.x modules
make[2]: Entering directory `/usr/src/linux-headers-3.0.0-2-rt-amd64'
  CC [M]  /usr/src/fglrx-8.911/2.6.x/firegl_public.o
In file included from /usr/src/fglrx-8.911/2.6.x/firegl_public.c:191:0:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:202:5: warning: "_DEBUG" is not defined [-Wundef]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:162:16: warning: ‘module_log_map’ defined but not used [-Wunused-variable]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:175:19: warning: ‘module_type_map’ defined but not used [-Wunused-variable]
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_acpi.o
In file included from /usr/src/fglrx-8.911/2.6.x/kcl_acpi.c:33:0:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:202:5: warning: "_DEBUG" is not defined [-Wundef]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:162:16: warning: ‘module_log_map’ defined but not used [-Wunused-variable]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:175:19: warning: ‘module_type_map’ defined but not used [-Wunused-variable]
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_agp.o
In file included from /usr/src/fglrx-8.911/2.6.x/kcl_agp.c:47:0:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:202:5: warning: "_DEBUG" is not defined [-Wundef]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:162:16: warning: ‘module_log_map’ defined but not used [-Wunused-variable]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:175:19: warning: ‘module_type_map’ defined but not used [-Wunused-variable]
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_debug.o
In file included from /usr/src/fglrx-8.911/2.6.x/kcl_debug.c:39:0:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:202:5: warning: "_DEBUG" is not defined [-Wundef]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.c:45:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.c:65:14: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.c: In function ‘prvGetCpuId’:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.c:72:18: warning: unused variable ‘Mode’ [-Wunused-variable]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.c: At top level:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:162:16: warning: ‘module_log_map’ defined but not used [-Wunused-variable]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:175:19: warning: ‘module_type_map’ defined but not used [-Wunused-variable]
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_ioctl.o
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_io.o
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_pci.o
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_str.o
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_iommu.o
In file included from /usr/src/fglrx-8.911/2.6.x/kcl_iommu.c:45:0:
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:202:5: warning: "_DEBUG" is not defined [-Wundef]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:162:16: warning: ‘module_log_map’ defined but not used [-Wunused-variable]
/usr/src/fglrx-8.911/2.6.x/kcl_debug.h:175:19: warning: ‘module_type_map’ defined but not used [-Wunused-variable]
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl.o
  CC [M]  /usr/src/fglrx-8.911/2.6.x/kcl_wait.o
  LD [M]  /usr/src/fglrx-8.911/2.6.x/fglrx.o
  Building modules, stage 2.
  MODPOST 1 modules
FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol 'migrate_enable'
make[5]: *** [__modpost] Error 1
make[4]: *** [modules] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.0.0-2-rt-amd64'
make[1]: *** [kmod_build] Error 2
make[1]: Leaving directory `/usr/src/fglrx-8.911/2.6.x'
build failed with return value 2
make: *** [all] Error 1

If it wont build here, I doubt if it can be built with DKMS either

I'll try the same with the standard non RT kernel and post results

-- 
Best wishes / 73
Richard Bown

e-mail: richard@g8jvm.com   or   richard.bown@blueyonder.co.uk

nil carborundum a illegitemis
##################################################################################
Ham Call G8JVM . OS Debian Wheezy amd64 on a Dual core AMD Athlon 5200, 4 GB RAM
Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W ( degs mins )
QRV HF + VHF Microwave 23 cms:140W,13 cms:100W,6 cms:10W & 3 cms:5W
################################################################################## 


Reply to: