Ulrich Möhrke schrieb:
Hallo, Am Donnerstag, den 06.10.2005, 23:05 +0200 schrieb norman bundey:moin leute,nun zum folgenden problem:bei spielen wie quake3 arena oder enemy territory kann ich die opengl unterstützung nicht einschalten, das müsste doch eigentlich gehen. muss ich noch einen haken irgendwo machen so wie bei suse, oder war das nur für die 3d beschleunigung mit dem haken, bin mir da nu nicht ganz sicher. meine grafikkarte packt solche spiele eigentlich ohne zu zicken, jedenfalls unter suse liefen die irgendwie runder. ach ja, geforce 4 ti 4200 64 MB ist die grafikkarte und debian sarge mein system.bei der treiber installation bin ich folgender maßen vorgegangen. treiber kompiliert. dpkg-reconfigure xserver-xfree86 nv gegen nvidia getauscht 65536 als speicher angegeben auch den pci eingetragen fertigIrgendwo in den nvidia-Dokus hatte ich gefunden, dass man bei dpkg-reconfigure xserver-xfree86bestimmte Module vom automatischen Laden abwählen muss. Ich glaube, das waren dri und glx, bin mir aber jetzt nicht sicher. Such mal danach. Grüße, Ulli
Danke erstmal Leute,aber das wars noch nicht. Nur damit wir uns richtig verstehen. Ich kann die spiele starten aber bei den einstellungen in den spielen die opengl geschichte zwar freischalten, aber dann wird die anzeige der level total vermurkst.
hier mal meine XF86Config-4: Section "Files" # if the local font server has problems, we can fall back on these FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/X11R6/lib/X11/fonts" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/type1" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/local/share/fonts/truetype" FontPath "/usr/share/fonts/truetype/freefont" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" 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 "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "NVIDIA Geforce 4200" Driver "nvidia" BusID "PCI:01:00:0" VideoRam 65536 Option "NoLogo" "1" EndSection Section "Monitor" Identifier "hp72 HP D8904/D8905" HorizSync 50-85 VertRefresh 50-84 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Geforce 4200" Monitor "hp72 HP D8904/D8905" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Section "Screen" Identifier "Default Screen" Device "NVIDIA Geforce 4200" Monitor "hp72 HP D8904/D8905" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSectionhatte hier mal die glx und dri auskommentiert und xserver neugestartet. doch dann konnte ich die games nicht mehr starten. so müsste die datei doch in ordnung sein.
gruss norman