Nick wrote: > Having downloaded xf86-video-radeonhd-1.2.4 and followed the directions at > http://www.x.org/wiki/radeonhd, I did a './configure' and 'make'. I placed > the resulting radeonhd_drv.so into /usr/X11/lib/modules/drivers/amd64/ and > rebooted. System came up with a white screen, I had to use console mode. I > opened /var/log/Xorg.0.log and it wouldn't load the driver as it stated > "Wrong ELF Class: ELFCLASS32". > > I am on an amd64 machine running 2008.11. Do I need to 'make' the driver > differently or is there something I've missed here?
You'll need to set CFLAGS="-m64" before building to get a 64-bit binary - Solaris compilers default to 32-bit even when building on a 64-bit capable machine. -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering