similar to: Can the WINE window be larger on high resolution settings?

Displaying 20 results from an estimated 7000 matches similar to: "Can the WINE window be larger on high resolution settings?"

2010 Dec 27
13
How do I make wine run for non root users?
Hello everyone; I am a newb running Linux Ubuntu, as well as, WINE, and I am having a problem running the windows spider solitaire, as a warm up, with wine on a non root user id. The problem is that when attempting to run the game, the root password is asked, and that is something I don't want happening. Can you guide me on how to get this solve or point me in the right direction? I am
2010 Feb 26
2
Error in mvpart example
Dear all, I'm getting an error in one of the stock examples in the 'mvpart' package. I tried: require(mvpart) data(spider) fit3 <- rpart(gdist(spider[,1:12],meth="bray",full=TRUE,sq=TRUE)~water+twigs+reft+herbs+moss+sand,spider,method="dist") #directly from ?rpart summary(fit3) ...which returned the following: Error in apply(formatg(yval, digits - 3), 1,
2008 Oct 30
3
Help Getting Program to Run
Hello, I am a new Wine user and have what is perhaps an odd request. I am trying to switch over to Ubuntu completely but haven't done that just yet. I have a Windows XP host machine with Ubuntu (8.10) installed as a VirtualBox guest machine. I have installed Wine on Ubuntu. My wife loves the Windows Spider game so I thought I would try to get that to run under Wine. Alas, no luck. I have
2010 Aug 13
3
Delete rpart/mvpart cross-validation output
Dear all, I was wondering if there is a simple way to avoid printing the multiple cross-validation automatic output to the console of recursive partitionning functions like rpart or mvpart. For example... > data(spider) > mvpart(data.matrix(spider[,1:12])~herbs+reft+moss+sand+twigs+water,spider,xv="1se",xvmult=100) *X-Val rep : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
2001 Nov 09
2
spider / radar plot
Hmmmm, not quite statistics, but can R do spider plot like shown in http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html or http://www.caesarsystems.com/Technica/spiderPlots.htm Thanks for any hints, Mathias -- virtual earth Mathias Picker Gesch?ftsf?hrer Gesellschaft f?r Wissens re/pr? sentation mbH
2001 Nov 22
2
Civ3 works, but a weird resolution problem
How do you force a game todo 800x600? Ive specified... "Managed" = "Y" "Desktop" = "800x600" "UseDGA" = "Y" "UseXShm" = "Y" "DXGrab" = "Y" "DesktopDoubleBuffered" = "Y" The actual game (Civ III), runs fine, its just too big for my 800x600 setup, its some how stretched out...
2013 Apr 19
4
Spider Plot
Does any one have a sample code for a Spider Plot as attached? Thanks, Xing
2010 Nov 01
5
[Bug 31295] New: Can't change fbcon resolution via kernel command line
https://bugs.freedesktop.org/show_bug.cgi?id=31295 Summary: Can't change fbcon resolution via kernel command line Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2008 Jun 04
2
Creating a "simple" Radar/Spider Plot from Statgraphics
I'm new to R - and trying to create a plot similiar to the spider plot at http://www.statgraphics.com/eda.htm#radar . I can't figure out several things... most of which I would think would be straightforward.... How can I change the lines for each series plotted instead of creating a filled area? How can I get the labels for each of the radial axes at the outside of the plot
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com> --- arch/powerpc/platforms/cell/spider-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/cell/spider-pci.c +++ b/arch/powerpc/platforms/cell/spider-pci.c @@ -106,7 +106,7
2008 Aug 28
2
Spider Graph
Is there an R function to generate a radar or spider graph from a table - e.g. radar(table(x)) or some such? ================================================== Isaac T. Van Patten, Ph.D. Professor Department of Criminal Justice Box 6934, Radford University Radford, VA 24142 540-831-6148 ivanpatt@radford.edu <mailto:ivanpatt@radford.edu> http://ivanpatt.asp.radford.edu
2012 May 04
1
NV43: Native resolution not available on Dell 2007FP
I have a Dell 2007FP monitor. NV43 (GeForce 6600) can not use the native resolution. 1600x1200 is listed under "DDC gathered Modelines" with the rest of the info, but then is missing from "probed modes". I have a secondary card, NV4a (GeForce 6200, PCI). It works with this card. This card does not show "DDC gathered modelines" at all, and 1600x1200 is listed
2014 Oct 28
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Hi Illia, With Nouveau : xrandr: Failed to get size of gamma for output default Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 76.0* With the Nvidia Driver : xrandr: Failed to get size of gamma for output default Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024 default connected
2002 Jan 19
1
Screen resolution switch with DGA
This has me baffled. I run Diablo 2 under Wine, works absolutely flawlessly in every way. I have DGA enabled, and a 800x600 desktop (also tried the Managed and Unmanaged options). Thing is, my X desktop is 1600x1200x16bpp and of course Diablo 2 is only 800x600. Is there any way to have this resolution automagically change to 800x600 (nothing seems to do that here), and back when I exit it? I
2019 May 02
2
NUT on Raspberry PI 3b+
I was able to make NUT and my Powercom SPIDER UPS (USB port) work under the Raspberry Pi Desktop (Debian). Everything works in VMware Workstation 15 Player. But my Raspberry Pi 3b + (with raspbian last version) doesn’t work with the same UPS, and with same NUT configuration. Raspberry sees the UPS, but the driver does not cling. Here is the response of Raspberry 3b + to some commands. pi at
2005 Jun 06
1
Rails spider/site copy with internal web requests
Hi all, On a related topic to Web spidering, I would like to solve a problem of internally spidering and saving a Rails application from within rails. The goal is to spider and save each resource in a site to a filesystem friendly structure /many/things/1?page=3 -> many_things_1_page_3.html or /many/things/1?page=3 -> many/things/1_page_3.html If a redirect is created
2011 Sep 08
3
Spider (Radar) Plot
Dear R Group: Based on the following data, how to do a great Spider (Radar) Plot? Any advice is greatly appreciated. HospID Rate Age Charlson NIHSS 1 0.2 49 3.5 0 2 0.1 48 1.8 12 3 0.4 56 2.1 5 4 0.3 77 0 7 5 0.2 67 6.5 3 6 0.1 62 4.8 4.6 7 0.1 64 12 5.2 8 0.3 61 3 2.8 9 0.15 69 4.5 1.9 10 0.22 80 0 6.7 11 0.34 61 6 4.2 12 0.18 63 3 6.1 13 0.09 64 8 15 12 0 56 10 11 15 0.1 70 11 7 16
2010 Sep 10
1
Save R-Part Tree
Hello, I have some Data, that I analyse using a regression tree (by using rpart). Now I would like to save this tree to a file for later use, and load it (not necessarily in the same workspace). It would be most preferrable, if I could just save some parameters (later probably to a database) and load them again to reform the tree. Is this possible? And if yes, how? Thanks in advance
2010 Feb 05
2
Spider Plot color problem
Hi all, I have encountered a problem which appears to have defeated my (admittedly nascent) R skills. I want to draw a spider plot with many cases (just over 300). I am primarily interested in the difference between 4 categories of cases, and want to display them as different colors. the col.stars parameter does not change the color of the lines (which I'm after), but fills the stars in
2012 Nov 21
2
Spider Graph
Hi, Is the stars command in the base package or do I need to download? I am looking to make star/radar/spider charts. Thanks! Britt Britt Aronovich Marketing Analyst BAM (Brooklyn Academy of Music) ... Peter Jay Sharp Building 30 Lafayette Ave. Brooklyn, NY 11217-01486 ... P: 718.724.8038 E: baronovich@BAM.org<mailto:baronovich@BAM.org> BAM.org Facebook.com/BAMstage