similar to: Sliding game screen

Displaying 20 results from an estimated 10000 matches similar to: "Sliding game screen"

2006 Feb 02
0
Sliding screen in games [again]
Okay, I've posted this twice before and if I've learned anything with Linux it's that "patience and persistence is the key". Anyway, when I play First-Person-Shooters in wine sometimes the screen will slide if I move the mouse too far to the side. Generally happens when the game hangs for a second -- trying to catch up with sound or video or when I drop the console to type
2006 Jan 29
0
Display quirks
Hi, I was wondering if I could get some help with a small nuisance. I've been pretty successful installing and playing a number of games under WINE but I notice a problem, particularly with FPS type games: I use a dual display configuration - Nvidia GeForce 4 MX. I've managed to configure the "metamode" settings in xorg.conf so when the games go "fullscreen" and
2004 Dec 01
0
ffmpeg2theora: FPS issues with M2T
Hi, I'm just attempting to re-encode some 720p HD (720x576) mpeg2-transport files to theora using ffmpeg2theora. However it seems impossible to get the framerate right; if I leave it on default the framerate seems to be doubled, if I force input fps to 50 it seems to go half speed. The files play fine with ffplay however. Has anyone got any clues? Cheers, Steve -- Steve Smith,
2011 Jan 24
1
Problems with Wine and twin view
Hello all, I'm using wine 1.3.11 on gentoo and i'm having some problems As far as i understand, in order to stop games spanning on both of my monitors i have to add a metamode in xorg.conf. So i've edited my xorf.conf to: Code: Option "metamodes" "CRT: 1280x1024_75 +1920+0, DFP: 1920x1080_60 +0+0; DFP: 1920x1080_60 +0+0, CRT: NULL" This is fine for
2008 Jul 03
1
Half Life 2 - Can't get past the loading screen
I'm running the game with the following options: > -novid -dxlevel 90 -width 1024 -height 768 I've got sound working using the ALSA driver. I can play other games just fine. I have an ATI Radeon X2300 which never game me any problems, I even used glxgears and got these results, which I think are ok: > 7851 frames in 5.0 seconds = 1570.134 FPS > 11556 frames in 5.0 seconds =
2010 Aug 18
14
Game is slower 2x than on Windows
Game named Istaria: Chronicles of the Gifted (http://appdb.winehq.org/objectManager.php?sClass=application&iId=1972) ( MMO ) is slower on ANY linux and ANY wine version exactly 2 times . For example on Windows I have 40 fps and in same place 20 fps on wine, 20 fps in Windows and ~10 fps on linux. I was trying lot of "wine tricks" without any effect. I have also installed the most up
2010 Sep 23
1
TF2 with GTX260 and Quad-core Phenom II - what performance?
I have a GTX260 216 core, running the latest Nvidia binary driver(260.xx). I have a Phenom II x4 3.2ghz, and 4GB of DDR3-1600 ram. All in all, not a bad system. Now, my problem is that no matter what settings I use, I tend to get in the 30-50fps range with DX8.1. Lower if there's a lot of action onscreen. The interesting thing is that my frame-rate doesn't change significantly with
2008 Nov 03
1
Game very slow (neverwinter Nights 2 + Expansion)
After 1 day of work i finally got NWN2 working. The game starts, and everything seems to work. (even the Securom copyright protection). But in the game I have a big problem: the FPS are around 0.5. :( I have tried some things, but I'm am not experienced enough with wine, to fix this issue. (Others have 30 FPS with similar hardware) The things I have done: Added the Direct3D Registry Keys
2012 Mar 03
4
Sliding a Window in R
Dear all, I am having a vector of around 300.000 elements and I Want to slide fast a window from the first element until the last-Windowsize what I have so far is the following for statement:  for (i in 1:(length(data[,1]) - windowSize)) {         out[i] <- mean(data[i:(i + windowSize - 1), ])         elements[i]<-length(i:(i + windowSize - 1))       } but this of course takes ages to
2009 Feb 19
4
Minimizing WoW - Painfully low FPS
I can play WoW perfectly, it is 100% stable and I can get great fps. One problem though, when I minimize the game and I maximize it, sometimes I can just keep playing happily but sometimes thats not the case. I minimize it, maximize it again and the FPS drops to about 10-20fps (anywhere). As you might know, this is VERY annoying, I've tried changing loads of settings in-game with no help.
2011 Jun 14
1
Tip: Overlay frames per second on fullscreen 3d games
It's often handy to be able to see the current frames per second when testing a game under wine as it allows you to pinpoint where frame rate problems occur and how serious they are. It's easy to get the framerate from wine by setting WINEDEBUG=fps. However, it's not easy to track framerate changes as you play when the game runs fullscreen. Fraps[1] is a good solution to this problem
2008 Dec 16
8
sliding window over a large vector
Hi all, I have a very large binary vector, I wish to calculate the number of 1's over sliding windows. this is my very slow function slide<-function(seq,window){ n<-length(seq)-window tot<-c() tot[1]<-sum(seq[1:window]) for (i in 2:n) { tot[i]<- tot[i-1]-seq[i-1]+seq[i] } return(tot) } this works well for for reasonably sized vectors. Does
2011 Apr 17
3
Performance Issues with Games in Wine (EVE Online, TF2)
Lets get this out of the way first. My laptop has: Wine Version 1.3.18 Linux Mint 10 64-bit Intel Core 2 Duo T9600 @ 2.80GHz nvidia GeForce 9400 nvidia GeForce 260m SLI nvidia Driver Version 260.19.06 If theres anything I left out let me know and I'll do my best My problem is that on the games I am running through wine, I am getting a reduced frames per second compared to what I had before
2008 Dec 30
5
Trying to run (tweak) a few games on Wine
Hello, I'm a relatively new user to Linux, it's only been two weeks since I'm using it. I'm trying to run two games right now : Halo and Live for Speed. Here are the issues for each. Halo : Performance in Halo is excellent, it's actually better in Linux than it was in Windows XP. Frame rate is good, looks like solid 60 FPS all the time. The only problem is the mouse movement
2010 Jul 16
3
Counterstrike 1.6 lag and full screen issues
Hey all, just upgraded to wine 1.2rc7 and am noticing an issue while playing cs1.6. I'll be playing in full screen mode when all of a sudden my regular xcursor will "pop-up" over my crosshair and intense lag starts up (FPS < ~5). It's almost as if something is competing with counterstrike for video output. Anyways, I've found that if I alt tab, then alt tab back, it fixes
2011 Mar 16
2
Source Engine games - Low FPS (Wine 1.3.15)
The AppDB lists Team Fortress 2 as Platinum. It says it should run "flawlessly out-of-the-box." In Windows, I can max out all of the settings and get a steady 100+ FPS. In Wine, I have to set everything to Low, and even then, I still only get 20-30 FPS, occasionally dropping down into the 0-10 range when multiple players are on the screen. That doesn't sound flawless. Aside from
2009 Jan 08
1
fps low comapred torunning on windows
Im having a issue with games that i can play on windows fine..have very low frame rates under wine ..Games like HL2,CS Source ,,run fine on windows..but with same settings in wine its more like a slide show..I have a ATI card and have Debian lenny's fglxr drivers installed..Native linux 3d games run fine.maybe a bit slower than the windows version..but I believe that has to do with Ati drivers
2010 Sep 27
3
Low FPS in Wine games
My computer was working fine up until a few days ago. The games I were playing were getting 60 FPS or more. Then suddenly I rebooted to find that the games are now getting < 10 FPS. This happened a few times already, and somehow I've managed to make it go back to normal each time (last time I tweaked some nvidia-settings to fix it). I'm unable to get it to go back this time and also
2010 Nov 16
4
Very low FPS in Wine/Ubuntu vs WindowsXP
New on Linux and Wine. I like most of what I see. Here is one problem I don't understand. I run dualboot Windows XP / Ubuntu 10.04 LTS Lucid Lynx with Wine 1.3.6. Graphics - GeForce 9500 GT with Linux driver 195.36.24 Tested World of Warcraft and compared framerates in XP vs Ubuntu/Wine. With all parameters the same (same Config.wtf file with OpenGL set), same in-game options, same character,
2011 Oct 08
2
Partial Keyboard Functionality In Old PC Game (Heavy Gear 2)
Hey folks, I've been trying to get Heavy Gear 2 (awesome old Activision mech FPS game) up and running on wine. The game requires Direct X 6, which necessitates that I run wine configured to Windows version 95 or 98. Everything works fine except for the fact that SOME, actually the majority of the keys on my (laptop) keyboard don't work. To be more specific, all keys seem to work when in