Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unreal Tournament [99] skybox render problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Tanj
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2002
Posts: 79
Location: London Ontario Canada

PostPosted: Fri Apr 14, 2006 7:30 pm    Post subject: Unreal Tournament [99] skybox render problem Reply with quote

After updating to the new modular xorg UT has problems with any map that has a skybox. What it does is it grabs the skybox image and doesn't stop holding it until I look at the floor. Any map that doesn't have a skybox is fine.



http://godz.clanservers.com/tempus/skybox.png
_________________
Please don't make ignorant statements. It hurts my brain.
Back to top
View user's profile Send private message
RushPL
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2005
Posts: 116
Location: Poland, Gdansk

PostPosted: Sat Apr 15, 2006 1:32 pm    Post subject: Reply with quote

I don't know if it can be a solution to all problems but you should try this -> https://forums.gentoo.org/viewtopic-p-3251026.html#3251026
And which patch are you using ? If it's 436(which much better behaves on Linux than the 451 one) you can copy a few files from the 451 patch, they won't break anything, in fact they can fix a lot of things.
These are the files you can safely copy from 451 patch to a 436 installation:
OpenGLDrv.so
SDLDrv.so
Render.so
UWeb.so (this one is more for a server, but whatever ...)

You can obtain the 451 patch from http://utpg.org
Back to top
View user's profile Send private message
Tanj
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2002
Posts: 79
Location: London Ontario Canada

PostPosted: Sat Apr 15, 2006 3:02 pm    Post subject: Reply with quote

that didn't help any :/

thanks for the sugestion though :)
_________________
Please don't make ignorant statements. It hurts my brain.
Back to top
View user's profile Send private message
AliasXZ
l33t
l33t


Joined: 08 Feb 2005
Posts: 847
Location: England, Wakefield

PostPosted: Fri Nov 24, 2006 10:41 am    Post subject: Reply with quote

same problem here with skymaps

who else has this problem?
_________________
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Back to top
View user's profile Send private message
RushPL
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2005
Posts: 116
Location: Poland, Gdansk

PostPosted: Fri Nov 24, 2006 4:20 pm    Post subject: Reply with quote

I think it is Nvidia's problem, unfortunately you would have to downgrade by few versions ... if anybody knows a workaround it would be really great.
Back to top
View user's profile Send private message
AliasXZ
l33t
l33t


Joined: 08 Feb 2005
Posts: 847
Location: England, Wakefield

PostPosted: Fri Nov 24, 2006 4:22 pm    Post subject: Reply with quote

cant do that - x will only fire up with recent drivers, looks like ut wont be played for a while...
_________________
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Back to top
View user's profile Send private message
RushPL
Tux's lil' helper
Tux's lil' helper


Joined: 25 Dec 2005
Posts: 116
Location: Poland, Gdansk

PostPosted: Sat Nov 25, 2006 12:05 am    Post subject: Reply with quote

Well, the skybox problem isn't that bad, just avoid some maps with open air. ;)
Back to top
View user's profile Send private message
viperlin
Veteran
Veteran


Joined: 15 Apr 2003
Posts: 1319
Location: UK

PostPosted: Wed Dec 06, 2006 11:20 pm    Post subject: Reply with quote

but the BEST maps fully open air :(

i want my UT to work
Back to top
View user's profile Send private message
AliasXZ
l33t
l33t


Joined: 08 Feb 2005
Posts: 847
Location: England, Wakefield

PostPosted: Wed Dec 06, 2006 11:23 pm    Post subject: Reply with quote

so do i..... *cries*

ive dual booted with windows now anyway....

It works fine in xorg 6 lol (before it went mudular)
_________________
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Back to top
View user's profile Send private message
AliasXZ
l33t
l33t


Joined: 08 Feb 2005
Posts: 847
Location: England, Wakefield

PostPosted: Tue Dec 12, 2006 2:14 pm    Post subject: Reply with quote

RushPL wrote:
Well, the skybox problem isn't that bad, just avoid some maps with open air. ;)


Ive actually managed to make it happen when under water on certain maps (not skymaps)
_________________
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Back to top
View user's profile Send private message
Tanj
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2002
Posts: 79
Location: London Ontario Canada

PostPosted: Sat Jan 20, 2007 7:43 pm    Post subject: Reply with quote

problem seems to have been fixed in the nvidia-drivers-9631
_________________
Please don't make ignorant statements. It hurts my brain.
Back to top
View user's profile Send private message
AliasXZ
l33t
l33t


Joined: 08 Feb 2005
Posts: 847
Location: England, Wakefield

PostPosted: Sun Jan 21, 2007 6:18 pm    Post subject: Reply with quote

Im trying it now, just installed 9631...

EDIT:

omfg, I think your right :-)

EDIT YET AGAIN:

Looks like this is solved ladies and gents

I wouldnt use SDL for opengl, change the relevant lines in UnrealTournament.ini:

from:

Code:
[Engine.Engine]
GameRenderDevice=SDLOpenGL.SDLOpenGLRenderDevice
WindowRenderDevice=SDLOpenGL.SDLOpenGLRenderDevice
RenderDevice=SDLOpenGL.SDLOpenGLRenderDevice


to:

Code:
[Engine.Engine]
GameRenderDevice=OpenGLDrv.OpenGLRenderDevice
WindowedRenderDevice=OpenGLDrv.OpenGLRenderDevice
RenderDevice=OpenGLDrv.OpenGLRenderDevice


EDIT for last time

This is solved, anyone feel free to post if they have problems...
_________________
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum