Direct rendering: please help!
Hello,
I'm trying too enable direct rendering on my compaq presario 700 with a VIA\S3 Savage video card. Following a thread on this site, I installed successfully
xserver-xfree86-dri-trunk and xlibmesa-gl1-dri-trunk packages and built the DRM from the
drm-trunk-module-src package. Unfortunately when I do
make DRM_MODULES="savage"
I get the following output:
make -C /lib/modules/2.6.8/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[1]: Entering directory `/usr/src/kernel-source-2.6.8'
Building modules, stage 2.
MODPOST
*** Warning: "drm_release" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_core_reclaim_buffers" [/usr/src/drm-modules/linux-core/savage.ko] has no
CRC!
*** Warning: "drm_initmap" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_mmap" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_cleanup_pci" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_get_resource_start" [/usr/src/drm-modules/linux-core/savage.ko] has no C
RC!
*** Warning: "drm_init" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_core_get_map_ofs" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC
!
*** Warning: "drm_debug" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_exit" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_ioctl" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_get_dev" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_core_get_reg_ofs" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC
!
*** Warning: "drm_get_resource_len" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC
!
*** Warning: "drm_poll" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_fasync" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
*** Warning: "drm_open" [/usr/src/drm-modules/linux-core/savage.ko] has no CRC!
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
This builds the module savage.ko but unfortunately after
cp savage.ko /lib/modules/`uname -r`/kernel/drivers/char/drm
and a reboot the direct rendering is still off and dmesg gives the following:
savage: Unknown symbol drm_open
savage: Unknown symbol drm_fasync
savage: Unknown symbol drm_poll
savage: Unknown symbol drm_get_resource_len
savage: Unknown symbol drm_core_get_reg_ofs
savage: Unknown symbol drm_get_dev
savage: Unknown symbol drm_ioctl
savage: Unknown symbol drm_exit
savage: Unknown symbol drm_debug
savage: Unknown symbol drm_core_get_map_ofs
savage: Unknown symbol drm_init
savage: Unknown symbol drm_get_resource_start
savage: Unknown symbol drm_cleanup_pci
savage: Unknown symbol drm_mmap
savage: Unknown symbol drm_initmap
savage: Unknown symbol drm_core_reclaim_buffers
savage: Unknown symbol drm_release
Does anybody know what I did wrong?
Any advice will be very much appreciated!
Bye
|