search for: wyas

Displaying 13 results from an estimated 13 matches for "wyas".

Did you mean: was
2004 Aug 16
2
(no subject)
Hi there I teach a statistics class with R ( the first time ever with R) and some of my students have windows at home and they want to be able to graphs tjhey make in our college ( that only has Linux) and oopen with windows, I think the best wya would be saving it as a JPEG file but I don't know how to do it ! I only know how to do it with EPS dev.copy2eps(file="bla.eps") how
2006 Aug 31
1
How with selinux postgresql run at non default port
Hello, how to run postgresql at different port with selinux enabled ? thanks for any help -- regards, Eddy Setyawan http://eddysetyawan.web.id YIM: eddy.setyawan
2010 Nov 26
0
Question about random interactions in MCMCglmm
Hi, I've been a bit confused by different wyas we specify random effects in lmer and MCMCglmm i just want to clear something. When I want to look for intersexual genetic correlations in the trait, is it equivalent to treat this trait for opposite sexes as separate traits and include the term idh(trait):animal - to treating this as a single tra...
2011 May 20
1
Steam Client : get terminal output from games
Just a quickie question... Could someone remind me how I attach my console output to a game being run through the Steam client? Otherwise I think I am just seeing the output from the Steam client itself - right? I am trying to troubleshoot launching Bioshock 1 and I don't have a retail copy of the game to try out... Thanks 8) Bob
2011 Aug 19
0
Re: ATI FireGL v5200 and Guild Wars
Bob Wya wrote: > ...I would agree with 'Mister' about dual-booting. An X1600 is a pretty decent gaming card under Windows. The open source drivers for the X1600 under Linux are very immature. However they progressing at phenomenal pace - since AMD/ATI started releasing details of their GPU API ~3 years ago. Give them another 2 years and who knows... You might be a notebook as an AMD
2011 Dec 24
1
Crysis Retail w/ Wine 1.3.35
Hi all, I am using Kubuntu 11.10 w/ KDE Desktop 4.7.3. Desktop effects are enabled (OpenGL) and fullscreen Windows are undirected. I have an Nvidia 8800 GTX w/ proprietary driver 280.13. Everything works great (sound, mouse, in-game 3D rendering, etc) except for keyboard input!! Previously installed Crysis in a Wineprefix a few months ago (using about Wine 1.3.21 I think). I've updated Wine
2010 Nov 11
3
Battlefield 2 & Battlefield 2142 : startup resolution issue
Hi I am trying to get Battlefield 2 and Battlefield 2142 to launch under Kubuntu 10.04 & Wine 1.3.6. I'm using an Nvidia 8800 GTX 768Mb GPU with Nvidia blob driver 260.19.12. Anyway launching BF2142 (retail copy, patched to v1.5) gives me the following error (2x) in the console output streams: Code: ... err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32
2011 Jun 16
1
Re: LiveZilla
> I have no doubt I'm a saint... But I am sure it was dimesio who actually offered you a working solution! Let's put it this way...thank you all! The trick is to get the font files in the font folder as well as in the registry. Earlier, in the back of my mind, I was wondering if it was a registry issue, but I wasn't ready to go there and didn't know at the time where fonts
2011 Jun 12
7
installation of Office 2007 under Arch x86_64 fails
Running x86_64 with multilib enabled and am unable to install office 2007 to a fresh wineprefix. Code: $ export WINEPREFIX=/home/facade/.wineprefix/office $ wine /media/dvd/setup.exe wine: created the configuration directory '/home/facade/.wineprefix/office' err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
I /wander <http://hoyo.cf/lists/lt.php?id=YUgMAABRGAFRXR1QWlQKVF0F> / loudly if there's any etymological relationship between the words "/annuit/" (an /knew/ it) and "/eloheinu/;" (el, /oh he knew; /heinous, I /see/ too) in just a few moments I'll find out what those words actually mean as opposed to their Adamic definition(s)... which are quite similar; throwing
2010 Oct 17
1
Screenshots - how to?
Hi Ok this might sound a bit dumb but I wanted to submit a screenshot for World In Conflict. This runs quite well in DX9.0c mode in WINE 1.3.5. 8) Uhmm anyway the problem is visual artefacts in the screenshots that are not present in the game (blocky colour banding, etc.). I presume it's just the keyboard printscreen button frame capture app. is catching partly drawn OpenGL frames. So how
2011 May 19
1
Deus Ex 1 : troubleshooting with latest WINE Git
Hi all, Steam Client - Deus Ex 1 WINE 1.3.19: works fine with no discernible problems WINE 1.3.20 (release): mouse cursor is stuck jumping in the centre of the menu screen - "MouseWarpOverride" has no effect whatever setting WINE Git Master (today): mouse cursor "teleports" randomly in the main menu. When playing the game each time I turn 360 degrees (eyes looking
2011 Jun 30
0
Re: Screenshots - how to?
OK More problems folks. I can't screenshot Crysis - which I am doing to test a possible shader regression - in the latest Git. I am using: Code: #!/bin/bash for (( c=1; c<=1000; c++ )) do scrot --delay 30 --quality 50 --thumb 58 "~/Pictures/screenshot($c).png" --exec 'rm \"$f\"' done I have also tried (in place of Scrot with appropriate switches