similar to: X11() device widht and height parameters limited to one screen

Displaying 20 results from an estimated 6000 matches similar to: "X11() device widht and height parameters limited to one screen"

2011 Feb 04
3
Apply parameters to a function from a list
Hey, this may be a simple question, but I am struggling to apply a list of parameters to a function. Say I have the following function: test<-function(a=1,b=2,c=3,d=4){a+b+c+d} And the following list: point<-list(a=3,d=2) Is there a way I can evaluate function test at point? (Apart from changing function test to take in a list, and take values out of the list, but I'd rather
2007 Dec 07
1
x11() and Xinerama settings
Hello Since I changed my X11 settings to a Xinerama setup, calls to x11() result in windows with a width half the size of the one specified by the corresponding parameter. Furthermore, x axis labels are overlapping. Other devices (e.g. pdf()), are not affected by these distortions. Did anybody have the same problem, and if so, how did you solve it? ( I'm using openSUSE 10.3 on a x86
2005 May 17
3
Feature request: delete machine script
Hi everyone, I am wondering what the likelyhood would be to get a "delete machine script" implemented in the samba core that would delete a machine upon successful un-join of a samba domain. Alternatively, why is this not a good idea? tom.
2005 Nov 09
7
install other OS to unprivileged domain
Dear all, I have set up one unprivileged Domain-1 with help of FedoraQuickStart and some help from you. Now I want to install some other OS to Domain-2. How can I install a different OS (say Redhat 7.3) onto a unprivileged domain? Do I have to copy all files from an existed installation to an image file? Thanks, Koala _______________________________________________ Xen-users mailing list
2014 Mar 28
2
Error: C stack usage is too close to the limit
Hi, I have been using my own C++ plugin for a while. On a new machine I now keep getting the C stack usage is too close to the limit error. I played with it and it appears to come after I printed a fixed number of text to R via Rprintf (not from the main thread). Didn't happen on the old machine. Old version was 2.14. Now on 3.0.3. Not sure whats going on. Florian [[alternative HTML
2005 Dec 06
6
getpwnam fails on ldap
Hi all (excuse my poor english): I have a samba PDC on a network with 100 machines and 200 users. Everything worked fine with FC2 and samba 3.0.14a, but a hd crash decided me to update system to FC4. I can see now, in the logs file "User jon in passdb, but getpwnam() fails! when an user try to log in. On XP I can not login neither add new machine to domain. My pass backend is
2011 Sep 19
7
how to get instance variables in another action in rails 3
In my controller show method i have two instance variables which have large amount of data and take much time to fetch from remote system. shown below def show @graph = Koala::Facebook::GraphAPI.new(session[:fbuser] ["credentials"]["token"]) @friends = @graph.get_connections("me", "friends") @friends =@friends.to_a end in the same controller I
2004 Nov 26
3
W2k fails to join samba domain
Ok, I have a really frustrating one here. Attached is the capture of what is on the wire when this win2k box is trying to join the domain. It was given user "root" and password "dork" to join the domain "aussec". The win2k box just comes up with unknown user or bad password... I must be missing something as another linux box can join the domain properly and it
2018 Jun 01
10
[Bug 106772] New: Xorg crashes with nouveau and dual screen setup
https://bugs.freedesktop.org/show_bug.cgi?id=106772 Bug ID: 106772 Summary: Xorg crashes with nouveau and dual screen setup Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee:
2012 May 01
1
uninitialized constant LoginController in Ruby
This is my environment.rb # Load the rails application require File.expand_path(''../application'', __FILE__) # Initialize the rails application Qstack::Application.initialize! require ''koala'' This is my application_controller.rb class ApplicationController < ActionController::Base # protect_from_forgery before_filter :parse_facebook_cookies def
2012 Feb 29
2
Fetch Facebook fanpage in rails
Hi, I am newbie to rails , I need access facebook page information like wall, subscription,picture etc. I have apps in rails 3, it has list of artist users he upload songs, videos within my application, when the public (No Need to Login) can hear the list of songs,videos. i decide to fetch the facebook/twitter basic fanpage information and shown to the public in the popups. i
2008 Dec 30
1
why stress value remains so high after invoking of metaMDS
Hello everyone! metaMDS(cm, distance = "euclidean", k = 2, trymax = 50, autotransform =TRUE, trace = 1, plot = T) (cm is a similarity matrix, in which values are positive integers or 0) I use this command to run NMDS on my matrix "cm". But the stress is very high after analysis. About 14. Actually, there is no improvment comparing with using isoMDS.
2005 Dec 30
1
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize unable to start device PNG
Hi, I got this error while using png() function in RedHat 9.0. "Error in X11(paste("png::", filename, sep = ""), width, height, pointsize unable to start device PNG" It looks like the system lacks some library for graphics. Can anyone tell me which rpm I should install to have png() function work with out problem? Thanks ...
2008 Dec 15
0
Wine apps limited to first X-Screen resolution?
Hi, I'm aware that this is a very specific use-case, but I thought I'd give it a go in case anyone is aware of a resolution. What happens is, my laptop's default resolution is 1280x800 (wide-screen). I regularly attach a 1280x1024 external monitor to it. Its running on a separate x-screen (no TwinView or Xinerama). However, when I try to run my Wine apps, apps that are run in a
2010 Nov 03
4
[LLVMdev] Fw: Forcing the Interpreter segfaults
[I assume you meant to send this to the list as well, not just me.] Begin forwarded message: Date: Wed, 3 Nov 2010 14:43:54 +0000 From: Salomon Brys <salomon.brys at gmail.com> To: Török Edwin <edwintorok at gmail.com> Subject: Re: [LLVMdev] Forcing the Interpreter segfaults I have build LLVM in debug mode. Here are the informations of the segfault : memcpy() at 0x7ffff6f6581e
2010 Apr 30
12
Can't seem to install RMAGICK on Ubuntu Karmic Koala
hi guys, I have been trying to install Rmagick on ubuntu karmic koala for a day. Yes, ImageMagicK has already been installed and works great with paperclip and a few other perl scripts I have (which uses Image::Magick). The following is what the execution looks like when I tried to install rmagick ( " gem install rmagick" ): -------------------- Extract start
2007 Sep 05
1
X11 virtual screens on centos 5
When the you select an X11 virtual screen (1 of 4) with the mouse on default centos 5 what command gets executed to show screen 1, screen 2 etc... Basically, I want to have a command or know the command to execute to show the desired virtual X11 screen. Thanks, Jerry
2009 Nov 23
1
problems with Rcmdr on R-2.10.0 with Karmic Koala
Dear R Debian People: I have put this on regular R help as well, but thought that I'd try here too. I updated to R-2.10.0 on Ubuntu Karmic Koala via apt-get update, apt-get install. Then I had a problem that said that I need MASS <= R-2.9.2. Fair enough. Uwe Ligges was kind enough to point out that I needed to use > update.packges(checkBuilt=TRUE) So I did. Now the menu on Rcmdr
2013 May 08
1
Using koala get facebook albums photos
Hi Folks, Good day, I need to display my facebook album photos in my application. I used *Koala *for facebook API. I used this query for getting my album photos, *current_user.facebook.get_connection("me","albums")* by using this i can get only the albums details. *"I need my photos which i upload in facebook "* * * Please advise. Thank you -- You received
2010 Nov 03
0
[LLVMdev] Fw: Forcing the Interpreter segfaults
Hi Salomon, please don't forget to reply to the list too (I've CC'd the list). > I don't think my code is doing anything worng... No, it looks fine to me, and the interpreter certainly supports this. That suggests that the value of %str is not being transmitted to the function right. If it is getting the wrong pointer value, that would explain why it barfs. Ciao, Duncan.