LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   High speed games (https://www.linuxquestions.org/questions/linux-software-2/high-speed-games-58147/)

viniosity 05-04-2003 10:52 PM

High speed games
 
I finally got neverwinter nights working on Debian! Unfortunately it's sloooooooooow.

I heard it was possible to speed up games by running them from the command line.. something like

xinit ./nwn or
X && /.nwn

problem is that when I try this I get a command not found error even though I'm running from the /home/viniosity/nwn directory. I've tried the following iterations:

X && ./nwn
X && .nwn
X && nwn

anyone know what I'm doing wrong? I can run it from within KDE without a problem...

rch 05-05-2003 03:51 AM

Re: High speed games
 
Quote:

Originally posted by viniosity
I finally got neverwinter nights working on Debian! Unfortunately it's sloooooooooow.

I heard it was possible to speed up games by running them from the command line.. something like

xinit ./nwn or
X && /.nwn

problem is that when I try this I get a command not found error even though I'm running from the /home/viniosity/nwn directory. I've tried the following iterations:

X && ./nwn
X && .nwn
X && nwn

anyone know what I'm doing wrong? I can run it from within KDE without a problem...

no DRI
try glxinfo|grep DRI
if nothing happens try to set up DRI
/usr/X11R6/lib/X11/doc/README.dri

viniosity 05-05-2003 10:20 AM

bingo!
 
That did it! The nVidia readme specifically states to remove GLCore and dri from the XF86CONFIG-4 file but when I stuck it back in I was able to type xinit ./nwn and get it working. Thanks for your help!


All times are GMT -5. The time now is 07:05 PM.