Thanks for the help, James! its finally working!
I'ts live, and I'm in! :D Looks ok, some graphical artifacts, but nothing too bad. More details to follow!
I use ffmpeg. Code: ffmpeg -f alsa -ac 2 -i pulse -r 30 -f x11grab -s 1920x1200 -i :0.0 -vcodec libx264 gw_footage_1.mkv Had to use pulseaudio to record sound on my computer :<
J V wrote:> http://www.youtube.com/watch?v=-g6smwwtSEo - 10 minutes of linux gameplay (With commentary) > > Perfect. Flawless. Fantastic. > > Nuff said.Can I ask how you recorded that? I get the same flawless performance in-game, but cannot seem to record it proper (choppy video and out-of-sync sound :( ). I have tried to specifically look at things like shadows, reflections, zooming, texture changes etc. Basically stuff that works "iffy" for GW1 (which uses the same basic engine), but everything looks really good. :) My setup for the interested: wine 1.5.3, emulating Win7 (allow the windows manager to capture the window, no special regedits etc) Pulseaudio Linux 3.3.3-1-ARCH Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel GNU/Linux Nvidia GeForce GTX570 (driver version 295.40) 12 (6x2) GB 1333 MHz SSD HD
I have to say it is running very well, only real crash was the downloader and general performance could be better currently running on two linux boxes perfectly fine though :) Anyone running any guilds for us linux players ?
virion wrote:> Could you confirm if Trade Post / Gem Store working for you? > I only saw blank pages/ tabs. > > Someone mentioned that this could be related to wine or server problems during BWE. > > http://forum.winehq.org/viewtopic.php?t=15121 > > ThanksThis is a know problem happening to loads of my windows-using guildies as well so should not be wine-related.
Kevin89, follow the instructions given by J V. If it solved nothing, you should try to disable the Reflections in the Options panel from the game. I have a command line that shows the fps/framerate of any game running with wine. First you have to install xosd, in a terminal: Code: sudo apt-get install xosd-bin Then you go into the directory where the Gw2.exe file is. If it is located in the GW2 folder in your Documents folder: Code: cd ~/Documents/GW2 Then you launch the game with the command: Code: WINEDEBUG=+fps wine Gw2.exe 2>&1 | tee /dev/stderr | grep --line-buffered "^trace:fps:" | osd_cat --font="-sony-*-medium-*-*-*-20-*-*-*-*-*-jisx0201.1976-*" --lines="2" You should see two red lines displaying the framerates. The last one (swapchain_gl_present) should be the correct value of your framerate. Hope it helps ! And hope it works for you too !