similar to: Help: x11 position in the Unix environment

Displaying 20 results from an estimated 1000 matches similar to: "Help: x11 position in the Unix environment"

2002 Nov 14
1
X11 resources
Would it be hard to make the X11 device driver in R accept general X11 resources? In particular I would like to be able to set the title of the graphics window when I start it up. (Note this is not the same thing as the title of a plot but rather is the character string visible to the window manager, and usually goes in a titlebar on top.) For example in Splus one can do > motif('-xrm
2005 Aug 04
2
Help: how to hide the buttons of a new opening device
Hello, When I open a new device by "windows()", how to hide the 3 buttons on the top-right corner of this window, since I want to make these buttons not work, and the window can be closed only by "dev.off()" or "graphics.off()". Thank you, Shengzhe
2005 Sep 04
2
Help: PLSR
Hello, I have a data set with 15 variables (first one is the response) and 1200 observations. Now I use pls package to do the plsr as below. trainSet = as.data.frame(scale(trainSet, center = T, scale = T)) trainSet.plsr = mvr(formula, ncomp = 14, data = trainSet, method = "kernelpls", model = TRUE, x = TRUE, y = TRUE) from the model, I wish to know the
2005 Jul 14
2
help: how to change the size of a window after it has been created
Hello, I wish to plot some figures in a window in turn, but the size of these figures is different, so how can I change the size of the window by resetting the parameters before each plotting? Thank you, Shengzhe
2005 Jul 28
2
Help: how to specify the current active window by mouse
Hello, When I use "windows()" to open several windows, e.g. 4 windows, device 2, device 3, device 4 and device 5. Normally using "dev.set()" to specify the current active window, if there is a way to specify the active window by mouse click? When I click device 3, device 3 becomes active (shown on device header), and when I click device 4, device 4 becomes active, so on....
2017 Nov 27
2
Devilspie or wmctrl for CentOS 6
On 11/26/2017 09:55 AM, wwp wrote: > Hello H, > > > On Sat, 25 Nov 2017 18:59:23 +0100 H <agents at meddatainc.com> wrote: > >> Anyone running one of the above on C 6? Recommendations for which one to install appreciated. > I do run devilspie on several CentOS 6 (and 7) boxes w/o any issue. I > didn't think devilspie and wmctrl provide the same features, in the
2005 Jul 12
1
help: how to use tkevent.generate(...)
Hello, I use package "tcltk" to do some GUI programming, and want to find a function which can do the operation "click a button", just like using a mouse to click. If tkevent.generate can do that? I tried it as below, but failed. Please give me a hint! tt <- tktoplevel() tkwm.title(tt,"Simple Dialog") onOK <- function(){print("OK")} onCancel <-
2005 Jun 21
1
test for equality of two data sets with multidimensional variables
Hello there, I have two data sets with 14 variables each, and wish to do the test for equality of their covariance matrices and mean vectors. Normally these tests should be done by chi square test (box provided) and Hotelling's T square test respectively. Which R functions could do this kind of test? I just find some functions could do for one dimension, but no for multidimension. Some one
2017 Nov 25
4
Devilspie or wmctrl for CentOS 6
Anyone running one of the above on C 6? Recommendations for which one to install appreciated. Thanks.
2017 Oct 18
3
gdevilspie on mate
Hello, On Tue, 17 Oct 2017 22:11:22 +0000 Ian Mortimer <i.mortimer at uq.edu.au> wrote: > On Tue, 2017-10-17 at 12:29 -0400, H wrote: > > > Do you know if it is supposed to work with the Mate desktop or just > > Gnome? > > I don't know but with the dependencies installed and the fix of > commenting out line 374, it starts on MATE. > > A couple of
2005 Jul 13
1
help: how to plot a circle on the scatter plot
Hello, I have a data set with 15 variables, and use "pairs" to plot the scatterplot of this data set. Then I want to plot some circles on the small pictures with high correlation(e.g. > 0.9). First, I use "cor" to obtain the corresponding correlation matrix (x) for this scatterplot. Second, use "seq(along = x)[x > 0.9]" to find the positions of the small
2001 May 29
4
any way to set X11() device geometry (screen offsets)?
I am writing an R program to plot data as part of a real time display in a network operations center (NOC). Is there any way, when starting an X11 device in R, to control the location of the plotting window on the screen? I want to put up nine x11 plot windows at different places on the display, and I want the operators to be able to rearrange the window as they see fit by mousing around
2017 Oct 17
2
gdevilspie on mate
On October 16, 2017 10:09:22 PM EDT, Ian Mortimer <i.mortimer at uq.edu.au> wrote: >On Mon, 2017-10-16 at 20:35 -0400, H wrote: > >> I just read about gdevilspie on this list the other day and >> downloaded it for my mate desktop. Although it installed, it >> complains that python-wnck is not installed. > >The package you're missing is probably
2005 May 13
2
X instability
Hi all, How does X server work well on dom0 in general? I''m experiencing frequently drawn gabages and sometimes crashes and hangs (100% cpu) of certain X applications. Usually on my deskstop, gnome-panel, sawfish, krxvt, firefox, and gkrellm are only present. gnome-panel (and some applets) and firefox crash sometimes. Sawfish in addition to the two above draws garbage. krxvt and
2014 Apr 30
2
KDE on C6.5: start a program from command line on a specific screen
I'd like to start from konsole a virt-viewer to vm1 on screen vga1 and another virt-viewer to vm2 on screen lvds1. Anyone knows if this is possible with KDE on a CentOS 6.5? Thanks Patrick
2014 Oct 01
2
VNCServer Startup Config
hi all, I've inherited a server with CentOS 6.4 the VNC Server starts up with the OS and its screen resolution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of
2005 Aug 13
2
How can I make these command prompt settings into universal settings?
I've got it so that I can enable Japanese input into an application by typing the following at a command prompt (with FireFox, for example): [dave at localhost ~]$ kinput2 -canna & [1] 10631 [dave at localhost ~]$ XMODIFIERS='@im=kinput2' LC_CTYPE=ja_JP.utf8 firefox However, I would rather not have to type in all that craziness each time I want to start an application. Further,
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2008 Jun 27
1
VNC vs GNOME desktop
I'm trying to use VNC to connect my home Centos box (up to date centos 5) to my Centos 4 (also up to date) at work. I have no problem connecting. The problem occurs after logging in, for every applet in the bottom Gnome panel I get an error box from which I can choose to remove the applet from the panel, or just go on. I choose to not delete but to just go on. After I get a half dozen or so of
2002 Feb 17
3
Little graph questions!
I'm working up a set of small working examples in R to show what various distributions are and the beauty of the central limit theorem. Those example programs are in this directory: http://lark.cc.ukans.edu/~pauljohn/R/ExampleCode/ You can feel free to use those if you want, or you can send me other small working example code for R. The key here is small, self contained things that