• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Newbie Linux: UT on Mandrake 8.2 help

IcePhoenix

Senior member
I am just getting into this Linux thing, and am having trouble getting UT to run. I installed both nVIdia drivers. I installed UT: GOTY using Loki's installer, and when I run the game, this is the message I get:

Unreal engine initialized
Bound to SDLDrv.so
Joystick [0] : Unknown Joystick
SDLClient initialized.
Bound to Render.so
Lighting subsystem initialized
Rendering initialized
LoadMap: Entry
Bound to Fire.so
Case-insensitive search: Botpack -> ..\System\BotPack.u
Bound to IpDrv.so
appError called:
Bad name index -5/2201
Executing UObject::StaticShutdownAfterError
Executing USDLClient::ShutdownAfterError
Signal: SIGIOT [iot trap]
Aborting.
Exiting.
Name subsystem shut down

I am running 1200 AMD Thunderbird, 3D Prophet Geforce 2 MX. Any way you guys can help me, I appriciate it. Thanks 🙂
 
Try rpm -e the Nvidia drivers. reinstall them and then depmod -a
Do any other games requiring 3D acceleration fail?
And have you edited your XFree86-4 file?
 


<< Try rpm -e the Nvidia drivers. reinstall them and then depmod -aDo any other games requiring 3D acceleration fail?And have you edited your XFree86-4 file? >>



Do I have to? See, this is why the title is NEWBIE Linux lol. Sorry 🙁
 
Yeah. The mandrake 8.2 install doesn't put hardware acceleration in it.
I had to go through that about a month ago. 😛

In your XFree86-4 file in the Modules section, put

Load "glx"

and where it has the info about your video card, change

"nv" to "nvidia"
 
I'd recommend going to here.
It's the nVidia discussion forum for Linux drivers. I found my solution there. If you read through the threads,
you might find an answer to your problem as well.
 
Back
Top