UT 2004 Grafik Bugs

R

ReduX08

Foren As
Abend,
Habe mal mein etwas älteres UT 2004 (Unreal Tournament) ausgepackt und wollte es mal wieder zocken(auf der orginal DVD ist ein Linux installer).
So nun habe ich es installiert und auch gepatcht, jedoch habe ich ziemliche Grafik Probleme. Z.b. flimmern die Wände wärend des Spielens oder bei manchen Maps ist der Boden durchsichtig.

Habe eine ATI 1950XT Grafikkarte und Treiber ist auch vorhanden.

Woran könnte es liegen?

MFG ReduX08
 
Meistens in 90% der Fälle an den Graka Treiber.

Welche Version hast du den? Ne ältere Treiber Version schon probiert?

Welche Distribution überhaupt?
 
Hi,
Also als Distri verwende ich Debian Etch.

Es ist immoment der neuste ATI Treiber drauf.
Ich poste hier mal mein Xorg da es bei einem anderen Problem schon daran lag (scheinbar hat das ATI Autotool versargt, welches die Config automatisch erstellt):
Code:
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:7:0:0"
 Option          "VideoOverlay"         "on"                 
 Option          "OpenGLOverlay"        "off"                
 Option          "UseInternalAGPGART"   "no"  
 Option          "TexturedXrender"      "off"
 Option          "Textured2D"           "on"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Also ich sehe da jetzt mal nichts was komplett falsch sein könnte.
Aber ein älteren Graka Treiber halte ich für unrealistisch, eigentlich sollte das Game damit funktionieren weil die letzten Patches sind ja nochnicht so alt.

MFG ReduX08
 
Zurück
Oben