Gestern hab ich mal wieder mein altes UT2004 ausgepackt... die "Midway"-Edition - sprich: ohne Linux installer. Den habe ich bei Lokigames aber relativ schnell gefunden und UT installiert.
Nun habe ich ein problem dass ich schonmal früher hatte:
Sobald ich UT starte wird der Bildschirm schwarz und mein TFT (19 Zoll) zeigt am unteren rechen Bildschirmrand an: " Falscher Eingangspegel". Ich hatte das Problem auch schonmal bei CS:Source unter Wine, dies ließ sich aber dadurch beheben, dass ich Wine einfach ein Fenster emulieren ließ in welchem es dann lief.
Ich habe bereits die Auflösung in der ut2004.ini geändert, derzeit auf "Windowed" mit 800 x 600. Hat leider keine Abhilfe geschaffen.
Der vollständigkeit halber hier gleich meine xorg:
- Code: Alles auswählen
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Nov 4 14:07:17 P$
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
Option "NvAGP" "1"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
*Knicks*