|
From: S. P. <pr...@gm...> - 2008-05-18 13:50:13
|
Hoi, I finally managed to compile mesa with linux-solo configuration after a few weeks of trial-and-error. Now whenever i try to start the sample_server I get this error: [root@server miniglx]# ./sample_server & [miniglx] probed chipset 0x4e48 got MMIOAddress 0xb7df4000 offset 134217728 Unable to open radeon_dri.so: radeon_dri.so: cannot open shared object file: No such file or directory InitDriver failed Error: __miniglx_StartServer failed [1] 3325 [1]+ Exit 1 ./sample_server I am using Arch Linux with 2.6.25 kernel and modifications regarding the file drm_drv.c Video Card is ATI Radeon 9800, modules radeon, radeofb, agpgart are loaded. I have absolutly no idea why he refuses to find radeon_dri.so, the file exists in /usr/X11R6/lib/modules/dri/radeon_dri.so and /usr/lib/dri/radeon_dri.so (and of course in /root/Mesa-7.0.3/lib/radeon_dri.so and /root/Mesa-7.0.3/src/mesa/drivers/dri/radeon/radeon_dri.so) If it should be somewhere else - please tell me. If there's any other reason why it refuses to work, please tell me. I've absolutly no idea what could be wrong, I need your help. Regards, Simon Prückl |